@charset "UTF-8";
@media screen and (max-width: 767.90px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 767.91px) {
  .sp-only {
    display: none !important;
  }
}

.movie {
  position: relative;
  z-index: 3;
}

.movie .movie-inner {
  width: 70%;
  height: 550px;
  margin: auto;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .movie .movie-inner {
    width: 90%;
    height: 400px;
  }
}

@media screen and (max-width: 767.90px) {
  .movie .movie-inner {
    width: 90%;
    height: 200px;
  }
}

.movie .movie-inner iframe {
  width: 100%;
  height: 100%;
}

/* Scss Document */
/* Scss Document */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**


 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Scss Document */
@-webkit-keyframes left-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes left-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes right-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes right-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes bottom-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bottom-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes ico_scroll {
  0% {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  100% {
    -webkit-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
  }
}

@keyframes ico_scroll {
  0% {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  100% {
    -webkit-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
  }
}

@-webkit-keyframes popup {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 100px);
    transform: scale(1, 1) translate(0%, 100px);
    opacity: 0;
  }

  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
    transform: scale(0.95, 1.2) translate(0%, -10%);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }

  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
    opacity: 1;
  }

  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
    transform: scale(1.05, 0.95) translate(0%, 3%);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}

@keyframes popup {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 100px);
    transform: scale(1, 1) translate(0%, 100px);
    opacity: 0;
  }

  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
    transform: scale(0.95, 1.2) translate(0%, -10%);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }

  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
    opacity: 1;
  }

  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
    transform: scale(1.05, 0.95) translate(0%, 3%);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}

.viga {
  font-family: "Viga", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.8;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #000;
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

body:after,
body:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #FDD000;
  position: fixed;
  top: 64px;
  left: 0;
  z-index: 1900;
}

body:before {
  top: auto;
  bottom: 0;
}

@media (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }

  body:after {
    top: 50px;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
  font-weight: 700;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 15px;
}

h5,
h6 {
  margin-bottom: 10px;
}

figure {
  margin: 0;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a img,
iframe,
button {
  border: none;
  outline: none;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  /*opacity: 0.8;*/
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.pc {
  display: block;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.inner {
  display: block;
  max-width: 1440px;
  padding: 0 180px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

@media (max-width: 1439px) {
  .inner {
    padding: 0 5%;
  }
}

@media (max-width: 767px) {
  .inner {
    max-width: 100%;
    padding: 0 10px;
  }
}

.under-line {
  display: inline;
  border-bottom: 2px solid #00AFEC;
  color: #00AFEC;
}

button {
  display: block;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

button:hover {
  /*opacity: .8;*/
}

header {
  background: #fff;
  width: 100%;
  height: 64px;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header #logo {
  width: 342px;
  margin: 0 0 0 60px;
  line-height: 1;
}

header #logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header button {
  background: #00AFEC;
  border: 2px solid #00AFEC;
  position: fixed !important;
  top: 0;
  right: 64px;
  height: 64px;
  padding: 0 30px;
  color: #fff;
  font-size: 2rem;
}

header button:hover {
  background: #fff;
  color: #00AFEC;
}

header #menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  background: #000;
  width: 64px;
  height: 64px;
  padding: 18px;
  cursor: pointer;
}

header #menu-btn>span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

header #menu-btn>span span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header #menu-btn>span span:first-child {
  top: 6px;
}

header #menu-btn>span span:nth-child(2) {
  top: 13px;
  opacity: 1;
}

header #menu-btn>span span:nth-child(3) {
  top: 20px;
}

header #menu-btn.open>span span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
}

header #menu-btn.open>span span:first-child {
  top: 13px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header #menu-btn.open>span span:nth-child(2) {
  opacity: 0;
}

header #menu-btn.open>span span:nth-child(3) {
  top: 13px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  header {
    width: 100%;
    height: 50px;
  }

  header #logo {
    width: 50%;
    margin-left: 10px;
  }

  header button {
    right: 50px;
    height: 50px;
    padding: 0 25px;
    font-size: 1.4rem;
  }

  header #menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    background: #000;
    width: 50px;
    height: 50px;
    padding: 12px;
  }

  header #menu-btn>span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }

  header #menu-btn>span span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0;
  }

  header #menu-btn>span span:first-child {
    top: 4px;
  }

  header #menu-btn>span span:nth-child(2) {
    top: 12px;
  }

  header #menu-btn>span span:nth-child(3) {
    top: 20px;
  }
}

nav#g-navi {
  background: url("../img/recruit/bg_menu_pc02.svg"), url("../img/recruit/bg_menu_pc01.svg");
  background-size: 1975px auto, 100% auto;
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-color: #fff;
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  height: calc(100vh - 64px);
  z-index: 2500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  border-right: 10px solid #FDD000;
  border-left: 10px solid #FDD000;
}

nav#g-navi:after,
nav#g-navi:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #FDD000;
  position: fixed;
  top: 64px;
  left: 0;
  z-index: 1900;
}

nav#g-navi:before {
  top: auto;
  bottom: 0;
}

nav#g-navi .inner {
  padding: 160px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
  height: 100%;
  overflow-y: scroll;
}

nav#g-navi .inner .text {
  width: 41.3%;
  margin-left: 10%;
}

nav#g-navi .inner .text .catch {
  margin-bottom: 10px;
}

nav#g-navi .inner .text .catch span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0 1em;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  position: relative;
  color: #FDD000;
}

nav#g-navi .inner .text .catch span:after {
  content: "";
  display: block;
  width: 100%;
  height: 46px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) skewX(-15deg);
  transform: translateX(-50%) skewX(-15deg);
  z-index: -1;
  background: #000;
}

nav#g-navi .inner .text .catch span:first-of-type {
  color: #fff;
}

nav#g-navi .inner .text .catch span:first-of-type:after {
  background: #00AFEC;
}

nav#g-navi .inner .text h2 {
  font-size: 23px;
  font-size: 2.3rem;
  margin-bottom: 5px;
}

nav#g-navi .inner .text h2 img {
  display: block;
}

nav#g-navi .inner ul {
  width: 26%;
  margin-right: 7%;
}

nav#g-navi .inner ul li {
  border-bottom: 2px dashed #E6E6E6;
  position: relative;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
}

nav#g-navi .inner ul li a {
  display: block;
  padding: 25px 0;
}

nav#g-navi .inner ul li a span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #00AFEC;
}

nav#g-navi .inner ul li a span.num {
  font-size: 31px;
  font-size: 3.1rem;
  position: absolute;
  top: 30px;
  left: -2em;
  color: #000;
}

nav#g-navi .inner ul li a span.num:after {
  content: "";
  display: block;
  width: 1em;
  height: 4px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

nav#g-navi .inner ul li a:hover {
  color: #00AFEC;
}

nav#g-navi .inner ul li a:hover span {
  color: #000;
}

nav#g-navi .inner ul li a:hover span.num {
  color: #00AFEC;
}

nav#g-navi .inner ul li a:hover span.num:after {
  background: #00AFEC;
}

nav#g-navi .inner .btn-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

nav#g-navi .inner .btn-list button {
  width: 48.6%;
  max-width: 432px;
  border-radius: 10px;
  height: 97px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  position: relative;
}

nav#g-navi .inner .btn-list button.official {
  background: #fff;
  color: #00AFEC;
}

nav#g-navi .inner .btn-list button.entry-form {
  background: #00AFEC;
  color: #fff;
}

@media screen and (min-width: 768px) {
  nav#g-navi .inner .btn-list button:not(:first-child) {
    margin-left: 20px;
  }
}

nav#g-navi .inner .btn-list button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 39px;
  font-size: 3.9rem;
  height: 53px;
}

nav#g-navi .inner .btn-list button:after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: url("../img/recruit/ico_arrow_yellow.svg") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1439px) {
  nav#g-navi .inner {
    padding: 0 5%;
  }

  nav#g-navi .inner .text {
    width: 50%;
    margin-left: 0;
  }

  nav#g-navi .inner ul {
    width: 40%;
    margin-right: 0;
  }
}

@media (max-width: 1079px) {
  nav#g-navi .inner .text {
    width: 50%;
    margin-left: 0;
  }

  nav#g-navi .inner .text .catch span {
    font-size: 18px;
    font-size: 1.8rem;
    height: 36px;
    line-height: 36px;
  }

  nav#g-navi .inner .text .catch span:after {
    content: "";
    display: block;
    width: 100%;
    height: 36px;
  }

  nav#g-navi .inner .text h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  nav#g-navi {
    background: url("../img/recruit/bg_menu_sp02.svg"), url("../img/recruit/bg_menu_sp01.svg");
    background-size: 100% auto, 100% auto;
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-color: #fff;
    position: fixed;
    top: 50px;
    height: calc(100vh - 50px);
    padding: 30px 0;
  }

  nav#g-navi .inner {
    padding: 0 10px;
    display: block;
    position: relative;
  }

  nav#g-navi .inner .text {
    width: 100%;
    margin-bottom: 10px;
    display: none;
  }

  nav#g-navi .inner .text .catch span {
    font-size: 4.5vw;
    height: 8vw;
    line-height: 8vw;
  }

  nav#g-navi .inner .text .catch span:after {
    height: 8vw;
  }

  nav#g-navi .inner .text h2 {
    font-size: 13px;
    font-size: 1.3rem;
  }

  nav#g-navi .inner ul {
    width: calc(100% - 4em - 20px);
    margin-left: calc(4em + 10px);
  }

  nav#g-navi .inner ul li {
    font-size: 20px;
    font-size: 2rem;
  }

  nav#g-navi .inner ul li a {
    padding: 20px 0;
  }

  nav#g-navi .inner ul li a span {
    font-size: 16px;
    font-size: 1.6rem;
    color: #00AFEC;
  }

  nav#g-navi .inner ul li a span.num {
    font-size: 21px;
    font-size: 2.1rem;
    top: 20px;
  }

  nav#g-navi .inner .btn-list {
    display: block;
    margin: 30px auto 0;
    width: 80%;
  }

  nav#g-navi .inner .btn-list button {
    width: 100%;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  nav#g-navi .inner .btn-list button img {
    width: 100px;
  }

  nav#g-navi .inner .btn-list button span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-size: 2rem;
    height: 20px;
  }

  nav#g-navi .inner .btn-list button:after {
    width: 28px;
    height: 28px;
    right: 10px;
  }

  nav#g-navi .inner .btn-list button:not(:first-child) {
    margin-top: 20px;
  }

  nav#g-navi:after {
    top: 50px;
  }
}

footer {
  background: #fff;
  padding: 50px 0;
  border-right: 10px solid #FDD000;
  border-left: 10px solid #FDD000;
}

footer .inner {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .inner p a {
  text-decoration: underline;
}

footer .inner p a:hover {
  text-decoration: none;
}

footer .inner .signature p {
  margin-bottom: 15px;
}

footer .inner .signature small {
  display: block;
  color: #888;
  font-size: 13px;
  font-size: 1.3rem;
}

@media (max-width: 1439px) {
  footer .inner {
    padding: 0 5%;
  }
}

@media (max-width: 767px) {
  footer .inner {
    max-width: 100%;
    padding: 0 5.2%;
    display: block;
    text-align: center;
  }

  footer .inner p {
    margin-bottom: 30px;
  }

  footer .inner .signature small {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

main {
  margin-top: 64px;
  background: url("../img/recruit/bg_main01.svg") center 125px no-repeat;
  background-size: 1920px auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
  border-right: 10px solid #FDD000;
  border-left: 10px solid #FDD000;
}

main>section {
  width: 100%;
  padding: 50px 0;
  position: relative;
  z-index: 0;
}

main>section .anim {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

main>section .anim.is-active {
  -webkit-animation: bottom-fadein 0.5s linear 0s 1 forwards;
  animation: bottom-fadein 0.5s linear 0s 1 forwards;
}

main>section .tit-sec {
  font-size: 30px;
  font-size: 3rem;
  height: 14rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}

main>section .tit-sec span {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  height: 27px;
  line-height: 27px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: 2px;
  z-index: 5;
  color: #fff;
}

main>section .tit-sec span:after,
main>section .tit-sec span:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  bottom: 11px;
  left: 50%;
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px);
}

main>section .tit-sec span:before {
  -webkit-transform: translateX(76px);
  transform: translateX(76px);
}

main>section .tit-sec span.num {
  font-size: 43px;
  font-size: 4.3rem;
  display: block;
  position: relative;
  height: 60px;
  line-height: 60px;
  margin-bottom: 10px;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  color: #000;
}

main>section .tit-sec span.num:after {
  content: "";
  display: block;
  width: 2em;
  height: 4px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

main>section .tit-sec span.num:before {
  display: none;
}

main>section .tit-sec:after {
  content: "";
  display: block;
  width: 180px;
  height: 27px;
  background: #00AFEC;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) skewX(-15deg);
  transform: translateX(-50%) skewX(-15deg);
  z-index: 0;
}

@media (max-width: 767px) {
  main>section .tit-sec {
    font-size: 26px;
    font-size: 2.6rem;
    height: 13.5rem;
    margin-bottom: 30px;
  }

  main>section .tit-sec span {
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
  }

  main>section .tit-sec span:after,
  main>section .tit-sec span:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    bottom: 11px;
    left: 50%;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }

  main>section .tit-sec span:before {
    -webkit-transform: translateX(56px);
    transform: translateX(56px);
  }

  main>section .tit-sec span.num {
    font-size: 31px;
    font-size: 3.1rem;
  }

  main>section .tit-sec span.num:after {
    content: "";
    display: block;
    width: 2em;
    height: 4px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  main>section .tit-sec:after {
    width: 140px;
  }
}

main>section h3 {
  line-height: 1.4;
}

main>section .lead {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  main>section .lead {
    font-size: 158px;
    font-size: 1.5rem;
  }
}

main>section .deco {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1920px;
  height: 100%;
  z-index: 0;
}

@media (max-width: 767px) {
  main>section .deco {
    width: 100%;
  }
}

main>section#mv {
  padding: 160px 0 0px;
}

main>section#mv .inner {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 5;
}

main>section#mv .inner .text {
  width: 41.6%;
  margin-left: 10%;
}

main>section#mv .inner .text .catch {
  margin-bottom: 20px;
}

main>section#mv .inner .text .catch span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0 1em;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  position: relative;
  color: #FDD000;
}

main>section#mv .inner .text .catch span:after {
  content: "";
  display: block;
  width: 100%;
  height: 46px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) skewX(-15deg);
  transform: translateX(-50%) skewX(-15deg);
  z-index: -1;
  background: #000;
}

main>section#mv .inner .text .catch span:first-of-type {
  color: #fff;
}

main>section#mv .inner .text .catch span:first-of-type:after {
  background: #00AFEC;
}

main>section#mv .inner .text h2 {
  font-size: 23px;
  font-size: 2.3rem;
  margin-bottom: 5px;
}

main>section#mv .inner .text h2 img {
  display: block;
  margin-bottom: 20px;
}

main>section#mv .inner .text .blog {
  width: 325px;
}

main>section#mv .inner .text .blog a {
  display: block;
  z-index: 10;
  position: relative;
}

main>section#mv .inner .text .blog a img {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main>section#mv .inner .text .blog a:after {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
}

main>section#mv .inner .text .blog a:hover img {
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

main>section#mv .inner .text .blog a:hover:after {
  -webkit-transform: scaleX(0.95) translate(2%, 5%);
  transform: scaleX(0.95) translate(2%, 5%);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-box-shadow: 0 0 5px black;
  box-shadow: 0 0 5px black;
}

main>section#mv .inner .text .directrecruit {
  width: 325px;
  margin-top: 15px;
}

main>section#mv .inner .text .directrecruit a {
  display: block;
  z-index: 10;
  position: relative;
}

main>section#mv .inner .text .directrecruit a img {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main>section#mv .inner .text .directrecruit a:after {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
}

main>section#mv .inner .text .directrecruit a:hover img {
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

main>section#mv .inner .text .directrecruit a:hover:after {
  -webkit-transform: scaleX(0.95) translate(2%, 5%);
  transform: scaleX(0.95) translate(2%, 5%);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-box-shadow: 0 0 5px black;
  box-shadow: 0 0 5px black;
}

main>section#mv .inner .img {
  width: 46.5%;
  margin-right: 5%;
}

main>section#mv .inner .scroll {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin: 0;
  width: 118px;
  height: 118px;
  -webkit-animation-name: ico_scroll;
  animation-name: ico_scroll;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

main>section#mv .deco span {
  display: block;
  position: absolute;
}

main>section#mv .deco span.deco01 {
  background-image: url("../img/recruit/deco_mv01.svg"), url("../img/recruit/deco_mv06.svg");
  background-position: 0 -268px, right 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  width: 1950px;
  height: 100%;
  left: -4.3%;
}

main>section#mv .deco span.deco02 {
  background-image: url("../img/recruit/deco_mv02.svg"), url("../img/recruit/deco_mv05.svg");
  background-position: 0 120px, 1063px -20px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  width: 1440px;
  height: 100%;
  left: 6.2%;
}

main>section#mv .deco span.deco03 {
  background-image: url("../img/recruit/deco_mv03.svg"), url("../img/recruit/deco_mv08.svg");
  background-position: 0 80%, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  width: 1550px;
  height: 100%;
  left: 3%;
}

main>section#mv .deco span.deco04 {
  background-image: url("../img/recruit/deco_mv04.svg"), url("../img/recruit/deco_mv07.svg");
  background-position: 2% bottom, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  width: 1440px;
  height: 100%;
  left: 12.5%;
}

@media (max-width: 767px) {
  main>section#mv .deco span.deco01 {
    background-image: url("../img/recruit/deco_mv01.svg");
    background-position: 0 -20%;
    background-repeat: no-repeat;
    background-size: 35% auto;
    width: 100%;
    height: 50%;
    left: -4.3%;
  }

  main>section#mv .deco span.deco02 {
    background-image: url("../img/recruit/deco_mv02.svg"), url("../img/recruit/deco_mv05.svg");
    background-position: 30% 25%, 95% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 20% auto, 30% auto;
    width: 100%;
    height: 100%;
    left: 0;
  }

  main>section#mv .deco span.deco03 {
    background-image: url("../img/recruit/deco_mv03.svg"), url("../img/recruit/deco_mv08.svg");
    background-position: -40% bottom, 95% bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 60% auto, 25% auto;
    width: 100%;
    height: 100%;
    left: 0;
  }

  main>section#mv .deco span.deco04 {
    background-image: url("../img/recruit/deco_mv04.svg"), url("../img/recruit/deco_mv07.svg");
    background-position: 2% bottom, 92% bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 1.5% auto, 30% auto;
    width: 100%;
    height: 100%;
    left: 0;
  }
}

@media (max-width: 1439px) {
  main>section#mv .inner {
    padding: 0 5%;
  }

  main>section#mv .inner .text {
    width: 50%;
    margin-left: 0;
  }

  main>section#mv .inner .img {
    margin-right: 0;
  }
}

@media (max-width: 1079px) {
  main>section#mv .inner .text {
    width: 50%;
    margin-left: 0;
  }

  main>section#mv .inner .text h1 span {
    font-size: 18px;
    font-size: 1.8rem;
    height: 36px;
    line-height: 36px;
  }

  main>section#mv .inner .text h1 span:after {
    content: "";
    display: block;
    width: 100%;
    height: 36px;
  }

  main>section#mv .inner .text h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  main>section#mv {
    padding: 30px 0 100px;
  }

  main>section#mv .inner {
    padding: 0 10px;
    display: block;
    position: relative;
  }

  main>section#mv .inner .text {
    width: 100%;
    margin-bottom: 10px;
  }

  main>section#mv .inner .text .catch span {
    font-size: 4.5vw;
    height: 8vw;
    line-height: 8vw;
  }

  main>section#mv .inner .text .catch span:after {
    height: 8vw;
  }

  main>section#mv .inner .text h2 {
    font-size: 13px;
    font-size: 1.3rem;
  }

  main>section#mv .inner .text .blog {
    width: 100%;
    display: none;
  }

  main>section#mv .inner .text .directrecruit {
    width: 100%;
    display: none;
  }

  main>section#mv .inner .img {
    width: 100%;
  }

  main>section#mv .inner .scroll {
    bottom: -100px;
    width: 75px;
    height: 75px;
  }
}

main>section#recruit-topics {
  padding-top: 5px;
}

main>section#recruit-topics .tit-recruit-topics {
  position: relative;
  width: 160px;
  left: calc(46% - 35px);
  top: 50px;
  z-index: 1;
}

@media (max-width: 767px) {
  main>section#recruit-topics .tit-recruit-topics {
    width: 125px;
    top: 45px;
  }
}

main>section#recruit-topics .boxwrap {
  background-color: #ffb454;
  border-radius: 20px;
  padding: 35px 5.7% 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  main>section#recruit-topics .boxwrap {
    border-radius: 15px;
    padding: 35px 3% 17px;
  }
}

main>section#recruit-topics .boxwrap h3 {
  background-color: white;
  font-size: 26px;
  font-size: 2.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  margin: 0 auto;
  padding: 10px 42px;
  border-radius: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  main>section#recruit-topics .boxwrap h3 {
    font-size: 20px;
    font-size: 2rem;
    padding: 10px 27.1px;
  }
}

main>section#recruit-topics .boxwrap h3::before,
main>section#recruit-topics .boxwrap h3::after {
  position: absolute;
  content: "";
  background-image: url("../img/recruit/img_topics_decoslash@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 30px;
}

main>section#recruit-topics .boxwrap h3::before {
  left: 19px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

main>section#recruit-topics .boxwrap h3::after {
  right: 15px;
}

main>section#recruit-topics .boxwrap .flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 25px;
}

@media (max-width: 767px) {
  main>section#recruit-topics .boxwrap .flexwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 18px;
  }
}

main>section#recruit-topics .boxwrap .flexwrap .imgbox01 {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  padding-top: 10px;
}

@media (max-width: 767px) {
  main>section#recruit-topics .boxwrap .flexwrap .imgbox01 {
    width: 62%;
    padding-top: 0;
  }
}

main>section#recruit-topics .boxwrap .flexwrap .textbox {
  -ms-flex-preferred-size: 53%;
  flex-basis: 53%;
  text-align: center;
}

@media (max-width: 767px) {
  main>section#recruit-topics .boxwrap .flexwrap .textbox {
    padding-top: 10px;
  }
}

main>section#recruit-topics .boxwrap .flexwrap .textbox .underline {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.666;
  font-weight: bold;
  border-bottom: solid 2px black;
  padding-bottom: 3px;
}

@media (max-width: 767px) {
  main>section#recruit-topics .boxwrap .flexwrap .textbox .underline {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.72222222;
    padding-bottom: 0px;
  }
}

main>section#recruit-topics .boxwrap .flexwrap .textbox .exp {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: bold;
  letter-spacing: 1px;
  padding-top: 23px;
}

@media (max-width: 767px) {
  main>section#recruit-topics .boxwrap .flexwrap .textbox .exp {
    font-size: 138px;
    font-size: 1.3rem;
    line-height: 2;
    padding-top: 20px;
    padding-bottom: 0px;
    letter-spacing: -0.42px;
  }
}

main>section#recruit-topics .boxwrap .flexwrap .textbox .marker {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe362));
  background-image: linear-gradient(transparent 60%, #ffe362 60%);
  background-position: 0 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

main>section#recruit-topics .boxwrap .flexwrap .imgbox02 {
  -ms-flex-preferred-size: 22.5%;
  flex-basis: 22.5%;
  padding-top: 10px;
}

@media (max-width: 767px) {
  main>section#recruit-topics .boxwrap .flexwrap .imgbox02 {
    width: 58%;
    padding-top: 10px;
  }
}

main>section#about .inner .contents-box {
  background: url("../img/recruit/bg_en_about.svg") right center no-repeat;
  background-size: 55% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main>section#about .inner .contents-box .img {
  width: 47.5%;
  text-align: center;
}

main>section#about .inner .contents-box .text {
  width: 50%;
  text-align: center;
}

main>section#about .inner .contents-box .text h3 {
  font-size: 35px;
  font-size: 3.5rem;
}

@media (max-width: 767px) {
  main>section#about .inner .contents-box {
    background: url("../img/recruit/bg_en_about.svg") center 50% no-repeat;
    background-size: 100% auto;
    display: block;
  }

  main>section#about .inner .contents-box .img {
    width: 100%;
    margin-bottom: 30px;
  }

  main>section#about .inner .contents-box .text {
    width: 100%;
  }

  main>section#about .inner .contents-box .text h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

main>section#message {
  padding-bottom: 200px;
}

main>section#message:after {
  background: url("../img/recruit/bg_message01.svg") center top no-repeat;
  background-size: 1920px auto;
  content: "";
  display: block;
  width: 1920px;
  padding: 1698px 0 0 0;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media (min-width: 1921px) {
  main>section#message:after {
    background-size: contain;
    width: 100%;
    padding: 65.5% 0 0 0;
  }
}

main>section#message .tit-sec {
  margin-bottom: 40px;
}

main>section#message .img {
  max-width: 1000px;
  margin: 0 auto 40px;
  position: relative;
}

main>section#message .img:after {
  content: "";
  display: block;
  width: 5%;
  padding: 29% 0 0 0;
  background: url("../img/recruit/bg_en_message.svg") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
}

main>section#message .text {
  text-align: center;
}

main>section#message .text h3 {
  font-size: 35px;
  font-size: 3.5rem;
  color: #00AFEC;
  margin-bottom: 30px;
}

main>section#message .text h3 span {
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(255, 228, 0, 0)), color-stop(76%, rgba(255, 228, 0, 0)), color-stop(77%, #ffe400), color-stop(99%, #ffe400));
  background: linear-gradient(to bottom, rgba(255, 228, 0, 0) 2%, rgba(255, 228, 0, 0) 76%, #ffe400 77%, #ffe400 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffe400", endColorstr="#ffe400", GradientType=0);
}

@media (max-width: 767px) {
  main>section#message {
    padding-bottom: 140px;
  }

  main>section#message:after {
    background: url("../img/recruit/bg_message01_sp.svg") center top no-repeat;
    background-size: 100% auto;
    width: 100%;
    padding: 162.4% 0 0 0;
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  main>section#message .tit-sec {
    margin-bottom: 20px;
  }

  main>section#message .img {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
  }

  main>section#message .img:after {
    content: "";
    display: block;
    width: 100%;
    padding: 18% 0 0 0;
    background: url("../img/recruit/bg_en_message_sp.svg") center 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 105%;
    right: 0;
    -webkit-transform: none;
    transform: none;
  }

  main>section#message .text h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

main>section#workstyle {
  background: #00AFEC;
  padding: 0 0 50px;
}

main>section#workstyle .inner {
  background: url("../img/recruit/bg_en_workstyle.svg") center top no-repeat;
  background-size: 1000px auto;
  padding: 0;
  position: relative;
  z-index: 10;
}

@media (max-width: 1439px) {
  main>section#workstyle .inner {
    padding: 0 5%;
  }
}

@media (max-width: 767px) {
  main>section#workstyle .inner {
    padding: 0 10px;
    background-size: 100% auto;
  }
}

main>section#workstyle .tit-sec {
  color: #fff;
}

main>section#workstyle .tit-sec span {
  color: #000;
}

main>section#workstyle .tit-sec span:after,
main>section#workstyle .tit-sec span:before {
  background: #000;
}

main>section#workstyle .tit-sec span.num {
  color: #fff;
}

main>section#workstyle .tit-sec span.num:after {
  background: #fff;
}

main>section#workstyle .tit-sec:after {
  background: #FDD000;
}

main>section#workstyle ul.fadein_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main>section#workstyle ul.fadein_list li {
  width: 23.5%;
  margin: 0 2% 20px 0;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

main>section#workstyle ul.fadein_list li a {
  display: block;
  -webkit-transition: none;
  transition: none;
}

main>section#workstyle ul.fadein_list li a .name {
  position: absolute;
  bottom: 20px;
  left: 0;
  opacity: 1;
  margin-right: 54px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 10;
}

main>section#workstyle ul.fadein_list li a .name h3 {
  background: #fff;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 5px;
}

main>section#workstyle ul.fadein_list li a .name p {
  background: #fff;
  padding: 5px 10px;
  line-height: 1;
}

main>section#workstyle ul.fadein_list li a picture {
  position: relative;
  z-index: 1;
}

main>section#workstyle ul.fadein_list li a picture img,
main>section#workstyle ul.fadein_list li a picture srcset {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 20px;
  width: 100%;
}

main>section#workstyle ul.fadein_list li a:hover .name {
  left: -100%;
  opacity: 0;
}

main>section#workstyle ul.fadein_list li a:hover picture img,
main>section#workstyle ul.fadein_list li a:hover picture srcset {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

main>section#workstyle ul.fadein_list li:nth-child(4n) {
  margin-right: 0;
}

main>section#workstyle ul.fadein_list li:after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: url("../img/recruit/ico_arrow_yellow.svg") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 20px;
  right: 10px;
  z-index: 10;
}

main>section#workstyle ul.fadein_list li.is-active {
  -webkit-animation: bottom-fadein 0.5s linear 0s 1 forwards;
  animation: bottom-fadein 0.5s linear 0s 1 forwards;
}

main>section#workstyle:before,
main>section#workstyle:after {
  content: "";
  display: block;
  width: 1920px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

main>section#workstyle:before {
  background: url("../img/recruit/bg_workstyle_top.svg") center top no-repeat;
  background-size: 1920px auto;
  padding: 453px 0 0 0;
  top: -200px;
}

main>section#workstyle:after {
  background: url("../img/recruit/bg_workstyle_bottom.svg") center top no-repeat;
  background-size: 1920px auto;
  padding: 500px 0 0 0;
  bottom: -350px;
  left: 50%;
}

main>section#workstyle .deco {
  top: -250px;
}

main>section#workstyle .deco span {
  display: block;
  position: absolute;
}

main>section#workstyle .deco span.deco01 {
  background-image: url("../img/recruit/deco_workstyle01.svg");
  background-position: 10% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 250px;
  height: 200px;
  left: 10.9%;
}

main>section#workstyle .deco span.deco02 {
  background-image: url("../img/recruit/deco_workstyle02.svg");
  background-position: 90% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 150px;
  height: 150px;
  left: 82.8%;
}

@media (max-width: 767px) {
  main>section#workstyle .deco {
    top: 0;
  }

  main>section#workstyle .deco span.deco01 {
    background-position: 0 0;
    background-size: contain;
    width: 25%;
    height: 0;
    padding: 25% 0 0 0;
    left: 3%;
  }

  main>section#workstyle .deco span.deco02 {
    background-position: 0 0;
    background-size: contain;
    width: 20%;
    height: 0;
    padding: 20% 0 0 0;
    left: 70%;
  }
}

@media (min-width: 1921px) {
  main>section#workstyle:before {
    background-size: contain;
    width: 100%;
    padding: 24% 0 0 0;
    top: -280px;
  }

  main>section#workstyle:after {
    background-size: contain;
    width: 100%;
    padding: 26.04% 0 0 0;
  }
}

@media (max-width: 1079px) {
  main>section#workstyle ul.fadein_list li {
    width: 32%;
    margin: 0 2% 20px 0;
  }

  main>section#workstyle ul.fadein_list li:nth-child(4n) {
    margin-right: 2%;
  }

  main>section#workstyle ul.fadein_list li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {

  main>section#workstyle:before,
  main>section#workstyle:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }

  main>section#workstyle:before {
    background: url("../img/recruit/bg_workstyle_top_sp.svg") center top no-repeat;
    background-size: 100% auto;
    padding: 128.8% 0 0 0;
    top: -100px;
  }

  main>section#workstyle:after {
    background: url("../img/recruit/bg_workstyle_bottom_sp.svg") center top no-repeat;
    background-size: 100% auto;
    padding: 72.8% 0 0 0;
    bottom: -80px;
    left: 50%;
  }

  main>section#workstyle ul.fadein_list li {
    width: 49%;
    margin: 0 2% 20px 0;
  }

  main>section#workstyle ul.fadein_list li a .name {
    margin-right: 0;
    font-size: 10px;
    font-size: 1rem;
  }

  main>section#workstyle ul.fadein_list li a .name h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }

  main>section#workstyle ul.fadein_list li a picture img,
  main>section#workstyle ul.fadein_list li a picture srcset {
    border-radius: 14px;
  }

  main>section#workstyle ul.fadein_list li:nth-child(4n),
  main>section#workstyle ul.fadein_list li:nth-child(3n) {
    margin-right: 2%;
  }

  main>section#workstyle ul.fadein_list li:nth-child(even) {
    margin-right: 0;
  }

  main>section#workstyle ul.fadein_list li:after {
    bottom: auto;
    top: 5px;
    right: 5px;
  }
}

main>section#business {
  padding: 250px 0 120px;
}

main>section#business .inner {
  background: url("../img/recruit/bg_en_business.svg") center top no-repeat;
  background-size: 886px auto;
  padding: 0;
  position: relative;
  z-index: 10;
}

main>section#business .inner .tit-sec {
  margin-bottom: 40px;
}

main>section#business .inner .lead {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  main>section#business .inner .lead {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}

main>section#business .inner .lead.top {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  main>section#business .inner .lead.top {
    margin-bottom: 38px;
  }
}

main>section#business .inner .chartbox {
  margin: 0 auto 78px;
  background-color: #f7f7f7;
  padding: 3% 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1080px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  main>section#business .inner .chartbox {
    padding: 8.1% 4.2%;
    margin: 0 auto 30px;
  }
}

main>section#business .inner ul.fadein_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main>section#business .inner ul.fadein_list li {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  width: 47.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

main>section#business .inner ul.fadein_list li .img {
  width: 43%;
  padding: 40% 0 0 0;
  background: #FDD000;
  position: relative;
  border-radius: 20px;
}

main>section#business .inner ul.fadein_list li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 90%;
}

main>section#business .inner ul.fadein_list li .text {
  width: 51%;
}

main>section#business .inner ul.fadein_list li .text h3 {
  font-size: 25px;
  font-size: 2.5rem;
}

main>section#business .inner ul.fadein_list li .text h3 span {
  display: block;
  font-size: 19px;
  font-size: 1.9rem;
  color: #00AFEC;
}

main>section#business .inner ul.fadein_list li:nth-last-child(-n+2) {
  margin-bottom: 0;
}

main>section#business .inner ul.fadein_list li.is-active {
  -webkit-animation: bottom-fadein 0.5s linear 0s 1 forwards;
  animation: bottom-fadein 0.5s linear 0s 1 forwards;
}

main>section#business .inner .btn-list {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-evenly;
  position: relative;
}

main>section#business .inner .btn-list button {
  width: 54.5%;
  max-width: 525px;
  border-radius: 10px;
  height: 118px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}

main>section#business .inner .btn-list button.companyinfo {
  background: #ffb454;
  color: black;
}

main>section#business .inner .btn-list button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 39px;
  font-size: 3.9rem;
  height: 53px;
}

main>section#business .inner .btn-list button:after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: url("../img/recruit/ico_arrow_white.svg") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  main>section#business .inner .btn-list {
    display: block;
  }

  main>section#business .inner .btn-list button {
    width: 100%;
    max-width: 100%;
    height: 80px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  main>section#business .inner .btn-list button span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 27px;
    font-size: 2.7rem;
    height: 30px;
  }

  main>section#business .inner .btn-list button span img {
    width: 120px;
  }

  main>section#business .inner .btn-list button:after {
    width: 28px;
    height: 28px;
    right: 10px;
  }

  main>section#business .inner .btn-list button:first-of-type {
    margin-bottom: 20px;
  }
}

main>section#business .deco span {
  display: block;
  position: absolute;
}

main>section#business .deco span.deco01 {
  background-image: url("../img/recruit/deco_business01.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 126px;
  height: 126px;
  left: 20%;
}

main>section#business .deco span.deco02 {
  background-image: url("../img/recruit/deco_business02.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 132px;
  height: 192px;
  left: 78%;
}

@media (max-width: 767px) {
  main>section#business .deco span.deco01 {
    background-size: contain;
    width: 20%;
    height: 0;
    padding: 20% 0 0 0;
    left: 5%;
  }

  main>section#business .deco span.deco02 {
    background-size: contain;
    width: 15%;
    height: 0;
    padding: 15% 0 0 0;
    left: 80%;
  }
}

@media (max-width: 1439px) {
  main>section#business .inner {
    padding: 0 5%;
  }
}

@media (max-width: 767px) {
  main>section#business {
    padding: 100px 0 80px;
  }

  main>section#business .inner {
    background-size: 100% auto;
    padding: 0 10px;
  }

  main>section#business .inner .tit-sec {
    margin-bottom: 30px;
  }

  main>section#business .inner .lead {
    margin-bottom: 20px;
  }

  main>section#business .inner ul.fadein_list {
    display: block;
  }

  main>section#business .inner ul.fadein_list li {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }

  main>section#business .inner ul.fadein_list li .img {
    width: 100%;
    padding: 60% 0 0 0;
    margin-bottom: 20px;
    position: relative;
  }

  main>section#business .inner ul.fadein_list li .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 90%;
    width: auto;
  }

  main>section#business .inner ul.fadein_list li .text {
    width: 100%;
    text-align: center;
  }

  main>section#business .inner ul.fadein_list li .text h3 {
    font-size: 20px;
    font-size: 2rem;
  }

  main>section#business .inner ul.fadein_list li .text h3 span {
    font-size: 13px;
    font-size: 1.3rem;
  }

  main>section#business .inner ul.fadein_list li:nth-last-child(-n+2) {
    margin-bottom: 40px;
  }

  main>section#business .inner ul.fadein_list li:last-child {
    margin-bottom: 0;
  }
}

main>section#recruit {
  padding: 150px 0 0 0;
}

main>section#recruit:after {
  background: url("../img/recruit/bg_recruit_top.svg") center top no-repeat;
  background-size: 1920px auto;
  content: "";
  display: block;
  width: 1920px;
  padding: 615px 0 0 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

main>section#recruit .tit-sec {
  margin-bottom: 20px;
}

main>section#recruit>section {
  padding: 130px 0;
  position: relative;
}

main>section#recruit>section .inner {
  padding-top: 50px;
  position: relative;
  z-index: 100;
}

main>section#recruit>section h3 {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 60px;
}

main>section#recruit>section h3 span {
  display: inline-block;
  position: relative;
}

main>section#recruit>section h3 span:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 3px dotted #000;
  height: 3px;
}

main>section#recruit>section#application-requirements {
  background: #e9eaeb;
  padding-top: 0;
}

main>section#recruit>section#application-requirements section.mid-career .inner {
  background: url("../img/recruit/bg_en_midcareer.svg") center top no-repeat;
  background-size: 1080px auto;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  main>section#recruit>section#application-requirements section.mid-career .inner {
    background: url("../img/recruit/bg_en_midcareer.svg") center 40px no-repeat;
    background-size: 100% auto;
    margin-bottom: 40px;
  }
}

main>section#recruit>section#application-requirements section.new-graduate .inner {
  background: url("../img/recruit/bg_en_newgraduate.svg") center top no-repeat;
  background-size: 1080px auto;
}

@media (max-width: 767px) {
  main>section#recruit>section#application-requirements section.new-graduate .inner {
    background: url("../img/recruit/bg_en_newgraduate.svg") center 40px no-repeat;
    background-size: 100% auto;
  }
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  /*                  &.advertising-coordinator {
                      &:before {
                        background-image: url("../img/recruit/ico_job01@2x.png");
                      }
                    }
                    &.advertising-planner {
                      &:before {
                        background-image: url("../img/recruit/ico_job02@2x.png");
                      }
                    }
                    &.graphic-designer {
                      &:before {
                        background-image: url("../img/recruit/ico_job03@2x.png");
                      }
                    }
                    &.web-director {
                      &:before {
                        background-image: url("../img/recruit/ico_job04@2x.png");
                      }
                    }
                    &.web-designer {
                      &:before {
                        background-image: url("../img/recruit/ico_job05@2x.png");
                      }
                    }
                    &.html-corder{
                      &:before {
                        background-image: url("../img/recruit/ico_job03@2x.png");
                      }
                    }
                    &.movie-creator {
                      &:before {
                        background-image: url("../img/recruit/ico_job04@2x.png");
                      }
                    }
                    &.pacars_clerk {
                      &:before {
                        background-image: url("../img/recruit/ico_job01@2x.png");
                      }
                    }
  */
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li h4 {
  background: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: calc(100% - 200px);
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 40px;
  font-size: 22px;
  font-size: 2.2rem;
  position: relative;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li h4 span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #00AFEC;
  margin-top: 8px;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li h4:before {
  content: "";
  display: block;
  width: 24px;
  height: 32px;
  background: url("../img/recruit/arrow_job.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 40px;
  border-radius: 20px;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .view {
  background: #00AFEC;
  color: #fff;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  padding: 0;
  text-align: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .view:after {
  content: "";
  display: block;
  width: 18px;
  height: 10px;
  background: url("../img/recruit/ico_arrow_down.svg") center top no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .view:hover:after {
  top: 5px;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .view.open:after {
  background-image: url("../img/recruit/ico_arrow_up.svg");
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .view.open:hover:after {
  top: -3px;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li:nth-child(1):before,
main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li:nth-child(6):before,
main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li:nth-child(11):before {
  background-image: url("../img/recruit/ico_job01@2x.png");
  background-color: #00afec;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li:nth-child(2):before,
main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li:nth-child(7):before,
main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li:nth-child(12):before {
  background-image: url("../img/recruit/ico_job02@2x.png");
  background-color: #e95193;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li:nth-child(3):before,
main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li:nth-child(8):before,
main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li:nth-child(13):before {
  background-image: url("../img/recruit/ico_job03@2x.png");
  background-color: #25936b;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li:nth-child(4):before,
main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li:nth-child(9):before,
main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li:nth-child(14):before {
  background-image: url("../img/recruit/ico_job04@2x.png");
  background-color: #255193;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li:nth-child(5n):before {
  background-image: url("../img/recruit/ico_job05@2x.png");
  background-color: #ec7e00;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  margin-top: 10px;
  padding: 60px 60px 80px;
  position: relative;
  display: none;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .content {
  margin-bottom: 30px;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .content h5 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .content h6 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .content ul li:before {
  content: "・";
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .content table {
  border: 0;
  border-top: 1px dashed #dfdfdf;
  width: 100%;
  border-collapse: collapse;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .content table th {
  background: #f7f8f8;
  border-bottom: 1px dashed #dfdfdf;
  width: 30%;
  padding: 15px 30px;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .content table td {
  border-bottom: 1px dashed #dfdfdf;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 30px;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .content table td ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #000;
  display: inline-block;
  margin-right: 5px;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .btn-box {
  max-width: 700px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .btn-box button {
  width: 49%;
  height: 72px;
  line-height: 72px;
  position: relative;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  padding: 0 20px;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .btn-box button:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url("../img/recruit/ico_arrow_white.svg") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .btn-box button.shpa-entry {
  width: 100%;
  margin-bottom: 15px !important;
  background: #00AFEC;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .btn-box button.shpa-entry .small {
  font-size: 50%;
  line-height: 100%;
  font-weight: 600;
}

@media (max-width: 767px) {
  main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .btn-box button.shpa-entry .small {
    font-size: 65%;
  }
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .btn-box button.shpa-entry:after {
  width: 34px;
  height: 34px;
  background: url("../img/recruit/ico_arrow_yellow.svg") 0 0 no-repeat;
  background-size: contain;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .btn-box button.green-entry {
  background: #33b913;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .btn-box button.indeed-entry {
  background: #1a4dbb;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .btn-box button:nth-last-of-type(-n + 2) {
  margin-bottom: 10px;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .close {
  background: url("../img/recruit/ico_arrow_up.svg") center bottom 15px no-repeat #4b4b4b;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  padding: 10px 10px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .close:hover {
  background-position: center bottom 18px;
}

main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li.is-active {
  -webkit-animation: bottom-fadein 0.5s linear 0s 1 forwards;
  animation: bottom-fadein 0.5s linear 0s 1 forwards;
}

@media (max-width: 767px) {
  main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li h4 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: calc(100% - 140px);
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li h4 span {
    font-size: 10px;
    font-size: 1rem;
  }

  main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li h4:before {
    content: "";
    display: block;
    width: 12px;
    height: 16px;
    background: url("../img/recruit/arrow_job.svg") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 22px;
    left: -10px;
    -webkit-transform: none;
    transform: none;
  }

  main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li:before {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    border-radius: 10px;
  }

  main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .view {
    width: 60px;
    height: auto;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail {
    border-radius: 10px;
    padding: 20px 20px 80px;
  }

  main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .content {
    margin-bottom: 30px;
  }

  main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .content h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }

  main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .content h6 {
    font-size: 14px;
    font-size: 1.4rem;
  }

  main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .content table th {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }

  main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .content table td {
    display: block;
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 15px;
  }

  main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .btn-box {
    max-width: 700px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .btn-box button {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-radius: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
  }

  main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .btn-box button:after {
    right: 15px;
  }

  main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .btn-box button.shpa-entry {
    width: 100%;
    margin-bottom: 10px;
    background: #00AFEC;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    padding: 0;
    height: 60px;
    line-height: 30px;
  }

  main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .btn-box button.shpa-entry:after {
    width: 28px;
    height: 28px;
  }

  main>section#recruit>section#application-requirements section .inner>ul.fadein_list>li .detail .close {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

main>section#recruit>section#application-requirements:after {
  background: url("../img/recruit/bg_recruit_bottom.svg") center top no-repeat;
  background-size: 1920px auto;
  content: "";
  display: block;
  width: 1920px;
  padding: 590px 0 0 0;
  position: absolute;
  bottom: -280px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

main>section#recruit>section#application-requirements .deco {
  top: 0;
}

main>section#recruit>section#application-requirements .deco span {
  display: block;
  position: absolute;
}

main>section#recruit>section#application-requirements .deco span.deco01 {
  background: url("../img/recruit/deco_recruit01.svg") 0 0 no-repeat;
  width: 144px;
  height: 144px;
  left: 65%;
  top: 200px;
}

@media (max-width: 767px) {
  main>section#recruit>section#application-requirements .deco {
    top: 40%;
  }

  main>section#recruit>section#application-requirements .deco span.deco01 {
    background-size: contain;
    width: 15%;
    height: 0;
    padding: 15% 0 0 0;
    left: 80%;
  }
}

@media (min-width: 1921px) {
  main>section#recruit>section#application-requirements:after {
    background-size: contain;
    width: 100%;
    padding: 30.729% 0 0 0;
  }
}

@media (max-width: 767px) {
  main>section#recruit>section#application-requirements:after {
    background: url("../img/recruit/bg_recruit_bottom_sp.svg") center top no-repeat;
    background-size: 100% auto;
    width: 100%;
    padding: 108.8% 0 0 0;
    bottom: -120px;
  }
}

main>section#recruit>section#flow {
  padding-bottom: 100px;
}

main>section#recruit>section#flow .inner {
  background: url("../img/recruit/bg_en_flow.svg") center top no-repeat;
  background-size: 496px auto;
  margin-bottom: 80px;
}

main>section#recruit>section#flow .lead {
  margin-bottom: 30px;
}

main>section#recruit>section#flow ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

main>section#recruit>section#flow ol li {
  width: 22%;
  background: #FDD000;
  border-radius: 20px;
  padding: 30px 0;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
}

main>section#recruit>section#flow ol li span {
  display: block;
  font-size: 23px;
  font-size: 2.3rem;
  position: relative;
  margin: 0 0 3%;
}

main>section#recruit>section#flow ol li span:after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: #707070;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

main>section#recruit>section#flow ol li span.note {
  font-size: 12px;
  text-align: center;
}

main>section#recruit>section#flow ol li span.note:after {
  display: none;
}

main>section#recruit>section#flow ol li:after {
  content: "";
  display: block;
  width: 12%;
  padding: 12% 0 0 0;
  background: url("../img/recruit/ico_arrow_blue.svg") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -15%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

main>section#recruit>section#flow ol li:last-child {
  background: #00AFEC;
  color: #fff;
}

main>section#recruit>section#flow ol li:last-child:after {
  display: none;
}

main>section#recruit>section#flow ol li:last-child span:after {
  background: #fff;
}

main>section#recruit>section#flow small {
  display: block;
  color: #606060;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
}

main>section#recruit>section#flow .deco {
  top: 0;
}

main>section#recruit>section#flow .deco span {
  display: block;
  position: absolute;
}

main>section#recruit>section#flow .deco span.deco01 {
  background: url("../img/recruit/deco_recruit02.svg") 0 0 no-repeat;
  width: 210px;
  height: 210px;
  left: 65%;
  top: 0;
}

main>section#recruit>section#flow .deco span.deco02 {
  background: url("../img/recruit/deco_recruit03.svg") 0 0 no-repeat;
  width: 237px;
  height: 189px;
  left: 70%;
  top: 400px;
}

@media (max-width: 767px) {
  main>section#recruit>section#flow .deco {
    top: 20%;
  }

  main>section#recruit>section#flow .deco span.deco01 {
    background-size: contain;
    width: 30%;
    height: 0;
    padding: 30% 0 0 0;
    left: 50%;
  }

  main>section#recruit>section#flow .deco span.deco02 {
    background-size: contain;
    width: 30%;
    height: 0;
    padding: 30% 0 0 0;
    left: 65%;
  }
}

@media (max-width: 767px) {
  main>section#recruit>section#flow {
    padding: 100px 0;
  }

  main>section#recruit>section#flow .inner {
    background: url("../img/recruit/bg_en_flow.svg") center 40px no-repeat;
    background-size: 60% auto;
    margin-bottom: 80px;
  }

  main>section#recruit>section#flow .lead {
    margin-bottom: 30px;
  }

  main>section#recruit>section#flow ol {
    display: block;
    margin-bottom: 15px;
  }

  main>section#recruit>section#flow ol li {
    width: 90%;
    padding: 30px 5px;
    margin: 0 auto 50px;
    font-size: 18px;
    line-height: 26px;
  }

  main>section#recruit>section#flow ol li span {
    display: block;
    font-size: 20px;
    font-size: 2rem;
  }

  main>section#recruit>section#flow ol li:after {
    width: 26px;
    padding: 26px 0 0 0;
    top: auto;
    bottom: -38px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }

  main>section#recruit>section#flow ol li:last-child {
    margin: 0 auto;
  }

  main>section#recruit>section#flow small {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

main>section#recruit>section#welfare {
  background: #e9eaeb;
  padding: 0;
  position: relative;
}

main>section#recruit>section#welfare .inner {
  background: url("../img/recruit/bg_en_welfare.svg") center top no-repeat;
  background-size: 848px auto;
  margin-bottom: 80px;
}

main>section#recruit>section#welfare ul.fadein_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main>section#recruit>section#welfare ul.fadein_list li {
  background: #fff;
  border-radius: 20px;
  padding: 130px 20px 20px 20px;
  width: 30.5%;
  margin: 0 4.25% 30px 0;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

main>section#recruit>section#welfare ul.fadein_list li:before {
  content: "";
  display: block;
  width: 107px;
  padding: 107px 0 0 0;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #e4f8ff;
  border-radius: 50%;
}

main>section#recruit>section#welfare ul.fadein_list li h4 {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-weight: 700;
}

main>section#recruit>section#welfare ul.fadein_list li:nth-child(3n) {
  margin-right: 0;
}

main>section#recruit>section#welfare ul.fadein_list li:first-child:before {
  background-image: url("../img/recruit/ico_welfare01.png");
}

main>section#recruit>section#welfare ul.fadein_list li:nth-child(2):before {
  background-image: url("../img/recruit/ico_welfare02.png");
}

main>section#recruit>section#welfare ul.fadein_list li:nth-child(3):before {
  background-image: url("../img/recruit/ico_welfare03.png");
}

main>section#recruit>section#welfare ul.fadein_list li:nth-child(4):before {
  background-image: url("../img/recruit/ico_welfare04.png");
}

main>section#recruit>section#welfare ul.fadein_list li:nth-child(5):before {
  background-image: url("../img/recruit/ico_welfare06.png");
}

main>section#recruit>section#welfare ul.fadein_list li:nth-child(6):before {
  background-image: url("../img/recruit/ico_welfare07.png");
}

main>section#recruit>section#welfare ul.fadein_list li:nth-child(7):before {
  background-image: url("../img/recruit/ico_welfare08.png");
}

main>section#recruit>section#welfare ul.fadein_list li:nth-child(8):before {
  background-image: url("../img/recruit/ico_welfare09.png");
}

main>section#recruit>section#welfare ul.fadein_list li.is-active {
  -webkit-animation: bottom-fadein 0.5s linear 0s 1 forwards;
  animation: bottom-fadein 0.5s linear 0s 1 forwards;
}

main>section#recruit>section#welfare:before,
main>section#recruit>section#welfare:after {
  content: "";
  display: block;
  width: 1920px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

main>section#recruit>section#welfare:before {
  background: url("../img/recruit/bg_welfare_top.svg") center top no-repeat;
  background-size: 1920px auto;
  padding: 566px 0 0 0;
  top: -242px;
}

main>section#recruit>section#welfare:after {
  background: url("../img/recruit/bg_welfare_bottom.svg") center bottom no-repeat;
  background-size: 1920px auto;
  padding: 356px 0 0 0;
  bottom: -256px;
}

main>section#recruit>section#welfare .deco span {
  display: block;
  position: absolute;
}

main>section#recruit>section#welfare .deco span.deco01 {
  background: url("../img/recruit/deco_recruit04.svg") 0 0 no-repeat;
  width: 202px;
  height: 184px;
  left: 15%;
  top: 100px;
}

@media (max-width: 767px) {
  main>section#recruit>section#welfare .deco {
    top: 10%;
  }

  main>section#recruit>section#welfare .deco span.deco01 {
    background-size: contain;
    width: 20%;
    height: 0;
    padding: 20% 0 0 0;
    left: 5%;
  }
}

@media (min-width: 1921px) {
  main>section#recruit>section#welfare:before {
    background-size: contain;
    width: 100%;
    padding: 30.4% 0 0 0;
  }

  main>section#recruit>section#welfare:after {
    background-size: contain;
    width: 100%;
    padding: 18.54% 0 0 0;
    bottom: -356px;
  }
}

@media (max-width: 767px) {
  main>section#recruit>section#welfare .inner {
    background: url("../img/recruit/bg_en_welfare.svg") center 40px no-repeat;
    background-size: 100% auto;
    margin-bottom: 80px;
  }

  main>section#recruit>section#welfare ul.fadein_list {
    display: block;
  }

  main>section#recruit>section#welfare ul.fadein_list li {
    padding: 130px 10% 20px;
    width: 100%;
    margin: 0 0 20px 0;
  }

  main>section#recruit>section#welfare ul.fadein_list li:before {
    width: 86px;
    padding: 86px 0 0 0;
  }

  main>section#recruit>section#welfare ul.fadein_list li h4 {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }

  main>section#recruit>section#welfare ul.fadein_list li:nth-last-child(-n+3) {
    margin-bottom: 20px;
  }

  main>section#recruit>section#welfare ul.fadein_list li:last-child {
    margin-bottom: 0;
  }

  main>section#recruit>section#welfare:before,
  main>section#recruit>section#welfare:after {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }

  main>section#recruit>section#welfare:before {
    background: url("../img/recruit/bg_welfare_top_sp.svg") center top no-repeat;
    background-size: 100% auto;
    padding: 85% 0 0 0;
    top: -100px;
  }

  main>section#recruit>section#welfare:after {
    background: url("../img/recruit/bg_welfare_bottom_sp.svg") center bottom no-repeat;
    background-size: 100% auto;
    padding: 93% 0 0 0;
    bottom: -130px;
  }
}

main>section#office h3 {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 60px;
}

main>section#office h3 span {
  display: inline-block;
  position: relative;
}

main>section#office h3 span:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 3px dotted #000;
  height: 3px;
}

@media (max-width: 767px) {
  main>section#office section h3 {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 50px;
  }
}

main>section#office ul {
  position: relative;
  z-index: 10;
}

main>section#office ul li {
  width: 304px;
  height: 280px;
  position: relative;
  margin: 0 16px;
}

main>section#office ul li img {
  border-radius: 20px;
}

main>section#office ul li span {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Viga", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 3px 10px;
  line-height: 1;
}

main>section#office ul li span.osaka {
  background: #00AFEC;
  color: #fff;
}

main>section#office ul li span.kyoto {
  background: #FDD000;
}

main>section#office .deco span {
  display: block;
  position: absolute;
}

main>section#office .deco span.deco01 {
  background-image: url("../img/recruit/deco_recruit05.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 85px;
  height: 85px;
  left: 15%;
}

main>section#office .deco span.deco02 {
  background-image: url("../img/recruit/deco_recruit06.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 149px;
  height: 94px;
  left: 78%;
}

@media (max-width: 767px) {
  main>section#office .deco {
    top: 30%;
  }

  main>section#office .deco span.deco01 {
    background-size: contain;
    width: 15%;
    height: 0;
    padding: 15% 0 0 0;
    left: 5%;
  }

  main>section#office .deco span.deco02 {
    background-size: contain;
    width: 20%;
    height: 0;
    padding: 20% 0 0 0;
    left: 75%;
  }
}

@media (max-width: 767px) {
  main>section#recruit>section {
    padding: 80px 0;
  }

  main>section#recruit>section h3 {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 50px;
  }
}

@media (min-width: 1921px) {
  main>section#recruit:after {
    background-size: contain;
    width: 100%;
    padding: 32% 0 0 0;
  }
}

main>section#entry {
  padding: 200px 0 100px 0;
  position: relative;
}

main>section#entry:after {
  background: url("../img/recruit/bg_recruit_top_sp.svg") center top no-repeat;
  background-size: 100% auto;
  width: 100%;
  padding: 285.3% 0 0 0;
  top: -80px;
}

main>section#entry .inner .btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  main>section#entry .inner .btn-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

main>section#entry .inner .btn-list button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 39px;
  font-size: 3.9rem;
  height: 53px;
}

main>section#entry .btn-list button {
  width: 48.6%;
  max-width: 525px;
  border-radius: 10px;
  height: 118px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}

main>section#entry .btn-list button.official {
  background: #fff;
  color: #00AFEC;
}

main>section#entry .btn-list button.entry-form {
  background: #00AFEC;
  color: #fff;
}

main>section#entry .btn-list button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 39px;
  font-size: 3.9rem;
  height: 53px;
}

main>section#entry .btn-list button:after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: url("../img/recruit/ico_arrow_yellow.svg") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

main>section#entry .deco {
  display: block;
  position: relative;
}

main>section#entry .deco span {
  display: block;
  position: absolute;
}

main>section#entry .deco span.deco01 {
  background-image: url("../img/recruit/deco_entry01.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 249px;
  height: 249px;
  left: 15%;
}

main>section#entry .deco span.deco02 {
  background-image: url("../img/recruit/deco_entry02.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 768px;
  height: 307px;
  left: 55%;
}

main>section#entry .deco span.deco03 {
  background-image: url("../img/recruit/deco_entry03.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 180px;
  height: 204px;
  left: 80%;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

main>section#entry .deco span.deco04 {
  background-image: url("../img/recruit/deco_entry04.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 12px;
  height: 175px;
  left: 10%;
}

@media (max-width: 767px) {
  main>section#entry .deco {
    top: 40%;
  }

  main>section#entry .deco span.deco01 {
    background-size: contain;
    width: 25%;
    height: 0;
    padding: 25% 0 0 0;
    left: 5%;
  }

  main>section#entry .deco span.deco02 {
    background-size: 500px auto;
    width: 40%;
    height: 0;
    padding: 40% 0 0 0;
    left: 35%;
  }

  main>section#entry .deco span.deco03 {
    background-size: contain;
    width: 20%;
    height: 0;
    padding: 20% 0 0 0;
    left: 85%;
  }

  main>section#entry .deco span.deco04 {
    display: none;
  }
}

@media (max-width: 767px) {
  main>section#entry .btn-list {
    display: block;
  }

  main>section#entry .btn-list button {
    width: 100%;
    height: 100px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  main>section#entry .btn-list button span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 27px;
    font-size: 2.7rem;
    height: 30px;
  }

  main>section#entry .btn-list button span img {
    width: 120px;
  }

  main>section#entry .btn-list button:after {
    width: 28px;
    height: 28px;
    right: 10px;
  }

  main>section#entry .btn-list button:first-of-type {
    margin-bottom: 20px;
  }
}

main>section#entry:after {
  background: url("../img/recruit/bg_entry01.svg") center bottom no-repeat;
  background-size: 1920px auto;
  content: "";
  display: block;
  width: 1920px;
  padding: 545px 0 0 0;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media (min-width: 1921px) {
  main>section#entry:after {
    background-size: contain;
    width: 100%;
    padding: 28.38% 0 0 0;
  }
}

@media (max-width: 767px) {
  main>section#entry:after {
    background: url("../img/recruit/bg_entry01_sp.svg") center top no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    width: 100%;
    padding: 145.33% 0 0 0;
    position: absolute;
    bottom: auto;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
}

main>section#entry-form {
  background: #fafafa;
  padding: 50px 0 200px;
}

main>section#entry-form h1 {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 60px;
}

main>section#entry-form h1 span {
  display: inline-block;
  position: relative;
}

main>section#entry-form h1 span:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 3px dotted #000;
  height: 3px;
}

main>section#entry-form .inner {
  background: url("../img/recruit/bg_en_entry.svg") center top no-repeat;
  padding-top: 50px;
}

main>section#entry-form .inner .form-box {
  background: #fff;
  border-radius: 20px;
  padding: 50px 100px;
}

main>section#entry-form .inner .form-box dl {
  margin-bottom: 50px;
}

main>section#entry-form .inner .form-box dl dt {
  font-size: 1.8rem;
}

main>section#entry-form .inner .form-box dl dt span {
  display: inline-block;
  border-radius: 2px;
  line-height: 1;
  padding: 2px 10px;
  margin-left: 10px;
  font-size: 1.2rem;
}

main>section#entry-form .inner .form-box dl dt span.nec {
  color: #fff;
  border: 1px solid #ff0001;
  background: #ff0001;
}

main>section#entry-form .inner .form-box dl dt span.any {
  border: 1px solid #9d9d9d;
  color: #b6b6b6;
  background: none;
}

main>section#entry-form .inner .form-box dl dd input[type=text],
main>section#entry-form .inner .form-box dl dd input[type=tel],
main>section#entry-form .inner .form-box dl dd input[type=email] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f2f2;
  border: 0;
  border-radius: 4px;
  line-height: 60px;
  height: 60px;
  padding: 0 20px;
  font-size: 1.8rem;
}

main>section#entry-form .inner .form-box dl dd select {
  width: 100%;
  -webkit-appearance: none;
  background: #f2f2f2;
  border: 0;
  border-radius: 4px;
  line-height: 60px;
  height: 60px;
  padding: 0 20px;
  font-size: 1.8rem;
  background-image: url(../img/recruit/select_arrow.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  min-width: 80px;
  margin: 0 .5rem 0 0;

}

main>section#entry-form .inner .form-box dl dd label[for=file_upload] {
  display: block;
  background: #515151;
  color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
}

main>section#entry-form .inner .form-box dl dd label[for=file_upload] input[type=file] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  min-height: 0;
}

main>section#entry-form .inner .form-box dl dd label[for=file_upload] input[type=file]:before {
  content: "";
  background: url("../img/recruit/ico_file.svg") 0 0 no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
}

main>section#entry-form .inner .form-box dl dd textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f2f2;
  border: 0;
  border-radius: 4px;
  line-height: 1.5;
  padding: 5px 20px;
  font-size: 1.8rem;
}

main>section#entry-form .inner .form-box p {
  text-align: center;
  margin-bottom: 50px;
}

main>section#entry-form .inner .form-box p span {
  display: block;
  text-align: center;
}

main>section#entry-form .inner .form-box p span.wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main>section#entry-form .inner .form-box p span.wpcf7-list-item .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main>section#entry-form .inner .form-box input[type=submit] {
  background: url("../img/recruit/ico_arrow_yellow.svg") right 20px center no-repeat #727272;
  max-width: 700px;
  width: 100%;
  height: 70px;
  color: #fff;
  border-radius: 10px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 2rem;
  position: relative;
  cursor: pointer;
  margin: auto;
  display: block;
}

@media (max-width: 767px) {
  main>section#entry-form h1 {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 50px;
  }

  main>section#entry-form .inner {
    background: url("../img/recruit/bg_en_entry.svg") center top no-repeat;
    background-size: 100% auto;
  }

  main>section#entry-form .inner .form-box {
    background: #fff;
    border-radius: 20px;
    padding: 50px 10px;
  }

  main>section#entry-form .inner .form-box dl {
    margin-bottom: 50px;
  }

  main>section#entry-form .inner .form-box dl dt {
    font-size: 1.8rem;
  }

  main>section#entry-form .inner .form-box dl dt span {
    display: inline-block;
    border-radius: 2px;
    line-height: 1;
    padding: 2px 10px;
    margin-left: 10px;
    font-size: 1.2rem;
  }

  main>section#entry-form .inner .form-box dl dt span.nec {
    color: #fff;
    border: 1px solid #ff0001;
    background: #ff0001;
  }

  main>section#entry-form .inner .form-box dl dt span.any {
    border: 1px solid #9d9d9d;
    color: #b6b6b6;
    background: none;
  }

  main>section#entry-form .inner .form-box dl dd span {
    color: #9c9c9c;
  }

  main>section#entry-form .inner .form-box dl dd input[type=text],
  main>section#entry-form .inner .form-box dl dd input[type=tel],
  main>section#entry-form .inner .form-box dl dd input[type=email] {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f2f2f2;
    border: 0;
    border-radius: 4px;
    line-height: 60px;
    height: 60px;
    padding: 0 20px;
    font-size: 1.8rem;
  }

  main>section#entry-form .inner .form-box dl dd label[for=file_upload] {
    display: block;
    background: #515151;
    color: #fff;
    border: 0;
    border-radius: 4px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
  }

  main>section#entry-form .inner .form-box dl dd label[for=file_upload] input {
    width: 100%;
  }

  main>section#entry-form .inner .form-box dl dd label[for=file_upload] input:before {
    content: "";
    background: url("../img/recruit/ico_file.svg") 0 0 no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
  }

  main>section#entry-form .inner .form-box dl dd textarea {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f2f2f2;
    border: 0;
    border-radius: 4px;
    line-height: 1.5;
    padding: 5px 20px;
    font-size: 1.8rem;
  }

  main>section#entry-form .inner .form-box p {
    text-align: center;
    margin-bottom: 50px;
  }

  main>section#entry-form .inner .form-box p input[type=submit] {
    background: url("../img/recruit/ico_arrow_yellow.svg") right 20px center no-repeat #727272;
    max-width: 700px;
    width: 100%;
    height: 70px;
    color: #fff;
    border-radius: 10px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 2rem;
    position: relative;
  }
}

main>section#entry-thanks {
  background: #fafafa;
  padding: 50px 0 200px;
}

@media (max-width: 767px) {
  main>section#entry-thanks {
    padding: 50px 0 80px;
  }
}

main>section#entry-thanks h1 {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 60px;
}

main>section#entry-thanks h1 span {
  display: inline-block;
  position: relative;
}

main>section#entry-thanks h1 span:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 3px dotted #000;
  height: 3px;
}

main>section#entry-thanks .inner {
  background: url("../img/recruit/bg_en_entry.svg") center top no-repeat;
  padding-top: 50px;
}

main>section#entry-thanks .inner .form-box {
  background: #fff;
  border-radius: 20px;
  padding: 85px 100px;
}

main>section#entry-thanks .inner .form-box .thanks_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #00AFEC;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.21;
}

@media (max-width: 767px) {
  main>section#entry-thanks .inner .form-box .thanks_ttl {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.1875;
  }
}

main>section#entry-thanks .inner .form-box .thanks_message {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6825;
  font-weight: 700;
  padding-top: 30px;
}

main>section#entry-thanks .inner .form-box .thanks_message span.at:before {
  content: "@";
}

@media (max-width: 767px) {
  main>section#entry-thanks .inner .form-box .thanks_message {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.928571428;
    padding-top: 15px;
    text-align: center;
  }
}

main>section#entry-thanks .inner .form-box p.note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #000;
  line-height: 1.6825;
  font-weight: 700;
  padding: 30px 0 0 0;
}

@media (max-width: 767px) {
  main>section#entry-thanks .inner .form-box p.note {
    font-size: 12px;
  }
}

main>section#entry-thanks .inner .form-box p.note:before {
  content: "※";
  font-size: 14px;
}

@media (max-width: 767px) {
  main>section#entry-thanks .inner .form-box p.note:before {
    font-size: 12px;
  }
}

main>section#entry-thanks .inner .form-box .btn-list {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

main>section#entry-thanks .inner .form-box .btn-list button {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  height: 70px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}

main>section#entry-thanks .inner .form-box .btn-list button.backtotop {
  background: #00AFEC;
  color: white;
}

main>section#entry-thanks .inner .form-box .btn-list button:after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: url("../img/recruit/ico_arrow_yellow.svg") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  main>section#entry-thanks .inner .form-box .btn-list {
    display: block;
    padding: 42px 0 0;
  }

  main>section#entry-thanks .inner .form-box .btn-list button {
    max-width: 100%;
    height: 64px;
    font-size: 17px;
    font-size: 1.7rem;
  }

  main>section#entry-thanks .inner .form-box .btn-list button:after {
    width: 28px;
    height: 28px;
    right: 10px;
  }

  main>section#entry-thanks .inner .form-box .btn-list button:first-of-type {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  main>section#entry-thanks h1 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 34px;
  }

  main>section#entry-thanks .inner {
    background: url("../img/recruit/bg_en_entry.svg") center top no-repeat;
    background-size: 80% auto;
    padding-top: 25px;
  }

  main>section#entry-thanks .inner .form-box {
    background: #fff;
    border-radius: 20px;
    padding: 42px 10px 30px;
  }
}

@media (min-width: 1921px) {
  main {
    background-size: contain;
  }
}

@media (max-width: 767px) {
  main {
    background: url("../img/recruit/bg_main01_sp.svg") center 250px no-repeat;
    background-size: 100% auto;
    margin-top: 50px;
  }
}

#cboxContent {
  border: 6px solid #ffe400;
}

#cboxLoadedContent {
  background: none;
  padding: 0;
}

.modal-page {
  position: relative;
}

.modal-page .member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
}

.modal-page .member>section {
  width: 50%;
}

.modal-page .member>section .member-inner {
  padding: 100px 20%;
  width: 100%;
}

.modal-page .member>section.gallery {
  background-image: url("../img/recruit/bg_en_member.svg"), url("../img/recruit/bg_member01.svg");
  background-position: center bottom, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 90% auto, 100% auto;
  background-color: #00AFEC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-page .member>section.gallery ul {
  width: 100%;
  margin: 0 auto;
}

.modal-page .member>section.gallery ul li {
  float: right;
  width: 48.5%;
}

.modal-page .member>section.gallery ul li srcset,
.modal-page .member>section.gallery ul li img {
  border-radius: 20px;
  width: 100%;
}

.modal-page .member>section.gallery ul li:first-child {
  float: left;
}

.modal-page .member>section.gallery ul li:nth-child(2) {
  margin-bottom: 3.2%;
}

.modal-page .member>section.profile {
  background-image: url("../img/recruit/bg_member02.svg"), url("../img/recruit/bg_member03.svg");
  background-position: right 10%, 20px bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 15% auto, 15% auto;
  background-color: #fffae5;
}

.modal-page .member>section.profile section.faq dl dt {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.modal-page .member>section.profile section.faq dl dt span {
  font-family: "Barlow", sans-serif;
  font-size: 31px;
  font-size: 3.1rem;
}

.modal-page .member>section.profile section.faq dl dd {
  line-height: 2;
  margin-bottom: 30px;
}

.modal-page .member>section.profile section.schedule {
  background: #FDD000;
  border-radius: 20px;
  padding: 20px;
}

.modal-page .member>section.profile section.schedule h3 {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 10px;
}

.modal-page .member>section.profile section.schedule .scroll {
  height: 205px;
  overflow-y: scroll;
}

.modal-page .member>section.profile section.schedule .scroll dl {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.modal-page .member>section.profile section.schedule .scroll dl dt {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  width: 90px;
  padding-left: 20px;
  position: relative;
}

.modal-page .member>section.profile section.schedule .scroll dl dt:before {
  content: "";
  display: inline-block;
  background: url("../img/recruit/ico_time.svg") 0 0 no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal-page .member>section.profile section.schedule .scroll dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  background: #fff;
  border-radius: 15px;
  min-height: 30px;
  line-height: 30px;
  width: calc(100% - 90px);
  padding: 0 20px;
}

.modal-page:after,
.modal-page:before {
  top: 0;
}

.modal-page:before {
  top: auto;
  bottom: 0;
}

@media (max-width: 1279px) {
  .modal-page .member>section.gallery ul {
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .modal-page .member {
    display: block;
  }

  .modal-page .member>section {
    width: 100%;
  }

  .modal-page .member>section .member-inner {
    padding: 80px 5% 50px;
  }

  .modal-page .member>section.gallery {
    padding: 0;
  }

  .modal-page .member>section.gallery ul {
    min-width: 0;
  }

  .modal-page .member>section.profile {
    background-position: right 20%, 10% bottom;
    background-size: 15% auto, 15% auto;
  }

  .modal-page .member>section.profile section.faq dl dt {
    font-size: 20px;
    font-size: 2rem;
  }

  .modal-page .member>section.profile section.faq dl dt span {
    display: block;
    font-size: 28px;
    font-size: 2.8rem;
  }

  .modal-page .member>section.profile section.faq dl dd {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .modal-page .member>section.profile section.schedule .scroll {
    height: 220px;
  }

  .modal-page .member>section.profile section.schedule .scroll dl {
    display: block;
    margin-bottom: 10px;
  }

  .modal-page .member>section.profile section.schedule .scroll dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    width: 100%;
  }

  .modal-page .member>section.profile section.schedule .scroll dl dd {
    width: 100%;
    padding: 0 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .modal-page:after {
    top: 0;
  }
}

#data {
  padding: 130px 0;
}

@media screen and (max-width: 767.90px) {
  #data {
    padding: 90px 0 30px;
  }
}

#data .inner {
  background: url(../img/recruit/bg_en_data.svg) center top no-repeat;
  background-size: 88% auto;
  background-position: center -1%;
}

@media screen and (min-width: 767.91px) {
  #data .inner {
    padding: 0 5%;
  }
}

@media screen and (max-width: 767.90px) {
  #data .inner {
    padding: 0 10px;
    background-size: 96% auto;
    background-position: center 0.5%;
  }
}

#data .tit-sec:after {
  width: 140px;
  content: "";
  display: block;
  width: 180px;
  height: 27px;
  background: #00AFEC;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) skewX(-15deg);
  transform: translateX(-50%) skewX(-15deg);
  z-index: 0;
}

#data .tit-sec span {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
}

#data .tit-sec span:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  bottom: 11px;
  left: 50%;
  -webkit-transform: translateX(-76px);
  transform: translateX(-76px);
}

#data .tit-sec span:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  bottom: 11px;
  left: 50%;
  -webkit-transform: translateX(75px);
  transform: translateX(75px);
}

#data .tit-sec span.num {
  font-size: 31px;
  font-size: 3.1rem;
  display: block;
}

#data .tit-sec span.num:after {
  content: "";
  display: block;
  width: 2em;
  height: 4px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767.90px) {
  #data .tit-sec span.num:after {
    right: 35%;
  }
}

#data ul.fadein_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 25px;
}

#data ul.fadein_list li {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  margin: 0 0 13px;
}

@media screen and (min-width: 767.91px) {
  #data ul.fadein_list li:nth-of-type(n+1):nth-of-type(-n+3) {
    width: 32.5%;
  }

  #data ul.fadein_list li:nth-of-type(n+4):nth-of-type(-n+5) {
    width: 49.3%;
  }

  #data ul.fadein_list li:nth-of-type(n+6):nth-of-type(-n+8) {
    width: 32.5%;
  }

  #data ul.fadein_list li:nth-of-type(9) {
    width: 100%;
  }

  #data ul.fadein_list li:nth-of-type(n+10):nth-of-type(-n+13) {
    width: 49.3%;
  }
}

@media screen and (max-width: 767.90px) {
  #data ul.fadein_list li:nth-of-type(n+1):nth-of-type(-n+5) {
    width: 100%;
  }

  #data ul.fadein_list li:nth-of-type(n+6):nth-of-type(-n+9) {
    width: 49.3%;
  }

  #data ul.fadein_list li:nth-of-type(10) {
    width: 100%;
  }

  #data ul.fadein_list li:nth-of-type(n+11):nth-of-type(-n+13) {
    width: 100%;
  }
}

#data ul.fadein_list li.is-active {
  -webkit-animation: bottom-fadein 0.5s linear 0s 1 forwards;
  animation: bottom-fadein 0.5s linear 0s 1 forwards;
}

#data .note {
  font-size: 15px;
  color: #707070;
}

@media screen and (max-width: 767.90px) {
  #data .note {
    font-size: 12px;
  }
}

#topics {
  background: #00b1ed;
  padding: 0 0 50px;
  margin-top: calc(50vh + 5%);
  margin-bottom: calc(50vh - 10%);
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767.90px) {
  #topics {
    margin-top: calc(25vh - 10%);
    margin-bottom: calc(25vh - 20%);
    position: relative;
    z-index: 1;
    padding: 20% 0 0;
  }
}

#topics:before,
#topics:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

#topics:before {
  background: url("../img/recruit/bg_topics_top.svg") center top no-repeat;
  background-size: 100% auto;
  padding: 330px 0 0 0;
  top: -130px;
  left: 50%;
}

@media screen and (max-width: 767.90px) {
  #topics:before {
    top: -50px;
  }
}

#topics:after {
  background: url("../img/recruit/bg_topics_bottom.svg") center top no-repeat;
  background-size: 100% auto;
  padding: 310px 0 0 0;
  bottom: -300px;
  left: 50%;
}

#topics .inner {
  padding: 0;
  position: relative;
  margin-top: 20px;
}

@media screen and (max-width: 767.90px) {
  #topics .inner {
    margin: 10% 0 0;
    padding: 0 0 10%;
  }
}

#topics .ttl {
  color: #fff;
  margin: 0 0 50px;
  font-weight: bold;
  font-size: 3.5rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767.90px) {
  #topics .ttl {
    font-size: 2.2rem;
    top: 2%;
  }
}

#topics .ttl .feature {
  color: #FFD92C;
  padding: 0 0 5px 5px;
  margin: 0 5px;
  border-bottom: 2px solid #FFD92C;
}

#topics .ttl-head {
  position: relative;
  width: 160px;
  left: calc(46% - 35px);
  z-index: 1;
  top: -130px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767.90px) {
  #topics .ttl-head {
    width: 100px;
    top: -80px;
    position: absolute;
  }
}

#topics ul.fadein_list {
  padding: 0;
  width: 90%;
  margin: 0% auto 3%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767.90px) {
  #topics ul.fadein_list {
    margin: 5% auto 10%;
  }
}

#topics ul.fadein_list li {
  display: inline-block;
  background-color: #fff;
  position: relative;
  border-radius: 20px;
  vertical-align: top;
  text-align: left;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

@media screen and (max-width: 767.90px) {
  #topics ul.fadein_list li {
    display: block;
    min-height: auto;
    border-radius: 2%;
  }
}

@media screen and (min-width: 490px) and (max-width: 767px) {
  #topics ul.fadein_list li {
    border-radius: 4%;
  }
}

@media screen and (min-width: 767.91px) {
  #topics ul.fadein_list li:nth-of-type(n+1):nth-of-type(-n+2) {
    width: 47%;
    margin: 0% 0 10%;
    max-width: 600px;
  }

  #topics ul.fadein_list li:nth-of-type(n+3):nth-of-type(-n+5) {
    width: 32%;
    margin: 0;
  }
}

@media screen and (max-width: 767.90px) {
  #topics ul.fadein_list li:nth-child(1) {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
    margin-top: 15%;
  }

  #topics ul.fadein_list li:nth-child(2) {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
    padding: 2% 2% 2%;
    margin-top: 15%;
  }

  #topics ul.fadein_list li:nth-of-type(n+3):nth-of-type(-n+5) {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
    padding: 2% 2% 2%;
    margin-top: 20%;
    border-radius: 4%;
  }
}

@media screen and (min-width: 490px) and (max-width: 767px) {
  #topics ul.fadein_list li:nth-child(2) {
    margin-top: 25%;
  }

  #topics ul.fadein_list li:nth-of-type(n+3):nth-of-type(-n+5) {
    margin-top: 22.2222222222%;
  }
}

#topics ul.fadein_list li.is-active {
  -webkit-animation: bottom-fadein 0.5s linear 0s 1 forwards;
  animation: bottom-fadein 0.5s linear 0s 1 forwards;
}

#topics ul.fadein_list li:nth-child(1) {
  background: url(../img/recruit/topics_box01@2x.png), url(../img/recruit/topics_box01-02_bottom@2x.png), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, transparent), color-stop(25%, #fff), to(#fff));
  background: url(../img/recruit/topics_box01@2x.png), url(../img/recruit/topics_box01-02_bottom@2x.png), linear-gradient(180deg, transparent 0%, transparent 25%, #fff 25%, #fff 100%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  padding: 0;
  height: 560px;
}

@media screen and (max-width: 767.90px) {
  #topics ul.fadein_list li:nth-child(1) {
    height: 420px;
    background: url(../img/recruit/topics_box01-sp@2x.png), url(../img/recruit/topics_box01-02_bottom@2x.png), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, transparent), color-stop(25%, #fff), to(#fff));
    background: url(../img/recruit/topics_box01-sp@2x.png), url(../img/recruit/topics_box01-02_bottom@2x.png), linear-gradient(180deg, transparent 0%, transparent 25%, #fff 25%, #fff 100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top, center bottom;
  }
}

@media screen and (min-width: 490px) and (max-width: 767px) {
  #topics ul.fadein_list li:nth-child(1) {
    height: 83.3333333333vw;
    max-height: 530px;
  }
}

#topics ul.fadein_list li:nth-child(1) .topic_box-inner {
  position: absolute;
  width: 90%;
  margin: auto;
  bottom: 5%;
  right: 0;
  left: 0;
}

@media screen and (max-width: 767.90px) {
  #topics ul.fadein_list li:nth-child(1) .topic_box-inner {
    width: 96%;
  }
}

#topics ul.fadein_list li:nth-child(2) {
  height: 560px;
  background: url(../img/recruit/topics_box02@2x.png), url(../img/recruit/topics_box01-02_bottom@2x.png), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, transparent), color-stop(25%, #fff), to(#fff));
  background: url(../img/recruit/topics_box02@2x.png), url(../img/recruit/topics_box01-02_bottom@2x.png), linear-gradient(180deg, transparent 0%, transparent 25%, #fff 25%, #fff 100%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  padding: 0;
}

@media screen and (max-width: 767.90px) {
  #topics ul.fadein_list li:nth-child(2) {
    height: 420px;
    background: url(../img/recruit/topics_box02-sp@2x.png), url(../img/recruit/topics_box01-02_bottom@2x.png), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, transparent), color-stop(25%, #fff), to(#fff));
    background: url(../img/recruit/topics_box02-sp@2x.png), url(../img/recruit/topics_box01-02_bottom@2x.png), linear-gradient(180deg, transparent 0%, transparent 25%, #fff 25%, #fff 100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top, center bottom;
  }
}

@media screen and (min-width: 490px) and (max-width: 767px) {
  #topics ul.fadein_list li:nth-child(2) {
    height: 83.3333333333vw;
    max-height: 530px;
  }
}

#topics ul.fadein_list li:nth-child(2) .topic_box-inner {
  position: absolute;
  width: 90%;
  margin: auto;
  bottom: 5%;
  right: 0;
  left: 0;
}

@media screen and (max-width: 767.90px) {
  #topics ul.fadein_list li:nth-child(2) .topic_box-inner {
    width: 96%;
  }
}

#topics ul.fadein_list li:nth-child(3) {
  background: url(../img/recruit/topics_box03@2x.png), url(../img/recruit/topics_box03-05_bottom@2x.png), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, transparent), color-stop(25%, #fff), to(#fff));
  background: url(../img/recruit/topics_box03@2x.png), url(../img/recruit/topics_box03-05_bottom@2x.png), linear-gradient(180deg, transparent 0%, transparent 25%, #fff 25%, #fff 100%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  padding: 0;
  height: 400px;
}

@media screen and (max-width: 767.90px) {
  #topics ul.fadein_list li:nth-child(3) {
    height: 320px;
  }
}

@media screen and (min-width: 490px) and (max-width: 767px) {
  #topics ul.fadein_list li:nth-child(3) {
    height: 83.3333333333vw;
    max-height: 580px;
  }
}

#topics ul.fadein_list li:nth-child(3) .topic_box-inner {
  position: absolute;
  width: 90%;
  margin: auto;
  bottom: 3%;
  right: 0;
  left: 0;
}

@media screen and (max-width: 767.90px) {
  #topics ul.fadein_list li:nth-child(3) .topic_box-inner {
    width: 96%;
  }
}

#topics ul.fadein_list li:nth-child(4) {
  background: url(../img/recruit/topics_box04@2x.png), url(../img/recruit/topics_box03-05_bottom@2x.png), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, transparent), color-stop(25%, #fff), to(#fff));
  background: url(../img/recruit/topics_box04@2x.png), url(../img/recruit/topics_box03-05_bottom@2x.png), linear-gradient(180deg, transparent 0%, transparent 25%, #fff 25%, #fff 100%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  padding: 0;
  height: 400px;
}

@media screen and (max-width: 767.90px) {
  #topics ul.fadein_list li:nth-child(4) {
    height: 320px;
  }
}

@media screen and (min-width: 490px) and (max-width: 767px) {
  #topics ul.fadein_list li:nth-child(4) {
    height: 83.3333333333vw;
    max-height: 580px;
  }
}

#topics ul.fadein_list li:nth-child(4) .topic_box-inner {
  position: absolute;
  width: 90%;
  margin: auto;
  bottom: 10%;
  right: 0;
  left: 0;
}

@media screen and (max-width: 767.90px) {
  #topics ul.fadein_list li:nth-child(4) .topic_box-inner {
    width: 96%;
    bottom: 3%;
  }
}

#topics ul.fadein_list li:nth-child(5) {
  background: url(../img/recruit/topics_box05@2x.png), url(../img/recruit/topics_box03-05_bottom@2x.png), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, transparent), color-stop(25%, #fff), to(#fff));
  background: url(../img/recruit/topics_box05@2x.png), url(../img/recruit/topics_box03-05_bottom@2x.png), linear-gradient(180deg, transparent 0%, transparent 25%, #fff 25%, #fff 100%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  padding: 0;
  height: 400px;
}

@media screen and (max-width: 767.90px) {
  #topics ul.fadein_list li:nth-child(5) {
    height: 320px;
  }
}

@media screen and (min-width: 490px) and (max-width: 767px) {
  #topics ul.fadein_list li:nth-child(5) {
    height: 83.3333333333vw;
    max-height: 530px;
  }
}

#topics ul.fadein_list li:nth-child(5) .topic_box-inner {
  position: absolute;
  width: 90%;
  margin: auto;
  bottom: 10%;
  right: 0;
  left: 0;
}

@media screen and (max-width: 767.90px) {
  #topics ul.fadein_list li:nth-child(5) .topic_box-inner {
    width: 96%;
    bottom: 3%;
  }
}

#topics ul.fadein_list li .topic_box-ttl {
  display: block;
  border-bottom: 3px dotted #000;
  padding: 0 0 3%;
  width: 100%;
  font-size: 3.5rem;
  line-height: 140%;
  margin: 0 auto 4%;
  text-align: center;
  font-weight: bold;
  font-size: calc(22px + 13 * (100vw - 375px) / 1064);
}

@media screen and (min-width: 767.91px) {
  #topics ul.fadein_list li .topic_box-ttl {
    font-size: calc(30px + 5 * (100vw - 1400px) / 1420);
  }
}

#topics ul.fadein_list li .topic_box-txt {
  padding: 0 2%;
}

@media screen and (max-width: 767.90px) {
  #topics ul.fadein_list li .topic_box-txt {
    padding: 0 2%;
    margin: 4% 0 0;
  }
}

#topics ul.fadein_list li .topic_box-txt span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #FFD92C));
  background: linear-gradient(transparent 0%, #FFD92C 0%);
  padding: 0 1%;
  margin: 0 1%;
}

#topics .notes {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}

#topics .notes:before {
  content: "※";
}

#topics .deco span {
  display: block;
  position: absolute;
}

#topics .deco span.deco01 {
  background-image: url(../img/recruit/deco_topics01.svg);
  background-position: top;
  background-repeat: no-repeat, no-repeat;
  background-size: 150px;
  width: 700px;
  height: 100%;
  right: 3%;
  top: -5%;
}

@media screen and (max-width: 767.90px) {
  #topics .deco span.deco01 {
    background-image: url(../img/recruit/deco_topics01.svg);
    background-position: 5% 16%;
    background-repeat: no-repeat;
    background-size: 15% auto;
    width: 100%;
    height: 50%;
    left: 0%;
  }
}

#topics .deco span.deco02 {
  background-image: url(../img/recruit/deco_topics02.svg);
  background-position: 20% 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100px;
  width: 1900px;
  height: 100%;
  left: 0%;
  top: 3%;
}

@media screen and (max-width: 767.90px) {
  #topics .deco span.deco02 {
    background-image: url(../img/recruit/deco_topics02.svg);
    background-position: 10% 3%;
    background-repeat: no-repeat, no-repeat;
    background-size: 10%;
    width: 100%;
    height: 100%;
    left: 0;
  }
}

#topics .deco span.deco03 {
  background-image: url(../img/recruit/deco_topics03.svg);
  background-position: 20% 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  width: 1200px;
  height: 100%;
  left: 0;
}

@media screen and (max-width: 767.90px) {
  #topics .deco span.deco03 {
    background-image: url(../img/recruit/deco_topics03.svg);
    background-position: 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 10%;
    width: 100%;
    height: 100%;
    left: -5%;
  }
}

#topics .deco span.deco04 {
  background-image: url(../img/recruit/deco_topics04.svg);
  background-position: bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 120px;
  width: 700px;
  height: 100%;
  right: -2%;
  bottom: 30%;
}

@media screen and (max-width: 767.90px) {
  #topics .deco span.deco04 {
    background-image: url(../img/recruit/deco_topics04.svg);
    background-position: 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 20%;
    width: 100%;
    height: 100%;
    right: 0;
  }
}

#topics .deco span.deco05 {
  background-image: url(../img/recruit/deco_topics05.svg);
  background-position: 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 10%;
  width: 1000px;
  height: 100%;
  right: -30%;
  top: -30%;
}

@media screen and (max-width: 767.90px) {
  #topics .deco span.deco05 {
    background-image: url(../img/recruit/deco_topics05.svg);
    background-position: left bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 10%;
    width: 90%;
    height: 125%;
    left: 0;
  }
}

#welfare {
  position: relative;
}

#welfare .welfare_voice {
  width: 100%;
  margin: 100px auto 100px;
  max-width: 1280px;
  text-align: center;
  padding: 0;
}

@media screen and (max-width: 767.90px) {
  #welfare .welfare_voice {
    margin: 50px auto 0;
  }
}

#welfare .welfare_voice:last-of-type {
  padding: 0 0 8%;
}

@media screen and (max-width: 767.90px) {
  #welfare .welfare_voice:last-of-type {
    padding: 0 0 8%;
  }
}

#welfare .welfare_voice img {
  width: 100%;
}

#welfare .welfare_deco-01 {
  position: absolute;
  top: -2%;
  width: 100%;
  max-width: 1280px;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 767.90px) {
  #welfare .welfare_deco-01 {
    top: -1%;
  }
}

#welfare .welfare_deco-01 img {
  width: 202px;
  text-align: left;
  left: -8%;
  position: absolute;
}

@media screen and (max-width: 767.90px) {
  #welfare .welfare_deco-01 img {
    width: 69px;
    left: 2%;
  }
}

#welfare .welfare_deco-02 {
  position: absolute;
  top: 18%;
  width: 100%;
  max-width: 1280px;
  left: 0;
  right: 0;
  margin: auto;
}

#welfare .welfare_deco-02 img {
  width: 85px;
  text-align: left;
  position: absolute;
  left: -1%;
}

#welfare .welfare_deco-03 {
  position: absolute;
  top: 29%;
  width: 100%;
  max-width: 1280px;
  left: 0;
  right: 0;
  margin: auto;
}

#welfare .welfare_deco-03 img {
  width: 144px;
  text-align: right;
  position: absolute;
  right: -2%;
}

@media screen and (max-width: 767.90px) {
  #welfare .welfare_deco-03 img {
    width: 70px;
    right: 0%;
  }
}

#welfare .welfare_deco-04 {
  position: absolute;
  top: 46%;
  width: 100%;
  max-width: 1280px;
  left: 0;
  right: 0;
  margin: auto;
}

#welfare .welfare_deco-04 img {
  width: 209px;
  text-align: left;
  position: absolute;
  left: -2%;
}

@media screen and (max-width: 767.90px) {
  #welfare .welfare_deco-04 img {
    width: 80px;
    left: -3%;
  }
}

#welfare .welfare_deco-05 {
  position: absolute;
  bottom: 32%;
  width: 100%;
  max-width: 1280px;
  left: 0;
  right: 0;
  margin: auto;
}

#welfare .welfare_deco-05 img {
  width: 131px;
  text-align: right;
  position: absolute;
  right: -1%;
}

@media screen and (max-width: 767.90px) {
  #welfare .welfare_deco-05 img {
    width: 80px;
    right: -3%;
  }
}

#welfare .welfare_deco-06 {
  position: absolute;
  bottom: 25%;
  width: 100%;
  max-width: 1280px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767.90px) {
  #welfare .welfare_deco-06 {
    bottom: 10%;
  }
}

#welfare .welfare_deco-06 img {
  width: 125px;
  text-align: left;
  position: absolute;
  left: 1%;
}

@media screen and (max-width: 767.90px) {
  #welfare .welfare_deco-06 img {
    width: 60px;
    left: 0%;
  }
}

main>section#entry-form .inner .form-box dd.birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 1rem;
  justify-content: flex-start;
}

main>section#entry-form .inner .form-box dd.birth>.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main>section#entry-form .inner .form-box dd.birth>.col>p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

main>section#entry-form .inner .form-box dd.birth>.col>p>span {
  margin: 0 10px;
}

@media screen and (max-width: 767.90px) {
  main>section#entry-form .inner .form-box dd.birth>.col>p>span {
    margin: 0 5px;
  }
}

main>section#entry-form .inner .form-box dd.birth>.col>p>span>select {
  width: 100%;
  min-width: 150px;
  font-size: 12px;
}

@media screen and (max-width: 767.90px) {
  main>section#entry-form .inner .form-box dd.birth>.col>p>span>select {
    min-width: 80px;
  }
}

main>section#entry-form .inner .form-box dd.birth>.col>p>span>span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: auto;
  white-space: nowrap;
  left: -10px;
}

@media screen and (max-width: 767.90px) {
  main>section#entry-form .inner .form-box dd.birth>.col>p>span>span.wpcf7-not-valid-tip {
    left: -50%;
  }
}

main>section#entry-form .inner .form-box dd.birth>.col.day .wpcf7-not-valid-tip {
  display: none;
}