@import url("global.css");
#toparea {
  background-image: url("../recruit/image/mainvisual.jpg");
}

.title {
  font-size: 28px;
  font-weight: bold;
  color: #A4B92D;
  text-align: center;
}

.intro {
  text-align: center;
}
.intro .title {
  margin-bottom: 60px;
  color: #222;
}
.intro .title span {
  color: #A4B92D;
}
.intro .img {
  margin: 80px 0;
}
.intro .text {
  line-height: 2;
}
.intro dl.promise {
  border: #ddd 1px solid;
  padding: 40px 0;
  max-width: 800px;
  position: relative;
  text-align: center;
  margin: 50px auto 60px;
}
.intro dl.promise dt {
  color: #A4B92D;
  position: absolute;
  z-index: 2;
  top: -20px;
  left: 0;
  right: 0;
  font-size: 21px;
  font-weight: bold;
}
.intro dl.promise dt span {
  padding: 0 15px 0 20px;
  background-color: #fff;
}
.intro dl.promise dt br {
  display: none;
}
.intro dl.promise dd {
  display: inline-block;
  text-align: left;
  line-height: 1.4;
}
.intro dl.promise dd p {
  margin: 10px 0;
}

.bosyulink {
  background: url(../image/bg_gray.jpg) repeat center center;
  padding: 50px 0;
}
.bosyulink .title {
  color: #222;
  margin-bottom: 30px;
}
.bosyulink ul {
  margin: 0 -12px;
  overflow: hidden;
}
.bosyulink ul li {
  width: 16.6666666667%;
  float: left;
  box-sizing: border-box;
  padding: 0 12px;
  display: table;
}
.bosyulink ul li a {
  display: block;
  height: 180px;
  width: 100%;
  padding: 0 10px 30px;
  box-sizing: border-box;
  border: #ddd 1px solid;
  border-radius: 2px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
.bosyulink ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 10px 0 0;
  border-style: solid;
  border-color: #ddd transparent transparent transparent;
  border-width: 20px 15px 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -15px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.bosyulink ul li a:hover {
  color: #A4B92D;
}
.bosyulink ul li a:hover::after {
  bottom: 12px;
  border-color: #A4B92D transparent transparent transparent;
}

.syugo {
  margin: 60px 0 120px;
}
.syugo figure {
  position: relative;
}
.syugo figure .policy {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 100px;
  right: 100px;
  padding: 70px 100px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#interview {
  margin-bottom: 120px;
}
#interview .lead {
  margin: 20px 0 80px;
}
#interview .head {
  height: 400px;
  margin-bottom: 40px;
  background: url(../image/bg_gray.jpg) repeat center center;
}
#interview .head .wrapper {
  height: 100%;
}
#interview .head .img {
  width: 50%;
  float: left;
  height: 100%;
}
#interview .head .name {
  width: 50%;
  height: 100%;
  position: relative;
  margin-left: auto;
  text-align: center;
  background: url(../recruit/image/shilhouette_f.png) no-repeat left bottom;
  background-size: contain;
}
#interview .head .name .h {
  padding-top: 140px;
  font-size: 18px;
}
#interview .head .name .h span {
  color: #A4B92D;
  margin-top: 10px;
  display: block;
  font-size: 21px;
  font-weight: bold;
}
#interview .head .name .h span i {
  font-style: normal;
  font-size: 30px;
}
#interview .qa {
  margin-top: 30px;
  border: #ddd 1px solid;
  text-align: center;
  padding: 40px 40px 50px;
}
#interview .qa span {
  display: block;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
}
#interview .qa dt {
  margin-bottom: 30px;
  font-size: 18px;
}
#interview .qa dt span {
  color: #ddd;
}
#interview .qa dd {
  line-height: 2;
}
#interview .qa dd span {
  color: #A4B92D;
}
#interview .qa dd .box {
  display: inline-block;
  text-align: left;
}
#interview .image {
  width: 800px;
  margin: 80px auto;
}

#job .title {
  margin-bottom: 30px;
}
#job .bosyulink {
  background: #A4B92D;
}
#job .bosyulink a {
  border: none;
}
#job article {
  margin: 60px 0 80px;
}
#job article .title {
  font-size: 24px;
  margin-bottom: 40px;
}
#job article .title br {
  display: none;
}
#job article .img {
  float: left;
  width: 50%;
  margin: 0 60px 40px 0;
}
#job article .img figure {
  position: relative;
  height: 0;
  padding-top: 400px;
}
#job article .img figure img {
  position: absolute;
  top: 0;
  left: 0;
}
#job article .text {
  box-sizing: border-box;
  min-height: 400px;
  padding-top: 10px;
  margin-left: 50%;
  margin-bottom: 40px;
  padding-left: 60px;
}
#job article .text p {
  margin: 20px 0;
}
#job article .text .openbutton {
  background-color: #A4B92D;
  position: relative;
  cursor: pointer;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-weight: bold;
}
#job article .text .openbutton i {
  font-size: 21px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: center;
}
#job article .text .openbutton:hover {
  background-color: rgba(164, 185, 45, 0.8);
}
#job article .text .openbutton::after {
  content: "\f067";
  color: #fff;
  position: absolute;
  height: 30px;
  line-height: 30px;
  top: 50%;
  margin-top: -15px;
  right: 20px;
  font-size: 24px;
  font-weight: 900;
  font-family: "Font Awesome 5 free";
}
#job article .text .openbutton.open::after {
  content: "\f068";
}
#job article .text .openbutton.open {
  background-color: #D0BA53;
}
#job article .text .openbutton.open:hover {
  background-color: rgba(208, 186, 83, 0.8);
}
#job article .openbox {
  display: none;
}
#job article .openbox .closebutton {
  background-color: #A4B92D;
  cursor: pointer;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 200px;
  margin: 20px auto 0;
  font-weight: bold;
}
#job article .openbox .closebutton i {
  font-size: 21px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: center;
}
#job article .openbox .closebutton:hover {
  background-color: rgba(164, 185, 45, 0.8);
}
#job article .openbox .downbutton {
  width: 300px;
  margin: 20px auto 0;
}
#job article .openbox .downbutton a {
  display: block;
  background-color: #A4B92D;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-weight: bold;
}
#job article .openbox .downbutton a i {
  font-size: 21px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: center;
}
#job article .openbox .downbutton a:hover {
  background-color: rgba(164, 185, 45, 0.8);
}
#job article .sub {
  clear: both;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
#job article .sub::before, #job article .sub::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #A4B92D;
  display: inline-block;
  margin: 0 12px;
  vertical-align: 4%;
}
#job article .data {
  margin: 0 auto;
}
#job article .data table {
  width: 100%;
  border-collapse: collapse;
  border: #ddd 1px solid;
}
#job article .data table tr {
  border-bottom: #ddd 1px solid;
}
#job article .data table tr th {
  padding: 20px;
  font-weight: bold;
  text-align: center;
  border-right: #ddd 1px solid;
}
#job article .data table tr td {
  padding: 20px;
}
#job article dl.osusume {
  clear: both;
  max-width: 800px;
  text-align: center;
  margin: 0 auto 0;
}
#job article dl.osusume dt {
  background-color: rgba(164, 185, 45, 0.2);
  padding: 8px 0;
  color: #A4B92D;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: bold;
}
#job article dl.osusume dd {
  display: inline-block;
  text-align: left;
  margin-bottom: 20px;
}
#job article dl.osusume dd ul li {
  font-weight: bold;
  line-height: 1.5;
  margin: 10px 0;
}
#job article dl.osusume dd ul li::before {
  content: "\f14a";
  display: inline-block;
  margin-right: 10px;
  font-family: "Font Awesome 5 free";
  font-size: 26px;
  font-weight: 900;
  color: #A4B92D;
  vertical-align: middle;
}
#job article .fin {
  text-align: center;
  font-size: 18px;
}
#job article dl.contact {
  margin: 50px auto 0;
  text-align: center;
  padding: 40px;
  border: #ddd 1px solid;
}
#job article dl.contact dt {
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: bold;
}
#job article dl.contact dd {
  margin-top: 20px;
}
#job article dl.contact dd .tel {
  font-size: 1.1em;
  font-weight: bold;
  color: #A4B92D;
}
#job article dl.contact dd br {
  display: none;
}
#job article dl.contact a {
  color: #A4B92D;
  font-weight: bold;
  text-decoration: underline;
}

#process .title {
  margin-bottom: 40px;
}
#process #step {
  background: url(../image/bg_gray.jpg) repeat center center;
  padding: 30px 0;
}
#process ol {
  margin-top: 40px;
}
#process ol li {
  text-align: center;
  border-top: #ddd 1px solid;
  padding: 0 0 50px;
}
#process ol li .step {
  background-color: #A4B92D;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  width: 200px;
  margin: -25px auto 12px;
  position: relative;
}
#process ol li .h {
  font-size: 18px;
  font-weight: bold;
}
#process ol li .button {
  max-width: 400px;
  margin: 20px auto;
}
#process ol li .button a {
  display: block;
  border: #ddd 1px solid;
  background-color: #fff;
  padding: 20px;
}
#process ol li .button a::after {
  content: "";
  border-style: solid;
  border-color: #ddd transparent transparent transparent;
  border-width: 14px 10px 0 10px;
  height: 0;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#process ol li .button a:hover {
  border-color: #A4B92D;
}
#process ol li .button a:hover::after {
  border-color: #A4B92D transparent transparent transparent;
}

#entry {
  margin-top: 100px;
}
#entry .title {
  margin-bottom: 60px;
}
#entry ul li {
  text-align: center;
  border: #ddd 1px solid;
  padding: 0 40px 40px;
  margin-bottom: 60px;
}
#entry ul li .h {
  margin: -24px 0 20px;
  position: relative;
}
#entry ul li .h i {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 900;
  font-family: "Font Awesome 5 free";
  color: #A4B92D;
}
#entry ul li .h span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#entry ul li dl {
  max-width: 800px;
  margin: 50px auto 0;
  border-top: #ddd 1px solid;
}
#entry ul li dl dt {
  position: relative;
  margin: -15px 0 15px;
  font-size: 18px;
  font-weight: bold;
}
#entry ul li dl dt span {
  background-color: #fff;
  padding: 0 15px;
}
#entry ul li dl dd.tel {
  font-size: 1.3em;
  font-weight: bold;
  color: #A4B92D;
}
#entry ul li dl dd br {
  display: none;
}
#entry ul li a {
  color: #A4B92D;
  font-weight: bold;
  text-decoration: underline;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1400px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1200px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1200px) {
  .bosyulink ul {
    margin: 0 -8px;
  }
  .bosyulink ul li {
    padding: 0 8px;
  }
  .bosyulink ul li a {
    height: 150px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .bosyulink ul {
    margin: 0 -8px;
  }
  .bosyulink ul li {
    width: 33.3333333333%;
    padding: 0 8px;
    margin-bottom: 20px;
  }
  .bosyulink ul li a {
    height: 120px;
  }

  .syugo {
    margin: 40px 0 100px;
  }
  .syugo figure .policy {
    left: 70px;
    right: 70px;
    padding: 70px 50px;
  }

  #interview {
    margin-bottom: 80px;
  }
  #interview .lead {
    margin: 20px 0 60px;
  }
  #interview .head {
    height: 320px;
  }
  #interview .qa {
    padding: 30px 30px 40px;
  }
  #interview .qa span {
    font-size: 50px;
  }
  #interview .qa dd br {
    display: none;
  }
  #interview .image {
    width: auto;
    margin: 50px 80px;
  }

  #job article .img {
    margin-right: 40px;
  }
  #job article .text {
    margin-left: 0;
    padding: 0;
  }
  #job article .text .openbutton {
    clear: both;
    padding: 10px 30px;
    text-align: center;
    margin: 0 100px;
  }
  #job article .data table tr th {
    white-space: nowrap;
  }

  #entry {
    margin-top: 80px;
  }
  #entry .title {
    margin-bottom: 60px;
  }
  #entry ul li {
    padding: 0 30px 40px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .title {
    font-size: calc(125% + 8 * (100vw - 320px) / 280);
  }

  .intro .title {
    margin-bottom: 40px;
  }
  .intro .title span {
    display: block;
  }
  .intro .img {
    margin: 50px -10px;
  }
  .intro .text {
    line-height: 1.6;
    text-align: justify;
  }
  .intro .text br {
    display: none;
  }
  .intro .text p {
    margin: 1em 0;
  }
  .intro dl.promise {
    padding: 40px 20px 20px;
    margin: 50px auto 50px;
  }
  .intro dl.promise dt {
    top: -30px;
  }
  .intro dl.promise dt span {
    padding: 0 10px;
  }
  .intro dl.promise dt br {
    display: inline;
  }
  .intro dl.promise dd {
    display: block;
    line-height: 1.5;
  }
  .intro dl.promise dd p {
    margin: 1em 0;
  }

  .bosyulink {
    padding: 40px 0;
  }
  .bosyulink .title {
    margin-bottom: 30px;
  }
  .bosyulink ul {
    margin: 0 -5px;
  }
  .bosyulink ul li {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 12px;
  }
  .bosyulink ul li a {
    height: 100px;
    padding: 0 10px 20px;
  }
  .bosyulink ul li a::after {
    margin: 10px 0 0;
    border-width: 14px 10px 0;
    bottom: 15px;
    margin-left: -10px;
  }
  .bosyulink ul li a:hover::after {
    bottom: 10px;
  }

  .syugo {
    margin: 0 -10px 50px;
  }
  .syugo figure .policy {
    left: 20px;
    right: 20px;
    padding: 20px 20px;
    transform: none;
    -webkit-transform: none;
  }

  #interview {
    margin-bottom: 40px;
  }
  #interview .lead {
    margin: 20px 0 30px;
  }
  #interview .head {
    height: auto;
    margin-bottom: 30px;
  }
  #interview .head .img {
    width: auto;
    float: none;
    margin: 0 -10px;
  }
  #interview .head .name {
    width: auto;
    height: 140px;
    background: url(../recruit/image/shilhouette_f.png) no-repeat center bottom;
    background-size: contain;
  }
  #interview .head .name .h {
    padding-top: 45px;
  }
  #interview .head .name .h span {
    margin-top: 0;
    font-size: 18px;
  }
  #interview .head .name .h span i {
    font-size: 26px;
  }
  #interview .qa {
    margin-top: 30px;
    padding: 30px 20px 40px;
  }
  #interview .qa span {
    font-size: 50px;
  }
  #interview .qa dt {
    margin-bottom: 20px;
    line-height: 1.6;
  }
  #interview .qa dd {
    line-height: inherit;
  }
  #interview .qa dd .box {
    display: block;
    text-align: justify;
  }
  #interview .image {
    margin: 40px -10px;
  }

  #job .title {
    margin-bottom: 30px;
  }
  #job article {
    margin: 60px 0;
  }
  #job article .title {
    font-size: 21px;
    margin-bottom: 20px;
  }
  #job article .title br {
    display: inline;
  }
  #job article .img {
    float: none;
    width: auto;
    margin: 0 -10px 30px;
  }
  #job article .img figure {
    padding-top: 70%;
  }
  #job article .text {
    min-height: inherit;
    margin-bottom: 20px;
  }
  #job article .text p {
    margin: 1em 0;
    text-align: justify;
  }
  #job article .text p br {
    display: none;
  }
  #job article .text .openbutton {
    padding: 10px;
    margin: 0 20px;
  }
  #job article .text .openbutton i {
    font-size: 22px;
    margin-right: 10px;
  }
  #job article .text .openbutton::after {
    right: 15px;
    font-size: 20px;
  }
  #job article .openbox .downbutton {
    width: auto;
    margin: 20px 20px 0;
  }
  #job article .data table {
    width: auto;
    display: block;
  }
  #job article .data table thead, #job article .data table tbody {
    display: block;
  }
  #job article .data table tr {
    display: block;
  }
  #job article .data table tr:last-of-type {
    border: none;
  }
  #job article .data table tr th {
    display: block;
    padding: 20px 10px 0;
    border-right: none;
  }
  #job article .data table tr td {
    text-align: center;
    display: block;
    padding: 10px 15px 20px;
  }
  #job article dl.osusume {
    margin: 0 10px 0;
  }
  #job article dl.osusume dd {
    display: block;
    margin-bottom: 20px;
  }
  #job article dl.osusume dd ul {
    padding-left: 15px;
  }
  #job article dl.osusume dd ul li {
    line-height: 1.3;
    margin: 15px 0;
    padding-left: 17px;
    text-indent: -17px;
  }
  #job article dl.osusume dd ul li::before {
    font-size: 26px;
  }
  #job article .fin {
    text-align: justify;
  }
  #job article dl.contact {
    margin: 30px auto 0;
    padding: 30px 20px;
  }
  #job article dl.contact dt {
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: bold;
  }
  #job article dl.contact dd br {
    display: inline;
  }

  #process .title {
    margin-bottom: 30px;
  }

  #entry {
    margin-top: 60px;
  }
  #entry .title {
    margin-bottom: 60px;
  }
  #entry ul li {
    padding: 0 20px 30px;
    margin-bottom: 40px;
  }
  #entry ul li p {
    text-align: justify;
  }
  #entry ul li dl dd br {
    display: inline;
  }
  #entry ul li dl dd .space {
    display: none;
  }
}

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