@charset "UTF-8";
/* CSS Document */
#ul-header {
  background-image: url("../img/recruit-header.jpg"); }

section {
  margin-bottom: 10rem; }
  @media screen and (max-width: 991px) {
    section {
      margin-bottom: 8rem; } }
  @media screen and (max-width: 575px) {
    section {
      margin-bottom: 6rem; } }
  section ul {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    margin-top: 2rem; }
    @media screen and (max-width: 575px) {
      section ul {
        display: block; } }
    section ul::after {
      content: "など"; }
    section ul li {
      margin-right: 2em; }
      section ul li:last-of-type {
        margin-right: 1em; }
        @media screen and (max-width: 575px) {
          section ul li:last-of-type {
            display: inline-block; } }
      section ul li::before {
        content: "";
        font-family: "Font Awesome 5 Free";
        content: "\f0da";
        font-weight: 900;
        padding: 0 0.5rem;
        color: #daa020; }
  section h2 {
    font-family: 'Oleo Script', cursive;
    font-size: 40px;
    font-size: 4rem;
    color: #5e3819;
    text-align: center;
    margin-bottom: 3rem; }
    @media screen and (max-width: 767px) {
      section h2 {
        font-size: 36px;
        font-size: 3.6rem; } }
    section h2 span {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
      font-family: "YuGothicPr6NM", "游ゴシック", "Yu Gothic", YuGothic;
      font-family: 'Noto Sans JP';
      font-weight: normal;
      display: block;
      color: #000;
      font-size: 14px;
      font-size: 1.4rem; }

.preface {
  width: 65%;
  margin: 0 auto; }
  @media screen and (max-width: 1199px) {
    .preface {
      width: 80%; } }
  @media screen and (max-width: 991px) {
    .preface {
      width: 90%; } }
  @media screen and (max-width: 767px) {
    .preface {
      width: 95%; } }
  .preface p {
    text-align: center;
    margin-bottom: 6rem; }
    @media screen and (max-width: 767px) {
      .preface p {
        margin-bottom: 4rem; } }
    @media screen and (max-width: 575px) {
      .preface p {
        text-align: justify; } }
    .preface p:first-of-type {
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: bold;
      margin-bottom: 4rem;
      line-height: 1.4;
      color: #5e3819; }
      @media screen and (max-width: 767px) {
        .preface p:first-of-type {
          font-size: 20px;
          font-size: 2rem;
          margin-bottom: 3rem; } }
  .preface h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-size: 2.2rem;
    color: #daa020;
    padding: 0 2rem; }
    @media screen and (max-width: 767px) {
      .preface h4 {
        font-size: 20px;
        font-size: 2rem;
        padding: 0; } }
    .preface h4::before {
      content: "";
      flex-grow: 1;
      border-top: 1px solid #daa020;
      margin-right: 1em; }
    .preface h4::after {
      content: "";
      flex-grow: 1;
      border-top: 1px solid #daa020;
      margin-left: 1em; }

#description .key-img {
  position: relative;
  margin-bottom: 6rem; }
  #description .key-img img {
    height: 260px;
    object-fit: cover; }
    @media screen and (max-width: 991px) {
      #description .key-img img {
        height: 210px; } }
    @media screen and (max-width: 767px) {
      #description .key-img img {
        height: 170px; } }
  #description .key-img h3 {
    position: absolute;
    bottom: 0;
    left: 8%;
    display: block;
    background-color: #daa020;
    color: #fff;
    margin-bottom: 0;
    padding: 0.5rem 0.5em;
    font-size: 28px;
    font-size: 2.8rem; }
    @media screen and (max-width: 991px) {
      #description .key-img h3 {
        left: 5%; } }
    @media screen and (max-width: 767px) {
      #description .key-img h3 {
        font-size: 26px;
        font-size: 2.6rem; } }
  #description .key-img p {
    position: absolute;
    background-color: #daa020;
    color: #fff;
    left: 8%;
    padding: 0 1em;
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (max-width: 991px) {
      #description .key-img p {
        left: 5%; } }
    @media screen and (max-width: 767px) {
      #description .key-img p {
        font-size: 15px;
        font-size: 1.5rem; } }
#description .preface {
  width: 100%; }
  #description .preface div {
    width: 65%;
    margin: 0 auto; }
    @media screen and (max-width: 1199px) {
      #description .preface div {
        width: 80%; } }
    @media screen and (max-width: 991px) {
      #description .preface div {
        width: 90%; } }
    @media screen and (max-width: 767px) {
      #description .preface div {
        width: 95%; } }
  #description .preface ul {
    padding: 0 5rem; }
    @media screen and (max-width: 991px) {
      #description .preface ul {
        padding: 0 2rem; } }
    @media screen and (max-width: 767px) {
      #description .preface ul {
        padding: 0; } }
    #description .preface ul::after {
      content: none; }
    #description .preface ul li {
      margin: 0; }

#guideline {
  background-color: #f2f2f3; }
  #guideline .container {
    padding: 6rem 0; }
    #guideline .container h2 {
      margin-bottom: 6rem; }
      @media screen and (max-width: 767px) {
        #guideline .container h2 {
          margin-bottom: 4rem; } }
    #guideline .container div {
      width: 65%;
      margin: 0 auto; }
      @media screen and (max-width: 1199px) {
        #guideline .container div {
          width: 80%; } }
      @media screen and (max-width: 767px) {
        #guideline .container div {
          width: 95%; } }
      #guideline .container div h3 {
        font-size: 28px;
        font-size: 2.8rem;
        color: #daa020; }
        @media screen and (max-width: 991px) {
          #guideline .container div h3 {
            font-size: 25px;
            font-size: 2.5rem; } }
        #guideline .container div h3::before {
          content: "";
          font-family: "Font Awesome 5 Free";
          content: "\f0da";
          font-weight: 900;
          padding-right: 1rem;
          color: #daa020; }
      #guideline .container div table {
        width: 100%;
        margin-bottom: 6rem; }
        @media screen and (max-width: 767px) {
          #guideline .container div table:last-of-type {
            margin-bottom: 2rem; } }
        #guideline .container div table tr {
          border-bottom: solid 1px #bababa; }
          #guideline .container div table tr th {
            width: 20%;
            font-weight: 500;
            vertical-align: top;
            padding: 1em 0;
            letter-spacing: 0.08em; }
            @media screen and (max-width: 1199px) {
              #guideline .container div table tr th {
                padding: 1.5rem 0; } }
            @media screen and (max-width: 991px) {
              #guideline .container div table tr th {
                padding: 1rem 0; } }
            @media screen and (max-width: 575px) {
              #guideline .container div table tr th {
                display: block;
                padding-bottom: 0; } }
          #guideline .container div table tr td {
            width: 80%;
            padding: 1em 0;
            letter-spacing: 0.08em; }
            @media screen and (max-width: 1199px) {
              #guideline .container div table tr td {
                padding: 1.5rem 0; } }
            @media screen and (max-width: 991px) {
              #guideline .container div table tr td {
                padding: 1rem 0;
                font-size: 14px;
                font-size: 1.4rem;
                line-height: 1.8; } }
            @media screen and (max-width: 575px) {
              #guideline .container div table tr td {
                display: block;
                padding-top: 0;
                width: 100%;
                line-height: 1.6;
                padding-left: 1em; } }

#voice .container {
  width: 75%;
  margin: 0 auto; }
  @media screen and (max-width: 1399px) {
    #voice .container {
      width: 85%; } }
  @media screen and (max-width: 1199px) {
    #voice .container {
      width: 90%; } }
  #voice .container img {
    width: 100%;
    padding-right: 2rem; }
    @media screen and (max-width: 1199px) {
      #voice .container img {
        padding-right: 0; } }
    @media screen and (max-width: 767px) {
      #voice .container img {
        width: 60%;
        margin-bottom: 2rem; } }
    @media screen and (max-width: 575px) {
      #voice .container img {
        width: 100%;
        margin-bottom: 2rem; } }
  #voice .container p {
    color: #5e3819;
    font-weight: bold;
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 2rem; }
    #voice .container p span:first-of-type {
      display: block;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: normal; }
    #voice .container p span:last-of-type {
      font-size: 60%; }
  #voice .container dl dt {
    color: #daa020; }
  #voice .container dl dd {
    text-align: justify;
    margin-bottom: 2rem; }
  #voice .container > div:last-of-type {
    margin-top: 10rem;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #voice .container > div:last-of-type {
        margin-top: 6rem; } }
    @media screen and (max-width: 575px) {
      #voice .container > div:last-of-type {
        margin-top: 4rem; } }
    #voice .container > div:last-of-type p {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 1rem; }
      @media screen and (max-width: 767px) {
        #voice .container > div:last-of-type p {
          font-size: 18px;
          font-size: 1.8rem;
          margin-bottom: 0.5rem; } }
    #voice .container > div:last-of-type a {
      display: block;
      width: 55%;
      margin: 0 auto;
      padding: 1rem;
      font-family: 'Oleo Script', cursive;
      font-size: 60px;
      font-size: 6rem;
      line-height: 1;
      background-color: #daa020;
      color: #fff;
      transition: 0.3s; }
      @media screen and (max-width: 1199px) {
        #voice .container > div:last-of-type a {
          width: 60%; } }
      @media screen and (max-width: 991px) {
        #voice .container > div:last-of-type a {
          width: 70%;
          font-size: 50px;
          font-size: 5rem; } }
      @media screen and (max-width: 767px) {
        #voice .container > div:last-of-type a {
          width: 80%; } }
      @media screen and (max-width: 575px) {
        #voice .container > div:last-of-type a {
          width: 100%; } }
      #voice .container > div:last-of-type a span {
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
        font-family: "YuGothicPr6NM", "游ゴシック", "Yu Gothic", YuGothic;
        font-family: 'Noto Sans JP';
        font-weight: normal;
        display: block;
        font-size: 17px;
        font-size: 1.7rem; }
        @media screen and (max-width: 991px) {
          #voice .container > div:last-of-type a span {
            font-size: 16px;
            font-size: 1.6rem; } }
      #voice .container > div:last-of-type a:hover {
        background-color: #5e3819; }
