/* destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

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

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

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.container .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

.container .row .col {
  padding-left: 15px;
  padding-right: 15px;
}

.footer--main, .front--catch, .front--voice, .front--contribution, .front--schedules .schedule__item, .front--news {
  margin-top: 50px;
}

.content-head p br, .front--catch p br {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #231815;
}

img {
  max-width: 100%;
}

.content-head {
  text-align: center;
  margin-bottom: 30px;
}

.content-head h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 20px;
}

.content-head p {
  line-height: 2;
}

header .container,
#hero .container,
#main .container,
footer .container {
  padding: 0 10px;
}

#hero .container {
  padding: 0;
}

/* header
/***********************************/
.header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-nav .logo {
  padding: 8px 12px;
}

.header-nav .logo img {
  width: auto;
  height: 48px;
}

.head__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.head__btn a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1.125;
  width: 64px;
  height: 64px;
  padding: 6px;
  position: relative;
}

.head__btn a::before {
  display: block;
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
}

.head__btn img {
  display: block;
  width: 20px;
  height: auto;
  margin-bottom: 6px;
}

.head__btn span {
  display: block;
}

.head__btn .hide-sp {
  display: none;
}

.btn__first {
  background-color: #009944;
  margin-left: auto;
}

.btn__mid {
  background-color: #0068b7;
}

.toggler {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffe100;
  width: 64px;
  height: 64px;
  position: relative;
  z-index: 5000;
}

.toggler span {
  display: block;
  background-color: #231815;
  width: 24px;
  height: 2px;
  margin-bottom: 6px;
  transition: all 300ms ease-out;
  transform-origin: center;
}

.toggler span:last-child {
  margin-bottom: 0;
}

.toggler.open {
  background-color: transparent;
}

.toggler.open span {
  background-color: #fff;
}

.toggler.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.toggler.open span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px) rotate(-180deg);
}

.toggler.open span:nth-child(3) {
  transform: translateY(-8px) rotate(135deg);
}

#header--menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #009944;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4000;
  transition: all 300ms ease-out;
}

#header--menu.open {
  pointer-events: auto;
  opacity: 1;
}

#header--menu .menu-item {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  border-bottom: 1px dashed #7ecba0;
  padding: 1em 2em;
}

#header--menu .menu-item:first-child {
  border-top: 1px dashed #7ecba0;
}

/* footer
/***********************************/
.footer--main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  background-image: url(/site/img/recruit/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer--main__inner {
  width: 440px;
  max-width: 80%;
  text-align: center;
  color: #fff;
  border: 4px solid #fff;
  padding: 24px 10px;
}

.footer--main__inner h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.footer--main__inner p {
  font-size: 14px;
  margin-bottom: 2.5em;
}

.footer--main__inner a {
  display: inline-block;
  font-size: 14px;
  color: #231815;
  background-color: #fff;
  border-radius: 17px;
  padding: 10px 24px 11px;
}

.footer--btns {
  display: flex;
  flex-wrap: wrap;
}

.footer--btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 50%;
  text-align: center;
  position: relative;
  height: 60px;
}

.footer--btns a.type-first {
  background-color: #009944;
}

.footer--btns a.type-first.bright {
  background-color: #0bb154;
}

.footer--btns a.type-mid {
  background-color: #0068b7;
}

.footer--btns a.type-mid.bright {
  background-color: #0b77c9;
}

.footer--btns a::before {
  display: block;
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
}

.footer--btns img {
  width: 20px;
  height: auto;
  margin-right: 6px;
}

.footer--logo {
  text-align: center;
  padding: 20px;
}

.footer--menu {
  color: #696767;
  background-color: #dcdddd;
  padding: 20px 0 40px;
}

.footer--menu__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer--menu .menu-list {
  width: 50%;
  padding: 0 12px;
}

.footer--menu .menu-list li {
  font-size: 14px;
  margin-bottom: 8px;
}

.footer--menu .menu-list.wide-sp {
  width: 100%;
}

.copy {
  font-size: 14px;
  text-align: center;
  background-color: #cacaca;
  padding: 24px 0;
}

#page-template {
  padding: 0 5px;
}

.post__default {
  margin: 40px 0;
  padding: 0 10px;
}

.post__default .post__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 40px;
  padding-bottom: 12px;
  position: relative;
}

.post__default .post__head::before {
  display: block;
  content: '';
  width: 80px;
  height: 4px;
  background-color: #009944;
  position: absolute;
  left: 0;
  bottom: 0;
}

.post__default .title {
  font-size: 20px;
  font-weight: 700;
}

.post__default .meta {
  font-size: 14px;
  margin-left: auto;
  margin-top: 8px;
  padding-left: 56px;
  position: relative;
}

.post__default .meta::before {
  display: block;
  content: '';
  width: 40px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
}

.post__default .post__content {
  background: #eee;
  font-size: 16px;
  line-height: 1.875;
  padding: 40px 50px;
  margin-top: 20px;
}

.post__default .back-btn {
  text-align: center;
  margin: 30px 0 0;
}

.post__default .back-btn a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background-color: #009944;
  padding: 16px 48px;
  position: relative;
}

.post__default .back-btn a::before, .post__default .back-btn a::after {
  display: block;
  content: '';
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 51.5%;
  left: 8px;
}

.post__default .back-btn a::before {
  width: 8px;
  transform-origin: left bottom;
  transform: rotate(-50deg);
}

.post__default .back-btn a::after {
  width: 24px;
}

.front--catch {
  text-align: center;
}

.front--catch h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 0.8em;
  position: relative;
}

.front--catch h2 span {
  color: #009944;
}

.front--catch h2::after {
  display: block;
  content: '';
  width: 200px;
  height: 3px;
  background-color: #231815;
  margin: 0.5em auto 0;
}

.front--catch h2::before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-right: 3px solid #231815;
  border-bottom: 3px solid #231815;
  margin: 0 auto;
  position: absolute;
  top: calc(100% - 6px);
  left: 0;
  right: 0;
  transform-origin: center;
  transform: rotate(45deg);
}

.front--catch p {
  line-height: 2;
}

.front-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-top: 150px;
}

.front-content .title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
}

.front-content .title h2 {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 24px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1em 2em 0.75em;
}

.front-content .title h2 span {
  display: block;
  font-family: "Dancing Script", cursive;
  color: #af841c;
  margin-top: 8px;
  padding-top: 4px;
  position: relative;
}

.front-content .title h2 span::before {
  display: block;
  content: '';
  height: 4px;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.front-content .texts {
  color: #fff;
  width: 100%;
  padding: 30px 10px;
}

.front-content .texts .head {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
}

.front-content .texts .detail {
  line-height: 1.875;
}

.front-content .image {
  width: 100%;
}

.front-content .image img {
  width: 100%;
}

.front-content__message {
  background-color: #009944;
}

.front-content__work {
  background-color: #0068b7;
}

.front-content__value {
  background-color: #d80c24;
}

.front--voice .voice-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 4px;
}

.front--voice .voice-item {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 20px;
}

.front--voice a {
  display: block;
  position: relative;
}

.front--voice a img {
  display: block;
  width: 100%;
}

.front--voice a .intro {
  color: #fff;
  line-height: 1;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  padding: 6px 16px 8px 20px;
  position: absolute;
  top: 6px;
  left: -6px;
}

.front--voice a .intro::before {
  display: block;
  content: '';
  border: 3px solid transparent;
  border-top-width: 2px;
  border-bottom-width: 2px;
  position: absolute;
  top: 100%;
  left: 0;
}

.front--voice a .name {
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 1;
  padding: 6px 12px 8px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.front--voice .voice-item:nth-child(1) a .intro {
  background-color: #a567ab;
}

.front--voice .voice-item:nth-child(1) a .intro::before {
  border-top-color: #5d4c5d;
  border-right-color: #5d4c5d;
}

.front--voice .voice-item:nth-child(2) a .intro {
  background-color: #6dab67;
}

.front--voice .voice-item:nth-child(2) a .intro::before {
  border-top-color: #587157;
  border-right-color: #587157;
}

.front--voice .voice-item:nth-child(3) a .intro {
  background-color: #ac8d65;
}

.front--voice .voice-item:nth-child(3) a .intro::before {
  border-top-color: #716757;
  border-right-color: #716757;
}

.front--voice .voice-item:nth-child(4) a .intro {
  background-color: #678dab;
}

.front--voice .voice-item:nth-child(4) a .intro::before {
  border-top-color: #4a525b;
  border-right-color: #4a525b;
}

.front--voice .voice-item:nth-child(5) a .intro {
  background-color: #ac6572;
}

.front--voice .voice-item:nth-child(5) a .intro::before {
  border-top-color: #71575a;
  border-right-color: #71575a;
}

.front--contribution .contribution-list {
  display: flex;
  flex-wrap: wrap;
}

.front--contribution .contribution-item {
  width: calc(100% / 3);
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}

.front--contribution .contribution-item::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.front--contribution .contribution-item__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #afb0b2;
  padding: 10px 20px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
}

.front--schedules__inner {
  display: flex;
  flex-wrap: wrap;
}

.front--schedules .schedule__item {
  width: 100%;
}

.front--schedules .schedule__item .content-head h2 {
  font-size: 24px;
}

.front--schedules .schedule__item table {
  width: 100%;
}

.front--schedules .schedule__item th, .front--schedules .schedule__item td {
  font-size: 12px;
  vertical-align: middle;
  border: 1px solid #ccc;
  padding: 10px 5px;
}

.front--schedules .schedule__item th {
  text-align: center;
  padding: 16px 5px;
}

.front--schedules .schedule__item a {
  color: #005bcd;
  text-decoration: underline;
}

.front--schedules .schedule__fair th {
  background-color: #7dcef4;
}

.front--schedules .schedule__fair tr.even {
  background-color: #eaf6fd;
}

.front--schedules .schedule__session th {
  background-color: #daebc4;
}

.front--schedules .schedule__session tr.even {
  background-color: #ecf4e4;
}

/* 働き方データ */
.front--workdata{
  margin-top: 80px;
}

.front--workdata .workdata__title{
  position: relative;
  background-color: #00aaeb;
  padding: 16px 0  16px 38px;
  font-weight: normal;
  font-size: 22px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0;
}

.front--workdata .workdata__title::before {
  position: absolute;
  top: 16px;
  left: 20px;
  display: block;
  width: 2px;
  height: 31px;
  background: #fff;
  content: "";
}

.front--workdata .workdata__inner{
  width:100%;
  margin:40px auto 0;
}

.front--workdata .workstyleData {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.front--workdata .workstyleDataItem {
  border: 1px solid #e6e6e6;
  position: relative;
  width: calc(33.3% - 20px);
}

.front--workdata .workstyleDataItem {
  margin-left: 30px;
  margin-bottom: 30px;
}

.front--workdata .workstyleDataItem:first-child {
  margin-left: 0;
}

.front--workdata .workstyleDataItem .workstitle {
  background-color: #e6e6e6;
  padding: 11px 0px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.front--workdata .workstyleDataItem .workstyleIcon {
  margin-right: 24px;
}

.front--workdata .workstyleDataItem .workstyleScore {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 162px;
  padding: 10px;
}

.front--workdata .workstyleDataItem .workstyleScore::after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.front--workdata .workstyleDataItem .workstyleText span:not(.wsLabel):not(.year) {
  font-size: 24px;
  line-height: 1;
  margin: 2px;
}

.front--workdata .workstyleDataItem .workstyleText td span:not(.wsLabel):not(.year) {
  font-size: 22px;
}

.front--workdata .workstyleDataItem .workstyleText .year {
  font-size: 16px;
  color: #859099;
}

.front--workdata .workstyleDataItem .workstyleText {
  font-size: 20px;
  text-align: center;
}

@media (max-width: 1279px) {
  .front--workdata{
    margin-top: 60px;
  }

  .front--workdata .workstyleData {
    display: flex;
  }

  .front--workdata .workstyleDataItem {
    width: 320px;
    margin:0 auto 30px auto;
  }

  .front--workdata .workstyleDataItem:first-child {
    margin-left: auto;
  }
}

.front--news .news__list {
  border-top: 1px solid #c7c8c8;
}

.front--news .news__item {
  background-color: #eeefef;
  border: 1px solid #c7c8c8;
  border-top: none;
}

.front--news .news__item a {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
}

.front--news .news__item .date {
  width: 100%;
}

.entry--hero {
  font-size: 18px;
  font-weight: 700px;
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  padding: 20px 0;
}

.entry--hero.first--hero {
  background-color: #009944;
}

.entry--hero.mid--hero {
  background-color: #0068b7;
}

.page__entry-form {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.form--intro {
  text-align: center;
  line-height: 2;
  margin: 40px 0;
}

.form--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 4px;
  margin-bottom: 16px;
}

.form--head h3 {
  font-size: 18px;
  font-weight: bold;
}

.form--head p {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 30px;
}

.form--head p span {
  font-weight: 900;
  color: #d80c24;
  margin-right: 4px;
}

.form--head.form--head__first {
  border-bottom-color: #009944;
}

.form--head.form--head__first h3 {
  color: #009944;
}

.form--head.form--head__mid {
  border-bottom-color: #0068b7;
}

.form--head.form--head__mid h3 {
  color: #0068b7;
}

.first--form .form--section .item {
  border-bottom-color: #009944;
}

.mid--form .form--section .item {
  border-bottom-color: #0068b7;
}

.form--section .head {
  font-size: 18px;
  background-color: #efefef;
  padding: 8px 12px;
  margin-bottom: 8px;
}

.form--section .field {
  margin-bottom: 8px;
}

.form--section .item {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  border-bottom: 1px dashed #ccc;
  padding: 24px 12px 16px;
}

.form--section .item-text {
  padding-top: 0;
  margin-bottom: 24px;
}

.form--section .item:last-child {
  border-bottom: none;
}

.form--section .item-head {
  padding: 6px 0;
  width: 100%;
}

.form--section .item-head .require {
  font-size: 12px;
  color: #d80c24;
  margin-left: 8px;
}

.form--section .item-input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
}

.form--section .item-input.width--100 {
  width: 100%;
}

.form--section .item-input.width--100 > span {
  width: 100%;
}

.form--section .item-input span {
  color: #727171;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 12px;
}

.form--section .item-input span.select {
  color: #231815;
}

.form--section .item-input span.error {
  color: #b70000;
  padding: 4px 0 0;
}

.form--section .item-input .checkbox-list {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

.form--section .item-input .checkbox-list span {
  padding: 0;
}

.form--section .item-input .checkbox-list > span {
  width: 100%;
  margin: 0 0 10px;
}

.form--section .item-input p {
  padding: 6px 0;
  margin-bottom: 12px;
}

.form--section .item input[type=text],
.form--section .item input[type=email],
.form--section .item textarea,
.form--section .item select {
  color: #231815;
  border: 1px solid #c9caca;
  padding: 6px 8px;
}

.form--section .item input[type=text],
.form--section .item input[type=email] {
  width: 100%;
}

.form--section .item textarea {
  width: 100%;
}

.form--section .item select {
  margin-right: 4px;
}

.form--section .item select.year {
  min-width: 40px;
}

.form--section .item select.month {
  min-width: 80px;
  margin-left: 8px;
}

.form--section .item--tel .item-input span {
  display: block;
  width: 100%;
}

.form--section .item--tel .item-input span:nth-child(2) {
  order: 1;
  margin-top: -1.5em;
  padding-left: 100px;
}

.form--section .item--tel .item-input span:nth-child(1) {
  order: 2;
}

.form--section .item--tel .item-input p {
  order: 3;
}

.form--section .item--mail .item-input span {
  width: 100%;
}

.form--section .item--mail .item-input span:nth-child(2) {
  margin-top: -1.5em;
  padding-left: 140px;
}

.form--section .item--mail .item-input span:not(:nth-child(2)) {
  order: 1;
}

.form--section .entry--privacy {
  max-height: 400px;
  border: 1px solid #c1c1c1;
  overflow-y: scroll;
  padding: 20px;
}

.form--section .entry--privacy h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

.form--section .entry--privacy h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.form--section .entry--privacy p {
  margin-bottom: 24px;
}

.form--section .item--checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 100%;
  margin-top: 20px;
}

.form--section .item--checkbox input[type=checkbox] {
  margin-right: 8px;
}

.form--section .item--checkbox span {
  width: auto;
  color: #231815;
  padding: 0 !important;
}

.form--section .item--checkbox .error {
  width: 100%;
  text-align: center;
}

.form--section__school .item-head, .form--section__school .item-input {
  width: auto;
}

.form--section__school .item-input {
  margin: 0 0 0 10px;
}

.form--section__school .item-input span {
  width: auto;
}

.submit--section {
  text-align: center;
}

.submit--section p {
  font-size: 16px;
  margin: 10px 0 20px;
}

.submit--section input {
  font-size: 16px;
  padding: 16px 40px;
}

.submit--section input.submit-first {
  color: #fff;
  background-color: #009944;
}

.submit--section input.submit-mid {
  color: #fff;
  background-color: #0068b7;
}

.submit--section input.back-btn {
  background-color: #ddd;
}

.page__application {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.page__application-first .application--head h3 {
  border-left-color: #009944;
}

.page__application-first .application--table table {
  border-top-color: #009944;
  border-bottom-color: #009944;
}

.page__application-first .application--table tr {
  border-bottom-color: #009944;
}

.page__application-first .application--table th {
  background-color: #e0efdb;
}

.page__application-first .application--recruitment h3 span,
.page__application-first .application--flow h3 span {
  border-bottom-color: #009944;
}

.page__application-mid .application--head h3 {
  border-left-color: #0068b7;
}

.page__application-mid .application--table table {
  border-top-color: #0068b7;
  border-bottom-color: #0068b7;
  width:100%;
  max-width: 940px;
  margin-top: 10px;
}

.page__application-mid .application--table tr {
  border-bottom-color: #0068b7;
}

.page__application-mid .application--table th {
   /* background-color: #dbe3ef;*/
  font-size:15px;
  width:50%;
  vertical-align: middle;
}

.page__application-mid .application--recruitment h3 span,
.page__application-mid .application--flow h3 span {
  border-bottom-color: #0068b7;
}

.application--head h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 0.75em;
  border-left: 8px solid #ccc;
  margin: 2em 0 1.25em;
}

.application--table table {
  border-top: 4px solid #ccc;
  border-bottom: 4px solid #ccc;
}

.application--table tr {
  border-bottom: 1px dotted #ccc;
}

.application--table th, .application--table td {
  font-size: 14px;
  line-height: 1.75;
  padding: 10px 5px;
}

.application--table th {
  font-weight: 700;
  width: 20%;
}

.application--table td {
  width: calc(100% - 20%);
}

.application--recruitment,
.application--flow {
  text-align: center;
  margin: 40px 0 60px;
}

.application--recruitment h3,
.application--flow h3 {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}

.application--recruitment h3 span,
.application--flow h3 span {
  border-bottom: 2px solid #ccc;
  padding: 8px 32px;
}

.application--recruitment h3 small,
.application--flow h3 small {
  font-size: 12px;
  font-weight: normal;
  background-color: #fff;
  white-space: nowrap;
  padding: 0 8px;
}

.application--flow__img {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.application--flow .img-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
}

#page-template.page__staff {
  padding: 0;
}

.page__staff {
  margin-bottom: 80px;
}

.staff--head {
  background-image: url(/site/img/recruit/bg_staff.png);
  padding-bottom: 20px;
}

.staff--head .detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.staff--head .detail .catch {
  font-size: 15px;
  background-color: #fff;
  width: calc(100% - 20px);
  text-align: center;
  margin: 0 auto;
  padding: 16px 8px;
  order: 2;
}

.staff--head .detail .desc {
  background-color: #ffe100;
  margin-left: auto;
  margin-bottom: 12px;
  padding: 4px 12px;
  order: 1;
}

.staff--about,
.staff--doing-reason,
.staff--charm,
.staff--message {
  margin: 40px 0 0;
}

.staff--about .head,
.staff--doing-reason .head,
.staff--charm .head,
.staff--message .head {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.staff--about .head span,
.staff--doing-reason .head span,
.staff--charm .head span,
.staff--message .head span {
  font-size: 20px;
}

.staff--about p,
.staff--doing-reason p,
.staff--charm p,
.staff--message p {
  font-size: 16px;
  line-height: 1.875;
}

.staff--about p br,
.staff--doing-reason p br,
.staff--charm p br,
.staff--message p br {
  display: none;
}

.staff--about,
.staff--charm {
  padding: 0 20px;
}

.staff--about .head,
.staff--charm .head {
  margin-bottom: 20px;
}

.staff--about .head span,
.staff--charm .head span {
  color: #009944;
}

.staff--doing-reason {
  display: flex;
  flex-wrap: wrap;
}

.staff--doing-reason .head {
  margin-bottom: 20px;
}

.staff--doing-reason .staff--doing,
.staff--doing-reason .staff--reason {
  width: 100%;
  padding: 30px 20px;
}

.staff--doing-reason .staff--doing {
  background-color: #ffe100;
}

.staff--doing-reason .staff--reason {
  color: #fff;
  background-color: #0068b7;
}

.staff--message {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  background-color: #009944;
}

.staff--message .head {
  width: 100%;
  padding: 30px 20px 10px;
}

.staff--message p {
  width: 100%;
  padding: 0 20px 30px;
}

@media (min-width: 768px) {
  .container {
    max-width: 670px;
    margin-right: auto;
    margin-left: auto;
  }
  .content-head p br, .front--catch p br {
    display: inline;
  }
  .content-head h2 {
    font-size: 42px;
    margin-bottom: 30px;
  }
  header .container,
  #hero .container,
  #main .container,
  footer .container {
    padding: 0;
  }
  .header-nav .logo {
    padding: 9px 12px;
  }
  .header-nav .logo img {
    width: 200px;
    height: auto;
  }
  .head__btn a {
    flex-direction: row;
    font-size: 14px;
    width: auto;
    height: 80px;
    line-height: 20px;
    padding: 10px 20px;
  }
  .head__btn img {
    width: 24px;
    margin-right: 12px;
    margin-bottom: 0;
  }
  .head__btn .hide-sp {
    display: inline;
  }
  .toggler {
    width: 80px;
    height: 80px;
  }
  .toggler span {
    width: 30px;
    height: 2px;
    margin-bottom: 8px;
  }
  .toggler.open span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .toggler.open span:nth-child(3) {
    transform: translateY(-10px) rotate(135deg);
  }
  #header--menu .menu-item {
    font-size: 20px;
  }
  .footer--main {
    height: 400px;
  }
  .footer--main__inner h2 {
    font-size: 36px;
  }
  .footer--main__inner p {
    font-size: 16px;
  }
  .footer--main__inner a {
    font-size: 16px;
    border-radius: 20px;
  }
  .footer--btns a {
    font-size: 14px;
    width: 25%;
    height: 80px;
  }
  .footer--btns img {
    width: 24px;
    margin-right: 10px;
  }
  .footer--menu__inner {
    justify-content: center;
  }
  .footer--menu .menu-list {
    width: 30%;
    padding: 0 15px;
  }
  .footer--menu .menu-list li {
    font-size: 16px;
  }
  .footer--menu .menu-list.wide-sp {
    width: 25%;
  }
  #page-template {
    padding: 0;
  }
  .post__default .meta {
    margin-top: 0;
    margin-left: 12px;
  }
  .front--catch h2 {
    font-size: 48px;
  }
  .front--catch h2::after {
    width: 300px;
  }
  .front-content {
    margin-top: 200px;
  }
  .front-content .texts {
    width: 50%;
    max-width: calc(600px + 2em);
    padding: 0 0 0 2em;
    margin-left: auto;
  }
  .front-content .texts .detail {
    font-size: 16px;
  }
  .front-content .image {
    width: 50%;
  }
  .front-content__work .texts {
    order: 2;
    padding-left: 2em;
    padding-right: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .front-content__work .image {
    order: 1;
  }
  .front--voice .voice-list {
    margin: 0 -10px;
  }
  .front--voice .voice-item {
    width: calc(100% / 3);
    padding: 0 10px;
  }
  .front--voice a .intro {
    font-size: 18px;
    top: 10px;
    left: -12px;
  }
  .front--voice a .intro::before {
    border-width: 6px;
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .front--contribution .content-head h2 br {
    display: none;
  }
  .front--contribution .contribution-item {
    width: 16.6%;
  }
  .front--contribution .contribution-item::before {
    padding-top: 60%;
  }
  .front--contribution .contribution-item:last-child .contribution-item__inner {
    border-right: 0;
  }
  .front--schedules__inner {
    width: 90%;
    margin: 0 auto;
  }
  .front--schedules .schedule__item .content-head h2 {
    font-size: 36px;
  }
  .front--schedules .schedule__item th, .front--schedules .schedule__item td {
    font-size: 16px;
  }
  .front--news__inner {
    width: 90%;
    margin: 0 auto;
  }
  .front--news .news__item .date {
    width: 30%;
  }
  .form--section .item-head {
    width: 20%;
  }
  .form--section .item-input {
    width: 80%;
    margin: 0;
  }
  .form--section .item-input span {
    padding: 0 15px;
  }
  .form--section .item-input .checkbox-list > span {
    width: 50%;
  }
  .form--section .item select.year {
    min-width: 100px;
  }
  .form--section .item select.month {
    min-width: 50px;
  }
  .form--section .item--tel .item-input span {
    display: inline;
    width: 50%;
  }
  .form--section .item--tel .item-input span:nth-child(2) {
    order: 2;
    margin-top: 0;
    padding-left: 0;
  }
  .form--section .item--tel .item-input span:nth-child(1) {
    order: 1;
  }
  .form--section .item--mail .item-input span {
    width: 50%;
  }
  .form--section .item--mail .item-input span:nth-child(2) {
    margin-top: 0;
    padding-left: 0;
  }
  .form--section .item--mail .item-input span:not(:nth-child(2)) {
    order: unset;
  }
  .page__application-first .application--table th {
    background-color: transparent;
  }
  .page__application-mid .application--table th {
    background-color: transparent;
    font-size:26px;
    width:55%;
    vertical-align: middle;
  }

  .application--table th {
    width: 30%;
  }
  .application--table td {
    width: calc(100% - 30%);
  }
  .staff--head {
    display: flex;
    padding: 40px;
  }
  .staff--head .image {
    width: 50%;
    order: 2;
  }
  .staff--head .detail {
    background-color: #fff;
    width: 50%;
    padding: 40px;
    order: 1;
  }
  .staff--head .detail .catch {
    font-size: 56px;
    font-weight: 900;
    color: #009944;
    text-align: left;
    width: 100%;
    margin: 0;
    order: 1;
  }
  .staff--head .detail .desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    border-radius: 22px;
    width: 100%;
    order: 2;
    margin-left: 0;
    padding: 8px 16px;
  }
  .staff--head .detail .desc .name {
    font-size: 24px;
    margin-left: 20px;
    margin-right: auto;
  }
  .staff--about .head,
  .staff--doing-reason .head,
  .staff--charm .head,
  .staff--message .head {
    font-size: 56px;
    line-height: 1.15;
  }
  .staff--about .head span,
  .staff--doing-reason .head span,
  .staff--charm .head span,
  .staff--message .head span {
    font-size: 28px;
  }
  .staff--about p,
  .staff--doing-reason p,
  .staff--charm p,
  .staff--message p {
    font-size: 18px;
  }
  .staff--about p br,
  .staff--doing-reason p br,
  .staff--charm p br,
  .staff--message p br {
    display: inline;
  }
  .staff--about,
  .staff--charm {
    text-align: center;
  }
  .staff--doing-reason .staff--doing,
  .staff--doing-reason .staff--reason {
    width: 50%;
    padding: 50px;
  }
  .staff--message .head {
    width: 400px;
    padding: 50px;
  }
  .staff--message p {
    width: calc(100% - 400px);
    padding: 50px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1230px;
  }
  .footer--main, .front--catch, .front--voice, .front--contribution, .front--schedules .schedule__item, .front--news {
    margin-top: 80px;
  }
  body {
    font-size: 18px;
  }
  header,
  #hero,
  #main,
  footer {
    max-width: 1200px;
    margin: 0 auto;
  }
  .head__btn a {
    padding: 10px 45px;
  }
  .footer--menu .menu-list {
    width: 25%;
  }
  .front-content .title h2 {
    font-size: 36px;
  }
  .front-content .texts .head {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 24px;
  }
  .front--voice .voice-list {
    justify-content: center;
  }
  .front--voice .voice-item {
    width: 20%;
  }
  .form--intro {
    margin: 80px 0;
  }

}

@media (max-width: 767px) {
  .content-head p, .front--catch p {
    text-align: left;
  }
  .front--contribution .contribution-item:nth-child(3n) .contribution-item__inner {
    border-right: 0;
  }
  .front--contribution .contribution-item:nth-child(1)::after, .front--contribution .contribution-item:nth-child(2)::after, .front--contribution .contribution-item:nth-child(3)::after {
    display: block;
    content: '';
    border-bottom: 1px solid #afb0b2;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -10px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .head__btn a {
    flex-direction: row;
    width: auto;
    padding: 12px;
  }
  .head__btn img {
    margin-right: 8px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .footer--btns a {
    font-size: 18px;
  }
  .front--schedules .schedule__item {
    width: 50%;
    padding: 0 15px;
  }
  .application--flow .img-box {
    padding: 40px;
  }
}

@media (min-width: 1200px) {
  .post__default {
    margin: 90px 0;
    padding: 0;
  }
  .post__default .post__head {
    margin-top: 90px;
    padding-bottom: 20px;
  }
  .post__default .post__head::before {
    width: 120px;
  }
  .post__default .title {
    font-size: 28px;
  }
  .form--section .entry--privacy {
    padding: 40px;
  }
  .form--section .item--checkbox {
    margin-top: 32px;
  }
  .submit--section p {
    margin: 12px 0 32px;
  }
  .application--table th, .application--table td {
    font-size: 16px;
    padding: 30px 40px;
  }
  .application--recruitment,
  .application--flow {
    margin: 90px 0 120px;
  }
  .page__staff {
    margin-bottom: 140px;
  }
  .staff--about,
  .staff--doing-reason,
  .staff--charm,
  .staff--message {
    margin: 90px 0 0;
  }
  .staff--about,
  .staff--charm {
    padding: 0;
  }
  .staff--about .head,
  .staff--charm .head {
    margin-bottom: 28px;
  }
  .staff--doing-reason .head {
    margin-bottom: 28px;
  }
}


/*# sourceMappingURL=theme.css.map */
