@charset "UTF-8";
/* 投稿ページcss */
/* parts */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
/* other */
/* btn */
/* link */
/* recruit */
.recruit #headline .headline-inner h1 {
  margin-top: 4.5em;
  background: none;
}
.recruit #undercontents h1 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8em;
  margin-bottom: 2em;
}
.recruit #undercontents .grve-column-inner {
  padding-bottom: 3em;
}
.recruit #undercontents .grve-column-inner h4 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.recruit #undercontents .grve-column-inner h4 strong {
  font-weight: normal;
  font-size: 2em;
}
.recruit #undercontents .grve-element.grve-align-center {
  text-align: center;
}
.recruit #undercontents .grve-column-1 {
  width: 80%;
  margin: 0 auto;
}
.recruit #undercontents .grve-column-1 h4 {
  font-size: 1.8em;
  padding-bottom: 0.75em;
}
.recruit #undercontents .grve-column-1 h4 strong {
  font-size: 1.2em;
}
.recruit #undercontents .grve-column-1 h4 span {
  font-size: 0.8em;
}
.recruit #undercontents .grve-column-1 ul {
  padding: 1em 1em 1em 3em;
}
.recruit #undercontents .vc_separator {
  display: none;
}

/* column */
.column-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.column-wrapper .column-list-section {
  width: 25%;
  position: relative;
}
.column-wrapper .column-list-section:nth-of-type(4n-3) {
  padding: 1em 2em 1em 0;
}
.column-wrapper .column-list-section:nth-of-type(4n-2) {
  padding: 1em 1.5em 1em 0.5em;
}
.column-wrapper .column-list-section:nth-of-type(4n-1) {
  padding: 1em 0.5em 1em 1.5em;
}
.column-wrapper .column-list-section:nth-of-type(4n) {
  padding: 1em 0 1em 2em;
}
.column-wrapper .column-list-section aside {
  position: absolute;
  top: 1em;
  left: 0;
  z-index: 10;
}
.column-wrapper .column-list-section aside span {
  font-size: 0.9em;
  font-weight: bold;
  line-heght: 1.5;
  padding: 0.5em 0.5em 0.25em 0.5em;
  display: inline-block;
  border: solid 1px #bbb;
  background: #fff;
}
.column-wrapper .column-list-section img {
  width: 100%;
  height: 15em;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  padding-bottom: 1em;
}
.column-wrapper .column-list-section h2 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.3;
  padding: 0;
  margin-bottom: 1em;
}
.column-wrapper .column-list-section time {
  font-size: 0.9em;
  width: 100%;
}
.column-wrapper .column-list-section p {
  font-size: 0.9em;
  line-height: 1.5;
  word-break: break-all;
  overflow-wrap: break-word;
}