/* ------------------------------------
// recruit
----------------------------------- */
main #pagetitle .vi {
  background-image: url(img/recruit/vi.jpg); }
main .not_done {
  background: rgba(234, 206, 209, 0.3);
  border-radius: 20px;
  padding: 30px 30px 35px;
  text-align: center;
  color: #4b3614;
  position: relative; }
  main .not_done::after {
    content: "";
    width: 99px;
    height: 123px;
    background: url(img/cmn/img_onpu.png) no-repeat 0 0/100% auto;
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translateY(-50%); }
  main .not_done h2 {
    font-size: 2.8rem;
    margin-bottom: 20px; }
  main .not_done p {
    margin-bottom: 0; }
  main .not_done .btn01 {
    margin-top: 25px; }
main .pagelink {
  display: flex;
  justify-content: flex-start;
  gap: 2rem; }
  main .pagelink a {
    display: block;
    border-radius: 26px;
    background: #e35a67;
    color: #fff;
    padding: 6px 100px 8px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 2.6rem;
    position: relative;
    text-decoration: none;
    transition: 0.3s; }
    main .pagelink a:hover {
      opacity: 0.8; }
    main .pagelink a::after {
      content: "";
      width: 33px;
      height: 33px;
      background: url(img/cmn/icon_arrow_01.png) no-repeat 0 0/100% auto;
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%) rotate(90deg); }
@media screen and (max-width: 1023px) {
  main .not_done {
    padding: 30px 0 35px; }
    main .not_done::after {
      display: none; } }
@media screen and (max-width: 767px) {
  main #pagetitle .vi {
    background-position: right -46vw top; }
  main .not_done {
    border-radius: 1rem;
    padding: 1.5rem 1.5rem 2rem; }
    main .not_done h2 {
      font-size: 1.9rem;
      margin-bottom: 1rem; }
    main .not_done p {
      text-align: left; }
    main .not_done .btn01 {
      margin-top: 2rem; }
  main .pagelink {
    display: block; }
    main .pagelink li {
      margin-bottom: 1rem; }
    main .pagelink a {
      font-size: 1.6rem;
      padding: 6px 30px 8px;
      text-align: left; } }
