@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
  background: #989898;
}
/*------------------------------------------------------------
catch
------------------------------------------------------------*/
header .catch {
  position: relative;
  width: 340px;
  margin: 0 auto;
}
header .catch h2 {
}
header .company_logo {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
header .company_logo p {
  position: absolute;
  left: 10px;
  top: -15px;
}
header .company_logo p img {
  width: 100%;
  height: auto;
  max-width: 100px;
}
header .catch p.recruit_btn {
  position: absolute;
  left: 5px;
  bottom: -96px;
}
header .catch p.recruit_btn a:hover img {
  opacity: 0.6;
  /*transform: translate(0, 10px);*/
}
header .catch p.recruit_btn a img {
  width: 100%;
  height: auto;
  max-width: 100px;
  text-decoration: none;
  transition: all 0.3s ease;
}
header .catch h2 img {
  width: 100%;
  max-width: 220px;
  height: auto;
}
@media print, screen and (min-width:768px) {
  header .catch {
    position: relative;
    width: 1140px;
    margin: 0 auto;
  }
  header .company_logo p {
    position: absolute;
    left: 40px;
    top: -40px;
  }
  header .company_logo p img {
    width: 100%;
    height: auto;
    max-width: 220px;
  }
  header .catch p.recruit_btn {
    position: absolute;
    left: 0;
    bottom: -120px;
  }
  header .catch p.recruit_btn a img {
    max-width: 254px;
  }
  header .catch h2 img {
    max-width: 641px;
  }
}
@media print, screen and (min-width:1420px) {
  header .company_logo p img {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
  header .catch p.recruit_btn {
    position: absolute;
    left: 0;
    bottom: -80px;
  }
}
/*------------------------------------------------------------
pickup
------------------------------------------------------------*/
.content_bg_pickup {
  text-align: center;
  padding: 40px 0;
}
@media print, screen and (min-width:768px) {
  .content_bg_pickup {
    padding: 0;
  }
}
#pickup {
  position: relative;
  padding-bottom: 0;
  text-align: center;
  background: url("../img/common_img/bg_diagonal.png") center -564px no-repeat, url("../img/common_img/bg_diagonal.png") center bottom -370px no-repeat, url("../img/index_img/pickup_bg.jpg") center center no-repeat fixed;
  background-size: auto, auto, cover;
}
@media print, screen and (min-width:768px) {
  #pickup {
    padding-bottom: 140px;
  }
}
#pickup div img {
  margin-top: -27px;
  width: 100%;
  max-width: 360px;
}
#pickup ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#pickup ul li {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 360px;
  margin-bottom: 50px;
}
#pickup ul li:last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width:768px) {
  #pickup ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #pickup ul li {
    position: relative;
    text-align: left;
    margin-right: 2%;
    margin-bottom: 80px;
  }
  #pickup ul li:nth-child(3n) {
    margin-right: 0;
  }
}
#pickup ul li img {
  text-decoration: none;
  transition: all 1s ease;
}
#pickup ul li h4 {
  font-weight: 900;
  color: #17b196;
  font-size: 30px;
  text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
#pickup ul li p {
  text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
}
#pickup ul li:first-of-type div {
  position: inherit;
  top: 0;
}
#pickup ul li:nth-of-type(2) div {
  position: inherit;
  top: 0;
}
#pickup ul li:nth-of-type(4) div {
  position: inherit
}
#pickup ul li:nth-of-type(5) div {
  position: inherit;
  top: 0;
}
@media print, screen and (min-width:768px) {
  #pickup ul li h4 {
    font-size: 40px;
  }
  #pickup ul li:first-of-type div {
    position: absolute;
    top: 80px;
  }
  #pickup ul li:nth-of-type(2) div {
    position: absolute;
    top: 40px;
  }
  #pickup ul li:nth-of-type(4) div {
    position: absolute;
    top: 80px;
  }
  #pickup ul li:nth-of-type(5) div {
    position: absolute;
    top: 40px;
  }
}
/*------------------------------------------------------------
greeting
------------------------------------------------------------*/
.content_bg_greeting {
  background: url(../img/index_img/greeting_bg.jpg) center center no-repeat;
  background-size: auto;
  background-size: cover;
  padding: 40px 0;
}
@media print, screen and (min-width:768px) {
  .content_bg_greeting {
    padding: 80px 0 90px 0;
  }
}
#greeting p {
  line-height: 2.2em;
}
/*------------------------------------------------------------
recruit
------------------------------------------------------------*/
#recruit {
  display: block;
  margin-top: -72px;
  padding-top: 72px;
}
#recruit .emphasis {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
}
.recruit_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin: 15px 0 30px;
}
.recruit_table tr th.recruit_title {
  background: #b9e7df;
  font-weight: 700;
  font-size: 20px;
}
.recruit_table tr th {
  border-bottom: 1px dotted #a1acaa;
  background: #e7f7f4;
  font-weight: 400;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  display: block;
}
.recruit_table tr td {
  border-bottom: 1px dotted #a1acaa;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  display: block;
}
.recruit_contents li {
  position: relative;
  list-style-type: none;
  counter-increment: none;
  margin-bottom: 30px;
  line-height: 1.4;
}
.recruit_contents li:last-of-type {
  margin-bottom: 0;
}
.recruiter li {
  position: relative;
  list-style-type: none;
  counter-increment: none;
  padding-left: 70px;
  line-height: 1.4;
}
.recruiter li::before {
  position: absolute;
  left: 0;
  content: "担当者：";
  display: inline-block;
}
@media print, screen and (min-width:768px) {
  #recruit {
    display: block;
    margin-top: -79px;
    padding-top: 79px;
  }
  .recruit_table tr th, .recruit_table tr td {
    display: table-cell;
  }
  .recruit_table tr th {
    width: 15%;
  }
  .recruit_table tr th.recruit_title {
    font-size: 24px;
  }
  .recruit_table tr td {
    padding: 15px;
  }
}
.recruit_wrap {
  padding: 20px 20px 30px;
  background: #fff;
  margin-bottom: 50px;
}
.recruit_wrap2 {
  padding: 20px 20px 30px;
  background: #fff;
  margin-bottom: 0;
}
@media print, screen and (min-width:768px) {
  .recruit_wrap {
    padding: 40px 40px 50px;
  }
  .recruit_wrap2 {
    padding: 40px 40px 50px;
  }
}