.orange {
  color: #f6b37f; }

html {
  width: 100%;
  height: 100%; }

body {
  font-size: inherit;
  overflow: hidden;
  width: 100%; }

button, label, a {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none; }

.banner {
  position: relative; }
  .banner .text {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    text-align: right; }
    .banner .text p:nth-of-type(1) {
      color: #fff;
      font-size: 1.4rem; }
    .banner .text p:nth-of-type(2) {
      color: #fff;
      font-size: 2rem; }
    .banner .text p:nth-of-type(3) {
      color: #f6b37f;
      font-size: 1.8rem; }
    .banner .text a {
      color: #fff;
      font-size: 1.2rem;
      border: 1px solid #fff;
      display: inline-block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 1.2rem;
      width: 6rem;
      height: 2.4rem;
      line-height: 2.4rem;
      text-align: center;
      margin: 1rem 0.5rem; }
      .banner .text a:hover, .banner .text a:active {
        background: #f6b37f;
        color: #fff; }

.section1 {
  width: 90%;
  padding-left: 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .section1 .title {
    text-align: center;
    font-size: 2rem;
    margin: 3rem 0; }
  .section1 > div {
    width: 100%; }
    .section1 > div img {
      float: right;
      width: 50%;
      margin-left: 4rem;
      margin-bottom: 3rem; }
    .section1 > div h6 {
      font-size: 1.5rem;
      color: #608283;
      margin: 1rem 0; }
    .section1 > div p {
      font-size: 1rem;
      margin-bottom: 3rem; }

.section2 {
  background: #f2f2f2;
  position: relative;
  margin-top: 8rem;
  padding-left: 5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .section2:after {
    display: block;
    content: '';
    clear: both; }
  .section2 .title {
    position: absolute;
    top: 0;
    left: 0;
    background: #f5c15a;
    color: #fff;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 2.5rem;
    padding: 0.5rem 1rem 0.5rem 5rem;
    font-weight: normal; }
  .section2 h3 {
    font-size: 3rem;
    color: #608283; }
  .section2 img {
    width: 8rem;
    vertical-align: top; }
  .section2 .a {
    text-align: right; }
  .section2 .b {
    text-align: left; }
  .section2 .c {
    text-align: right; }
  .section2 .a, .section2 .b, .section2 .c {
    vertical-align: top;
    margin: 5rem 0; }
    .section2 .a > div, .section2 .b > div, .section2 .c > div {
      display: inline-block;
      width: 40%;
      text-align: left; }
      .section2 .a > div h6, .section2 .b > div h6, .section2 .c > div h6 {
        font-size: 2rem;
        color: #608283;
        margin: 0 0 1rem; }

.section3 {
  padding: 0 10rem 0 5rem; }
  .section3 h3 {
    font-size: 2.5rem;
    color: #608283;
    margin: 4rem 0 0; }
  .section3 ul li > .title {
    background: #f6b37f;
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    margin-top: 4rem; }
  .section3 ul li .text {
    padding: 0 1rem; }
    .section3 ul li .text p {
      color: #608283;
      font-size: 1.2rem; }
  .section3 .note {
    margin-top: 6rem;
    color: #f6b37f;
    padding: 0 1rem; }
    .section3 .note .title {
      font-size: 1.6rem;
      font-weight: bold; }
    .section3 .note p {
      font-size: 1.1em; }
  .section3 .more {
    margin-top: 6rem;
    padding: 0 1rem;
    overflow: hidden; }
    .section3 .more .left {
      float: left; }
    .section3 .more .right {
      float: right; }
    .section3 .more .left, .section3 .more .right {
      width: 45%; }
      .section3 .more .left .title, .section3 .more .right .title {
        background: #f6b37f;
        color: #fff;
        margin-bottom: 0.5rem;
        font-size: 1.5rem;
        padding: 0.5rem 1rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .section3 .more .left ul, .section3 .more .left ol, .section3 .more .right ul, .section3 .more .right ol {
        background: #608283;
        color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0.5rem 1rem; }
      .section3 .more .left ul, .section3 .more .right ul {
        line-height: 2; }
      .section3 .more .left ol, .section3 .more .right ol {
        line-height: 1.5;
        padding-left: 2rem; }
        .section3 .more .left ol li, .section3 .more .right ol li {
          list-style: decimal;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .section3 .schedule {
    padding: 0 1rem; }
    .section3 .schedule h3 {
      color: #f6b37f;
      font-size: 2rem; }
    .section3 .schedule h6 {
      font-size: 1rem;
      color: #fff;
      background: #608283;
      display: inline-block;
      padding: 0.2rem; }
    .section3 .schedule p {
      font-size: 1rem;
      color: #608283;
      margin-bottom: 1rem; }

.apply {
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-align: center; }
  .apply a {
    background-color: transparent;
    display: inline-block;
    border: 1px solid #f6b37f;
    color: #f6b37f;
    width: 16rem;
    height: 5rem;
    line-height: 5rem;
    border-radius: 2.5rem;
    font-size: 2.5rem; }
    .apply a:hover, .apply a:active {
      background: #f6b37f;
      color: #fff; }

footer {
  background: #f6b37f;
  text-align: center;
  padding-top: 1rem; }
  footer p {
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 5rem; }

.container {
  max-width: 1000px; }

@media only screen and (max-width: 768px) {
  .container {
    width: 100%; }
  .banner .text {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
  .section1 {
    padding-left: 0;
    margin: 0 auto;
    width: 80%; }
    .section1 img {
      display: none; }
  .section2 {
    text-align: center;
    padding-left: 0; }
    .section2 .title {
      width: 40%;
      padding: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: #f6b37f; }
    .section2 h3 {
      color: #f6b37f; }
    .section2 .a, .section2 .b, .section2 .c {
      text-align: center;
      width: 95%;
      margin: 0 auto; }
      .section2 .a img, .section2 .b img, .section2 .c img {
        display: block;
        margin: 0 auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
        -webkit-filter: grayscale(0.5); }
      .section2 .a > div, .section2 .b > div, .section2 .c > div {
        width: 70%;
        text-align: center;
        margin-bottom: 2rem; }
        .section2 .a > div h6, .section2 .b > div h6, .section2 .c > div h6 {
          font-weight: normal; }
    .section2 .a, .section2 .b {
      border-bottom: 1px solid #ccc; }
  .section3 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 80%;
    margin: 0 auto; }
    .section3 h3 {
      padding-left: 0;
      display: inline-block; }
    .section3 > ul > li {
      text-align: left;
      padding-left: 3rem;
      position: relative;
      padding-top: 0;
      margin-top: 3rem; }
      .section3 > ul > li:before {
        content: '';
        display: block;
        width: 1rem;
        height: 100%;
        background: #f6b37f;
        position: absolute;
        left: 0;
        top: 0; }
      .section3 > ul > li .title {
        background: transparent;
        color: #f6b37f;
        padding-top: 0;
        margin-top: 0; }
    .section3 .more {
      width: 80%;
      margin: 4rem auto 0; }
      .section3 .more .left, .section3 .more .right {
        width: 100%;
        text-align: left; }
    .section3 .schedule h3 {
      display: block;
      margin: 4rem auto 0;
      text-align: center; }
    .section3 .schedule h6 {
      margin-top: 1rem; }
    .section3 .schedule p {
      text-align: left; }
  footer {
    padding-top: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left; }
    footer .container {
      width: 80%;
      margin: 0 auto; }
    footer p {
      display: block;
      line-height: 1.7rem; } }

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