@charset "UTF-8";

/* ==========================================================

  BLD Group Recruit PC Styles

========================================================== */

/* Page Header
---------------------------------------------------------- */
.page-header { margin: 0 0 180px; }
.page-header > div:last-of-type figure { height: 480px; }
.page-header > div:last-of-type dl { margin: 40px 0 0; }
.page-header > div:last-of-type dl dt {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin: 0 0 15px;
}
.page-header > div:last-of-type dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.15em;
}

/* Anchor Link
---------------------------------------------------------- */
.anchor-unit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 180px;
}
.anchor-unit a.link-next { margin: 0 40px; }
.anchor-unit a.link-next span::after {
  content: url(../common/images/arrow_90.png);
}

/* 募集要項
---------------------------------------------------------- */
.section { margin: 0 0 170px; }
.app-require {
  position: relative;
  width: 100%;
}
.app-require > figure {
  position: relative;
  overflow: hidden;
}
.app-require > figure img {
  width: 100%;
  height: auto;
}
.app-require > figure figcaption {
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  width: 50%;
  height: 100px;
  display: inline-block;
}
.app-require > figure figcaption span {
  position: absolute;
  bottom: 0;
  font-size: 46px;
  font-size: 4.6rem;
  letter-spacing: 0.15em;
  line-height: 1.0;
}
.app-require > figure figcaption span small { font-size: 0.652173913em; }
.app-summary {
  padding: 0 14%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 120px 0 100px;
}
.app-summary > p { width: 35.1851851%; }
.app-summary > p img {
  width: 100%;
  height: auto;
}
.app-summary > table {
  width: 58.888888%;
  border-top: solid 1px #f0f2f3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.15em;
}
.app-summary > table th {
  display: block;
  text-align: left;
  padding: 30px 0 8px;
}
.app-summary > table td {
  display: block;
  padding: 8px 0 30px;
  border-bottom: solid 1px #f0f2f3;
}
.entry-btn {
  width: 480px;
  height: 68px;
  line-height: 68px;
  background-color: #2c2c2c;
  border: solid 1px #818181;
  text-align: center;
  margin: 0 auto;
}
.entry-btn a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s;
}
.app-summary > table tfoot { display: none; }
.entry-btn img { margin: 0 20px 0 0; }
.entry-btn span {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
.entry-btn a:hover { background: rgba(255,255,255); }
.entry-btn a:hover span { color: #656565; }

/* 不動産事業 */
#estate > figure { padding: 0 25.333333% 0 0; }
#estate > figure figcaption { right: 0; }
#estate > figure figcaption span { left: 70px; }

/* 飲食事業 */
#restaurant { margin: 250px 0 0; }
#restaurant > figure { padding: 0 0 0 25.333333%; }
#restaurant > figure figcaption { left: 0; }
#restaurant > figure figcaption span { left: 28%; }
#restaurant .app-summary { flex-direction: row-reverse; }