@charset "utf-8";

#recruit-message {
  padding: 20px 0;
  background-color: #2860ac;
}


#recruit-message .img_box {
  padding: 10px 5px;
}

#recruit-message img {
  border-radius:12px;
  opacity: 0.80;
}

#recruit-message .photo-group  {
  display: inline-block;
  position: relative;/*相対配置*/
  padding: 0;
}

#recruit-message .philosophy {

  color: white;
  font-weight: bold;
  /* font-family: 'Noto Serif JP'; */
  font-size: 48px;
  line-height: 1.3em;
  position: absolute;
  bottom: 30px;
  right: 20px;
}


@media (max-width: 767px) {
  #recruit-message .philosophy {
    font-size:24px;
    bottom: 15px;
    right: 10px;
  }
}



#recruit-message .content {
  padding: 20px 10px 20px 10px;

  font-size: 18px;
  line-height: 1.6em;
  font-weight: normal;
  color: #fff;
}
@media (max-width: 767px) {
  #recruit-message .content {
    font-size: 16px;
    line-height: 1.4em;
  }
}




#recruit-workflow {
  /* padding: 0px 0 30px 0; */
  /* margin-bottom: 50px; */
  /* padding-bottom: 30px; */

  background-color: #fff;
}

#recruit-workflow .flow {
  margin: 5px 5px 10px 5px;
  text-align: center;
  opacity: 0; 
}
@media (max-width: 767px) {
  #recruit-workflow .flow {
    margin: 5px 5px 10px 5px;
  }
}
#recruit-workflow .flow img {
  max-height: 750px;
}


#recruit-workflow .point {
  font-size:36px;
  font-weight: bold;
  margin: 20px 10px 20px 10px;
  text-align: center;
}

#recruit-workflow .point p {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  #recruit-workflow .point p {
    font-size:16px;
  }
}







#recruit-requirements {
  padding: 20px 0 30px 0;
  /* margin-bottom: 50px; */
  /* padding-bottom: 30px; */

  background-color: #2860ac;

  color: #fff;
}



#recruit-requirements table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  unicode-bidi: isolate;
  border-spacing: 2px;
  border-color: #50A1E6;
}



#recruit-requirements .recruiting {
  width: 98%;
  margin: 40px auto 50px
}

@media (max-width: 767px) {
  #recruit-requirements .recruiting {
      margin:40px auto 40px
  }
}

#recruit-requirements .recruiting table tr th,
.recruiting table tr td {
  display:table-cell;
  font-size: 20px;
}

@media (max-width: 767px) {
  #recruit-requirements .recruiting table tr th,.recruiting table tr td {
    display: block;
  }
}

#recruit-requirements .recruiting table tr th {
  width: 240px;
  padding-bottom: 40px;
  vertical-align: top;
}

@media (max-width: 767px) {
  #recruit-requirements .recruiting table tr th {
      padding-bottom:20px;
  }
}

#recruit-requirements .recruiting table tr th .item {
  position: relative;
}

#recruit-requirements .recruiting table tr th h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  padding-left: 20px;
}

@media (max-width: 767px) {
  #recruit-requirements .recruiting table tr th h3 {
      font-size:18px;
  }
}

#recruit-requirements .recruiting table tr th .border {
  background-color: #9ec8f3;
  width: 200px;
  height: 14px;
  position: absolute;
  top: 16px;
  z-index: -0;
  border-radius: 7px;
  opacity: 0.5;
}

#recruit-requirements .recruiting table tr td {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6em;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  #recruit-requirements .recruiting table tr td {
      font-size:18px;
  }
}

#recruit-requirements .recruiting table tr td a {
  color: #bce2e8;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

#recruit-requirements .recruiting table tr td a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #bce2e8;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

#recruit-requirements .recruiting table tr td a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

#recruit-requirements .recruiting table tr td ul {
  margin-bottom: 20px;
}

#recruit-requirements .recruiting table tr td ul li {
  font-size: 20px;
}













