@charset "UTF-8";
/* CSS Document */

#under_eyecatch {
  background-image: url("/assets/image/recruit/bg-eyecatch.jpg");
  background-position: center;
  background-size: cover;
  min-height: 160px;
}
#under_eyecatch h3 {
  line-height: 1.5;
}
#under_eyecatch .eyecatch-box {
  bottom: -10%;
  left: 0;
  right:0;
}

.everyone-bg {
  position: relative;
  background: #f2f2ed;
}
.nav-item {
  color: #000;
  font-size: 12px;
  border-bottom: 3px solid #c9c423;
  border-radius: 3px 3px 0 0; 
}
.maker-white {
  background:linear-gradient(transparent 60%, white 60%);
}
#message {
  background-image: url(/assets/image/recruit/message-bg-smp.jpg);
  background-position: center;
}
#flow .List-Item-Content {
  background: #F2F2ED;
}
#flow .fs-30 { font-size: 30px;}
#flow .balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: white;
  font-size: 16px;
  background: #0A4F90;
}
#flow .balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #0A4F90;
}
#flow .balloon p {
  margin: 0;
  padding: 0;
}


#flow .balloon-top {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 85px;
  max-width: 60%;
  font-size: 16px;
  color: white;
  background: #0A4F90;
  margin: 0 auto 1.5rem;
}

#flow .balloon-top:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid  #0A4F90;
}







#flow .border-bottom {
  border-bottom: solid #999 1px!important;
}


.nav-item a {
  height: 50px;
  line-height: 35px;
}
.tab-content {
  background-color: #fff;
}
.tab-title {
  font-size: 1.2rem;
  border-bottom: solid #7b785e 2px;
}
.recruit_pict {
  width: 27px;
}
tr {
  display: block;
  padding: 16px 0;
  border-bottom: solid #666 1px;
}
th,td {
  display: block;
  font-size: .9rem;
  line-height: 1.7rem;
}
th {
  color: #a39f1c;
  font-weight: bold;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background: linear-gradient(to bottom, #d6d621 0%,#d6d621 49%,#c9c423 53%,#D4CF5E 110%);
  border: none;
}
.nav-tabs .nav-link:hover { 
  border: none;
}


@media(min-width:768px) {
  #under_eyecatch {
    min-height: 234px;
  }


  #message {
    background-image: url(/assets/image/recruit/message-bg.jpg);
    background-position: center;
  }
  .recruit-img {
    position: absolute;
    width: 36%;
    top: -34%;
    right: 5%;
  }
  .nav-item {
    font-size: 1rem;
  }
  tr {
    display: flex;
  }
  th,td {
    font-size: 1rem;
  }
  th {
    width: 20%;
    color: #444;
    font-weight: normal;
  }
  td {
    width: 80%;
  }


  #flow .step {
  line-height: 1;
  }


  #flow .Inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
  #flow .List-Item {
    width: 100%;
  }
  #flow .List-Item:nth-of-type(1) {
    border-top: 0;
  }
  #flow .List-Item-Content {
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 1100px;
    align-items: center;
  }
  #flow .List-Item-Content.one {
    padding-top: 0;
  }
  #flow .List-Item-Content-Number {
    position: relative;
    margin-right: 40px;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    line-height: 200px;
  }
  #flow .List-Item-Content-Number-Line {
    position: absolute;
    top: -14%;
    left: 10%;
    transform: translate(-50%,-50%);
    width: 4px;
    height: 260px;
    background: #D7D44C;
    z-index: -1;
  }
  #flow img {
    z-index: 10;
    position: relative;
  }
}








