@charset "UTF-8";
/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  font-family: sans-serif; /* 3 */
  line-height: 1.5; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted; /* 1 */
  text-decoration: none; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%; /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated).
 */
a:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border-style: none; /* 1 */
  color: inherit; /* 1 */
  font-size: 1em; /* 1 */
  margin: 0; /* 3 */
}

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

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

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-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 and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  line-height: 1.8;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

ul, ol {
  padding: 0;
}

header.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.id_area {
  background: #191970;
  width: 640px;
  padding: 20px 25px;
  border-radius: 0 0 30px 0;
  text-align: right;
}
@media (max-width: 834px) {
  .id_area {
    width: 550px;
  }
}
@media (max-width: 640px) {
  .id_area {
    text-align: left;
    width: 100%;
  }
}
.id_area h1 {
  display: inline-block;
  color: #fff;
}
@media (max-width: 640px) {
  .id_area h1 {
    font-size: 20px;
  }
}
.id_area h1 img {
  margin-right: 20px;
  width: 300px;
  height: auto;
}
@media (max-width: 640px) {
  .id_area h1 img {
    width: 40%;
  }
}

.header.scroll .id_area {
  background: transparent;
}
.header.scroll h1 {
  position: fixed;
  top: 30px;
  left: 50px;
  z-index: 90;
  color: #000;
  font-size: 30px;
  margin: 0;
}
@media (max-width: 640px) {
  .header.scroll h1 {
    font-size: 20px;
    left: 20px;
  }
}
.header.scroll h1 img {
  content: url("recruit_img/logo_color.svg");
  width: 240px;
  height: auto;
}
@media (max-width: 640px) {
  .header.scroll h1 img {
    width: 150px;
  }
}

.header_nav {
  position: fixed;
  z-index: 50;
  right: 100px;
  top: 0;
}
@media (max-width: 1312px) {
  .header_nav {
    top: auto;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.header_nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
}
@media (max-width: 1312px) {
  .header_nav_list {
    padding: 15px;
    width: 100%;
    gap: 0;
  }
}
@media (max-width: 640px) {
  .header_nav_list {
    gap: 15px;
  }
}
.header_nav_list li {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1312px) {
  .header_nav_list li:first-child, .header_nav_list li:nth-child(2) {
    width: 40%;
  }
}
@media (max-width: 640px) {
  .header_nav_list li:first-child {
    width: 38%;
  }
  .header_nav_list li:nth-child(2) {
    width: 38%;
  }
}
.header_nav_list .entry_btn {
  background: #D51A4C;
  border-radius: 25px;
  height: 50px;
  width: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 1312px) {
  .header_nav_list .entry_btn {
    width: 100%;
    font-size: 24px;
    height: 60px;
    border-radius: 30px;
  }
}
@media (max-width: 640px) {
  .header_nav_list .entry_btn {
    font-size: 16px;
  }
}
.header_nav_list .fa_nav_icon {
  width: 50px;
  height: 50px;
  border: #D51A4C 1px solid;
  background-color: #fff;
  border-radius: 50%;
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #D51A4C;
  text-decoration: none;
}
@media (max-width: 834px) {
  .header_nav_list .fa_nav_icon {
    width: 60px;
    font-size: 24px;
    height: 60px;
    border-radius: 50%;
  }
}

.nav_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.nav_wrapper .header_nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.drawer_menu {
  position: fixed;
  z-index: 1001;
  top: 0;
}

/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 1001;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
}

.drawer_open span {
  right: 8px;
  top: 20px;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: auto;
  position: fixed;
  top: -100%;
  left: 0%; /* メニューを画面の外に飛ばす */
  z-index: 1000;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  padding-top: 20px;
  -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.nav_list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto 20px;
  gap: 20px;
}
@media (max-width: 1312px) {
  .nav_list {
    width: 80%;
  }
}
.nav_list li {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 18%;
  height: 80px;
}
@media (max-width: 640px) {
  .nav_list li {
    width: 40%;
  }
}
.nav_list li a {
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background-size: cover;
  color: #fff;
}
.nav_list li a.nav_item01 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(recruit_img/nav_item01.png) center center no-repeat;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(recruit_img/nav_item01.png) center center no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(recruit_img/nav_item01.png) center center no-repeat;
}
.nav_list li a.nav_item01:hover {
  background: url(recruit_recruit_img/nav_item01.png) center center no-repeat;
}
.nav_list li a.nav_item02 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(recruit_img/nav_item02.png) center center no-repeat;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(recruit_img/nav_item02.png) center center no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(recruit_img/nav_item02.png) center center no-repeat;
}
.nav_list li a.nav_item02:hover {
  background: url(recruit_img/nav_item02.png) center center no-repeat;
}
.nav_list li a.nav_item03 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(recruit_img/nav_item03.png) center center no-repeat;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(recruit_img/nav_item03.png) center center no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(recruit_img/nav_item03.png) center center no-repeat;
}
.nav_list li a.nav_item03:hover {
  background: url(recruit_img/nav_item03.png) center center no-repeat;
}
.nav_list li a.nav_item04 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(recruit_img/nav_item04.png) center center no-repeat;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(recruit_img/nav_item04.png) center center no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(recruit_img/nav_item04.png) center center no-repeat;
}
.nav_list li a.nav_item04:hover {
  background: url(recruit_img/nav_item04.png) center center no-repeat;
}
.nav_list li a.nav_item05 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(recruit_img/nav_item05.png) center center no-repeat;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(recruit_img/nav_item05.png) center center no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(recruit_img/nav_item05.png) center center no-repeat;
}
.nav_list li a.nav_item05:hover {
  background: url(recruit_img/nav_item05.png) center center no-repeat;
}
.nav_list li a.nav_item06 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(recruit_img/nav_item06.png) center center no-repeat;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(recruit_img/nav_item06.png) center center no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(recruit_img/nav_item06.png) center center no-repeat;
}
.nav_list li a.nav_item06:hover {
  background: url(recruit_img/nav_item06.png) center center no-repeat;
}
.nav_list li a.nav_item07 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(recruit_img/nav_item07.png) center center no-repeat;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(recruit_img/nav_item07.png) center center no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(recruit_img/nav_item07.png) center center no-repeat;
}
.nav_list li a.nav_item07:hover {
  background: url(recruit_img/nav_item07.png) center center no-repeat;
}
.nav_list li a.nav_item08 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(recruit_img/nav_item08.png) center center no-repeat;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(recruit_img/nav_item08.png) center center no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(recruit_img/nav_item08.png) center center no-repeat;
}
.nav_list li a.nav_item08:hover {
  background: url(recruit_img/nav_item08.png) center center no-repeat;
}
.nav_list li a.nav_item09 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(recruit_img/nav_item09.png) center center no-repeat;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(recruit_img/nav_item09.png) center center no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(recruit_img/nav_item09.png) center center no-repeat;
}
.nav_list li a.nav_item09:hover {
  background: url(recruit_img/nav_item09.png) center center no-repeat;
}
.nav_list li a.nav_item10 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(recruit_img/nav_item10.png) center center no-repeat;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(recruit_img/nav_item10.png) center center no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(recruit_img/nav_item10.png) center center no-repeat;
}
.nav_list li a.nav_item10:hover {
  background: url(recruit_img/nav_item10.png) center center no-repeat;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  top: 0; /* メニューを画面に入れる */
}

/* スライドショー */
.mv {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: -50px;
  z-index: -1;
  position: relative;
}
.mv .catch_copy {
  position: absolute;
  bottom: 200px;
  left: 40px;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
}
@media (max-width: 1312px) {
  .mv .catch_copy {
    bottom: 170px;
  }
}
@media (max-width: 834px) {
  .mv .catch_copy {
    bottom: 110px;
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .mv .catch_copy {
    bottom: 80px;
    left: 20px;
    font-size: 28px;
  }
}
.mv .sub_copy {
  position: absolute;
  bottom: 100px;
  left: 40px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
}
@media (max-width: 1312px) {
  .mv .sub_copy {
    bottom: 70px;
  }
}
@media (max-width: 834px) {
  .mv .sub_copy {
    bottom: 30px;
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .mv .sub_copy {
    bottom: 30px;
    left: 20px;
    font-size: 14px;
  }
}

.mv_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150%; /* スライド全体幅 */
  -webkit-animation: scrollLeft 30s linear infinite;
          animation: scrollLeft 30s linear infinite;
  gap: 30px;
  list-style: none;
}
@media (max-width: 640px) {
  .mv_list {
    width: 250%;
  }
}

.mv_list li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%; /* 表示幅：2枚分 */
}

.mv_list img {
  width: 100%;
  height: auto;
  display: block;
}

/* アニメーション定義 */
@-webkit-keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#movie {
  background: #191970;
  padding: 0 20px 30px;
  text-align: center;
  margin-top: 80px;
}
#movie p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 48px;
  padding: 30px 0;
  margin: 0;
}
#movie .movie_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: auto;
}
#movie .movie_list li {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
#movie .movie_btn {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #D51A4C;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  padding: 7px 20px;
  margin: 30px auto 0;
  text-decoration: none;
  border-radius: 20px;
}
#movie .movie_btn i {
  font-size: 36px;
}
@media (max-width: 834px) {
  #movie p {
    font-size: 30px;
  }
  #movie .movie_btn, #movie .movie_btn i {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  #movie {
    margin-top: 50px;
  }
  #movie p {
    font-size: 24px;
  }
  #movie .movie_list li {
    width: 80%;
  }
  #movie .movie_list li iframe {
    width: 100%;
    height: auto;
  }
  #movie .movie_btn, #movie .movie_btn i {
    font-size: 20px;
  }
}

/* content */
.mb80 {
  margin-bottom: 80px !important;
}
@media (max-width: 640px) {
  .mb80 {
    margin-bottom: 50px !important;
  }
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1312px) {
  .w1200 {
    width: 90%;
  }
}

h6 {
  color: #191970;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.bold {
  font-weight: bold;
}

.content .h2_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
  margin-bottom: 80px;
  margin-top: 100px;
}
.content .h2_wrapper::after {
  width: calc(100vw - 360px);
  height: 360px;
  border-radius: 30px;
  background: url(recruit_img/h2_bg.png) no-repeat;
  background-size: cover;
  content: "";
  display: block;
}

.content h2 {
  background: #191970;
  color: #fff;
  border-radius: 30px;
  font-size: 42px;
  width: 360px;
  height: 360px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (max-width: 640px) {
  .content .h2_wrapper {
    display: block;
    margin-bottom: 40px;
  }
  .content .h2_wrapper::after {
    content: none;
  }
  .content h2 {
    font-size: 36px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 20px;
  }
}
.content h3 {
  font-size: 24px;
  border-left: 8px solid #191970;
  padding-left: 12px;
  margin-top: 0;
}

.content .img_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1200px;
  margin: 0 auto 80px;
  position: relative;
  overflow-x: visible;
}
@media (max-width: 1312px) {
  .content .img_right {
    width: 90%;
  }
}
@media (max-width: 640px) {
  .content .img_right {
    display: block;
    width: 90%;
    margin-bottom: 50px;
  }
}
.content .img_right div {
  width: 600px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1312px) {
  .content .img_right div {
    width: 45%;
  }
}
@media (max-width: 640px) {
  .content .img_right div {
    width: 100%;
  }
}
.content .img_right img {
  width: calc(50vw - 30px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: none;
  display: block;
  margin-left: auto;
  padding-right: 20px;
}
@media (max-width: 1312px) {
  .content .img_right img {
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .content .img_right img {
    width: 100%;
  }
}

.content .img_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1200px;
  margin: 0 auto 80px;
  position: relative;
  overflow-x: visible;
}
@media (max-width: 1312px) {
  .content .img_left {
    width: 90%;
  }
}
@media (max-width: 640px) {
  .content .img_left {
    display: block;
    width: 90%;
    margin-bottom: 50px;
  }
}
.content .img_left div {
  width: 600px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1312px) {
  .content .img_left div {
    width: 45%;
  }
}
@media (max-width: 640px) {
  .content .img_left div {
    width: 100%;
  }
}
.content .img_left img {
  width: calc(50vw - 30px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: none;
  display: block;
  margin-right: auto;
  padding-left: 20px;
}
@media (max-width: 1312px) {
  .content .img_left img {
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .content .img_left img {
    width: 100%;
  }
}

.main_work h6 {
  font-size: 24px;
  background: #191970;
  color: #fff;
  padding: 7px 15px;
  margin-bottom: 0;
}
.main_work p {
  border: #191970 1px solid;
  padding: 7px 15px;
  margin-top: 0;
}

.content_area {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto;
  padding: 30px 20px;
}

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

.tab {
  font-weight: normal;
  text-align: center;
  width: 50%;
  padding: 10px;
  background-color: #191970;
  color: #fff;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  border: 1px solid #333;
  font-size: 24px;
}

.tab.active {
  background-color: #fff;
  color: #333;
  font-weight: bold;
  border-bottom: none;
}

.tabcontent {
  display: none;
}

.tabcontent.show {
  display: block;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 30px;
}

.flow_list {
  list-style: none;
  font-size: 18px;
}
.flow_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .flow_list li {
    display: block;
  }
  .flow_list li div {
    width: 100%;
  }
  .flow_list li div img {
    max-width: 100%;
  }
}

.content_flow h3 {
  margin: 0;
}

.step {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1312px) {
  .step {
    width: 90%;
  }
}
@media (max-width: 640px) {
  .step {
    display: block;
  }
}
.step div {
  width: 50%;
}
@media (max-width: 640px) {
  .step div {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .step img {
    max-width: 100%;
  }
}

.step_arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
}

.scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 40px;
}

.content_voice .h2_wrapper {
  margin-bottom: 10px;
}

.voice_area {
  overflow-x: auto;
  padding: 20px 20px 80px;
  background: #191970;
}

.voice_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: auto;
}

.voice_list li {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 640px) {
  .voice_list li {
    width: 50%;
  }
}
.voice_list li img {
  width: 100%;
  display: block;
  height: auto;
}
.voice_list li .voice_title {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border: none;
}
.voice_list li .voice_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.voice_list li .voice_text h4 {
  margin: 25px 0 10px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.voice_list li .voice_text p {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  margin-top: 0;
}
.voice_list li:hover .voice_title {
  opacity: 0;
}
.voice_list li:hover .voice_text {
  opacity: 1;
  visibility: visible;
}

#message {
  background: url(recruit_img/message_01.png) no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 50px;
  position: relative;
}
@media (max-width: 1312px) {
  #message {
    background: url(recruit_img/message_01_tab.png) no-repeat;
    background-size: cover;
  }
}
@media (max-width: 640px) {
  #message {
    background: none;
    padding: 0;
    margin-top: 80px;
    height: auto;
  }
}
#message .h2_wrapper {
  margin-top: 0;
}
#message .h2_wrapper::after {
  content: none;
}
#message.content h2 {
  width: 300px;
  height: 300px;
}
@media (max-width: 640px) {
  #message.content h2 {
    font-size: 36px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .message_img_for_sp {
    background: url(recruit_img/message_01_sp.png) no-repeat;
    background-size: cover;
    height: 70vh;
    width: 100%;
    margin: 0 auto;
  }
}

.message_area {
  background: rgba(255, 255, 255, 0.5);
  padding: 15px 20px;
  width: 45%;
  position: absolute;
  bottom: 40px;
}
@media (max-width: 1312px) {
  .message_area {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .message_area {
    margin-top: 20px;
    padding: 0;
    height: auto;
    background: none;
    position: static;
  }
}
.message_area h3 {
  border: none;
  padding: 0;
}
.message_area p {
  font-size: 16px;
}

.sns_area p {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 80px auto 50px;
}
@media (max-width: 640px) {
  .sns_area p {
    font-size: 24px;
    width: 90%;
    margin: 40px 20px 20px;
  }
}
.sns_area .sns_bnr_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  list-style: none;
}
@media (max-width: 1312px) {
  .sns_area .sns_bnr_list li {
    width: 28%;
  }
  .sns_area .sns_bnr_list li img {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .sns_area .sns_bnr_list {
    gap: 20px;
    padding: 10px;
  }
}

.content_benefit .w1200 p {
  margin-bottom: 60px;
}

.benefit_others {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1312px) {
  .benefit_others {
    display: block;
  }
  .benefit_others img {
    width: 100%;
    height: auto;
  }
}
.benefit_others .benefit_list {
  font-size: 18px;
  padding-left: 20px;
}

.requirements_tbl {
  border-collapse: collapse;
  border: #333 1px solid;
}
.requirements_tbl th {
  background: #191970;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 20px;
  border: #fff 1px solid;
  width: 200px;
}
@media (max-width: 640px) {
  .requirements_tbl th {
    display: block;
    width: 100%;
    border: none;
  }
}
.requirements_tbl td {
  padding: 20px;
  font-size: 18px;
  line-height: 1.8;
  border: #333 1px solid;
}
@media (max-width: 640px) {
  .requirements_tbl td {
    display: block;
    width: 100%;
    border: none;
  }
}
.requirements_tbl td ul {
  padding-left: 20px;
}

h3.faq_h3 {
  margin-top: 50px;
  font-size: 40px;
}

.faq_list {
  list-style: none;
  font-size: 18px;
  line-height: 1.8;
}
.faq_list dt {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 24px;
  cursor: pointer;
}
.faq_list dt::before {
  content: "Q";
  width: 50px;
  height: 50px;
  background: #191970;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.faq_list dt::after {
  content: url(recruit_img/faq_plus.png);
  margin-left: auto;
}
.faq_list li.open dt::after {
  content: url(recruit_img/faq_minus.png);
}
.faq_list dd {
  display: none;
  margin-bottom: 30px;
  gap: 20px;
}
.faq_list dd::before {
  content: "A";
  width: 50px;
  height: 50px;
  border: #D51A4C 1px solid;
  color: #D51A4C;
  font-weight: bold;
  font-size: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.faq_list li.open dd {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 1em;
}

#entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 100px 0;
}
#entry .entry_btn {
  background: #D51A4C;
  border-radius: 40px;
  height: 80px;
  width: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
}

footer.footer {
  background: #191970;
  padding: 50px 0;
}
@media (max-width: 834px) {
  footer.footer {
    padding-bottom: 100px;
  }
}
footer.footer .footer_logo {
  display: inline-block;
  color: #fff;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
}
footer.footer .footer_logo img {
  margin-right: 20px;
  width: 300px;
  height: auto;
}
@media (max-width: 640px) {
  footer.footer .footer_logo img {
    width: 58%;
  }
}
footer.footer .footer_sns_btn ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (max-width: 1312px) {
  footer.footer .footer_sns_btn ul li {
    width: 28%;
  }
  footer.footer .footer_sns_btn ul li img {
    width: 100%;
  }
}
@media (max-width: 640px) {
  footer.footer .footer_sns_btn ul {
    gap: 20px;
  }
}

/* エントリーフォーム・お問い合わせ */
.recruit_form {
  border-collapse: collapse;
  border: #333 1px solid;
}
.recruit_form th {
  background: #191970;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 20px;
  border: #fff 1px solid;
  width: 200px;
}
@media (max-width: 640px) {
  .recruit_form th {
    display: block;
    width: 100%;
    border: none;
  }
}
.recruit_form td {
  padding: 20px;
  font-size: 18px;
  line-height: 1.8;
  border: #333 1px solid;
}
@media (max-width: 640px) {
  .recruit_form td {
    display: block;
    width: 100%;
    border: none;
  }
}/*# sourceMappingURL=style_recruit.css.map */