@charset "UTF-8";
/* CSS Document */
main {
  background: url("../../images/common/second_bg.png") no-repeat -310px -150px;
  background-size: 1073px 567px;
  margin-bottom: 8rem;
  /* height: calc(100vh - 100px); */
}
.main {
  padding-top: 100px;
  width: 940px;
  margin: 0 auto;
}
.mainInner {
  margin-top: 100px;
}
.mainInner h1 {
  font-size: 3.2rem;
  font-weight: normal;
  margin: 0 auto;
  text-align: center;
}

/*************************************
recruit CSS
*************************************/
.recruit-whole {
  width: 940px;
  margin: 0 auto;
}
.recruit-list {
}
.recruit-list li {
  background-color: #fff;
  padding: 2rem 2rem 3rem;
  margin: 4rem 0 0;
}
.recruit-list li:first-child {
  margin: 8rem 0 0;
}

.recruit-list li:last-child {
  margin: 4rem 0 12rem;
}

.recruit-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1.45rem;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid #bbbbbb;
}
.recruittype {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #3e5d97;
  border-radius: 0.5rem;
  height: 3.7rem;
  padding: 0.5rem 2rem;
  letter-spacing: 0.08rem;
}
.departmenttype {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0.5rem 0 0.5rem auto;
  letter-spacing: 0.08rem;
}
/*************************************
募集内容に反映されるCSS
*************************************/
#overview-area {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}
#overview-area p {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 1rem;
}
#overview-area h1 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  margin-bottom: 1rem;
  text-align: left;
}
#overview-area h2 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  margin-bottom: 1rem;
  text-align: left;
}
#overview-area h3 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  margin-bottom: 1rem;
  text-align: left;
}
#overview-area h4 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  margin-bottom: 1rem;
  text-align: left;
}
#overview-area h5 {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  margin-bottom: 1rem;
  text-align: left;
}
#overview-area h6 {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  margin-bottom: 1rem;
  text-align: left;
}
#overview-area ul {
  margin-bottom: 1rem;
}
#overview-area ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}
#overview-area ul li::before {
  content: "・";
}
#overview-area ol {
  margin-bottom: 1rem;
  counter-reset: listnum;
}
#overview-area ol li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}
#overview-area ol li::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
}
#overview-area a:hover {
  text-decoration: none;
}
/*************************************
リンクボタン
*************************************/
.recruit-link {
  max-width: 40rem;
  margin: 0 auto;
  padding-top: 2rem;
}
.recruit-link a,
.recruit-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  border-radius: 10rem;
  height: 6rem;
  font-size: 1.6rem;
  transition: 0.2s ease-in;
}
.recruit-link a[target="_blank"] {
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
.recruit-link a.recruit-entry {
  background-color: #439988;
}
.recruit-link a.recruit-entry:hover {
  background-color: #7cb8ac;
}
.recruit-link span.recruit-end {
  background-color: #cccccc;
}
/*************************************
現在、募集しておりません CSS
*************************************/
.no-posts-found {
  text-align: center;
  margin-top: 4.8rem;
  padding-bottom: 10rem;
}
.no-posts-title {
  font-size: 2.4rem;
  margin-bottom: 2.5rem;
  letter-spacing: 0.12rem;
  text-indent: 0.12rem;
}
.no-posts-text {
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.08rem;
  text-indent: 0.08rem;
}
/*************************************
フリーエリア CSS
*************************************/
#recruit-free-item {
  background-color: #fff;
  padding: 2rem 2rem 1rem;
  margin: 6rem 0;
}
/*************************************
フリーエリアに反映されるCSS
*************************************/
#recruit-free {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}
#recruit-free p {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 1rem;
}
#recruit-free h1 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  margin-bottom: 1rem;
  text-align: left;
}
#recruit-free h2 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  margin-bottom: 1rem;
  text-align: left;
}
#recruit-free h3 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  margin-bottom: 1rem;
  text-align: left;
}
#recruit-free h4 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  margin-bottom: 1rem;
  text-align: left;
}
#recruit-free h5 {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  margin-bottom: 1rem;
  text-align: left;
}
#recruit-free h6 {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  margin-bottom: 1rem;
  text-align: left;
}
#recruit-free ul {
  margin-bottom: 1rem;
}
#recruit-free ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin-bottom: 0.5rem;
}
#recruit-free ul li:last-child {
  margin-bottom: 0;
}
#recruit-free ul li::before {
  content: "・";
}
#recruit-free ol {
  margin-bottom: 1rem;
  counter-reset: listnum;
}
#recruit-free ol li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin-bottom: 0.5rem;
}
#recruit-free ol li:last-child {
  margin-bottom: 0;
}
#recruit-free ol li::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
}
#recruit-free a:hover {
  text-decoration: none;
}
#recruit-free img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
