@charset "UTF-8";

/*****************************
recruit-flow-sec
*****************************/
.flowbox {
  margin-top: 3rem;
}
.flowbox li {
  width: calc(100% / 3);
}
.flowbox dl {
  background: #ead5b1;
  color: #fff;
  padding: 2rem;
  height: 100%;
  width: 100%;
}
.flowbox dt {
  border-bottom: 1px dotted #fff;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.flowbox li:nth-of-type(2) dl {
  background: #d6bd8e;
}
.flowbox li:nth-of-type(3) dl {
  background: #C3AC80;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .flowbox {
    gap: 1rem;
  }
  .flowbox li {
    width: 100%;
  }
  .flowbox dt {
    font-size: 1.8rem;
    margin-bottom: .5rem;
    text-align: left;
  }
}

/*****************************
recruit-guide-sec
*****************************/
.recruit-guide-sec {
  background: #f5f5f5;
}
.recruit-guide-sec .guidebox {
  background: #fff;
  box-shadow: 2px 2px #ccc;
  padding: 4rem;
}
.recruit-guide-sec .ttlbox3 .ttl {
  border-bottom: 2px solid #ccc;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  position: relative;
}
.recruit-guide-sec .ttlbox3 .ttl::after {
  background: #C3AC80;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 20%;
}
.recruit-guide-sec .guidebox dt,
.recruit-guide-sec .guidebox dd {
  padding: 2rem;
}
.recruit-guide-sec .guidebox dt {
  width: 200px;
}
.recruit-guide-sec .guidebox dd {
  width: calc(100% - 200px);
}
.recruit-guide-sec .guidebox .flexbox1:nth-child(even) {
  background: #f5f5f5;
}
.recruit-guide-sec .txtbox {
  background: #fff;
  padding: 2rem;
}
.recruit-guide-sec .morebtn1 {
  margin-top: 5rem;
}
.recruit-guide-sec .morebtn1 a {
  text-align: left;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .recruit-guide-sec .guidebox {
    padding: 2rem;
  }
  .recruit-guide-sec .ttlbox3 .ttl {
    font-size: 1.8rem;
  }
  .recruit-guide-sec .guidebox .flexbox1:nth-child(even) {
    background: initial;
  }
  .recruit-guide-sec .guidebox dt,
  .recruit-guide-sec .guidebox dd {
    padding: 1rem;
  }
  .recruit-guide-sec .guidebox dt {
    background: #f5f5f5;
    width: 100%;
  }
  .recruit-guide-sec .guidebox dd {
    width: 100%;
  }
}