@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Lato");
@import url("https://fonts.googleapis.com/css?family=Oxygen");
@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

body {
  letter-spacing: 0.01em !important;
  color: #222 !important;
}

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* @include circle(100px); */
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/* @include absPosition(5px,20x,10px,15px); */
/* @include css3(transition, 0.5s); */
/* @include opacity(0.5); */
/* @include fontsize(12); */
/* COLOR */
/* MEDIA QUERIES */
/* USE
==================== */
/* SNS COLOR */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/*	clearfix
================================================== */
input::placeholder,
textarea::placeholder {
  color: #ccc; }

/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc; }

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #ccc; }

@-ms-viewport {
  width: auto;
  initial-scale: 1;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-text-size-adjust: 100%;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  /* zoom: 1; */
}

.pc-display {
  display: block !important;
}

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

@media (max-width: 840px) {
  .pc-display {
    display: none !important;
  }

  .sp-display {
    display: block !important;
  } 
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-family: 'Noto Sans Japanese', sans-serif;
  letter-spacing: 0.01em;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 10px; }

/* .sprite {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
} */

*, html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none; }

a::after,
a::before {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.u-sm-hide {
  display: block; }

@keyframes fi {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.btn {
  display: flex !important;
  text-align: center;
  margin: auto !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif !important;
  border-radius: 8px !important;
  border: solid 2px #FD5930 !important;
  border-bottom: solid 4px #D34724 !important;
  color: #fff !important;
}
  .btn .txt {
    display: block;
    margin: auto; }
  .btn .fTxt,
  .btn .lTxt {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 4px; }
  .btn .tel-icon {
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 4px; }
    .btn .tel-icon::before {
      content: '';
      width: 24px;
      height: 24px;
      background: url(../images/recruit-lp/icon-phone.png) no-repeat center center;
      background-size: cover;
      display: inline-block;
      margin-right: 4px; }
  .btn .mail-icon {
    font-size: 3.2rem;
    line-height: 1;
    margin-bottom: 4px;
    font-family: 'Noto Sans Japanese', sans-serif; }
    .btn .mail-icon::before {
      content: '';
      width: 35px;
      height: 24px;
      background: url(../images/recruit-lp/icon-mail.png) no-repeat center center;
      background-size: cover;
      display: inline-block;
      margin-right: 4px; }
  .btn .default-txt {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff; }

.btn-xl {
  width: 100%;
  max-width: 520px;
  min-height: 120px;
  background: #FD5930 !important;
}

.btn.head-btn {
  width: 250px;
  height: 60px;
  background: #4CC764;
}
a.btn.line-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4px 12px 4px 4px;
  margin: auto !important;
  font-size: 2.0rem !important;
  font-weight: 700 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif !important;
  border-radius: 8px !important;
  border: solid 2px #06C755 !important;
  border-bottom: solid 4px #26a459 !important;
  color: #fff !important;
}
a.btn.line-btn img {
  width: 50px;
  margin-right: 8px;
}

 .head-btn .mail-icon {
    font-size: 1.8rem;
    display: block;
    margin: auto; }
    .head-btn .mail-icon::before {
      content: '';
      width: 24px;
      height: 17px;
      background: url(../images/recruit-lp/icon-mail.png) no-repeat center center;
      background-size: cover;
      display: inline-block;
      margin-right: 4px; }

@media (max-width: 840px) {
  .btn.head-btn {
    width: 200px;
    height: 60px;
    align-items: center;
    background: #FD5930; }
    .head-btn .mail-icon {
      font-size: 1.8rem;
      display: flex;
      margin: auto; }
      .head-btn .mail-icon::before {
        content: '';
        width: 22px;
        height: 16px;
        background: url(../images/recruit-lp/icon-mail.png) no-repeat center center;
        background-size: cover;
        display: inline-block;
        margin-right: 4px; } 
  .btn.line-btn {
    width: 200px;
    height: 64px;
    padding: 4px 4px 4px 2px;
    align-items: center;
    background: #06C755; }
  a.btn.line-btn img {
    width: 40px;
    margin-right: 4px;
  }
.btn-submit {
  width: 100%;
  max-width: 520px;
  min-height: 78px;
  background: #FD5930;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  display: block;
  margin: auto auto 32px; }
}

@media (max-width: 840px) {
  .btn-submit {
    width: 100%;
    max-width: 520px;
    min-height: 64px;
    background: #FD5930;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    display: block;
    margin: auto auto 32px; } }
.btn-white {
  background: #fff;
  color: #000; }

.btn-cv {
  background: #FCEDEA;
  color: #FCEDEA;
  text-align: center;
  font-weight: 700; }

.btn-darkgray {
  background: #4d4d4d;
  color: #fff; }

.btn_md {
  max-width: 100%;
  width: 300px;
  height: 36px;
  line-height: 30px;
  text-align: center;
  margin: auto;
  border: 3px solid #000;
  background: transparent;
  font-size: 15px;
  font-weight: bold; }

.btn_submit {
  width: 160px;
  display: block;
  height: 40px;
  line-height: 38px;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  background: #ccc;
  border: 1px solid #000;
  color: #000;
  margin: auto; }

.btn_orange {
  background: #FD5930;
  color: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; }

.btn_fr {
  display: inline-block !important;
  padding: 8px; }

.btn:hover {
  opacity: 1; }
  .btn:hover.shadow_box {
    box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.3); }

@media only screen and (max-width: 640px) {
  .btn_lg {
    width: 100%; } }
h1 {
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: -.01em; }

h2 {
  font-size: 32px;
  line-height: 1.5; }

h3 {
  font-size: 19px;
  line-height: 1.6; }

h4 {
  font-size: 1rem;
  line-height: 1.7; }

h1, h2, h3, h4 {
  font-weight: bold; }

.fw400 {
  font-weight: 400; }

.fw500 {
  font-weight: 500; }

.fw600 {
  font-weight: 600; }

.fw700 {
  font-weight: 700; }

.fw800 {
  font-weight: 800; }

.fw900 {
  font-weight: 900; }

/* TITLE
====================== */
.index-default-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 0 24px; }

.cv-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 auto 24px;
  position: relative;
  padding: 0 32px;
  text-align: center;
  display: inline; }
  .cv-ttl::before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 18px;
    height: 36px;
    display: block;
    background: url(../images/recruit-lp/cv-bg-left.png) no-repeat center center;
    background-size: cover; }
  .cv-ttl::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    width: 18px;
    height: 36px;
    display: block;
    background: url(../images/recruit-lp/cv-bg-right.png) no-repeat center center;
    background-size: cover; }

    .cv-ttl-confirm {
      font-size: 3.2rem;
      font-weight: 700;
      margin: 0 auto 24px;
      position: relative;
      padding: 0 32px;
      text-align: center;
      display: inline; }

@media (max-width: 840px) {
  .cv-ttl {
    font-size: 3.2rem;
    font-weight: 700;
    margin: 0 auto 24px;
    position: relative;
    padding: 0;
    text-align: center;
    display: inline; }
    .cv-ttl::before {
      display: none; }
    .cv-ttl::after {
      display: none; }

    .cv-ttl-confirm {
      font-size: 3.2rem;
      font-weight: 700;
      margin: 0 auto 24px;
      position: relative;
      padding: 0;
      text-align: center;
      display: inline; } }

.index-wrap-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 0 24px;
  padding-left: 48px;
  position: relative;
  padding-bottom: 12px; }
  .index-wrap-ttl::before {
    position: absolute;
    top: 0.25em;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 36px;
    height: 36px;
    content: ''; }
  .index-wrap-ttl::after {
    width: 80px;
    height: 4px;
    content: '';
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 48px;
    margin: auto;
    content: '';
    display: block;
    background: #FCA651; }

@media (max-width: 840px) {
  .index-wrap-ttl {
    line-height: 2; }
    .index-wrap-ttl::before {
      position: absolute;
      top: 0.5em;
      right: auto;
      bottom: 0;
      left: 0; }
    .index-wrap-ttl::after {
      width: 80px;
      height: 4px;
      content: '';
      position: absolute;
      top: 1.9em;
      right: auto;
      bottom: auto;
      left: 48px;
      margin: auto;
      content: '';
      display: block;
      background: #FCA651; } }
p {
  font-size: 18px;
  line-height: 2; }

a {
  color: #FD5930;
  text-decoration: none; }
  a:hover {
    opacity: .6; }

p a {
  text-decoration: underline !important; }

blockquote {
  padding: 32px; }
  blockquote p {
    max-width: 100%;
    width: 100%; }
    blockquote p:last-child {
      margin: 0; }

.index-ttl {
  font-size: 32px;
  margin: auto 0 24px 0;
  letter-spacing: -.02em; }
  .index-ttl.min {
    font-size: 24px; }
  .index-ttl.c_w {
    color: #fff; }

.page-ttl {
  font-size: 40px;
  margin: auto auto 8px;
  line-height: 1.3;
  letter-spacing: -.05em; }

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

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

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

@font-face {
  font-family: 'social';
  src: url("../fonts/social.eot?ns5cj1");
  src: url("../fonts/social.eot?ns5cj1#iefix") format("embedded-opentype"), url("../fonts/social.ttf?ns5cj1") format("truetype"), url("../fonts/social.woff?ns5cj1") format("woff"), url("../fonts/social.svg?ns5cj1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'social' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.c_white {
  color: #fff; }

.u-txtAlign_center {
  text-align: center !important; }

.u-txtAlign_left {
  text-align: left !important; }

.u-txtAlign_right {
  text-align: right !important; }

.icon-xs {
  width: 24px;
  height: 24px; }

.icon-sm {
  width: 32px;
  height: 32px; }

.icon-md {
  width: 48px;
  height: 48px; }

h3 .icon {
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 4px; }

.fs_xs {
  font-size: 1.2rem; }

.fs_sm {
  font-size: 1.5rem; }

.fs_md {
  font-size: 1.8rem; }

.fs_lg {
  font-size: 2.4rem; }

.fs_xl {
  font-size: 32px; }

.fs_xxl {
  font-size: 40px; }

.icon-map {
  background: url(../images/common/icon-pin-bl.png) no-repeat;
  background-size: cover; }

.icon-job {
  background: url(../images/common/icon-job-bl.png) no-repeat;
  background-size: cover; }

.icon-status {
  background: url(../images/common/icon-pen-bl.png) no-repeat;
  background-size: cover; }

.job-ttl {
  position: relative;
  padding-left: 40px; }
  .job-ttl::before {
    content: '';
    background: url(../images/common/icon-job-bl.png) no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 8px;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto; }

.factory-ttl {
  position: relative;
  padding-left: 40px; }
  .factory-ttl::before {
    content: '';
    background: url(../images/common/icon-factory-bl.png) no-repeat;
    background-size: cover;
    width: 33px;
    height: 32px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto; }

.feature-ttl {
  position: relative;
  padding-left: 40px; }
  .feature-ttl::before {
    content: '';
    background: url(../images/common/icon-feature-bl.png) no-repeat;
    background-size: cover;
    width: 19px;
    height: 32px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 6px;
    margin: auto; }

.p-ttl {
  position: relative;
  padding-left: 24px; }
  .p-ttl::before {
    content: '';
    background: url(../images/common/icon-p-bl.png) no-repeat;
    background-size: cover;
    width: 17px;
    height: 17px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto; }

.check-ttl {
  position: relative;
  padding-left: 24px; }
  .check-ttl::before {
    content: '';
    background: url(../images/common/icon-check-bl.png) no-repeat;
    background-size: cover;
    width: 17px;
    height: 17px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto; }

.pin-ttl {
  position: relative;
  padding-left: 40px; }
  .pin-ttl::before {
    content: '';
    background: url(../images/common/icon-pin-bl.png) no-repeat;
    background-size: cover;
    width: 26px;
    height: 32px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto; }

.area-research-ttl {
  position: relative;
  padding-left: 40px; }
  .area-research-ttl::before {
    content: '';
    background: url(../images/common/icon-research-bl.png) no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto; }

.index-merit-ttl {
  position: relative;
  padding-left: 40px; }
  .index-merit-ttl::before {
    content: '';
    background: url(../images/common/icon-merit-bl.png) no-repeat;
    background-size: cover;
    width: 31.5px;
    height: 32px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto; }

.hand-ttl {
  position: relative;
  padding-left: 40px; }
  .hand-ttl::before {
    content: '';
    background: url(../images/common/icon-hand-bl.png) no-repeat;
    background-size: cover;
    width: 31.5px;
    height: 32px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto; }

@media only screen and (max-width: 640px) {
  .fs_sm {
    font-size: 14px; }

  .fs_lg {
    font-size: 20px; }

  .fs_xl {
    font-size: 24px; }

  .fs_xxl {
    font-size: 28px; } }
/* Slider */
.slick-loading .slick-list {
  /*background: #fff url('./ajax-loader.gif') center center no-repeat;*/ }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
  -webkit-transform: translate(0, -12px);
  -ms-transform: translate(0, -12px);
  transform: translate(0, -12px);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-arrow {
  font-size: 0;
  line-height: 0;
  color: transparent;
  position: absolute;
  z-index: 99998;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -14px;
  background: #54a7e3; }

.slick-arrow:hover {
  opacity: 0.8; }

.slick-prev {
  -webkit-background-size: 100%;
  background-size: 100%;
  z-index: 2;
  width: 36px;
  height: 36px;
  background: url(../images/common/l_arrow_link.png) no-repeat;
  background-size: cover;
  left: -64px; }

.slick-prev::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../images/common/r_arrow_link.png) no-repeat;
  background-size: cover;
  width: 36px;
  height: 36px; }

.slick-next {
  right: -64px;
  -webkit-background-size: 100%;
  background-size: 100%;
  z-index: 2;
  width: 36px;
  height: 36px;
  background: url(../images/common/r_arrow_link.png) no-repeat;
  background-size: cover; }

.slick-next::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/common/r_arrow_link.png) no-repeat;
  background-size: cover;
  width: 22px;
  height: 21px; }

@media (max-width: 840px) {
  /* Arrows */
  .slick-prev,
  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent; }

  .slick-arrow {
    font-size: 0;
    line-height: 0;
    color: transparent;
    position: absolute;
    z-index: 99998;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: #54a7e3; }

  .slick-arrow:hover {
    opacity: 0.8; }

  .slick-prev {
    -webkit-background-size: 100%;
    background-size: 100%;
    z-index: 2;
    width: 24px;
    height: 24px;
    background: url(../images/common/l_arrow_link.png) no-repeat;
    background-size: cover;
    left: 8px; }

  .slick-next {
    right: 8px;
    -webkit-background-size: 100%;
    background-size: 100%;
    z-index: 2;
    width: 24px;
    height: 24px;
    background: url(../images/common/r_arrow_link.png) no-repeat;
    background-size: cover; } }
.slick-dotted.slick-slider {
  margin-bottom: 45px; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 14px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.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 {
  border-radius: 50%;
  background: #fff;
  border: 2px solid #91c5eb;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  text-align: center; }

.slick-dots li button:hover:before, .slick-dots li.slick-active button:before {
  background: #91c5eb; }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.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; }

.slick-slide {
  max-width: 1160px;
  position: relative;
  z-index: 1;
  position: relative; }

.slick-track .slick-slide a:hover img {
  opacity: 0.8; }

.slick-track .slick-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 1160px;
  height: 100%;
  content: "";
  z-index: 2;
  /*background: rgba(0, 0, 0, 0.5);*/ }

.slick-track .slick-center:after {
  content: none; }

@media (max-width: 1280px) {
  .slick-track .slick-slide {
    max-width: 90%; } }
/* common
===================== */
.f-oswald {
  font-family: 'Oswald', sans-serif; }

.contact-area-first {
  margin: auto auto 96px; }

/*

display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        */
.k_yellow {
  background: linear-gradient(transparent 65%, #F2C5BA 65%); }

.shadow_box {
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2); }

.col12 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .col12 .col3 {
    width: calc(25% - 12px);
    margin-right: 16px; }
    .col12 .col3:last-child {
      margin: 0; }
  .col12 .col4 {
    width: 33.3%; }
    .col12 .col4.card_icon_item {
      height: 0;
      padding-top: 33.3%;
      position: relative;
      width: calc(33.3% - 4px);
      margin: 0 6px 6px 0; }
      .col12 .col4.card_icon_item:nth-of-type(3n) {
        margin: 0 0 6px 0; }
      .col12 .col4.card_icon_item .bg_white {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
        .col12 .col4.card_icon_item .bg_white .icon {
          width: 72px;
          height: 72px;
          margin: auto auto 8px; }
        .col12 .col4.card_icon_item .bg_white p {
          font-size: 12px; }
  .col12 .col8 {
    width: 66.7%;
    float: left; }

@media (max-width: 840px) {
  .col12 {
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center; }
    .col12 .col4 {
      width: 100%; } }
/* .index-03-list-item {
  display: block;
  height: 0;
  padding-top: 35%; } */

/* .index-03-list-item-01 {
  background: url(../images/recruit-lp/feature-list-item-01.png) no-repeat center center;
  background-size: cover; }

.index-03-list-item-02 {
  background: url(../images/recruit-lp/feature-list-item-02.png) no-repeat center center;
  background-size: cover; }

.index-03-list-item-03 {
  background: url(../images/recruit-lp/feature-list-item-03.png) no-repeat center center;
  background-size: cover; } */

@media (max-width: 840px) {
  .col12 {
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center; }
    .col12 .col4 {
      width: 100%; }
    .col12 .index-03-list-item {
      display: block;
      /* height: 0; */
      /* padding-top: 105%; */
      } }
.pc_mb_sm {
  margin-bottom: 16px; }

.pc_mb_md {
  margin-bottom: 32px; }

.pc_mb_lg {
  margin-bottom: 64px !important; }

.pc_mb_xl {
  margin-bottom: 96px; }

@media (max-width: 840px) {
  .pc_mb_sm {
    margin-bottom: 16px; }

  .pc_mb_md {
    margin-bottom: 24px; }

  .pc_mb_lg {
    margin-bottom: 40px; }

  .pc_mb_xl {
    margin-bottom: 64px; } }
.fc_orange {
  color: #FD5930; }

.index-flow-wrap {
  padding: 40px;
  position: relative;
  background: #fff;
  width: calc(100% - 40px);
  height: calc(100% - 16px);
  border: 4px solid #FCA651;
  border-radius: 16px; }
  .index-flow-wrap::before {
    background: #fff;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1; }
  .index-flow-wrap::after {
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 40px;
    margin: auto;
    background: url(../images/recruit-lp/dot.png) left top;
    z-index: -1; }
    .b-interview{
      margin:30px 0 20px;
    }
    .b-interview p{
      text-align: center;
      margin-bottom:0.5em;
    }
    .att_bnr.lp{
      text-align: center;
    }
    .att_bnr.lp img{
      width: 100%;
      max-width: 740px;
    }

@media (max-width: 840px) {
  .index-flow-wrap {
    padding: 16px;
    position: relative;
    background: #fff;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 4px solid #FCA651;
    border-radius: 16px; }
    .index-flow-wrap::before {
      background: #fff;
      width: 100%;
      height: 100%;
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      z-index: -1; }
    .index-flow-wrap::after {
      width: 100%;
      height: 100%;
      display: block;
      content: '';
      position: absolute;
      top: 16px;
      right: 0;
      bottom: 0;
      left: 16px;
      margin: auto;
      background: url(../images/recruit-lp/dot.png) left top;
      z-index: -1; }
      .b-interview p{
        text-align:left;
      }
    }
.index-flow-item {
  display: flex;
  margin: auto auto 48px; }
  .index-flow-item:last-child {
    margin: auto; }
  .index-flow-item .step {
    padding-bottom: 12px;
    width: 138px;
    height: 138px;
    border-radius: 100px;
    background: #FCA651;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */ }
    .index-flow-item .step span {
      font-size: 6.4rem;
      font-weight: bold;
      display: block;
      text-align: center;
      line-height: 1; }
  .index-flow-item .flow-item-txt {
    width: calc(100% - 162px);
    margin-left: 24px;
    padding-top: 32px; }
    .index-flow-item .flow-item-txt .flow-ttl {
      height: 64px;
      vertical-align: middle;
      position: relative;
      font-size: 2.2rem;
      font-weight: 700 !important;
      padding-left: 80px;
      padding-top: 10px;
      margin-bottom: 24px;

    }
      .index-flow-item .flow-item-txt .flow-ttl::before {
        width: 64px;
        height: 64px;
        content: '';
        position: absolute;
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;
        margin: auto;
        display: block; }
      .index-flow-item .flow-item-txt .flow-ttl.flow-ttl-01::before {
        background: url(../images/recruit-lp/ttl-icon-flow01.png) no-repeat center center;
        background-size: cover; }
      .index-flow-item .flow-item-txt .flow-ttl.flow-ttl-02::before {
        background: url(../images/recruit-lp/ttl-icon-flow02.png) no-repeat center center;
        background-size: cover; }
      .index-flow-item .flow-item-txt .flow-ttl.flow-ttl-03::before {
        background: url(../images/recruit-lp/ttl-icon-flow03.png) no-repeat center center;
        background-size: cover; }
      .index-flow-item .flow-item-txt .flow-ttl.flow-ttl-04::before {
        background: url(../images/recruit-lp/ttl-icon-flow04.png) no-repeat center center;
        background-size: cover; }
      .index-flow-item .flow-item-txt .flow-ttl.flow-ttl-05::before {
        background: url(../images/recruit-lp/ttl-icon-flow05.png) no-repeat center center;
        background-size: cover; }
      .index-flow-item .flow-item-txt .flow-ttl.flow-ttl-06::before {
        background: url(../images/recruit-lp/ttl-icon-flow06.png) no-repeat center center;
        background-size: cover; }

@media (max-width: 840px) {
  .index-flow-item {
    display: flex;
    margin: auto auto 48px; }
    .index-flow-item:last-child {
      margin: auto; }
    .index-flow-item .step {
      padding-bottom: 4px;
      width: 76px;
      height: 76px;
      border-radius: 38px;
      background: #FCA651;
      color: #fff;
      font-size: 1.6rem;
      font-weight: bold;
      text-align: center;
      display: flex;
      flex-direction: column;
      /* 子要素をflexboxにより縦方向に揃える */
      justify-content: center;
      /* 子要素をflexboxにより中央に配置する */
      align-items: center;
      /* 子要素をflexboxにより中央に配置する */ }
      .index-flow-item .step span {
        font-size: 3.2rem;
        font-weight: bold;
        display: block;
        text-align: center;
        line-height: 1; }
    .index-flow-item .flow-item-txt {
      width: calc(100% - 92px);
      margin-left: 24px;
      padding-top: 0; }
      .index-flow-item .flow-item-txt .flow-ttl {
        height: auto;
        vertical-align: middle;
        position: relative;
        font-size: 2rem;
        padding-left: 48px;
        padding-top: 0;
        margin-bottom: 16px;
        min-height: 32px; }
        .index-flow-item .flow-item-txt .flow-ttl::before {
          width: 36px;
          height: 36px;
          content: '';
          position: absolute;
          top: 0;
          right: auto;
          bottom: 0;
          left: 0;
          margin: auto;
          display: block; } }
.index-voice-block {
  padding: 40px;
  position: relative;
  background: #fff;
  width: calc(100% - 40px);
  height: calc(100% - 16px);
  border: 4px solid #FCA651;
  border-radius: 16px; }
  .index-voice-block::before {
    background: #fff;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1; }
  .index-voice-block::after {
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 40px;
    margin: auto;
    background: url(../images/recruit-lp/dot.png) left top;
    z-index: -1; }
  .index-voice-block .index-voice-inner {
    padding: 20px 0;
  }
  .index-voice-block .index-voice-inner h3 {
    font-size: 2.4rem;
    margin: 0 0 16px; }
  .index-voice-block .index-voice-inner > p {
    font-size: 1.8rem; }
  .index-voice-block .index-voice-inner .index-voice-layout {
    display: flex;
    margin: auto auto 32px; }
    .index-voice-block .index-voice-inner .index-voice-layout .thumb {
      width: 45%; }
      .index-voice-block .index-voice-inner .index-voice-layout .thumb img {
        max-width: 100%;
        height: auto; }
    .index-voice-block .index-voice-inner .index-voice-layout .txt {
      width: calc(100% - 45%); }
      .index-voice-block .index-voice-inner .index-voice-layout .txt .inner {
        position: relative; }
        .index-voice-block .index-voice-inner .index-voice-layout .txt .inner .commentBy {
          font-size: 1.4rem;
          padding: 8px 12px;
          background: #fff;
          border: 2px solid #FAF0E6;
          font-weight: bold;
          position: absolute;
          top: 0;
          right: auto;
          bottom: auto;
          left: 32px;
          z-index: 10; }
        .index-voice-block .index-voice-inner .index-voice-layout .txt .inner .fuki {
          position: relative;
          display: inline-block;
          margin: 16px 0 16px 22px;
          padding: 24px 16px 16px 16px;
          min-width: 120px;
          max-width: 100%;
          color: #151515;
          font-size: 16px;
          font-weight: bold;
          background: #FAF0E6; }
          .index-voice-block .index-voice-inner .index-voice-layout .txt .inner .fuki::before {
            content: "";
            position: absolute;
            top: 35%;
            left: -30px;
            margin-top: -15px;
            border: 15px solid transparent;
            border-right: 15px solid #FAF0E6; }
  .index-voice-block .index-voice-inner .index-voice-staff {
    padding: 24px 16px 16px 16px;
    width: 100%;
    color: #151515;
    font-size: 16px;
    font-weight: bold;
    background: rgba(154, 214, 165, 0.2);
    position: relative; }
    .index-voice-block .index-voice-inner .index-voice-staff .staffCommentBy {
      font-size: 1.4rem;
      padding: 8px 12px;
      background: #fff;
      border: 2px solid rgba(154, 214, 165, 0.2);
      font-weight: bold;
      position: absolute;
      top: -16px;
      right: auto;
      bottom: auto;
      left: 24px;
      z-index: 10; }
    .index-voice-block .index-voice-inner .index-voice-staff .staff-layout {
      display: flex; }
      .index-voice-block .index-voice-inner .index-voice-staff .staff-layout .illust {
        width: 12%; }
        .index-voice-block .index-voice-inner .index-voice-staff .staff-layout .illust img {
          width: 100%; }
      .index-voice-block .index-voice-inner .index-voice-staff .staff-layout .txt {
        width: calc(88% - 16px);
        margin-left: 16px; }

@media (max-width: 840px) {
  .index-voice-block {
    padding: 16px;
    position: relative;
    background: #fff;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 4px solid #FCA651;
    border-radius: 16px; }
    .index-voice-block::before {
      background: #fff;
      width: 100%;
      height: 100%;
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      z-index: -1; }
    .index-voice-block::after {
      width: 100%;
      height: 100%;
      display: block;
      content: '';
      position: absolute;
      top: 16px;
      right: 0;
      bottom: 0;
      left: 16px;
      margin: auto;
      background: url(../images/recruit-lp/dot.png) left top;
      z-index: -1; }
    .index-voice-block .index-voice-inner h3 {
      font-size: 2rem;
      margin: 0 0 16px; }
    .index-voice-block .index-voice-inner > p {
      font-size: 1.6rem; }
    .index-voice-block .index-voice-inner .index-voice-layout {
      display: block;
      margin: auto auto 24px; }
      .index-voice-block .index-voice-inner .index-voice-layout .thumb {
        width: 100%;
        margin: auto auto 16px; }
        .index-voice-block .index-voice-inner .index-voice-layout .thumb img {
          max-width: 100%;
          height: auto; }
      .index-voice-block .index-voice-inner .index-voice-layout .txt {
        width: 100%; }
        .index-voice-block .index-voice-inner .index-voice-layout .txt .inner {
          position: relative;
          padding-inline: 0; }
          .index-voice-block .index-voice-inner .index-voice-layout .txt .inner .commentBy {
            font-size: 1.4rem;
            padding: 8px 12px;
            background: #fff;
            border: 2px solid #FAF0E6;
            font-weight: bold;
            position: absolute;
            top: 0;
            right: auto;
            bottom: auto;
            left: 24px;
            z-index: 10; }
          .index-voice-block .index-voice-inner .index-voice-layout .txt .inner .fuki {
            position: relative;
            display: inline-block;
            margin: 16px auto 16px;
            padding: 32px 40px 16px;
            min-width: 120px;
            max-width: 100%;
            color: #151515;
            font-size: 16px;
            font-weight: bold;
            background: #FAF0E6; }
            .index-voice-block .index-voice-inner .index-voice-layout .txt .inner .fuki::before {
              display: none; }
    .index-voice-block .index-voice-inner .index-voice-staff {
      padding: 24px 16px 16px 16px;
      width: 100%;
      color: #151515;
      font-size: 16px;
      font-weight: bold;
      background: rgba(154, 214, 165, 0.2);
      position: relative; }
      .index-voice-block .index-voice-inner .index-voice-staff .staffCommentBy {
        font-size: 1.4rem;
        padding: 8px 12px;
        background: #fff;
        border: 2px solid rgba(154, 214, 165, 0.2);
        font-weight: bold;
        position: absolute;
        top: -16px;
        right: auto;
        bottom: auto;
        left: 24px;
        z-index: 10; }
      .index-voice-block .index-voice-inner .index-voice-staff .staff-layout {
        display: flex; }
        .index-voice-block .index-voice-inner .index-voice-staff .staff-layout .illust {
          width: 12%; }
          .index-voice-block .index-voice-inner .index-voice-staff .staff-layout .illust img {
            width: 100%; }
        .index-voice-block .index-voice-inner .index-voice-staff .staff-layout .txt {
          width: calc(88% - 16px);
          margin-left: 16px; } }
.faq-list-item {
  padding: 16px 40px;
  position: relative;
  background: #FAF0E6;
  width: calc(100% - 40px) !important;
  height: calc(100% - 16px) !important;
  border-radius: 16px;
  margin: auto auto 48px; }
  .faq-list-item::before {
    background: #fff;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1; }
  .faq-list-item::after {
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 32px;
    margin: auto;
    background: url(../images/recruit-lp/dot.png) left top;
    z-index: -1; }

.faq-staff {
  padding: 32px 40px;
  position: relative;
  background: #D3EBD8;
  width: calc(100% - 40px);
  height: calc(100% - 16px);
  border-radius: 16px;
  margin: auto; }
  .faq-staff::before {
    background: #fff;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1; }
  .faq-staff::after {
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 32px;
    margin: auto;
    background: url(../images/recruit-lp/green-dot.png) left top;
    z-index: -1; }

@media (max-width: 840px) {
  .faq-list-item {
    padding: 16px;
    position: relative;
    background: #FAF0E6;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border-radius: 16px;
    margin: auto auto 48px; }
    .faq-list-item::before {
      background: #fff;
      width: 100%;
      height: 100%;
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      z-index: -1; }
    .faq-list-item::after {
      width: 100%;
      height: 100%;
      display: block;
      content: '';
      position: absolute;
      top: 16px;
      right: 0;
      bottom: 0;
      left: 16px;
      margin: auto;
      background: url(../images/recruit-lp/dot.png) left top;
      z-index: -1; }

  .faq-staff {
    padding: 16px;
    position: relative;
    background: #D3EBD8;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border-radius: 16px;
    margin: auto; }
    .faq-staff::before {
      background: #fff;
      width: 100%;
      height: 100%;
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      z-index: -1; }
    .faq-staff::after {
      width: 100%;
      height: 100%;
      display: block;
      content: '';
      position: absolute;
      top: 16px;
      right: 0;
      bottom: 0;
      left: 16px;
      margin: auto;
      background: url(../images/recruit-lp/green-dot.png) left top;
      z-index: -1; } }
.acd-check {
  display: none; }

.acd-label {
  display: block; }

.question {
  position: relative !important;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 32px !important;
  padding-right: 48px !important;
  vertical-align: middle;
  margin: 0;
  background: unset !important;
  border: unset !important;
}
  .question::before {
    content: 'Q' !important;
    font-size: 32px !important;
    color: #FCA651 !important;
    font-weight: bold;
    position: absolute !important;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0 !important;
    margin: auto;
    width: auto !important;
    border-right: unset !important;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif !important; }
  .question::after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 27.5% !important;
    right: 0;
    bottom: auto;
    left: auto;
    background: url(../images/recruit-lp/plus.png) no-repeat center center;
    background-size: cover; }
  .question p:last-child {
    margin: 0; }

.answer {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 32px;
  vertical-align: middle;
  margin: 24px 0 0 0;
  transition: all 0.2s ease;
  display: none; }
  .answer::before {
    content: 'A';
    font-size: 32px;
    color: rgba(154, 214, 165, 0.8);
    font-weight: bold;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    margin: auto; }
  .answer p:last-child {
    margin: 0; }

.acd-check:checked + .acd-label + .acd-content.answer {
  display: block; }

.acd-check:checked + .acd-label.question::after {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  background: url(../images/recruit-lp/minus.png) no-repeat center center;
  background-size: cover; }

@media (max-width: 840px) {
  .question {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0 38px 12px 32px !important;
    vertical-align: middle;
    margin: 0; }
    .question::before {
      content: 'Q';
      font-size: 32px;
      color: #FCA651;
      font-weight: bold;
      position: absolute;
      top: 20px !important;
      right: auto;
      bottom: 0;
      left: 16px !important;
      margin: auto;
      font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; }
    .question::after {
      content: '';
      display: block;
      width: 32px;
      height: 32px;
      position: absolute;
      top: 0 !important;
      right: 0;
      bottom: auto;
      left: auto;
      background: url(../images/recruit-lp/plus.png) no-repeat center center;
      background-size: cover; }
    .question p:last-child {
      margin: 0; }

  .answer {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 32px;
    vertical-align: middle;
    margin: 24px 0 0 0;
    transition: all 0.2s ease;
    display: none; }
    .answer::before {
      content: 'A';
      font-size: 32px;
      color: rgba(154, 214, 165, 0.8);
      font-weight: bold;
      position: absolute;
      top: 0;
      right: auto;
      bottom: 0;
      left: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
      margin: auto; }
    .answer p:last-child {
      margin: 0; }

  .acd-check:checked + .acd-label + .acd-content.answer {
    display: block; }

  .acd-check:checked + .acd-label.question::after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    background: url(../images/recruit-lp/minus.png) no-repeat center center;
    background-size: cover; }
}

.contact-area {
  background: #FAF0E6;
  padding: 96px 0 96px; }

.contact-area-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-area-inner {
  width: 50%;
}

.line_contact-area-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 7px 13px;
  width: 100%;
  background-color: #4CC764 !important;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
  font-size: 22px !important;
  font-weight: 700;
  margin: 0 auto;
}
a.line_contact-area-link:hover {
  color: #fff;
}
a.line_contact-area-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  right: 20px;
  width: 16px;
  height: 16px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin: auto;
}
.line_contact-area-link img {
  width: 50% !important;
  max-width: 100px !important;
  margin-right: 16px;
}
.btn.line-btn:hover::after {
  right: 20px;
}
.line_contact-area-link p {
  margin: 0;
  font-size: 28px !important;
  font-weight: 700;
  line-height: 1.5;
}

.contact-btn-list {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 32px auto auto; }
  .contact-btn-list li {
    width: calc(50% - 20px); }
    .contact-btn-list li:first-child {
      margin-right: 40px; }

@media (max-width: 840px) {
  .contact-area {
    background: #FAF0E6;
    padding: 72px 16px; }

  .contact-area-container {
    flex-direction: column;
    margin-bottom: 64px;
  }
  .contact-area-inner {
    width: 100%;
  }

  .contact-area-inner a {
    margin-bottom: 16px !important;
  }

  .contact-area-inner a.line_contact-area-link {
    width: 100%;
  }

  .contact-area-inner a.line_contact-area-link img {
    width: 40% !important;
    max-width: 72px !important;
  }


  .contact-btn-list {
    display: block;
    width: 100%;
    max-width: 1080px;
    margin: 32px auto auto; }
    .contact-btn-list li {
      width: 100%; }
      .contact-btn-list li:first-child {
        margin: auto auto 16px; } }
/* form
======================================== */
.lower-top.recruit-thanks {
  margin-top: 120px;
}
.flow-item-txt a {
  color: #FD5930;
}
.form-wrap {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  background: #fff;
  padding: 48px 96px;
  text-align: left; }
  .form-wrap dl {
    margin: auto auto 40px; }
    .form-wrap dl dt {
      font-size: 1.6rem;
      font-weight: bold;
      margin: 0 0 12px;
      display: block; }
    .form-wrap dl dd {
      margin: auto auto 24px;
      display: block;
      width: 100%;
      font-size: 1.8em; }
	.form-wrap dl dd.cols50 {
      width: 30%;
      display: -webkit-inline-box; }
      .form-wrap dl dd input {
        border: 1px solid #ddd;
        padding: 4px 8px;
        background: #fff;
        width: 100%;
        font-size: 1.6rem; }
      .form-wrap dl dd textarea {
        border: 1px solid #ddd;
        padding: 4px 8px;
        background: #fff;
        width: 100%;
        font-size: 1.6rem;
        height: 100px; }
  .form-wrap .form-btm-txt {
    margin-top: 40px;
    padding: 16px;
    background: #F5F5F5; }
    .form-wrap .form-btm-txt p {
      margin: 0;
      font-size: 1.8rem;
      font-weight: 700; }

span.error {
  margin: 8px auto auto;
  display: block;
  color: #f00; }

select {
  width: 50%;
  text-overflow: ellipsis;
  border: 1px solid #ddd;
  outline: none;
  background: #fff;
  background-size: 13px 13px;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 8px;
  position: relative;
  font-size: 1.6rem; }
  select option {
    display: block; }

@media (max-width: 840px) {
  .form__address-text {
    font-size: 1.6rem !important;
  }
  .form-wrap {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    background: #fff;
    padding: 24px;
    text-align: left; }
    .form-wrap dl {
      margin: auto auto 40px; }
      .form-wrap dl dt {
        font-size: 1.6rem;
        font-weight: bold;
        margin: 0 0 8px; }
      .form-wrap dl dd {
        margin: auto auto 16px;
        display: block;
        width: 100%; }
        .form-wrap dl dd input {
          border: 1px solid #ddd;
          padding: 4px 8px;
          background: #fff;
          width: 100%;
          font-size: 1.6rem; }
        .form-wrap dl dd textarea {
          border: 1px solid #ddd;
          padding: 4px 8px;
          background: #fff;
          width: 100%;
          font-size: 1.6rem;
          height: 100px; }
    .form-wrap .form-btm-txt {
      padding: 16px;
      background: #F5F5F5; }
      .form-wrap .form-btm-txt p {
        margin: 0;
        font-size: 1.8rem;
        font-weight: 700; } }
/*Checkboxes styles*/
/* footer
========================================== */
.footer {
  background: #fff;
  padding: 40px 16px 72px !important;
  position: relative; }

@media (max-width: 840px) {
  .footer {
    background: #fff;
    padding: 40px 16px 72px;
    position: relative; } }
.footer-inner {
  display: block;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  text-align: center; }
  .footer-inner h3 {
    font-size: 2.4rem;
    font-weight: 700;
    margin: auto auto 16px; }
  .footer-inner > p {
    font-size: 1.6rem;
    line-height: 1.4;
    margin: auto auto 32px; }
  .footer-inner .footer-tel {
    margin: auto auto 32px; }
    .footer-inner .footer-tel p {
      font-size: 3.2rem;
      line-height: 1;
      margin: auto auto 12px;
      font-weight: bold;
      font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; }
    .footer-inner .footer-tel > span {
      font-size: 1.4rem; }
  .footer-inner .footer-btm ul {
    text-align: center; }
    .footer-inner .footer-btm ul li {
      color: #151515;
      display: inline-block;
      position: relative;
      padding-right: 32px;
      margin-right: 16px; }
      .footer-inner .footer-btm ul li::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        margin: auto;
        content: '/'; }
      .footer-inner .footer-btm ul li:last-child {
        padding-right: 0;
        margin-right: 0; }
        .footer-inner .footer-btm ul li:last-child::after {
          content: '';
          padding: 0;
          margin: 0; }
      .footer-inner .footer-btm ul li a {
        font-size: 1.4rem;
        color: #151515 !important; }

.copyright {
  font-size: 1rem;
  text-align: center;
  color: #fff; }

.privacy-link {
  color: #fff;
  font-size: 1.3rem;
  position: absolute;
  top: auto;
  right: 16px;
  bottom: 4px;
  left: auto; }

@media (max-width: 840px) {
  .footer-inner {
    display: block;
    width: 100%;
    margin: auto; }

  .copyright {
    font-size: 1rem;
    text-align: center;
    color: #fff; }

  .footer-inner .footer-btm ul {
    text-align: center; }
    .footer-inner .footer-btm ul li {
      color: #151515;
      display: inline-block;
      position: relative;
      padding-right: 32px;
      margin-right: 16px;
      margin-bottom: 8px; }
      .footer-inner .footer-btm ul li::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        margin: auto;
        content: '|'; }
      .footer-inner .footer-btm ul li:last-child {
        padding-right: 0;
        margin-right: 0; }
        .footer-inner .footer-btm ul li:last-child::after {
          content: '';
          padding: 0;
          margin: 0; }
      .footer-inner .footer-btm ul li a {
        font-size: 1.4rem;
        color: #151515; }

  .privacy-link {
    color: #fff;
    font-size: 1.3rem;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 32px;
    left: 0; } }


/* index-kv
===================== */
.index-kv {
  width: 100%;
  height: 680px;
  background: url(../images/recruit-lp/index-kv02-bg.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  margin: 120px auto 0; }
  .index-kv .index-kv-inner {
    width: 100%;
    max-width: 1280px;
    height: 680px;
    margin: auto;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -mx-flex-align: center;
    align-items: center; }
    .index-kv .index-kv-inner .index-kv-txt {
      width: 55%;
      height: 0;
      padding-top: 47%;
      background: url(../images/recruit-lp/index-kv02-txt.png) no-repeat center center;
      background-size: contain;
      display: block; }
.index-kv .index-kv-line-bnr {
  display: block;
  position: absolute;
  top: 70%;
  right: 15%;
  width: auto;
  z-index: 10; }

  .index-kv .index-kv-line-bnr:hover {
    opacity: 0.9;
    filter: brightness(1.1);
  }

@media (max-width: 840px) {
  .index-kv {
    width: 100%;
    height: calc(40vh + 30vw);
    min-height: 900px;
    background: url(../images/recruit-lp/index-kv02-bg-sp.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    margin: 80px auto 0; }
    .index-kv .index-kv-inner {
      width: 100%;
      max-width: 1080px;
      height: calc(50vh + 30vw);
      min-height: 900px;
      margin: auto;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -mx-flex-align: center;
      align-items: center; }
      .index-kv .index-kv-inner .index-kv-txt {
        position: relative;
        top: 12%;
        width: 80vw;
        max-width: 540px;
        height: calc(42vh + 30vw);
        /* padding-top: calc(40vh + 30vw); */
        background: url(../images/recruit-lp/index-kv02-txt.png) no-repeat center bottom;
        margin: auto;
        background-size: contain; }
  .index-kv .index-kv-line-bnr {
    display: none; }
}
@media (max-width: 480px) {
  .index-kv {
    min-height: 720px;
  }
  .index-kv .index-kv-inner {
    min-height: 720px;
  }
  .index-kv .index-kv-inner .index-kv-txt {
    top: 10%;
    width: 85vw;
    height: calc(38vh + 35vw);
  }
}
@media (max-width: 480px) and (max-device-width: 380px) {
  .index-kv {
    min-height: 700px;
  }
  .index-kv .index-kv-inner {
    min-height: 700px;
  }
  .index-kv .index-kv-inner .index-kv-txt {
    top: 14%;
    width: 85vw;
  }
}
@media (max-width: 480px) and (max-device-width: 360px) {
  .index-kv {
    min-height: 700px;
  }
  .index-kv .index-kv-inner {
    min-height: 700px;
  }
  .index-kv .index-kv-inner .index-kv-txt {
    top: 12%;
    width: 85vw;
  }
}
@media (max-width: 480px) and (max-device-width: 360px) and (max-device-height: 700px) {
  .index-kv {
    min-height: 700px;
  }
  .index-kv .index-kv-inner {
    min-height: 700px;
  }
  .index-kv .index-kv-inner .index-kv-txt {
    top: 14%;
    width: 85vw;
  }
}
@media (max-width: 480px) and (max-device-width: 360px) and (min-device-height: 701px) {
  .index-kv {
    min-height: 700px;
  }
  .index-kv .index-kv-inner {
    min-height: 700px;
  }
  .index-kv .index-kv-inner .index-kv-txt {
    top: -1%;
    width: 85vw;
  }
}

.index-wrap {
  margin: auto auto 96px; }

.index-wrap-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto; }

.thanks-page-wrap,
.confirm-wrap {
  margin-top: 120px; }
  .thanks-page-wrap .index-wrap-inner,
  .confirm-wrap .index-wrap-inner {
    max-width: 100%; }
    .thanks-page-wrap .index-wrap-inner .page-inner,
    .confirm-wrap .index-wrap-inner .page-inner {
      max-width: 1080px; }

@media (max-width: 840px) {
  .index-wrap {
    width: 100%;
    margin: auto auto 72px; }

  .index-wrap-inner {
    width: calc(100% - 32px);
    margin: auto; }

  .index-wrap {
    margin: auto auto 56px; }

  .index-wrap-inner {
    width: calc(100% - 32px);
    max-width: 100%;
    margin: auto; }

  .thanks-page-wrap,
  .confirm-wrap {
    margin-top: 80px; }
    .thanks-page-wrap .index-wrap-inner,
    .confirm-wrap .index-wrap-inner {
      width: 100%; }
      .thanks-page-wrap .index-wrap-inner .page-inner,
      .confirm-wrap .index-wrap-inner .page-inner {
        width: calc(100% - 32px); }

  .horizontal {
    width: calc(100% + 16px);
    position: relative;
    overflow-x: scroll;
    padding-bottom: 32px;
    -webkit-overflow-scrolling: touch; }
    .horizontal .index-popular-list {
      max-width: 840px;
      width: 250%; }

  .index-popular-list-item {
    padding: 16px; }
    .index-popular-list-item:last-child.col3 {
      margin-right: 16px; }
    .index-popular-list-item a {
      display: block; } }
/* index-block-01
==================== */
.index-block-01 {
  background: #FAF0E6;
  padding: 30px 0; }


/* index-block-02
==================== */
.index-block-02-ttl::before {
  background: url(../images/recruit-lp/ttl-icon-mail.png) no-repeat center center;
  background-size: cover;
  margin-top: 0; }
.index-block-02-2-ttl::before{
  background: url(../images/recruit-lp/ttl-icon-pen.png) no-repeat center center;
  background-size: cover;
  margin-top: 0;
}
.index-block-03-ttl::before {
  background: url(../images/recruit-lp/ttl-icon-heart.png) no-repeat center center;
  background-size: cover;
  margin-top: 0; }

.index-block-04-ttl::before {
  background: url(../images/recruit-lp/ttl-icon-flow.png) no-repeat center center;
  background-size: cover;
  margin-top: 0; }

/* index-block-05
==================== */
.index-block-05-ttl::before {
  background: url(../images/recruit-lp/voice-ttl-icon.png) no-repeat center center;
  background-size: cover;
  margin-top: 0; }

.block-02-table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #FAF0E6;
  margin: auto auto 48px; }
  .block-02-table tr th {
    font-size: 2.2rem;
    padding: 16px;
    font-weight: 700; }
  .block-02-table tr td {
    font-size: 1.8rem;
    padding: 16px;
    font-weight: 700; }
  .block-02-table tr:nth-of-type(2n) {
    background: #FAF0E6; }

/* index-block-02-2
==================== */
.index-block-02-2 p{
  margin:0 0 10px;
}
.index-block-02-2 .txt_c{
  text-align: center;
}
.index-block-02-2 h3{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin:0 0 30px;
  display: inline-block;
}
.register_flow{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.register_flow li{
  width: calc(33% - 40px);
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  padding:20px;
  margin:0 20px;
  border: 4px solid #FCA651;
  border-radius: 20px;
  position: relative;
}
.register_flow li:before{
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #fca751;
  right: -38px;
  top:50%;
  transform: translateY(-50%);
  content:"";
}
.register_flow li:last-child:before{
  content:"";
  border-width: 0;
}
.register_flow li span{
  text-align: center;
  display: block;
  font-style: italic;
  font-weight: bold;
  color:#FCA651;
  margin:0 0 10px;
  font-size: 22px;
}
.register_flow li img{
  display: block;
  margin:0 auto;
}
.register_flow h4{
  font-size: 22px;
  font-weight: bold;
  margin:10px 0 0;
  text-align: center;
}
@media (max-width: 840px) {
  .register_flow{
    display: block;
  }
  .register_flow li{
    width: 100%;
    padding:10px;
    margin:0 0 20px;
  }
  .register_flow li img{
    max-width: 100px;
  }
  .register_flow li:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fca751 transparent transparent transparent;
    bottom: -20px;
    top:auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* index-block-02-3
==================== */
.index-block-02-3 {
  padding: 40px 0;
  margin: 0px auto 80px;
  max-width: 1200px;
  background-color: #e1feed;
  border-radius: 20px;
}
.index-block-02-3 p {
  margin:0 0 10px;
}
.index-block-02-3 .txt_c {
  text-align: center;
}
.index-block-02-3 h4 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #4CC764;
  margin:0 0 40px;
  display: inline-block;
}
.line_flow-list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-bottom: 32px;
}
.line_flow-item {
  position: relative;
  width: calc(33% - 40px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 20px;
}
.line_flow-item img {
  width: 100%;
}
.line_flow-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -24px;
  width: 16px;
  height: 16px;
  border-top: 3px solid #FCA651;
  border-right: 3px solid #FCA651;
  transform: rotate(45deg);
  margin: auto;
}
.line_flow-item:last-child::after {
  display: none;
}
.line_flow-note {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 80px 0;
}
.line_flow-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 8px 28px 8px 8px;
  width: 85%;
  max-width: 320px;
  background-color: #4CC764;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin: 0 auto;
}
a.line_flow-link:hover {
  color: #fff;
}
a.line_flow-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  right: 20px;
  width: 16px;
  height: 16px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin: auto;
}
.line_flow-link img {
  width: 50%;
  max-width: 72px;
  margin-right: 16px;
}

@media (max-width: 840px) {
  .index-block-02-3 {
    padding: 40px 0;
    margin: 0px auto 80px;
    width: 85%;
    background-color: #e1feed;
    border-radius: 20px;
  }
  .line_flow-list {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
  }
  .line_flow-item {
    width: 100%;
    margin: 0;
  }
  .line_flow-item::after {
    top: unset;
    right: unset;
    bottom: -24px;
    left: 48%;
    transform: rotate(135deg);
  }
}

/* index-future
==================== */
.index-feature-box {
  border: 4px solid #FCEDEA;
  padding: 24px; }
  .index-feature-box h3 {
    font-size: 1.5rem;
    margin: 0 0 4px; }
  .index-feature-box .btn-bl {
    margin-top: 22px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #FCEDEA;
    font-size: 1.5rem;
    vert-align: bottom;
    border-radius: 28px; }

@media (max-width: 840px) {
  .index-feature-box {
    border: 4px solid #FCEDEA;
    padding: 16px; }
    .index-feature-box .col12 {
      display: block; }
      .index-feature-box .col12 .col3 {
        width: 100%;
        margin: auto auto 16px; }
    .index-feature-box h3 {
      font-size: 1.5rem;
      margin: 0 0 8px; }
    .index-feature-box .btn-bl {
      height: 44px;
      line-height: 42px;
      border: 2px solid #FCEDEA;
      font-size: 1.5rem;
      vert-align: bottom;
      border-radius: 22px;
      margin-top: 0; } }
/* index-factory
==================== */
.index-factory-wrap {
  display: flex; }

.index-factory-wrap-l {
  width: calc(100% - 290px);
  margin-right: 40px; }

.index-factory-wrap-r {
  width: 250px; }
  .index-factory-wrap-r .index-popular-list {
    display: block; }
    .index-factory-wrap-r .index-popular-list .index-popular-list-item {
      margin: auto auto 16px; }
      .index-factory-wrap-r .index-popular-list .index-popular-list-item.col3 {
        width: 100%; }

.index-factory-wrap-l .sub-ttl {
  margin: 0 0 8px; }

.index-factory-l-list {
  margin: 0 0 16px; }
  .index-factory-l-list .index-factory-l-list-item {
    line-height: 2.4; }

@media (max-width: 840px) {
  .index-factory-wrap {
    display: block; }

  .index-factory-wrap-l {
    width: 100%;
    margin: auto; }

  .index-factory-wrap-r {
    width: calc(100% + 16px);
    margin: auto;
    overflow-x: scroll; }
    .index-factory-wrap-r .index-popular-list {
      width: 240%;
      max-width: 800px;
      display: flex; }
      .index-factory-wrap-r .index-popular-list .index-popular-list-item {
        margin: auto auto 16px; }
        .index-factory-wrap-r .index-popular-list .index-popular-list-item.col3 {
          width: calc(25% - 12px); }
          .index-factory-wrap-r .index-popular-list .index-popular-list-item.col3:last-child {
            margin-right: 16px; }

  .index-factory-wrap-l .sub-ttl {
    margin: 0 0 8px; }

  .index-factory-l-list {
    margin: 0 0 24px; }
    .index-factory-l-list .index-factory-l-list-item {
      line-height: 2.4; } }

/* wrap
===================== */
.wrap {
  width: 100% !important;
}

/* header
===================== */
.header {
  width: 100% !important;
  height: 120px !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto; }
  .header .header-inner {
    height: 120px;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -mx-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 10px 16px; }
    .header .header-inner .header-inner-left {
      position: relative; }
      .header .header-inner .header-inner-left .header-inner-txt {
        font-size: 1.4rem;
        color: #4d4d4d;
        position: relative;
        margin-top: 0;
        margin-bottom: 12px;
        font-weight: 400;
      }
      .header .header-inner .header-inner-left .logo {
        display: block;
        width: 400px;
        height: 60px;
      }
      .header .header-inner .header-inner-left .logo img{
        width: 100%;
      }
    .header .header-inner .header-inner-right {
      display: flex; }
      .header .header-inner .header-inner-right .ir-l {
        text-align: center;
        margin-right: 16px; }
        .header .header-inner .header-inner-right .ir-l .phone-num {
          font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
          font-size: 3.2rem;
          font-weight: bold;
          color: #FD5930;
          line-height: 1; }
        .header .header-inner .header-inner-right .ir-l p {
          margin-top: 4px;
          font-size: 1.5rem;
          line-height: 1; }
      .header .header-inner .header-inner-right .ir-r .line-btn-txt {
        line-height: 1.25;
      }
      .header .header-inner .header-inner-right .ir-r span.line-btn-txt_s {
        display: block;
        margin: 0;
        font-size: 1.3rem;
        line-height: 1.25;
        color: #fff;
      }

@media (max-width: 840px) {
  .header {
    width: 100%;
    height: 90px !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    padding: 16px 10px; }
    .header .header-inner {
      height: auto;
      padding: 0;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -mx-flex-align: center;
      align-items: center;
      width: 100%; }
      .header .header-inner .header-inner-left {
        position: relative; }
        .header .header-inner .header-inner-left .header-inner-txt {
          font-size: 1.2rem;
          color: #4d4d4d;
          position: relative;
          margin-top: 0;
          margin-bottom: 4px;
          font-weight: 400; }
        .header .header-inner .header-inner-left .logo {
          width: 240px;
          height: auto; }
          .header .header-inner .header-inner-left .logo img{
            width: 100%;
            vertical-align: baseline;
          }
      .header .header-inner .header-inner-right {
        display: flex; }
        .header .header-inner .header-inner-right .ir-l {
          display: none; } }
/* SIDE
============================================*/
.head_nav-sp {
  text-align: center;
  width: 100%;
  border-top: 1px solid #999;
  margin: auto auto 16px; }
  .head_nav-sp li {
    width: 100%;
    border-bottom: 1px solid #999; }
    .head_nav-sp li a {
      display: block;
      padding: 16px 0;
      color: #000;
      font-size: 1.5rem;
      font-weight: 700; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 4px 4px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 9999 !important;
  position: absolute;
  top: 20px;
  right: 20px;
  display: none; }
  .hamburger:hover {
    opacity: 0.7; }

@media only screen and (max-width: 1000px) {
  .hamburger {
    display: inline-block; } }
.hamburger-box {
  width: 32px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 32px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 64px; }
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 64px; }
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 64px; }
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 64px; }
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 64px; }
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 64px; }
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6.4px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6.4px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6.4px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6.4px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6.4px, -8px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6.4px, 8px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6.4px, -8px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6.4px, 8px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -64px;
      top: -64px;
      transform: translate3d(64px, 64px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -64px;
      top: -64px;
      transform: translate3d(-64px, 64px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -64px;
      top: 64px;
      transform: translate3d(64px, -64px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -64px;
      top: 64px;
      transform: translate3d(-64px, -64px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-4.57143px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(4.57143px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

    bottom: 0;
    transform: rotate(-90deg); }
