/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
	pageHeader
+++++++++++++++++++++++++++++++++++++++++++ */
.pageHeader {
  flex-direction: column;
  justify-content: flex-start;
  gap: 60px;
  margin-bottom: 70px;
}
.pageHeader hgroup p::first-letter {
  color: #FFA600;
}
.pageHeader .pageNav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 40px;
  justify-content: flex-start;
}
.pageHeader .pageNav li {
  border-bottom: #D9D9D9 1px solid;
}
.pageHeader .pageNav li a {
  text-decoration: none;
}
.pageHeader .pageNav li a i {
  color: #FFB003;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	prof
+++++++++++++++++++++++++++++++++++++++++++ */
article {
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  article {
    margin: 50px 0;
  }
}
article hgroup {
  width: max-content;
  margin: 0 0 60px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  article hgroup {
    margin-bottom: 30px;
  }
}
article hgroup h2 {
  font-size: 4.8rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  article hgroup h2 {
    font-size: 9.6vw;
  }
}
article hgroup h2::first-letter {
  font-size: 9.6rem;
  color: #FFB003;
}
@media screen and (max-width: 767px) {
  article hgroup h2::first-letter {
    font-size: 18vw;
  }
}
article hgroup p {
  color: #FFB003;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  position: absolute;
  top: 15px;
  right: 0;
}
@media screen and (max-width: 767px) {
  article hgroup p {
    font-size: 4.8vw;
    top: 2vw;
  }
}
article h3 {
  margin: 0 0 20px;
  padding: 0 0 0 50px;
  font-size: 2.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  article h3 {
    font-size: 4.8vw;
  }
}
article h3::before {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  background: #FFB003;
  position: absolute;
  top: 22px;
  left: 0;
}
@media screen and (max-width: 767px) {
  article h3::before {
    top: 4vw;
  }
}
article section {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  article section {
    margin: 40px 0;
  }
}
article .flex {
  gap: 60px;
}
@media screen and (max-width: 767px) {
  article .flex {
    gap: 30px;
  }
}
article .aboutBnrLink li {
  margin: 0 0 20px;
  text-align: center;
}
article .aboutBnrLink li a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 230px;
  height: 70px;
  border: #D2D2D2 2px solid;
  border-radius: 10px;
  line-height: 1.4;
  font-size: 1.4rem;
  text-decoration: none;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  article .aboutBnrLink li a {
    margin: 0 auto;
  }
}
article .aboutBnrLink li a:hover {
  opacity: 0.7;
}
article .aboutBnrLink li a strong {
  color: #FFA600;
}
.fileList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.fileList li {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 205px;
  height: 79px;
  border-radius: 10px;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
  background: #FFEFD2;
}
@media screen and (max-width: 767px) {
  .fileList li {
    width: calc(50% - 9px);
    font-size: 4.4vw;
  }
}
.flowList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 76px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .flowList {
    flex-direction: column;
  }
}
.flowList li {
  text-align: center;
  position: relative;
}
.flowList li:not(:last-child)::before {
  content: url(../../../job/recruitment/img/arrow-right-long.png);
  position: absolute;
  top: 92px;
  right: -56px;
}
@media screen and (max-width: 767px) {
  .flowList li:not(:last-child)::before {
    margin: auto;
    top: auto;
    right: 0;
    left: 0;
    bottom: -60px;
    text-align: center;
    transform: rotate(90deg);
  }
}
.flowList li figure {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  align-items: center;
  width: 218px;
  height: 218px;
  margin: 0 auto 8px;
  border: #E4E4E4 2px solid;
  border-radius: 20px;
}
.flowList li p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .flowList li p {
    font-size: 3.6vw;
  }
}
.btn a {
  max-width: none;
  width: 354px;
  background: #FFA600;
}
@media screen and (max-width: 767px) {
  .btn a {
    width: 100%;
  }
}
.btn a::after {
  right: 14px;
}
.recruitmentTable {
  max-width: 854px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruitmentTable {
    display: block;
  }
  .recruitmentTable tbody,
  .recruitmentTable thead,
  .recruitmentTable tr,
  .recruitmentTable th,
  .recruitmentTable td {
    display: block;
  }
}
.recruitmentTable th {
  width: 175px;
  padding: 22px;
  font-weight: 500;
  text-align: left;
  background: none;
  color: #554B39;
  border: none;
  border-bottom: #FFA600 2px solid;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .recruitmentTable th {
    width: 100%;
    padding: 0 10px 0 10px;
    border: none;
    font-size: 4vw;
    font-weight: bold;
  }
}
.recruitmentTable td {
  padding: 22px 26px;
  text-align: left;
  border: none;
  border-bottom: #E5E5E5 2px solid;
}
@media screen and (max-width: 767px) {
  .recruitmentTable td {
    margin: 0 0 15px;
    padding: 0 10px 15px;
  }
}
