@charset "UTF-8";

/*==========================================================================
common
==========================================================================*/

#gmenu .recruit a {
  background-color: #009a8e;
  color: #fff;
}

#recruit1,
#recruit2,
#recruit3 {
  margin-top: 70px;
}

#main-image-area {
  background-color: #00a498;
}

.main-heading {
  background-color: #4c4c4c;
}

.main-heading:before {
  background-color: #fff;
}

.br460 {
  display: none;
}


/*==========================================================================
section1
==========================================================================*/

#recruit1 {
  border: 2px solid #e4e4e4;
  padding: 55px 0 49px;
  background: url(../img/recruit/image1.jpg) no-repeat center;
  background-size: cover;
}

.recruit1-content {
  width: 750px;
}

#recruit1 .heading h3 {
  width: 268px;
  margin: 0 auto;
}

#recruit1 .heading h3 img {
  width: 100%;
}

.content-detail {
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 42px 50px 25px;
}

.content-detail-heading {
  font-size: 22px;
  text-align: center;
}

.content-detail-text {
  margin-top: 15px;
}

.content-detail-text p {
  line-height: 27px;
}

.content-detail-text ul {
  margin: 5px 0;
}

.content-detail-text li {
  line-height: 30px;
  color: #00a498;
  font-weight: 600;
}

.content-detail-text p:nth-last-of-type(1) {
  margin: 20px 24px 0 0;
  font-size: 21px;
  font-weight: 600;
  text-align: right;
}

.content-detail-text p:nth-last-of-type(1) span {
  font-size: 13px;
  margin-right: 15px;
}

.img-list {
  margin-top: 30px;
}

.img-list li {
  width: 306px;
  float: left;
  margin-left: 20px;
}

.img-list li:nth-of-type(1) {
  margin-left: 0;
}

.img-list img {
  width: 100%;
}


/*==========================================================================
section2
==========================================================================*/

.recruit2-detail-heading {
  margin-top: 25px;
  line-height: 27px;
}

.recruit-list {
  margin-top: 25px;
}

.job-category li {
  float: left;
  width: 158px;
  margin-left: 20px;
}

.job-category li:nth-of-type(1) {
  margin-left: 0;
}

.job-category a {
  color: #fff;
  padding: 10px 0;
  text-align: center;
  background-color: #00a498;
  font-weight: 600;
}

.recruit-list article {
  margin-top: 20px;
}

.recruit-list article li {
  line-height: 20px;
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
  letter-spacing: 1px;
}

.recruit-list .list-name {
  position: absolute;
  left: 35px;
  font-weight: 600;
}

.recruit-list .list-value {
  margin-left: 215px;
}

.recruit-none {
  border: 1px solid #00a498;
  margin-top: 30px;
}

.recruit-none-heading {
  padding-left: 30px;
  background-color: #00a498;
}

.recruit-none-heading h4 {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}

.recruit-none-text {
  background-color: #fff;
  padding: 20px 30px;
}

.recruit-none-text p {
  line-height: 20px;
}


/*==========================================================================
section3
==========================================================================*/

.tel-area {
  border: 3px solid #949494;
  text-align: center;
  position: relative;
  margin-top: 40px;
  padding: 25px 0;
}

.tel-area h5 {
  font-size: 22px;
}

.tel-area strong {
  font-size: 54px;
  margin-top: 20px;
  display: block;
  letter-spacing: 4px;
}

.tel-area p {
  margin-top: 20px;
}

.tel-area img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.recruit-flow {
  margin-top: 35px;
}

.recruit-flow h5 {
  font-size: 18px;
}

.recruit-flow ul {
  margin-top: 8px;
}

.recruit-flow li {
  float: left;
  margin-left: 22px;
  width: 174px;
  text-align: center;
  padding-top: 6px;
}

.recruit-flow li:nth-of-type(1) {
  margin-left: 0;
}

.recruit-flow .clr1 {
  background-color: #bbd8ef;
}

.recruit-flow .clr2 {
  background-color: #d0e6da;
}

.recruit-flow .clr3 {
  background-color: #f8e1bf;
}

.recruit-flow .clr4 {
  background-color: #f4cdd6;
}

.recruit-flow .flow-text {
  padding: 30px 0;
  margin-top: 10px;
}

.recruit-flow li:nth-of-type(2) .flow-text {
  margin-top: 0;
}

.recruit-flow li:nth-of-type(3) .flow-text,
.recruit-flow li:nth-of-type(5) .flow-text {
  margin-top: 20px;
}

.recruit-flow .flow-number {
  font-size: 54px;
  background-color: #fff;
  width: 162px;
  margin: 0 auto;
  padding: 5px 0;
}

.recruit-flow .clr1 .flow-number {
  color: #bbd8ef;
}

.recruit-flow .clr2 .flow-number {
  color: #d0e6da;
}

.recruit-flow .clr3 .flow-number {
  color: #f8e1bf;
}

.recruit-flow .clr4 .flow-number {
  color: #f4cdd6;
}

.recruit-flow .flow-number span {
  font-size: 16px;
  vertical-align: middle;
}

.recruit-flow h6 {
  font-size: 18px;
  line-height: 27px;
}

.recruit-flow p {
  line-height: 21px;
}


/*==========================================================================
media
==========================================================================*/

@media screen and (max-width: 1095px) {
  #section1,
  #section2,
  #section3 {
    width: 1080px;
  }
}

@media screen and (max-width: 768px) {
  #section1,
  #section2,
  #section3 {
    width: auto;
  }
  #section1,
  #section2,
  #section3 {
    padding: 0 20px;
  }
  #page-link {
    display: none;
  }
  #recruit1,
  #recruit2,
  #recruit3 {
    margin-top: 60px;
  }
  #recruit1 {
    border: 2px solid #e4e4e4;
    padding: 20px;
    background: url(../img/recruit/sm-image1.jpg) no-repeat center;
    background-size: cover;
  }
  .recruit1-content {
    width: auto;
  }
  .content-detail {
    margin-top: 20px;
    padding: 28px 50px 60px;
  }
  .content-detail-text p {
    line-height: 23px;
  }
  .content-detail-text p:nth-last-of-type(1) {
    margin: 20px 0 0;
  }
  .img-list {
    margin-top: 30px;
  }
  .img-list li {
    width: 32%;
    margin-left: 2%;
  }
  .img-last-bg {
    margin-top: 20px;
  }
  .recruit2-detail-heading {
    line-height: 23px;
  }
  .recruit-list {
    margin-top: 15px;
  }
  .recruit-list article {
    margin-top: 5px;
  }
  .recruit-list .list-name {
    left: 0;
  }
  .recruit-list .list-value {
    margin-left: 110px;
  }
  .tel-area img {
    display: none;
  }
  .tel-area {
    margin-top: 20px;
    padding: 20px 0;
  }
  .tel-area h5 {
    font-size: 16px;
  }
  .tel-area strong {
    font-size: 41px;
    margin-top: 15px;
  }
  .tel-area p {
    margin-top: 15px;
  }
  .recruit-flow {
    margin-top: 25px;
  }
  .recruit-flow li {
    margin-left: 1.4%;
    width: 18.88%;
  }
  .recruit-flow .flow-number {
    width: auto;
    margin: 0 6px;
    font-size: 41px;
    padding: 3px 0;
  }
  .recruit-flow .flow-number span {
    display: none;
  }
  .recruit-flow .flow-text {
    padding: 22px 0;
  }
  .recruit-flow h6 {
    font-size: 14px;
    line-height: 21px;
  }
  .recruit-flow p {
    line-height: 16px;
  }
}

@media screen and (max-width: 691px) {
  .recruit-flow li {
    width: 23.95%;
  }
  .recruit-flow li:nth-of-type(5n+1) {
    margin-left: 1.4%;
  }
  .recruit-flow li:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .recruit-flow li:nth-of-type(5) {
    clear: both;
  }
  .recruit-flow li:nth-of-type(n+5) {
    margin-top: 1.4%;
  }
}

@media screen and (max-width: 672px) {
  .img-list li {
    width: 49%;
    margin-left: 2%;
  }
  .img-list li:nth-of-type(3) {
    margin-left: 0;
    clear: both;
    float: none;
  }
}

@media screen and (max-width: 614px) {
  .recruit-flow li {
    width: 32.4%;
  }
  .recruit-flow li:nth-of-type(4n+1) {
    margin-left: 1.4%;
  }
  .recruit-flow li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .recruit-flow li:nth-of-type(5) {
    clear: none;
  }
  .recruit-flow li:nth-of-type(4) {
    clear: both;
  }
  .recruit-flow li:nth-of-type(n+5) {
    margin-top: 0;
  }
  .recruit-flow li:nth-of-type(n+4) {
    margin-top: 1.4%;
  }
}

@media screen and (max-width: 576px) {
  #recruit1 .heading h3 {
    width: 195px;
  }
  .content-detail {
    padding: 30px 20px;
  }
  .recruit-list .list-name {
    left: auto;
    position: static;
  }
  .recruit-list .list-value {
    margin: 5px 0 0;
  }
}

@media screen and (max-width: 537px) {
  .recruit-flow li {
    width: 49.3%;
  }
  .recruit-flow li:nth-of-type(3n+1) {
    margin-left: 1.4%;
  }
  .recruit-flow li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .recruit-flow li:nth-of-type(4) {
    clear: none;
  }
  .recruit-flow li:nth-of-type(3) {
    clear: both;
  }
  .recruit-flow li:nth-of-type(n+4) {
    margin-top: 0;
  }
  .recruit-flow li:nth-of-type(n+3) {
    margin-top: 1.4%;
  }
}

@media screen and (max-width: 460px) {
  .img-list li {
    width: auto;
    margin: 10px 0 0;
    float: none;
  }
  .img-list li:nth-of-type(2) {
    margin-left: 0;
    clear: both;
  }
  .tel-area h5 {
    line-height: 23px;
  }
  .tel-area strong {
    font-size: 30px;
    letter-spacing: 3px;
  }
  .tel-area p {
    width: 170px;
    margin: 15px auto 0;
    line-height: 20px;
  }
  .br460 {
    display: block;
  }
  .recruit-flow li {
    width: auto;
    float: none;
    margin: 5px 0 0;
    padding: 0;
  }
  .recruit-flow li:nth-of-type(n+3) {
    margin-left: 0;
  }
  .recruit-flow li:nth-of-type(n+3) {
    margin-top: 5px;
  }
  .recruit-flow .auto-height {
    position: relative;
  }
  .recruit-flow .flow-number {
    width: 62px;
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 35px;
    padding: 1.5px 0;
  }
  .recruit-flow .flow-text {
    padding: 14.5px 0;
    margin: 0 0 0 80px;
    text-align: left;
  }
  .recruit-flow li:nth-of-type(2) .flow-text,
  .recruit-flow li:nth-of-type(4) .flow-text {
    padding: 6.5px 0;
  }
  .recruit-flow li:nth-of-type(3) .flow-text,
  .recruit-flow li:nth-of-type(5) .flow-text {
    padding: 14.5px 0;
    margin-top: 0;
  }
  .recruit-flow .flow-text br {
    display: none;
  }
  .recruit-flow .flow-text span {
    margin-left: 5px;
  }
}
