@charset "UTF-8";
/*! destyle.css v2.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-style: solid;
  border-width: 0;
}

/* 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 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 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  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;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow: auto;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  height: 100%;
  background: #1A1A1A;
  font-size: 16px;
  line-height: 1.5;
  color: #1A1A1A;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow: clip;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

strong {
  font-weight: bold;
}

table {
  width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

figure {
  margin: 0 !important;
}

a {
  text-decoration: none;
  color: #1A1A1A;
  outline: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:hover {
  cursor: pointer;
}

.en {
  font-family: "Roboto", sans-serif;
}

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

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

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

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

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

.mgt-60 {
  margin-top: 60px;
}

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

.indentback {
  text-indent: -1em;
  padding-left: 1em;
}

.margin-auto {
  margin: auto 0;
}

.smooth {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.smooth.is-animated {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.smooth-top {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 1.5s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1.5s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.smooth-top.is-animated {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.mainvisual {
  width: 100vw;
  overflow: hidden;
}
.mainvisual video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.row {
  margin-right: -20px;
  margin-left: -20px;
}

.col, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .col-2 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.3%;
  }
  .col-5 {
    width: 41.6%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.3%;
  }
  .col-8 {
    width: 66.6%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
}
.sp-br {
  display: block;
}

.pc-br {
  display: none;
}

.order-1 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.order-2 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 768px) {
  .sp-br {
    display: none;
  }
  .pc-br {
    display: block;
  }
  .order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.order-early-1 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.order-early-2 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 1185px) {
  .order-early-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-early-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 25px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: rgba(26, 26, 26, 0.7);
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.header_none {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.head-logo {
  display: block;
  width: 180px;
}
.head-logo:hover {
  opacity: 0.7;
}

.head-rec .head-logo {
  width: 270px;
}

.recruit-head-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}
.recruit-head-nav a {
  color: #fff;
}
.recruit-head-nav span {
  font-weight: 500;
  text-align: center;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(15%, #59C3E1), color-stop(50%, #8DC556), color-stop(90%, #FFF462));
  background: -webkit-linear-gradient(left top, #59C3E1 15%, #8DC556 50%, #FFF462 90%);
  background: linear-gradient(to right bottom, #59C3E1 15%, #8DC556 50%, #FFF462 90%);
  font-size: 18px;
  width: 100px;
  margin-right: 10px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.recruit-head-nav span:hover {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(15%, #FFF462), color-stop(50%, #59C3E1), color-stop(90%, #8DC556));
  background: -webkit-linear-gradient(left top, #FFF462 15%, #59C3E1 50%, #8DC556 90%);
  background: linear-gradient(to right bottom, #FFF462 15%, #59C3E1 50%, #8DC556 90%);
  opacity: 0.8;
}
.recruit-head-nav span a {
  color: #1A1A1A;
  display: block;
}

.rec-top-nav-1:hover {
  background: -webkit-gradient(linear, left top, right top, from(#f7931e), color-stop(20%, #fcee21), color-stop(38%, #8cc63f), color-stop(60%, #29abe2), to(#ff7bac));
  background: -webkit-linear-gradient(left, #f7931e 0%, #fcee21 20%, #8cc63f 38%, #29abe2 60% #93278f 80%, #ff7bac 100%);
  background: linear-gradient(90deg, #f7931e 0%, #fcee21 20%, #8cc63f 38%, #29abe2 60% #93278f 80%, #ff7bac 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rec-top-nav {
  display: none;
}

@media (min-width: 768px) {
  header {
    padding: 20px 60px;
  }
  .rec-top-nav {
    display: block;
  }
}
.rec-top-none {
  display: none;
}

.hamburger {
  display: block;
  width: 30px;
  height: 25px;
  cursor: pointer;
  text-align: center;
  position: relative;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.hamburger:hover .ham-1 {
  background: #59c3e1;
}
.hamburger:hover .ham-2 {
  background: #8dc556;
}
.hamburger:hover .ham-3 {
  background: #fff462;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 35px;
  left: 0px;
  height: 3px;
  background: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0px;
}

.hamburger span:nth-child(2) {
  top: 15px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active {
  z-index: 999;
}

.hamburger.active span:nth-child(1) {
  top: 15px;
  background: #fff;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 15px;
  background: #fff;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

.hamburger.active small {
  display: none;
}

/* ハンバーガーメニュー展開時、背景を固定 */
/*gnav*/
.gnav {
  background: #1A1A1A;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.gnav__wrap {
  height: 100%;
  width: 100%;
  position: relative;
}

.gnav__menu__item {
  margin-bottom: 25px;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.gnav__menu__item:hover {
  background: -webkit-gradient(linear, left top, right top, from(#f7931e), color-stop(20%, #fcee21), color-stop(38%, #8cc63f), color-stop(60%, #29abe2), to(#ff7bac));
  background: -webkit-linear-gradient(left, #f7931e 0%, #fcee21 20%, #8cc63f 38%, #29abe2 60% #93278f 80%, #ff7bac 100%);
  background: linear-gradient(90deg, #f7931e 0%, #fcee21 20%, #8cc63f 38%, #29abe2 60% #93278f 80%, #ff7bac 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

#slider-nav {
  position: absolute;
  width: 100%;
  z-index: -1;
  display: none;
}
#slider-nav img {
  -o-object-fit: cover;
     object-fit: cover;
}
#slider-nav .slick-slide {
  padding: 0;
}

.gnav-area {
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0%;
  top: 50%;
  padding: 0 30px;
}
.gnav-area a {
  color: #fff;
}
.gnav-area::before {
  content: "";
  border: 3px solid #fff;
  width: 1300px;
  height: 1300px;
  position: absolute;
  top: -113%;
  right: -143%;
  z-index: -1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.gnav-area::after {
  content: "";
  background: #1A1A1A;
  width: 1300px;
  height: 1300px;
  position: absolute;
  top: -113%;
  right: -133%;
  z-index: -2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-sns-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 30px;
  margin-top: 15px;
}
.nav-sns-box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  gap: 0 10px;
}
.nav-sns-box a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#f7931e), color-stop(20%, #fcee21), color-stop(38%, #8cc63f), color-stop(60%, #29abe2), to(#ff7bac));
  background: -webkit-linear-gradient(left, #f7931e 0%, #fcee21 20%, #8cc63f 38%, #29abe2 60% #93278f 80%, #ff7bac 100%);
  background: linear-gradient(90deg, #f7931e 0%, #fcee21 20%, #8cc63f 38%, #29abe2 60% #93278f 80%, #ff7bac 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav-sns-box img {
  width: 25px;
}

.nav-contact-box {
  border: 1px solid #fff;
  padding: 0 1em;
  width: 300px;
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  margin-top: 20px;
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.nav-contact-box:hover {
  color: #1A1A1A;
  background: #fff;
}

.nav-contact-box-2 {
  font-size: 20px;
  background: #fff;
  color: #1A1A1A !important;
  font-weight: 500;
}
.nav-contact-box-2:hover {
  color: #fff !important;
  background: #1A1A1A !important;
}

.nav-copyright {
  color: #fff;
  font-size: 10px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  #slider-nav {
    display: block;
  }
  .gnav-area {
    width: 500px;
    right: 10%;
    top: 50%;
    padding: 0px;
  }
}
.scrollGallery a {
  display: block;
}
.scrollGallery a:hover {
  opacity: 0.7;
}

#home .scrollGallery {
  margin-top: 0;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 36px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

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

.vbox-overlay {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 1050;
}

.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050;
}

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.vbox-next span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 640px;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 960px;
    height: 540px;
  }
}
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
}

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

.figlio {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
}

img.figlio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.animated {
  webkit-transition: margin 300ms ease-out;
  -webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out;
}

.animate-in {
  opacity: 1;
}

.animate-out {
  opacity: 0;
}

/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-rotating-plane {
  background-color: #333;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-double-bounce {
  position: relative;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-wave {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  margin: 40px auto;
}

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 4px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.sk-three-bounce {
  margin: 40px auto;
  width: 100px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 16px;
  height: 16px;
  background-color: #333;
  border-radius: 100%;
  margin: 4px;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-cube-grid, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-spinner-pulse {
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.top-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.mainvisual {
  width: 100vw;
  overflow: hidden;
}
.mainvisual video {
  z-index: -999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainvisual-sub {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  top: 0;
}
.mainvisual-sub video {
  z-index: -999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainvisual-foot {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.mainvisual-foot video {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-view {
  width: 100%;
  height: 400vh;
  position: relative;
}
.top-view figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.top-view-box {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 998;
}

.top-main-copy {
  font-size: 35px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 2;
  display: block;
  text-align: center;
  width: 100%;
}

.recruit-top-btn {
  gap: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  right: 0;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  padding: 15px 30px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(15%, #59C3E1), color-stop(50%, #8DC556), color-stop(90%, #FFF462));
  background: -webkit-linear-gradient(left top, #59C3E1 15%, #8DC556 50%, #FFF462 90%);
  background: linear-gradient(to right bottom, #59C3E1 15%, #8DC556 50%, #FFF462 90%);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.recruit-top-btn strong {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
.recruit-top-btn p {
  background: #fff;
  font-size: 15px;
  width: 100%;
  margin-top: 0px;
  text-align: center;
  padding: 5px 10px;
}

.recruit-top-btn:hover {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(15%, #FFF462), color-stop(50%, #59C3E1), color-stop(90%, #8DC556));
  background: -webkit-linear-gradient(left top, #FFF462 15%, #59C3E1 50%, #8DC556 90%);
  background: linear-gradient(to right bottom, #FFF462 15%, #59C3E1 50%, #8DC556 90%);
}
.recruit-top-btn:hover p {
  background: #1A1A1A;
  color: #fff;
}

@media (min-width: 768px) {
  .top-view {
    height: 250vh;
  }
  .recruit-top-btn {
    display: block;
    bottom: 0px;
    width: 290px;
    padding: 20px 35px;
  }
  .recruit-top-btn p {
    width: 100%;
    margin-top: 5px;
    padding: 5px 10px;
  }
  .top-main-copy {
    font-size: 60px;
  }
}
.scroll {
  position: absolute;
  bottom: 35%;
  width: 80px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  left: 50%;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  z-index: 5;
}
.scroll span {
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.arrow {
  position: absolute;
  top: 40px;
  left: 45%;
  -webkit-animation: 2s arrow-animation infinite ease-in-out;
          animation: 2s arrow-animation infinite ease-in-out;
  width: 0;
  height: 5em;
  border: 0.3px solid #fff;
}
.arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: -6px;
  width: 6px;
  height: 10px;
  border-top: 10px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

@-webkit-keyframes arrow-animation {
  0% {
    height: 1em;
  }
  66% {
    height: 5em;
  }
}

@keyframes arrow-animation {
  0% {
    height: 1em;
  }
  66% {
    height: 5em;
  }
}
/*マスク部分に対する指示*/
.mountain {
  /*見た目や位置の調整*/
  width: 100vw;
  height: 100vh;
  position: relative;
  left: 0;
  top: 0;
  /*background-image: url("/img/top/top-main_1_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /*マスクの指定*/
  -webkit-mask-image: url("/img/common/scroll.svg");
          mask-image: url("/img/common/scroll.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 0%;
          mask-size: 0%;
  z-index: 1;
}

.fade_slide {
  width: 100%;
  height: 100vh;
}
.fade_slide .slick-slide {
  padding: 0 !important;
}
.fade_slide img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  /*.mountain { background-image: url("/img/top/top-main_1.jpg"); }*/
}
.about-sec {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  overflow: clip;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 130px;
}

.top-main-text {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #fff;
  position: absolute;
  top: 80px;
  left: 20px;
}

.about-col {
  color: #fff;
  width: 100%;
  padding: 30px 20px 60px;
  -webkit-transform: none;
          transform: none;
  left: 0%;
  top: 50%;
  position: static;
}
.about-col h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 25px;
}
.about-col p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.6;
}

.about-back-img {
  height: 200px;
  -webkit-clip-path: none;
          clip-path: none;
  position: static;
  z-index: 1;
  -webkit-transform: none;
          transform: none;
  right: 0;
  top: 0;
  padding: 0;
  width: 100%;
}
.about-back-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
}

@media (min-width: 768px) {
  .about-sec {
    width: 100%;
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow: clip;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 0px;
  }
  .top-main-text {
    font-size: 30px;
    top: 60px;
    left: 60px;
  }
  .about-col {
    color: #fff;
    width: 45%;
    padding: 0 0 0 100px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    left: 0%;
    top: 50%;
    position: absolute;
  }
  .about-col h3 {
    font-size: 38px;
  }
  .about-col p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 2;
  }
  .about-back-img {
    height: auto;
    width: auto;
    padding: 0;
    height: 100%;
    -webkit-clip-path: polygon(50% -20%, 90% 50%, 50% 120%, 5% 50%);
            clip-path: polygon(50% -20%, 90% 50%, 50% 120%, 5% 50%);
    position: absolute;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    right: -35%;
    top: 50%;
  }
  .about-back-img img {
    height: auto;
  }
}
.service-sec {
  background: #fff;
  position: relative;
  z-index: 2;
}

.service-wrap {
  padding: 50px 20px;
  width: 100%;
  position: relative;
  top: 0;
}
.service-wrap h2 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.03em;
  width: 100%;
}

.service-wrap-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.service-art-img {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}
.service-art-img figure {
  width: 100%;
  height: 100%;
}
.service-art-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#service-art-slide {
  display: block;
  width: 100%;
}
#service-art-slide .slick-slide {
  padding: 0;
}

@media (min-width: 768px) {
  .service-art-img {
    display: block;
  }
}
.service-wrap-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 30px;
}
.service-wrap-box h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 25px;
}
.service-wrap-box p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.6;
}

.service-art-box {
  padding: 0px 20px 0;
  position: relative;
  background: #fff;
}

.service-back-img {
  width: 70%;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.service-back-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.service-sub-tit {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}

.service-art-list {
  gap: 30px 0;
  margin-top: 40px;
}
.service-art-list section h4 {
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.service-art-list section p {
  margin-top: 10px;
  line-height: 2;
  font-weight: 300;
}
.service-art-list section figure img {
  width: 100%;
}

@media (min-width: 768px) {
  .service-wrap {
    padding: 80px 60px;
  }
  .service-wrap h2 {
    font-size: 30px;
  }
  .service-wrap-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 30px;
  }
  .service-wrap-box h3 {
    font-size: 38px;
  }
  .service-wrap-box p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 2;
  }
  .service-wrap-flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service-back-img {
    width: 45%;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }
  .service-art-img {
    width: 100%;
    height: 100%;
  }
  .service-art-img figure {
    height: 100%;
  }
  .service-art-img figure img {
    height: 100%;
  }
  .service-art-box {
    padding: 0px 60px 0;
  }
}
.service-flow {
  padding: 60px 30px;
}

.service-flow-list {
  margin: 0 auto;
  display: table;
}
.service-flow-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 30px;
}
.service-flow-list li::after {
  content: "";
  position: absolute;
  border-left: 1px solid #4D4D4D;
  left: 20px;
  bottom: -50px;
  height: 80px;
}
.service-flow-list li:last-child::after {
  border-left: 0;
}
.service-flow-list strong {
  color: #fff;
  z-index: 2;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  width: 40px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: -1px;
  top: 1px;
}
.service-flow-list span {
  width: 45px;
  height: 40px;
  background: #4D4D4D;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  display: block;
}
.service-flow-list div {
  padding-left: 20px;
  width: 100%;
}
.service-flow-list div h4 {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 20px;
}
.service-flow-list div p {
  margin-top: 5px;
  font-weight: 300;
}

.area {
  overflow: hidden;
}

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

.item {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .service-flow {
    padding: 100px 60px;
  }
  .service-flow-list li::after {
    bottom: -35px;
    height: 40px;
  }
  .service-flow-list span {
    width: 40px;
    height: 40px;
  }
  .service-flow-list div {
    padding-left: 35px;
    width: 100%;
  }
}
.works-sec {
  background: #E6E6E6;
  position: relative;
}

.works-wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.works-wrap div {
  width: 100%;
  padding: 80px 20px 40px 20px;
}
.works-wrap div h2 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.works-wrap div h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 25px;
}
.works-wrap div p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.6;
}

.works-back-img {
  width: 85%;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: static;
  z-index: 1;
  -webkit-transform: none;
          transform: none;
  right: -7%;
  top: 50%;
}
.works-back-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.slick-slide {
  padding: 0 10px;
}

#thumbs .thumbnail-img img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.slick-img {
  display: block;
  background: #fff;
  padding: 10px;
  max-width: 600px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.slick-img img {
  width: 100%;
}
.slick-img:hover {
  opacity: 0.7;
}

.works-list-info {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 10px;
  margin-top: 10px;
}
.works-list-info span {
  padding: 0.1em 1.5em;
  display: block;
  font-size: 14px;
  border-radius: 999px;
}
.works-list-info p {
  margin-left: 10px;
  font-weight: 300;
}

.works-color-1 {
  border: 1px solid #22B573;
  background: #fff;
  color: #22B573;
}

.works-color-black {
  background: #1A1A1A;
  color: #fff;
}

@media (min-width: 768px) {
  .works-wrap {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
  }
  .works-wrap div {
    width: 50%;
    padding: 80px 0 40px 60px;
  }
  .works-wrap div h2 {
    font-size: 30px;
    margin-bottom: 60px;
  }
  .works-wrap div h3 {
    font-size: 38px;
  }
  .works-wrap div p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 2;
  }
  .works-back-img {
    width: 55%;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
.works-list {
  position: relative;
}

#slider {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  top: -110px;
  z-index: 3;
}

.arrow_box {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.slide-arrow {
  width: 56px;
  position: absolute;
  top: -370px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.slide-arrow:hover {
  opacity: 0.7;
}

.prev-arrow {
  left: -80px;
}

.next-arrow {
  right: -80px;
}

.section-pin {
  padding: 20px;
  height: 400vh;
  overflow: visible;
  view-timeline-name: --section-pin;
  view-timeline-axis: block;
}

.section-sticky {
  height: 100vh;
  width: 100vw;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow-x: hidden;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  height: 100%;
  width: 400vmax;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  -webkit-animation: horizontalScroll linear both;
          animation: horizontalScroll linear both;
  animation-timeline: --section-pin;
  animation-range: contain 0% contain 100%;
  color: #fff;
}

@-webkit-keyframes horizontalScroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes horizontalScroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.company-sec {
  background: #fff;
  padding: 80px 0 30px;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  overflow: clip;
}
.company-sec h2 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-left: 20px;
}

.company-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.company-back-img {
  width: 90%;
  position: relative;
  max-width: 520px;
}
.company-back-img img {
  width: 100%;
  position: relative;
  left: 0px;
}

.company-col {
  width: 100%;
  padding: 30px 20px;
}
.company-col small {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.company-col h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 25px;
}
.company-col p {
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.8;
}

.top-name {
  text-align: right;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .company-sec {
    padding: 80px 0;
    width: 100%;
    height: 200vh;
    position: -webkit-sticky;
    position: sticky;
  }
  .company-sec h2 {
    font-size: 30px;
    padding-left: 60px;
  }
  .company-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
  .company-back-img {
    width: 40%;
  }
  .company-back-img img {
    left: -50px;
    position: absolute;
  }
  .company-col {
    width: 60%;
    padding: 0 60px 0 0;
  }
  .company-col small {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .company-col h3 {
    font-size: 38px;
  }
  .company-col p {
    font-size: 15px;
    margin-top: 20px;
    line-height: 2;
  }
}
@media (max-height: 800px) {
  .company-sec {
    padding: 80px 0 150px;
    height: auto;
    position: relative;
  }
}
.philosophy-box {
  background: #1A1A1A;
  padding: 80px 20px 60px;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  overflow: clip;
}
.philosophy-box h2 {
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.philosophy-box h3 {
  font-size: 30px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
}

.philosophy-lineup {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px 60px;
}
.philosophy-lineup div {
  color: #fff;
}
.philosophy-lineup h4 {
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.philosophy-lineup h5 {
  font-size: 16px;
  font-weight: normal;
}
.philosophy-lineup h5 strong {
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}

.tag-text-min {
  font-size: 16px;
  margin-bottom: 20px;
}

.tag-text-marg {
  margin-top: 30px;
}

.tag-text-bold {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.7;
}

.philosophy-list {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 120px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.philosophy-list article {
  border: 1px solid #fff;
  width: 230px;
  height: 230px;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #1A1A1A;
}
.philosophy-list h3 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  z-index: 2;
  left: 0%;
  top: 35%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  text-align: center;
}

.philosophy-box-2 {
  background-image: url("/img/recruit/rec-about-back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px 20px 60px;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  overflow: clip;
}
.philosophy-box-2 h2 {
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 768px) {
  .philosophy-box {
    padding: 80px 60px 30px;
  }
  .philosophy-box h3 {
    font-size: 40px;
  }
  .philosophy-lineup {
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tag-text-bold {
    font-size: 22px;
  }
}
.rinen-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  gap: 30px 0;
}
.rinen-box article {
  width: 100%;
  padding: 30px;
  border: 1px solid #1A1A1A;
  background: #fff;
}
.rinen-box h3 {
  margin-bottom: 20px;
}
.rinen-box p {
  margin-bottom: 10px;
  font-size: 15px;
}

.rinen-top-copy {
  display: block;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}

.rinen-sub-copy {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.8;
}

.rinen-copy-min {
  font-size: 15px;
  margin-bottom: 5px;
}

.com-infomation-box {
  background: #E6E6E6;
  position: relative;
}

.com-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.com-profile-list {
  padding: 50px 20px;
}
.com-profile-list h2 {
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.com-profile-list dl {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.com-profile-list dt {
  width: 100%;
  font-weight: 500;
  border-top: 1px solid #B3B3B3;
  padding: 10px 0;
}
.com-profile-list dd {
  width: 100%;
  font-weight: 300;
  border-top: 1px solid #B3B3B3;
  padding: 20px 0;
}

.com-infomation-img {
  width: 100%;
  position: relative;
  height: 500px;
}
.com-infomation-img figure {
  -webkit-clip-path: none;
          clip-path: none;
  position: static;
  width: 100%;
  top: 30px;
}
.com-infomation-img figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 500px;
}

@media (min-width: 768px) {
  .rinen-box {
    margin-top: 60px;
  }
  .rinen-box article {
    width: 49%;
    padding: 40px;
  }
  .rinen-box p {
    font-size: 16px;
  }
  .rinen-top-copy {
    font-size: 30px;
  }
  .philosophy-box-2 {
    padding: 80px 60px 30px;
  }
}
@media (min-width: 1185px) {
  .com-infomation-img {
    width: 500px;
    position: relative;
    height: auto;
  }
  .com-infomation-img figure {
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    width: 900px;
    top: 30px;
  }
  .com-infomation-img figure img {
    height: auto;
  }
}
@media (min-width: 768px) {
  .philosophy-box {
    width: 100%;
    height: 200vh;
    position: -webkit-sticky;
    position: sticky;
    padding: 150px 60px 140px;
  }
  .philosophy-box-2 {
    width: 100%;
    height: 200vh;
    position: -webkit-sticky;
    position: sticky;
    padding: 100px 60px 140px;
  }
  .com-profile-list {
    padding: 80px 60px;
  }
  .com-profile-list h2 {
    font-size: 20px;
    letter-spacing: 0.03em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .com-profile-list dl {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .com-profile-list dt {
    width: 12em;
    font-weight: 500;
    border-top: 1px solid #B3B3B3;
    padding: 20px 0;
  }
  .com-profile-list dd {
    width: 100%;
    font-weight: 300;
    border-top: 1px solid #B3B3B3;
    padding: 20px 0;
  }
}
@media (max-height: 680px) {
  .philosophy-box {
    height: auto;
    position: relative;
  }
}
@media (max-height: 750px) {
  .philosophy-box-2 {
    height: auto;
    position: relative;
  }
}
.con-history {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px;
  padding: 0 20px 80px 20px;
}

.history-back-img {
  width: 100%;
  position: relative;
}
.history-back-img img {
  -webkit-clip-path: none;
          clip-path: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.history-img-big {
  position: static;
  width: 100%;
  top: -60px;
  left: 120px;
}

.history-img-min {
  position: static;
  width: 100%;
  left: -29%;
  bottom: -110px;
}

.history-list h2 {
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.history-list dl {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.history-list dt {
  width: 5em;
  font-weight: 500;
}
.history-list dd {
  font-weight: 300;
  border-left: 1px solid #B3B3B3;
  width: calc(100% - 5em);
  padding: 0 0 20px 2em;
  position: relative;
}
.history-list dd::after {
  position: absolute;
  content: " ";
  left: -5px;
  top: 0.5em;
  width: 10px;
  height: 10px;
  background: #1A1A1A;
  display: block;
  border-radius: 50%;
}

@media (min-width: 1185px) {
  .history-back-img {
    width: 510px;
    position: relative;
  }
  .history-back-img img {
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .history-img-big {
    position: absolute;
    width: 300px;
    top: -60px;
    left: 120px;
  }
  .history-img-min {
    position: absolute;
    width: 550px;
    left: -29%;
    bottom: -110px;
  }
}
@media (min-width: 768px) {
  .con-history {
    gap: 20px;
    padding: 0 0 170px 0;
  }
  .history-list h2 {
    margin-bottom: 50px;
  }
}
.top-info-sec {
  background: #fff;
  padding: 50px 20px;
  position: relative;
}

.top-sub-tit {
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  letter-spacing: 0.03em;
}

.top-info-list {
  margin-top: 20px;
}
.top-info-list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 20px;
  width: 100%;
  border-bottom: 1px solid #B3B3B3;
  padding: 1em 0;
}
.top-info-list a:hover {
  background: #e6e6e6;
}
.top-info-list time {
  font-weight: 300;
}
.top-info-list span {
  padding: 0.1em 1.3em;
  display: block;
  font-size: 12px;
  border-radius: 999px;
}

.info-color-o {
  border: 1px solid #EB8200;
}

.top-insta-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.top-insta-btn {
  background: #1A1A1A;
  color: #fff;
  padding: 1em 1em;
  width: 320px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
}
.top-insta-btn:hover {
  opacity: 0.7;
}
.top-insta-btn span {
  width: 25px;
  display: inline-block;
  margin-right: 10px;
}

.top-news-btn {
  text-align: center;
  margin-top: 10px;
}
.top-news-btn a {
  width: 160px;
  color: #1A1A1A;
  font-size: 15px;
  padding: 0.2em 1em;
  border: #1A1A1A solid 1px;
  text-align: center;
  display: inline-block;
}
.top-news-btn a:hover {
  color: #fff;
  background: #1A1A1A;
}

@media (min-width: 768px) {
  .top-news-btn {
    text-align: right;
  }
  .top-info-sec {
    padding: 80px;
  }
  .top-sub-tit {
    font-size: 30px;
  }
  .top-info-list a {
    gap: 0 20px;
  }
}
.top-spo-sec {
  background: #fff;
  padding: 0 20px 60px;
  position: relative;
}

.top-sub-text {
  margin-top: 10px;
}

.top-spo-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 0;
}
.top-spo-list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.top-spo-list figure {
  width: 40%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}
.top-spo-list figure img {
  width: 100px;
}
.top-spo-list h3 {
  font-weight: bold;
  display: block;
  width: 75%;
  font-size: 18px;
  text-align: center;
}
.top-spo-list h3 small {
  font-weight: 300;
  font-size: 12px;
  display: block;
}

@media (min-width: 768px) {
  .top-spo-sec {
    padding: 0 80px 100px;
  }
  .top-spo-list {
    margin-top: 30px;
  }
  .top-spo-list a {
    width: 32%;
  }
}
.spo-tokyo-z {
  border: 3px solid #002856;
}
.spo-tokyo-z figure {
  background: #C8CEDA;
}
.spo-tokyo-z:hover {
  background: #C8CEDA;
}

.spo-bm {
  border: 3px solid #6EB144;
}
.spo-bm figure {
  background: #E2EFDA;
}
.spo-bm figure img {
  width: 90px;
}
.spo-bm:hover {
  background: #E2EFDA;
}

.spo-vickies {
  border: 3px solid #004297;
}
.spo-vickies figure {
  background: #CCD9EA;
}
.spo-vickies figure img {
  width: 90px;
}
.spo-vickies:hover {
  background: #CCD9EA;
}

.top-recruit-btn {
  background: #E6E6E6;
  padding: 0px;
  position: relative;
}
.top-recruit-btn a {
  position: relative;
  top: -30px;
}

@media (min-width: 768px) {
  .top-recruit-btn {
    padding: 0px 20px 30px;
  }
}
.top-partner-sec {
  padding: 50px 20px;
  background: #1A1A1A;
  position: relative;
}
.top-partner-sec .top-wrap {
  max-width: 840px;
  position: relative;
  z-index: 1;
}
.top-partner-sec h3 {
  font-size: 20px;
  display: block;
  text-align: center;
  color: #fff;
}
.top-partner-sec h2 {
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 23px;
  display: block;
  text-align: center;
  color: #fff;
}
.top-partner-sec p {
  margin-top: 10px;
  font-size: 16px;
  margin-top: 20px;
  line-height: 2;
  display: block;
  text-align: center;
  color: #fff;
}

.top-partner-info {
  width: 100%;
  padding: 10px 30px 30px;
  background: #fff;
  margin-top: 30px;
}
.top-partner-info dl {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.top-partner-info dt {
  width: 6em;
  font-weight: 500;
  border-bottom: 1px solid #323232;
  padding: 20px 0;
}
.top-partner-info dd {
  width: 100%;
  font-weight: 500;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px;
}

.top-partner-btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.top-partner-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px;
  font-weight: 500;
}
.top-partner-btn a:hover {
  background: #fff;
  color: #1A1A1A;
}

.partner-form {
  font-size: 18px;
}

.partner-tel {
  font-size: 30px;
}

@media (min-width: 768px) {
  .top-partner-sec {
    padding: 100px 20px;
  }
  .top-partner-sec h2 {
    font-size: 30px;
  }
  .top-partner-info {
    padding: 30px 50px 50px;
  }
  .top-partner-btn {
    margin-top: 50px;
  }
  .top-partner-btn a {
    width: 48%;
  }
}
.foot-info {
  padding: 60px 0 0;
  background: #fff;
  position: relative;
}

.foot-info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.foot-access {
  width: 100%;
  padding: 0 20px;
  border-right: 0px solid #1A1A1A;
  padding-bottom: 60px;
}
.foot-access h3 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 40px;
}
.foot-access p {
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}

.g-map iframe {
  width: 100%;
  height: 350px;
}

.foot-contact {
  width: 100%;
  padding: 0px 20px 160px;
}
.foot-contact h3 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 40px;
}
.foot-contact p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
.foot-contact .partner-form {
  padding: 10px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #1A1A1A;
  border: 1px solid #1A1A1A;
  display: block;
  margin-bottom: 30px;
}
.foot-contact .partner-form:hover {
  background: #1A1A1A;
  color: #fff !important;
}

.foot-tel-list ul {
  border-top: 1px solid #CCCCCC;
  width: 100%;
}
.foot-tel-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  width: 100%;
  gap: 5px 30px;
}
.foot-tel-list a {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.03em;
}

@media (min-width: 768px) {
  .foot-info {
    padding: 150px 0 0;
  }
  .foot-access {
    width: 50%;
    padding: 0 60px;
    border-right: 1px solid #1A1A1A;
    padding-bottom: 150px;
  }
  .foot-access h3 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .foot-access p {
    font-size: 18px;
    margin-top: 15px;
  }
  .foot-contact {
    width: 50%;
    padding: 0 100px;
  }
  .foot-contact .partner-form {
    padding: 10px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    font-size: 20px;
    color: #1A1A1A;
    border: 1px solid #1A1A1A;
    display: block;
    margin-bottom: 30px;
  }
}
footer {
  position: relative;
  padding-top: 160px;
  padding-bottom: 100px;
  background: #1A1A1A;
}

.foot-logo {
  z-index: 3;
  position: absolute;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  left: 50%;
  top: -50px;
  display: block;
  width: 250px;
}
.foot-logo::after {
  content: "";
  width: 150px;
  height: 150px;
  background: #1A1A1A;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 20%;
  top: -20px;
  z-index: -1;
}

.foot-logo-text {
  color: #fff;
  position: relative;
  z-index: 2;
  margin-top: 0px;
  text-align: center;
}

.foot-sns {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.foot-sns a {
  width: 25px;
}

.foot-nav {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px 20px;
  position: relative;
  z-index: 1;
}
.foot-nav a {
  color: #fff;
  font-size: 20px;
}
.foot-nav a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#f7931e), color-stop(20%, #fcee21), color-stop(38%, #8cc63f), color-stop(60%, #29abe2), to(#ff7bac));
  background: -webkit-linear-gradient(left, #f7931e 0%, #fcee21 20%, #8cc63f 38%, #29abe2 60% #93278f 80%, #ff7bac 100%);
  background: linear-gradient(90deg, #f7931e 0%, #fcee21 20%, #8cc63f 38%, #29abe2 60% #93278f 80%, #ff7bac 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
  footer {
    padding-top: 160px;
    padding-bottom: 80px;
  }
  .foot-logo {
    left: 50%;
    top: -50px;
    width: 300px;
  }
  .foot-logo::after {
    content: "";
    width: 250px;
    height: 250px;
    left: 8%;
    top: -75px;
    z-index: -1;
  }
  .foot-logo-text {
    margin-top: 20px;
  }
}
.bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}

.bg.is-animated .bg-wrap::before {
  -webkit-animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(15%, #59C3E1), color-stop(50%, #8DC556), color-stop(90%, #FFF462));
  background: -webkit-linear-gradient(left top, #59C3E1 15%, #8DC556 50%, #FFF462 90%);
  background: linear-gradient(to right bottom, #59C3E1 15%, #8DC556 50%, #FFF462 90%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.bg .bg-wrap .inn {
  color: #1A1A1A;
  display: inline-block;
  padding: 5px 25px 15px 15px;
  position: relative;
  z-index: 1;
}

@-webkit-keyframes bg {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-5%);
            transform: scaleX(0) translateX(-5%);
  }
  30% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

@keyframes bg {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-5%);
            transform: scaleX(0) translateX(-5%);
  }
  30% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
.rec-main-copy {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .bg .bg-wrap .inn {
    padding: 10px 25px 20px 25px;
  }
}
.bounce {
  -webkit-animation-name: shake;
          animation-name: shake;
  -webkit-animation-duration: 4s;
          animation-duration: 4s; /* 全体のアニメーション時間 */
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes shake {
  /* 0%〜10%の間で動きを完結させる */
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  /* 11%以降は動きを定義しない */
  55% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes shake {
  /* 0%〜10%の間で動きを完結させる */
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  /* 11%以降は動きを定義しない */
  55% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.recruit-top-view {
  width: 100%;
  height: 680px;
  overflow: hidden;
  position: relative;
}
.recruit-top-view .top-wrap {
  height: 100%;
}
.recruit-top-view figure {
  position: relative;
  width: 100%;
  height: 680px;
}
.recruit-top-view figure img {
  position: absolute;
}

.main-img-1 {
  width: 100%;
  top: 50%;
  left: -10%;
  z-index: 2;
}

.main-img-2 {
  width: 60%;
  left: 37%;
  z-index: 3;
  bottom: 0;
}

.top-copy-box-1 {
  position: absolute;
  -webkit-transform: none;
          transform: none;
  right: 0;
  top: 85px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 92%;
  gap: 10px;
}
.top-copy-box-1 p {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  font-weight: 500;
}
.top-copy-box-1 small {
  color: #FFF462;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-top: -5px;
  font-weight: bold;
}

.top-copy-3 {
  line-height: 1.4 !important;
}

.recruit-top-copy {
  font-size: 60px;
  font-weight: 900;
  display: block;
  color: #fff;
  line-height: 1;
}

.rec-main-back {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  z-index: 1;
  position: relative;
}

@media (min-width: 768px) {
  .recruit-top-view {
    width: 100%;
    height: 800px;
  }
  .recruit-top-view .top-wrap {
    height: 100%;
  }
  .recruit-top-view figure {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .main-img-1 {
    width: 87%;
    top: -5%;
    left: -25%;
    z-index: 2;
  }
  .main-img-2 {
    width: 40%;
    left: 7%;
    z-index: 3;
    bottom: 0;
  }
  .top-copy-box-1 {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    top: 50%;
    z-index: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 58%;
    gap: 30px;
  }
  .top-copy-box-1 p {
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.1em;
    margin-top: 10px;
    font-weight: 500;
  }
  .top-copy-box-1 small {
    font-size: 18px;
    margin-top: -20px;
  }
  .recruit-top-copy {
    font-size: 120px;
  }
}
.rec-about-sec {
  background-image: url("/img/recruit/rec-about-back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 20px;
}
.rec-about-sec h2 {
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.rec-about-sec p {
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .rec-about-sec {
    padding: 100px 0;
  }
  .rec-about-sec h2 {
    font-size: 30px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .rec-about-sec p {
    font-size: 18px;
    line-height: 2;
  }
}
.rec-chance-sec {
  padding: 50px 20px 0px 20px;
}

.top-copy-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}

.rec-chance-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.rec-chance-flex .recruit-top-copy {
  font-size: 50px;
}
.rec-chance-flex figure {
  width: 100%;
  position: relative;
  bottom: 0px;
  right: 0;
  overflow: hidden;
}

.rec-chance-text {
  font-weight: bold;
  color: #fff;
  width: 100%;
}
.rec-chance-text p {
  font-size: 16px;
  margin-top: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 400;
}
.rec-chance-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .rec-chance-sec {
    padding: 100px 20px 100px 60px;
  }
  .top-copy-box {
    gap: 15px;
  }
  .rec-chance-flex .recruit-top-copy {
    font-size: 80px;
  }
  .rec-chance-flex figure {
    width: 48%;
    position: absolute;
    bottom: -100px;
  }
  .rec-chance-text {
    width: 52%;
  }
  .rec-chance-text p {
    font-size: 18px;
    margin-top: 30px;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: 400;
  }
  .rec-chance-text h3 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.rec-work-sec {
  background: #fff;
  padding: 50px 20px;
}
.rec-work-sec figure {
  max-width: 800px;
  margin: 0 auto !important;
  display: block;
}
.rec-work-sec h3 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
.rec-work-sec p {
  margin-top: 10px;
  text-align: center;
}
.rec-work-sec span {
  padding: 0.1em 1em;
  border: 1px solid;
  margin: 30px auto 0;
  display: block;
  font-size: 15px;
  width: 280px;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.rec-work-sec .top-wrap:hover span {
  background: #1A1A1A;
  color: #fff;
}

@media (min-width: 768px) {
  .rec-work-sec {
    padding: 100px 60px;
  }
}
.rec-depa-sec {
  background: #fff;
  padding: 50px 0;
}

.depa-wrap {
  background: #e6e6e6;
  padding: 30px 0;
  position: relative;
}

.slick-depa {
  background: #1A1A1A;
  padding: 25px;
  margin: 0 30px;
  opacity: 0.5;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.slick-depa h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  text-align: center;
  margin-top: 20px;
}
.slick-depa p {
  color: #fff;
  margin-top: 5px;
  line-height: 2;
}

.slick-center {
  opacity: 1;
}

.slide-arrow-2 {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.prev-arrow-2 {
  left: 0vw;
}

.next-arrow-2 {
  right: 0vw;
}

.slide-arrow__arrow-2 {
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.prev-arrow__arrow-2 {
  border-bottom: 2px solid #1A1A1A;
  border-left: 2px solid #1A1A1A;
}

.next-arrow__arrow-2 {
  border-top: 2px solid #1A1A1A;
  border-right: 2px solid #1A1A1A;
}

@media (min-width: 768px) {
  .slide-arrow__arrow-2 {
    width: 30px;
    height: 30px;
  }
  .prev-arrow-2 {
    left: 24.5vw;
  }
  .next-arrow-2 {
    right: 24.5vw;
  }
}
.rec-interview-sec {
  background: #fff;
  padding: 50px 0 50px;
  text-align: center;
}

.rec-interview-wrap {
  padding: 30px 0;
}

.slick-interview {
  margin: 0 20px;
}
.slick-interview h4 {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-top: 15px;
}
.slick-interview p {
  font-size: 18px;
  margin-top: 15px;
  line-height: 1.8;
  text-align: center;
}
.slick-interview span {
  padding: 0.1em 1em;
  border: 1px solid;
  margin: 20px auto 0;
  display: block;
  font-size: 15px;
  width: 250px;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.inte-img-change {
  position: relative;
}

.inte-img-change img {
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.inte-img-change img:last-of-type {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.slick-interview:hover .inte-img-change img {
  opacity: 0;
}
.slick-interview:hover .inte-img-change img:last-of-type {
  opacity: 1;
}
.slick-interview:hover span {
  background: #1A1A1A;
  color: #fff;
}

.top-interview-ban {
  display: inline-block;
  margin: 50px auto 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding: 0 20px;
}
.top-interview-ban img {
  -webkit-box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 100%;
}
.top-interview-ban:hover {
  opacity: 0.7;
}
.top-interview-ban:hover img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 768px) {
  .rec-interview-sec {
    padding: 100px 0 130px;
  }
}
.rec-number-sec {
  background-image: url("/img/recruit/rec-about-back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 20px 0;
}

.number-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px 0;
  margin-top: 30px;
}
.number-flex article {
  width: 100%;
  background: #1A1A1A;
  padding: 20px;
}
.number-flex h2 {
  color: #fff;
  font-size: 22px;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #fff;
  text-align: center;
  margin: 0 50px;
  font-weight: bold;
}

.video_wrapper video {
  width: 100%;
}

.rec-welfare-sec {
  background: #fff;
  padding: 50px 0 0;
}

.welfare-wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.welfare-wrap figure {
  width: 100%;
}

.welfare-box {
  width: 100%;
  padding: 50px 30px;
}
.welfare-box article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.welfare-box article figure {
  width: 70px;
}
.welfare-box article div {
  width: calc(100% - 90px);
}
.welfare-box article h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.welfare-text {
  margin-top: 0px;
  line-height: 2;
}

.rec-chance-sec-3 figure {
  width: 100%;
}

.rec-keyword-sec {
  background: #fff;
  padding: 50px 20px;
}
.rec-keyword-sec .top-wrap {
  text-align: center;
}

.keyword-box {
  margin-top: 30px;
  display: inline-block;
}
.keyword-box article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 30px;
  text-align: left;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.keyword-box article h3 {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}
.keyword-box article p {
  line-height: 2;
}
.keyword-box figure {
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(15%, #59C3E1), color-stop(50%, #8DC556), color-stop(90%, #FFF462));
  background: -webkit-linear-gradient(left top, #59C3E1 15%, #8DC556 50%, #FFF462 90%);
  background: linear-gradient(to right bottom, #59C3E1 15%, #8DC556 50%, #FFF462 90%);
  border-radius: 999px;
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.keyword-box figure::after {
  content: "";
  background: #1A1A1A;
  width: 145px;
  height: 145px;
  border-radius: 999px;
  border: #fff solid 5px;
  position: absolute;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.keyword-box figure img {
  width: 72px;
  position: absolute;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

@media (min-width: 768px) {
  .rec-chance-sec-3 figure {
    width: 56%;
  }
  .rec-number-sec {
    padding: 100px 60px 0;
  }
  .number-flex {
    margin-top: 50px;
    gap: 10px 0;
  }
  .number-flex article {
    width: 32%;
    padding: 30px;
  }
  .number-flex h2 {
    font-size: 22px;
    margin: 0 50px;
  }
  .rec-welfare-sec {
    padding: 100px 0 0;
  }
  .welfare-wrap {
    margin-top: 60px;
  }
  .welfare-wrap figure {
    width: 48%;
  }
  .welfare-box {
    width: 50%;
    padding: 20px 50px;
  }
  .welfare-box article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
  .welfare-box article figure {
    width: 80px;
  }
  .welfare-box article div {
    width: calc(100% - 120px);
  }
  .welfare-box article h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .welfare-text {
    margin-top: 70px;
  }
  .rec-keyword-sec {
    padding: 100px 60px;
  }
  .keyword-box {
    margin-top: 40px;
  }
  .keyword-box article {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.rec-flow-sec {
  background: #e6e6e6;
  padding: 50px 20px 50px 10px;
}
.rec-flow-sec .top-wrap {
  max-width: 820px;
}

.rec-flow-list {
  margin-top: 40px;
}
.rec-flow-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  gap: 10px;
  position: relative;
}
.rec-flow-list li::after {
  content: "";
  position: absolute;
  border-left: 3px solid #1A1A1A;
  left: 24px;
  bottom: -52px;
  height: 110%;
}
.rec-flow-list span {
  width: 45px;
  height: 45px;
  background: #1A1A1A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  border-radius: 999px;
  position: relative;
  z-index: 5;
}
.rec-flow-list div {
  width: calc(100% - 60px);
}
.rec-flow-list h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
.rec-flow-list .rec-btn {
  margin-top: 15px;
  background: #fff;
  border: 1px solid #59C3E1;
  padding: 0.5em 1em;
  font-weight: bold;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 290px;
  border-radius: 999px;
}
.rec-flow-list .rec-btn:hover {
  background: #59C3E1;
}
.rec-flow-list .rec-btn img {
  width: 30px;
  display: inline-block;
  margin-right: 10px;
}

.line-btn {
  border: 1px solid #8DC556 !important;
}
.line-btn:hover {
  background: #8DC556 !important;
}

.pdf-btn {
  margin-top: 15px;
  font-weight: 600;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  width: 300px;
}
.pdf-btn img {
  width: 25px;
  display: inline-block;
  margin-right: 10px;
}
.pdf-btn:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .rec-flow-sec {
    padding: 100px 60px;
  }
  .rec-flow-list {
    margin-top: 60px;
  }
  .rec-flow-list li {
    margin-bottom: 60px;
    gap: 30px;
  }
  .rec-flow-list li::after {
    content: "";
    left: 28px;
    bottom: -63px;
    height: 110%;
  }
  .rec-flow-list h4 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .rec-flow-list div {
    width: calc(100% - 90px);
  }
  .rec-flow-list span {
    width: 58px;
    height: 58px;
  }
  .rec-flow-list .rec-btn {
    margin-top: 15px;
    background: #fff;
    border: 1px solid #59C3E1;
    padding: 0.5em 1em;
    font-size: 18px;
    width: 410px;
  }
}
.rec-question-sec {
  background: #fff;
  padding: 50px 0px;
}

.question-box {
  background: #fff;
  margin-top: 0px;
  padding: 20px;
}

.question-list {
  border: 1px solid #1A1A1A;
  padding: 15px;
  margin-bottom: 20px;
}
.question-list dt {
  font-weight: bold;
  font-size: 23px;
  position: relative;
  padding: 15px 50px 15px 30px;
  cursor: pointer;
  line-height: 1.3;
}
.question-list dt img {
  width: 18px;
  position: absolute;
  left: 0px;
  top: 15px;
}
.question-list dd {
  font-size: 16px;
  position: relative;
  padding: 5px 20px 15px 30px;
  line-height: 2;
}
.question-list dd img {
  width: 18px;
  position: absolute;
  left: 0px;
  top: 12px;
}

.q-maru {
  position: absolute;
  z-index: 1;
  background: #1A1A1A;
  width: 33px;
  height: 33px;
  border-radius: 999px;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* アコーディオン */
.accordion__item {
  cursor: pointer;
}

/* (+)アイコン */
.accordion__title::before,
.accordion__title::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #fff;
  width: 14px;
  height: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 3;
}

.accordion__title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* アコーディオンのコンテンツ */
.accordion__content {
  display: none;
  cursor: pointer;
}

.accordion__content.is-open {
  display: block;
}

/* アコーディオン展開時の(-)アイコン */
.accordion__item.is-active .accordion__title::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion__item.is-active .accordion__title::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}

@media (min-width: 768px) {
  .accordion__title::before,
  .accordion__title::after {
    right: 15px;
    width: 15px;
    height: 3px;
  }
}
@media (min-width: 768px) {
  .question-box {
    margin-top: 20px;
    padding: 50px 50px 0 50px;
  }
  .question-list {
    padding: 15px 30px;
  }
  .question-list dt {
    padding: 12px 60px 15px 40px;
  }
  .question-list dd {
    padding: 5px 50px 15px 30px;
  }
}
.rec-join-sec {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(15%, #59C3E1), color-stop(50%, #8DC556), color-stop(90%, #FFF462));
  background: -webkit-linear-gradient(left top, #59C3E1 15%, #8DC556 50%, #FFF462 90%);
  background: linear-gradient(to right bottom, #59C3E1 15%, #8DC556 50%, #FFF462 90%);
  padding: 50px 20px 0;
  position: relative;
  overflow: hidden;
}

.join-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.join-flex figure {
  width: 90%;
  position: relative;
  bottom: -2px;
  right: 0;
  z-index: 2;
}

.join-text {
  width: 100%;
}
.join-text h2 {
  font-size: 50px;
  font-weight: 900;
}
.join-text p {
  margin-top: 10px;
  font-size: 18px;
}
.join-text ul {
  margin-top: 40px;
}
.join-text li {
  margin-bottom: 20px;
  width: 100%;
}
.join-text li a {
  display: block;
  width: 100%;
}
.join-text li a:hover {
  opacity: 0.7;
}

.join-back-text {
  position: absolute;
  top: -0.15em;
  right: -0.1em;
  font-weight: 900;
  font-size: 75px;
  opacity: 0.4;
  line-height: 1;
  z-index: 1;
  color: #fff;
}

.join-text .com-profile-list {
  padding: 30px 0px 10px 0px;
}
.join-text .com-profile-list dt {
  width: 100%;
  border-top: 0;
  border-bottom: 1px dashed #5A5A5A;
  padding: 10px 0;
}
.join-text .com-profile-list dd {
  font-weight: 500;
  border-top: 0;
  border-bottom: 1px solid #1A1A1A;
  padding: 10px 0;
}

.join-last-box .rec-flow-list {
  margin-top: 20px;
}
.join-last-box .rec-flow-list .rec-btn {
  border: 2px solid #59C3E1;
  padding: 1em 1em;
  width: 85%;
}
.join-last-box .rec-flow-list .line-btn {
  border: 2px solid #8DC556 !important;
}

.join-last-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}

.join-last-box-text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .rec-join-sec {
    padding: 80px 60px;
  }
  .join-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .join-flex figure {
    width: 48%;
    position: absolute;
    bottom: -2px;
    right: 0;
    z-index: 2;
  }
  .join-text {
    width: 52%;
  }
  .join-text .com-profile-list {
    padding: 30px 20px 0px 0px;
  }
  .join-text .com-profile-list dt {
    width: 7em;
    border-bottom: 1px solid #1A1A1A;
  }
  .join-last-box .rec-flow-list .rec-btn {
    width: 410px;
    padding: 1em 1em;
  }
  .join-last-btn {
    gap: 20px;
  }
  .join-back-text {
    font-size: 225px;
  }
  .join-last-box-text {
    font-size: 25px;
  }
}
.rec-foot {
  padding: 20px 20px 100px;
}

.rec-foot-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px 30px;
  color: #fff;
}
.rec-foot-wrap small {
  font-size: 0.9em;
  margin-left: 15px;
  font-weight: 300;
  display: inline-block;
}
.rec-foot-wrap p {
  text-align: left;
}

.rec-foot-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.rec-foot-box a {
  color: #fff;
  border: 1px solid #fff;
  padding: 0.1em 1em;
  font-size: 15px;
  background: #313131;
  text-align: center;
}
.rec-foot-box a:hover {
  color: #1A1A1A;
  background: #fff;
}
.rec-foot-box p {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .rec-foot {
    padding: 20px 60px 30px;
  }
}
.back-gradation {
  background-image: -webkit-linear-gradient(135deg, rgba(255, 244, 98, 0.2) 15%, rgba(141, 197, 86, 0.2) 55%, rgba(89, 195, 225, 0.2) 90%);
  background-image: linear-gradient(-45deg, rgba(255, 244, 98, 0.2) 15%, rgba(141, 197, 86, 0.2) 55%, rgba(89, 195, 225, 0.2) 90%);
}

.president-top {
  background: #1A1A1A;
  padding-top: 100px;
  position: relative;
}
.president-top img {
  width: 100%;
}
.president-top .president-top-title {
  position: absolute;
  right: 47%;
  width: 45%;
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.president-q {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}
.president-q p {
  margin-top: 20px;
  line-height: 2em;
}
.president-q p span {
  background: #ccecf1;
}
.president-q h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.president-q h4 span {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  padding-right: 10px;
}
.president-q h5 {
  color: #009fbb;
  font-size: 25px;
  font-weight: bold;
}

.q-left, .q-right {
  width: 100%;
}

.president-q01, .president-q02, .president-q03, .president-q04 {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.president-q01 .q-left {
  margin-top: 250px;
}

.president-q03 .q-right, .president-q04 .q-left {
  margin-top: 450px;
}

.president-q01, .president-q03, .president-q04 {
  padding-bottom: 50px;
}

.president-q01::before {
  content: "";
  position: absolute;
  left: 0;
  top: -270px;
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: left;
  background-image: url(/img/interview/interview_president_01.jpg);
}

.president-q03::before {
  content: "";
  position: absolute;
  right: 0;
  top: -470px;
  height: 450px;
  width: 100%;
  background-size: cover;
  background-position: right;
  background-image: url(/img/interview/interview_president_02.jpg);
}

.president-q04::before {
  content: "";
  position: absolute;
  left: 0;
  top: -470px;
  height: 450px;
  width: 100%;
  background-size: cover;
  background-position: left;
  background-image: url(/img/interview/interview_president_03.jpg);
}

.president-parallax {
  height: 250px;
}

.president-parallax::before {
  background-image: url(/img/interview/back_parallax_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media (min-width: 768px) {
  .president-q {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .president-q h4 {
    font-size: 22px;
  }
  .president-q h5 {
    font-size: 30px;
  }
  .president-q01, .president-q02, .president-q03, .president-q04 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .president-q01, .president-q03, .president-q04 {
    padding-bottom: 100px;
  }
  .president-q01::before {
    width: calc(100% - 60px);
  }
  .president-q03::before {
    width: calc(100% - 60px);
  }
  .president-q04::before {
    width: calc(100% - 60px);
  }
  .president-parallax {
    height: 400px;
  }
  .president-parallax::before {
    background-image: url(/img/interview/back_parallax.jpg);
  }
}
@media only screen and (min-width: 768px) {
  .president-q01 {
    height: 550px;
  }
  .president-q03 {
    height: 770px;
  }
  .president-q04 {
    height: 770px;
  }
  .president-q01::before {
    width: calc(45% - 20px);
    height: 450px;
    top: 0;
  }
  .president-q02 {
    max-width: 1000px;
    margin: auto;
  }
  .president-q03::before {
    width: calc(45% - 20px);
    height: 670px;
    top: 0;
  }
  .president-q04::before {
    width: calc(45% - 20px);
    height: 670px;
    top: 0;
  }
  .q-center h4, .q-center h5 {
    text-align: center;
  }
  .q-left {
    width: calc(55% - 20px);
    margin-left: calc(45% + 20px);
  }
  .q-right {
    width: calc(55% - 20px);
    margin-right: calc(45% + 20px);
  }
  .president-q01 .q-left, .president-q03 .q-right, .president-q04 .q-left {
    margin-top: 0;
  }
}
.staff-top {
  background: #fff;
  position: relative;
  padding: 150px 20px 0 20px;
}

.staff-top-text .staff-name {
  font-size: 16px;
}
.staff-top-text .staff-name span {
  color: #8c8c8c;
  font-size: 15px;
  margin-left: 15px;
}

.staff-top01::before {
  content: "";
  position: absolute;
  right: 0;
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: right;
  background-image: url(/img/interview/interview_staff01.jpg);
}

.staff-top02::before {
  content: "";
  position: absolute;
  right: 0;
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: right;
  background-image: url(/img/interview/interview_staff02.jpg);
}

.staff-top03::before {
  content: "";
  position: absolute;
  right: 0;
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: right;
  background-image: url(/img/interview/interview_staff03.jpg);
}

.staff-top04::before {
  content: "";
  position: absolute;
  right: 0;
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: right;
  background-image: url(/img/interview/interview_staff04.jpg);
}

.staff-top-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.staff-top-flex .recruit-top-copy {
  font-size: 30px;
}

.staff-top-text {
  font-weight: bold;
  width: 100%;
  margin-top: -50px;
}
.staff-top-text p {
  font-size: 18px;
  margin-top: 30px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 400;
}
.staff-top-text h3 {
  font-size: 20px;
  margin-bottom: 230px;
}

@media (min-width: 768px) {
  .staff-top {
    padding: 150px 20px 0 60px;
  }
  .staff-top01::before {
    height: 440px;
    width: calc(50% - 50px);
  }
  .staff-top02::before {
    height: 440px;
    width: calc(50% - 50px);
  }
  .staff-top03::before {
    height: 440px;
    width: calc(50% - 50px);
  }
  .staff-top04::before {
    height: 440px;
    width: calc(50% - 50px);
  }
  .staff-top-text {
    width: 65%;
    margin-top: 0px;
  }
  .staff-top-text p {
    font-size: 18px;
    margin-top: 30px;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: 400;
  }
  .staff-top-text h3 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .staff-top-flex .recruit-top-copy {
    font-size: 60px;
  }
  .staff-top-text .staff-name {
    font-size: 20px;
  }
  .staff-top-text .staff-name span {
    color: #8c8c8c;
    font-size: 18px;
    margin-left: 15px;
  }
}
.banner_box {
  padding-top: 50px;
  background: #fff;
  text-align: center;
}
.banner_box .banner_inner {
  max-width: 1120px;
  margin: auto;
  padding: 0 20px 100px;
}
.banner_box .top-interview-ban {
  margin: 0;
}

.rec-interview-in {
  background: #fff;
  text-align: center;
  padding: 100px 0 50px;
}

.rec-container {
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}

.rec-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.rec-title span {
  font-size: 38px;
  display: block;
  line-height: 1.2em;
}

@media (min-width: 768px) {
  .rec-title span {
    font-size: 60px;
  }
}
.staff-q {
  padding-bottom: 60px;
  background: #fff;
}
.staff-q article {
  padding-top: 30px;
  max-width: 940px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.staff-q p {
  margin-top: 20px;
  line-height: 2em;
}
.staff-q p span {
  background: #ccecf1;
}
.staff-q h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
}
.staff-q h4 span {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  padding-right: 10px;
}
.staff-q h5 {
  color: #009fbb;
  font-size: 26px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .staff-q {
    padding-bottom: 100px;
  }
  .staff-q article {
    padding-top: 80px;
  }
  .staff-q h5 {
    font-size: 30px;
  }
}
.scheduleBOX {
  background: #000;
  padding: 50px 0;
}
.scheduleBOX .rec-title {
  color: #fff;
}

.schedule-list {
  background: #fff;
  padding: 1px 25px 30px 25px;
}

.schedule-list-inner {
  max-width: 900px;
  margin: auto;
}
.schedule-list-inner li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 30px;
  gap: 10px 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.schedule-list-inner li::after {
  content: none;
  position: absolute;
  border-left: 1px solid #4D4D4D;
  left: 106px;
  bottom: -50px;
  height: 70px;
}
.schedule-list-inner li:last-child::after {
  border-left: 0;
}
.schedule-list-inner strong {
  color: #fff;
  z-index: 2;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  width: 40px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: -1px;
  top: 1px;
}
.schedule-list-inner time {
  width: auto;
  font-size: 25px;
  font-weight: bold;
  padding-right: 10px;
  text-align: left;
}
.schedule-list-inner span {
  width: 50px;
  height: 50px;
  background: #fff;
  position: relative;
  display: block;
  border: solid 1px #000;
  border-radius: 50%;
  z-index: 1;
}
.schedule-list-inner div {
  padding-left: 0px;
}
.schedule-list-inner div h4 {
  font-weight: bold;
  font-size: 20px;
}
.schedule-list-inner div p {
  margin-top: 5px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .schedule-list {
    padding: 40px 30px 70px;
  }
  .schedule-list-inner li {
    margin-top: 30px;
    gap: 10px 0;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .schedule-list-inner li::after {
    content: "";
  }
  .schedule-list-inner time {
    width: 3.3em;
  }
  .schedule-list-inner div {
    padding-left: 20px;
  }
}
.messageBOX {
  background: #fff;
}
.messageBOX .back-gradation {
  padding: 50px 0;
}
.messageBOX h3 {
  font-size: 23px;
  color: #009fbb;
  font-weight: bold;
  margin-bottom: 20px;
}
.messageBOX .col-text p {
  line-height: 2em;
}

.message-flex {
  gap: 30px;
  margin-top: 30px;
}
.message-flex .col-img {
  text-align: center;
}

.img-circle {
  border-radius: 50%;
}

.col-img, .col-text {
  width: 100%;
}

@media (min-width: 768px) {
  .col-img {
    width: 280px;
  }
  .col-text {
    width: calc(100% - 340px);
  }
  .messageBOX .back-gradation {
    padding: 100px 0;
  }
  .messageBOX h3 {
    font-size: 30px;
    color: #009fbb;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .messageBOX .col-text p {
    line-height: 2em;
  }
  .message-flex {
    gap: 60px;
    margin-top: 50px;
  }
}
.president-parallax-1 {
  height: 400px;
}

.president-parallax-1::before {
  background-image: url(/img/interview/back_parallax-1_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.president-parallax-2 {
  height: 400px;
}

.president-parallax-2::before {
  background-image: url(/img/interview/back_parallax-2_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.president-parallax-3 {
  height: 400px;
}

.president-parallax-3::before {
  background-image: url(/img/interview/back_parallax-3_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.president-parallax-4 {
  height: 400px;
}

.president-parallax-4::before {
  background-image: url(/img/interview/back_parallax-4_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media (min-width: 768px) {
  .president-parallax-1::before {
    background-image: url(/img/interview/back_parallax-1.jpg);
  }
  .president-parallax-2::before {
    background-image: url(/img/interview/back_parallax-2.jpg);
  }
  .president-parallax-3::before {
    background-image: url(/img/interview/back_parallax-3.jpg);
  }
  .president-parallax-4::before {
    background-image: url(/img/interview/back_parallax-4.jpg);
  }
}
.naka-top {
  padding: 130px 30px 40px;
  background-image: url("/img/recruit/rec-about-back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.naka-top-tit {
  line-height: 1.4;
}
.naka-top-tit h1 {
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.05em;
}
.naka-top-tit p {
  font-size: 16px;
  margin-top: 0.5em;
  opacity: 0.6;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.form-text {
  background: #fff;
  padding: 40px 30px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0 auto;
}

.formBox {
  background: #e6e6e6;
}
.formBox .container {
  padding: 40px 30px;
  max-width: 1080px;
  margin: 0 auto;
}

.tblForm {
  margin-top: 0px;
}
.tblForm dt {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
.tblForm dt small {
  font-weight: normal;
  font-size: 13px;
  display: block;
}
.tblForm dd {
  padding-bottom: 30px;
}
.tblForm dd small {
  font-size: 13px;
}

.icoMust {
  color: #d2001e;
}

/* iOSでのボタンのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

form input[type=text], form input[type=tel], form input[type=email], form textarea {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  padding: 0.3em 0.8em;
  font-size: 16px;
  color: #000;
  outline: none;
}

form input[type=text], form input[type=tel], form input[type=email] {
  height: 50px;
}

span.wpcf7-list-item {
  margin: 0 1.2em 0.5em 0 !important;
  font-size: 18px !important;
}

form input[type=number] {
  height: 30px;
  width: 55px;
  font-size: 15px;
}

input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 14px;
}

input:-moz-placeholder {
  color: #aaa;
  font-size: 14px;
}

.btnSubmit {
  max-width: 320px;
  background: #000;
  color: #fff;
  margin: 20px auto;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 999px;
  position: relative;
}
.btnSubmit input {
  width: 100%;
  display: block;
  padding: 0.3em 1em 0.5em;
}
.btnSubmit:hover {
  color: #1A1A1A;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(15%, #59C3E1), color-stop(50%, #8DC556), color-stop(90%, #FFF462));
  background: -webkit-linear-gradient(left top, #59C3E1 15%, #8DC556 50%, #FFF462 90%);
  background: linear-gradient(to right bottom, #59C3E1 15%, #8DC556 50%, #FFF462 90%);
}

.wpcf7-spinner {
  visibility: hidden;
  opacity: 0;
  display: inline-block !important;
  position: absolute !important;
  top: 50px;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.wpcf7-form.sending .wpcf7-spinner {
  visibility: visible;
  opacity: 1;
}

div.wpcf7 .ajax-loader {
  display: block !important;
  margin: 10px auto !important;
}

.btn-thanks {
  max-width: 320px;
  background: #000;
  color: #fff;
  margin: 20px auto;
  padding: 0.3em 1em 0.5em;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  text-decoration: none !important;
}

@media only screen and (min-width: 768px) {
  .tblForm dt small {
    display: inline;
    margin-left: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .naka-top {
    padding: 160px 80px 80px;
  }
  .naka-top-tit h1 {
    font-size: 35px;
  }
  .naka-top-tit p {
    font-size: 18px;
  }
  .form-text {
    padding: 50px 20px;
  }
  .formBox .container {
    padding: 80px 20px;
  }
  .tblForm {
    margin-top: 40px;
  }
}
.policy-sec {
  padding: 0 30px;
  background: #fff;
}

.policyBox {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 980px;
  margin: 0 auto;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.policyBox section {
  margin-top: 30px;
}
.policyBox section p {
  margin-top: 10px;
}
.policyBox section ul, .policyBox section ol {
  margin-top: 15px;
}
.policyBox h2 {
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .policy-sec {
    padding: 0 50px;
  }
  .policyBox {
    padding-top: 80px;
    padding-bottom: 80px;
    line-height: 2;
  }
  .policyBox section {
    margin-top: 50px;
  }
  .policyBox section p {
    margin-top: 15px;
  }
  .policyBox section ul, .policyBox section ol {
    margin-top: 20px;
  }
  .policyBox h2 {
    font-size: 20px;
  }
}
.naka-info-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 20px;
  width: 100%;
  margin-top: 15px;
}
.naka-info-list p {
  margin-top: 0;
}
.naka-info-list span {
  padding: 0.1em 1.3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  border-radius: 999px;
}

.news-page-body {
  background: #fff;
  padding: 40px 0 50px;
}

.news-contents {
  max-width: 980px;
  margin: 0 auto;
  padding: 0px 30px;
}
.news-contents p {
  line-height: 1.6;
  margin-top: 10px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 15px;
}
.news-contents img {
  display: block;
  width: 100%;
}

.pagination {
  background: #e9e8e8;
}

.pagination-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination-all {
  width: 200px;
  background: #1A1A1A;
  color: #fff;
  margin: 20px auto;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 999px;
  padding: 0.3em 1em 0.5em;
}
.pagination-all:hover {
  color: #1A1A1A;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(15%, #59C3E1), color-stop(50%, #8DC556), color-stop(90%, #FFF462));
  background: -webkit-linear-gradient(left top, #59C3E1 15%, #8DC556 50%, #FFF462 90%);
  background: linear-gradient(to right bottom, #59C3E1 15%, #8DC556 50%, #FFF462 90%);
}

.pagination__prev {
  font-weight: bold;
}

.pagination__next {
  font-weight: bold;
}

.topic-wrap-naka {
  padding: 0px;
}

.top-min-tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 10px;
  font-weight: 500;
}
.top-min-tit p {
  font-size: 23px;
}

@media only screen and (min-width: 768px) {
  .news-head {
    padding: 80px 50px;
  }
  .news-head h1 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .news-wrap::before {
    width: 90px;
    height: 140px;
  }
  .news-page-body {
    padding: 50px 0 50px;
  }
  .news-contents {
    padding: 0px 50px;
  }
  .news-contents p {
    margin-top: 20px;
    line-height: 2;
    letter-spacing: 0.1em;
    font-size: 16px;
  }
  .pagination-wrap {
    padding: 50px 50px;
  }
  .pagination-all {
    padding: 0.5em 2em;
    font-size: 18px;
  }
  .topic-wrap-naka {
    padding: 0 50px;
  }
}/*# sourceMappingURL=style.css.map */