@media screen and (min-width: 769px) {
  #main_visual {
    position: relative;
    width: 100%;
    height: calc(100vh - 162px);
    max-height: 300px;
    margin: 132px 0 64px;
    background: url(../img/recruit/img_main.jpg) no-repeat right top;
    background-size: 1590px 300px;
  }
  #main_visual #catchcopy {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0 auto 0;
    color: #fff;
    transform: translate(-50%, -50%);
  }
  #main_visual #catchcopy h1 {
    margin: 0 auto 32px;
    color: #fff;
    font-size: 50px;
    font-family: "Yu Mincho", "YuMincho";
    text-align: center;
    line-height: 1;
  }
  #main_visual #catchcopy h1 span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: "Playfair Display";
    font-weight: normal;
    margin-top: 8px;
  }
  #main_visual #catchcopy h1::before {
    display: block;
    content: "";
    width: 120px;
    height: 1px;
    margin: 0 auto 26px;
    background-color: #fff;
  }
  #main_visual #top_copyright {
    position: absolute;
    top: 50%;
    left: 38px;
    width: 15px;
    height: 382px;
    background: url(../img/txt_copyright_head.png) no-repeat center;
    background-size: 15px 382px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: translateY(-50%);
  }
  #main_visual #top_copyright span {
    display: none;
  }

  #text_area {
    margin-bottom: 106px;
    box-sizing: border-box;
  }
  #text_area .txt {
    width: 96%;
    max-width: 800px;
    margin: 0 auto 50px;
  }
  #text_area .txt p {
    font-size: 16px;
    font-weight: 600;
    line-height: 2.14;
  }
  #text_area h2 {
    width: 96%;
    max-width: 800px;
    margin: 0 auto 36px;
    color: #fff;
    font-size: 40px;
    font-family: "Yu Mincho", "YuMincho";
    font-weight: 600;
    text-align: center;
    line-height: 1;
  }
  #text_area h2 span {
    display: block;
    color: #fff;
    font-size: 13px;
    font-family: "Playfair Display";
    font-weight: normal;
  }
  #text_area h2::before {
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    margin: 0 auto 20px;
    background-color: #006d9d;
  }
  #text_area .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  #text_area .inner table {
    width: 100%;
  }
  #text_area .inner table th {
    width: 230px;
    padding: 22px 0;
    border-bottom: 4px solid #006d9d;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }
  #text_area .inner table td {
    width: calc(100% - 230px);
    padding: 22px 38px;
    border-bottom: 4px solid #363636;
    color: #fff;
    font-size: 16px;
    text-align: left;
  }
  #text_area .inner table td p {
    margin-top: 20px;
    font-size: 16px;
  }
  #text_area .inner table td p .ttl {
    font-size: 16px;
    font-weight: 600;
  }
  #text_area .inner table td p:first-child {
    margin-top: 0;
  }
  #text_area .inner table tr:nth-child(1) th {
    border-top: 4px solid #006d9d;
  }
  #text_area .inner table tr:nth-child(1) td {
    border-top: 4px solid #363636;
  }

  .flex_box_info {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 600px;
    margin: 60px auto;
    transition: all 0.4s;
  }

  .tel {
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 52px;
  }

  .btn {
    width: 230px;
    height: 52px;
    margin: 0 auto 0;
  }
  .btn a {
    display: block;
    background-color: #006D9D;
    border-radius: 4px;
    line-height: 52px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #main_visual {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    min-height: 210px;
    margin: 0 auto 20px;
    background: url(../img/recruit/sp/img_main.jpg) no-repeat center;
    background-size: cover;
  }
  #main_visual #catchcopy {
    width: 100%;
    margin: 0;
    color: #fff;
    text-align: center;
  }
  #main_visual #catchcopy h1 {
    width: 96%;
    max-width: 100%;
    margin: 0 auto 10px;
    color: #fff;
    font-size: 24px;
    font-family: "Yu Mincho", "YuMincho";
    text-align: center;
    line-height: 1;
  }
  #main_visual #catchcopy h1 span {
    display: block;
    margin-top: 7px;
    color: #fff;
    font-size: 9px;
    font-weight: normal;
    font-family: "Playfair Display";
    line-height: 1;
  }
  #main_visual #catchcopy h1::before {
    display: block;
    content: "";
    width: 60px;
    height: 1px;
    margin: 0 auto 12px;
    background-color: #fff;
  }
  #main_visual #top_copyright {
    display: none;
  }

  #text_area {
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  #text_area .txt {
    width: 90%;
    max-width: 768px;
    margin: 0 auto 30px;
  }
  #text_area .txt p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.64;
  }
  #text_area h2 {
    width: 96%;
    max-width: 768px;
    margin: 0 auto 14px;
    color: #fff;
    font-size: 20px;
    font-family: "Yu Mincho", "YuMincho";
    font-weight: 600;
    text-align: center;
    line-height: 1;
  }
  #text_area h2 span {
    display: block;
    padding-top: 2px;
    color: #fff;
    font-size: 10px;
    font-family: "Playfair Display";
    font-weight: normal;
  }
  #text_area h2::before {
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    margin: 0 auto 9px;
    background-color: #006d9d;
  }
  #text_area .inner {
    width: 90%;
    margin: 0 auto 20px;
    padding: 20px 0 1px;
  }
  #text_area .inner table {
    width: 100%;
    background: url(../img/recruit/sp/bg_border.png) no-repeat left top;
    background-size: 680px 4px;
  }
  #text_area .inner table tr {
    background: url(../img/recruit/sp/bg_border.png) no-repeat left bottom;
    background-size: 680px 4px;
  }
  #text_area .inner table th {
    display: block;
    margin-bottom: 5px;
    padding-top: 16px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
  }
  #text_area .inner table td {
    display: block;
    padding-bottom: 22px;
    color: #fff;
    font-size: 14px;
    text-align: left;
  }
  #text_area .inner table td p {
    margin-top: 10px;
    font-size: 14px;
  }
  #text_area .inner table td p .ttl {
    font-size: 14px;
  }
  #text_area .inner table td p:first-child {
    margin-top: 0;
  }

  .tel {
    margin: 20px auto 0;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 39px;
  }

  .btn {
    width: 230px;
    height: 39px;
    margin: 20px auto 0;
  }
  .btn a {
    display: block;
    background-color: #006D9D;
    border-radius: 4px;
    line-height: 39px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
  }
}/*# sourceMappingURL=recruit.css.map */