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

	RECRUIT CSS

========================================== */
#recruit #contents {
  margin-bottom: 0;
}
#recruit #contents .heading-A {
  background: url("../images/heading.png") no-repeat;
}
#recruit #contents .appBtn {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.759);
  text-align: center;
  padding: 12px;
  margin: 36px calc(50% - 50vw) 0 !important;
  overflow: hidden;
  box-sizing: border-box !important;
  width: 100vw;
  max-width: 100vw;
}
#recruit #contents .appBtn p {
  margin-bottom: 0;
}
#recruit #contents .appBtn p a:hover {
  opacity: 0.7;
}
#recruit #contents .appBtn p.btn2 a {
  background-color: #492c0d;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 100px;
  border: 1px solid #492c0d;
  padding: 12px;
  text-align: center;
  width: 540px;
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto;
  text-decoration: none;
}

#recruit #contents .pageLink {
  margin: 40px auto;
}
#recruit #contents .pageLink ul {
  display: flex;
  justify-content: center;
  gap: 15px;
}
#recruit #contents .pageLink ul li {
  flex: 1;
}
#recruit #contents .pageLink ul li a {
  display: block;
  border: solid 1px #492c0d;
  padding: 15px;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-radius: 4px;
}
#recruit #contents .pageLink ul li a:hover, #recruit #contents .pageLink ul li a.current {
  background: #492c0d;
  color: #fff;
  font-weight: bold;
}
#recruit #contents .pageLink ul li a:after {
  content: "";
  top: 50%;
  right: 12px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #492c0d;
  border-right: 1px solid #492c0d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
#recruit #contents .pageLink ul li a:hover:after {
  border-color: #fff;
}
#recruit #contents .pageLink ul li a.current:hover:after {
  display: none;
}
#recruit #contents .pageLink ul li a.app {
  background: #fff;
  border-color: #db0011;
  margin-left: 1em;
}
#recruit #contents .pageLink ul li a.app:after {
  border-color: #db0011;
}
#recruit #contents .pageLink ul li a.app img {
  height: 1em;
}
#recruit #contents .heading-D {
  margin: 20px 0 10px;
}
#recruit #contents .heading-D h5 {
  border-left: solid 2px #B5B6B6;
  padding-left: 0.6em;
  font-size: 16px;
}
#recruit #contents .profile {
  margin-bottom: 100px;
}
#recruit #contents .profile .profHead {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  background: #fff;
  margin: 0 -40px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 2px 2px rgba(26, 65, 99, 0.06);
}
#recruit #contents .profile .profHead .profileHead_txt {
  flex: 1;
  padding: 0 40px;
}
#recruit #contents .profile .profHead .profileHead_txt .tit {
  font-size: 20px;
  line-height: 1.5;
}
#recruit #contents .profile .profHead .profileHead_txt .tit.large {
  font-size: 26px;
}
#recruit #contents .profile .profHead .profileHead_txt .comp {
  margin-bottom: 0;
  margin-top: 10px;
}
#recruit #contents .profile .profHead .profileHead_txt .name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
#recruit #contents .profile .profHead .profileHead_Image {
  width: 250px;
  height: auto;
  overflow: hidden;
  aspect-ratio: 4/3;
}
#recruit #contents .profile .profHead .profileHead_Image img {
  width: 250px;
  height: 100%;
  min-height: 188px;
  object-fit: cover;
}
#recruit #contents .profile .profHead .profileHead_Image.large {
  width: 340px;
  max-height: 255px;
  min-height: 255px;
}
#recruit #contents .profile .profHead .profileHead_Image.large img {
  width: 340px;
  height: 100%;
}
#recruit #contents .profile .profileTxt h3 {
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.4;
  margin-top: 30px;
}
#recruit #contents .profile .profileTxt .fl-imgLeft {
  margin-right: 20px !important;
}
#recruit #contents .profile .profileTxt.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#recruit #contents .profile .profileTxt.flex .block {
  width: 48%;
}
#recruit #contents .profile .profileTxt .timeline {
  background: rgba(255, 255, 255, 0.79);
  border-radius: 8px;
  padding-bottom: 20px;
}
#recruit #contents .profile .profileTxt .timeline h3 {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 14px 20px;
  border-bottom: solid 1px #F0EFDF;
}
#recruit #contents .profile .profileTxt .timeline h3 img {
  width: 16px;
  margin-right: 6px;
}
#recruit #contents .profile .profileTxt .timeline h4 {
  font-size: 14px;
  border-left: solid 2px #B5B6B6;
  padding: 0 0.6em;
  margin: 20px 20px 10px;
}
#recruit #contents .profile .profileTxt .timeline dl {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 20px;
  margin-left: 16px;
}
#recruit #contents .profile .profileTxt .timeline dl dt {
  font-weight: bold;
  line-height: 1.4;
}
#recruit #contents .profile .profileTxt .timeline dl dd {
  flex: 1;
  line-height: 1.4;
}

/*# sourceMappingURL=recruit.css.map */
