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

  Recruit CSS
  [LastUpDate:2017.10.20]

    - Category Title
    - Lead
    - Guidance
    - Entry Area

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

  Category Title

-----------------------------------------------------*/
#category-tit {
  background-image: url(../img/cmn_tit_bg.jpg);
}




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

  Lead

-----------------------------------------------------*/
.lead {
  margin-bottom: 70px;
  padding-bottom: 450px;
  background: url(../img/index_lead_bg.png) no-repeat center bottom;
  background-size: contain;
  text-align: center;
}

.lead h2 {
  margin-bottom: 30px;
  color: #2a84bf;
}

.lead p {
  margin-bottom: 25px;
}

.lead p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1160px) {
  .lead {
    padding-bottom: 35%;
  }
}

@media screen and (max-width: 769px) {
  .lead h2 , .lead p {
    padding: 0 10px;
  }
}

@media screen and (max-width: 479px) {
  .lead p {
    text-align: left;
  }
  .link-btn a span{
    text-align: center!important;
  }
}



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

  Guidance

-----------------------------------------------------*/
#guidance-area {
  background: #fafafa;
  line-height: 1.5;
}

#guidance-area .container div {
  padding: 0 20px;
}

#guidance-area h3 {
  margin-bottom: 25px;
  color: #2a84bf;
}

#guidance-area dt {
  margin: 25px 0 5px 0;
  color: #2a84bf;
  font-weight: 700;
}

#guidance-area dt:first-child {
  margin-top: 0;
}

#guidance-area dd , #guidance-area dd .list li {
  font-weight: 300;
}

#guidance-area dd {
  margin-bottom: 3px;
}

#guidance-area dd .list li {
  margin-bottom: 2px;
}

#guidance-area dd:last-child ,
#guidance-area dd .list li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 769px) {
  #guidance-area h3 {
    text-align: center;
  }
  #guidance-area .container div {
    padding: 0 10px;
  }

  #guidance-area .container .description ,
  #guidance-area .container .target {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-right: none;
    border-bottom: 1px solid#e7e7e7;
  }
}


#guidance-area .preparation {
  text-align: center;
  color: #2a84bf;
  line-height: 2;
}

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

  Entry Area

-----------------------------------------------------*/
.entry-area {
  padding-top: 100px;
  text-align: center;
}

.entry-area h3 {
  color: #2a84bf;
  margin-bottom: 10px;
}

.entry-area .address {
  margin-top: 40px;
  padding: 30px;
  border: 3px double #2a84bf;
}

.entry-area .address p {
  line-height: 1.6;
}

.entry-area .address dl {
  margin-top: 10px;
}

.entry-area .address dl dt,
.entry-area .address dl dd {
  display: inline-block;

}

.entry-area .address dl dt {
  margin-left: 1em;
}

@media screen and (max-width: 769px) {
  .entry-area .address {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .entry-area {
    padding-top: 60px;
  }
  .entry-area .address {
    margin-top: 20px;
    text-align: left;
    padding: 15px;
  }
  .entry-area .address dl {
    overflow: hidden;
  }
  .entry-area .address dl dt,
  .entry-area .address dl dd {
    display: block;
  }
  .entry-area .address dl dt {
    margin-left: 0;
    float: left;
    clear: left;
  }
}