@charset "UTF-8";
/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
/*max-width:480px*/
.no_single {
  color: #000 !important; }

/*****************************************/
.recruit_box {
  position: relative;
  z-index: 10;
  max-width: 1320px;
  width: calc(100% - 160px);
  margin: 85px auto 250px; }

.recruit_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  border-radius: 30px;
  overflow: hidden; }
  .recruit_list h2 {
    background-color: #8DE5FF;
    width: 300px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #1C2B83;
    font: 2rem/1em "Noto Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em; }
  .recruit_list ul {
    background-color: #fff;
    width: calc(100% - 300px);
    padding: 40px; }
  .recruit_list li {
    margin: 0 0 20px; }
    .recruit_list li:last-of-type {
      margin: 0; }
  .recruit_list a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none; }
  .recruit_list span {
    display: block;
    width: 130px;
    height: 35px;
    border: 1px solid #ccc;
    color: #ccc;
    font: 1.8rem/34px "Noto Sans", sans-serif;
    font-weight: 700;
    text-align: center; }
    .recruit_list span.new {
      border: 1px solid #4EC6EA;
      color: #4EC6EA; }
    .recruit_list span.career {
      color: #1C2B83;
      border: 1px solid #1C2B83; }
  .recruit_list p {
    width: calc(100% - 130px);
    padding: 3px 0 0 15px;
    letter-spacing: 0.02em;
    font: 1.8rem/1.5em "Noto Sans", sans-serif;
    font-weight: 700; }

/*min-width:1920px*/
@media (max-width: 1280px) {
  .recruit_box {
    width: calc(100% - 100px); } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .recruit_list h2 {
    width: 250px; }
  .recruit_list ul {
    background-color: #fff;
    width: calc(100% - 250px);
    padding: 40px; }
  .recruit_list li {
    margin: 0 0 30px; }
    .recruit_list li:last-of-type {
      margin: 0; }
  .recruit_list a {
    display: block; }
  .recruit_list p {
    width: 100%;
    padding: 10px 0 0;
    letter-spacing: 0.02em;
    font: 1.8rem/1.5em "Noto Sans", sans-serif;
    font-weight: 700; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .recruit_box {
    margin: 35px auto 150px;
    width: calc(100% - 60px);
    max-width: 480px; }

  .recruit_list h2 {
    width: 100%;
    display: block;
    text-align: center;
    padding: 30px; }
  .recruit_list ul {
    background-color: #fff;
    width: 100%;
    padding: 40px 40px 50px; }
  .recruit_list span {
    font: 1.7rem/34px "Noto Sans", sans-serif;
    font-weight: 700; }
  .recruit_list p {
    font: 1.7rem/1.5em "Noto Sans", sans-serif;
    font-weight: 700; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .recruit_box {
    margin: 35px auto 150px;
    width: calc(100% - 30px);
    max-width: 350px; }

  .recruit_list h2 {
    width: 100%;
    display: block;
    text-align: center;
    padding: 25px 0; }
  .recruit_list ul {
    background-color: #fff;
    width: 100%;
    padding: 30px 25px 40px; }
  .recruit_list li {
    margin: 0 0 30px; }
    .recruit_list li:last-of-type {
      margin: 0; }
  .recruit_list a {
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none; }
  .recruit_list span {
    width: 130px;
    height: 35px;
    border: 1px solid #ccc;
    color: #ccc;
    font: 1.5rem/34px "Noto Sans", sans-serif;
    font-weight: 700;
    text-align: center; }
    .recruit_list span.new {
      border: 1px solid #4EC6EA;
      color: #4EC6EA; }
    .recruit_list span.career {
      color: #1C2B83;
      border: 1px solid #1C2B83; }
  .recruit_list p {
    width: 100%;
    padding: 10px 0 0;
    letter-spacing: 0.02em;
    font: 1.6rem/1.5em "Noto Sans", sans-serif;
    font-weight: 700; } }
/*max-width:480px*/
/*****************************************/
.recruit_ttl {
  margin: 0 0 50px; }
  .recruit_ttl .cat {
    display: block;
    border: 1px solid #fff;
    width: 160px;
    height: 40px;
    font: 2.2rem/38px "Noto Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 0 0 15px; }
  .recruit_ttl h2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .recruit_ttl h2 .ttl {
      font: 2.8rem/1.5em "Noto Sans", sans-serif;
      font-weight: 700; }
    .recruit_ttl h2 .number {
      margin: 3px 0 0 auto;
      display: block;
      border: 1px solid #fff;
      width: 180px;
      height: 36px;
      font: 1.6rem/34px "Noto Sans", sans-serif;
      font-weight: 700;
      letter-spacing: 0.02em;
      text-align: center; }

/*min-width:1920px*/
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .recruit_ttl .cat {
    width: 145px;
    height: 40px;
    font: 2rem/38px "Noto Sans", sans-serif;
    font-weight: 700; }
  .recruit_ttl h2 .ttl {
    font: 2.4rem/1.5em "Noto Sans", sans-serif;
    font-weight: 700; }
  .recruit_ttl h2 .number {
    position: absolute;
    left: 155px;
    top: 0;
    margin: 0;
    width: 160px;
    height: 40px;
    font: 1.5rem/38px "Noto Sans", sans-serif;
    font-weight: 700; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .recruit_ttl .cat {
    width: 125px;
    height: 40px;
    font: 1.7rem/38px "Noto Sans", sans-serif;
    font-weight: 700; }
  .recruit_ttl h2 .ttl {
    font: 2.2rem/1.8em "Noto Sans", sans-serif;
    font-weight: 700; }
  .recruit_ttl h2 .number {
    position: absolute;
    left: 135px;
    top: 0;
    width: 150px;
    height: 40px;
    font: 1.4rem/38px "Noto Sans", sans-serif;
    font-weight: 700; } }
/*max-width:480px*/
/*****************************************/
.recruit_single {
  position: relative;
  z-index: 10;
  max-width: 1320px;
  width: calc(100% - 160px);
  margin: 85px auto 250px;
  font: 1.8rem/1.8em "Noto Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff; }
  .recruit_single h3 {
    padding: 10px 0 15px 30px;
    position: relative; }
    .recruit_single h3:before {
      position: absolute;
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      left: 0;
      top: 15px;
      background-color: #8DE5FF; }
  .recruit_single dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 auto 80px; }
  .recruit_single dt {
    border-bottom: 1px solid #8DE5FF;
    width: 220px;
    margin: 0 10px 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 30px; }
  .recruit_single dd {
    padding: 30px 30px 30px 50px;
    border-bottom: 1px solid #FFFFFF;
    width: calc(100% - 230px); }
  .recruit_single ul li {
    padding: 0 0 0 20px;
    position: relative; }
    .recruit_single ul li:before {
      position: absolute;
      content: "・";
      left: 0; }
  .recruit_single ol {
    counter-reset: hoge; }
    .recruit_single ol li {
      padding: 0 0 0 25px;
      position: relative; }
      .recruit_single ol li:before {
        position: absolute;
        counter-increment: hoge;
        content: counter(hoge) ".";
        left: 0; }
      .recruit_single ol li:nth-of-type(n+9) {
        padding: 0 0 0 35px; }
  .recruit_single .back {
    transition: .3s;
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100%;
    max-width: 340px;
    border: 1px solid #fff;
    height: 60px;
    border-radius: 50px;
    text-align: center;
    font: 1.6rem/58px "Noto Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 0 auto; }

@media (hover: hover) {
  .recruit_single .back:hover {
    color: #1C2B83;
    background-color: #8DE5FF; } }
/*min-width:1920px*/
@media (max-width: 1280px) {
  .recruit_single {
    position: relative;
    z-index: 10;
    max-width: 1320px;
    width: calc(100% - 100px); } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .recruit_single dd {
    padding: 30px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .recruit_single {
    position: relative;
    z-index: 10;
    max-width: 480px;
    width: calc(100% - 60px);
    margin: 50px auto 150px;
    font: 1.7rem/1.8em "Noto Sans", sans-serif;
    font-weight: 500; }
    .recruit_single h3 {
      margin-bottom: 15px; }
    .recruit_single dl {
      display: block;
      margin: 0 auto 50px; }
    .recruit_single dt {
      border-left: none;
      border-bottom: none;
      color: #8DE5FF;
      font-weight: 500;
      width: 100%;
      margin: 0 0 0 0;
      padding: 0;
      line-height: 1.0em; }
    .recruit_single dd {
      padding: 15px 0 30px;
      margin-bottom: 30px;
      border-bottom: 1px solid #FFFFFF;
      width: 100%; }
    .recruit_single .back {
      transition: .3s;
      text-decoration: none;
      color: #fff;
      display: block;
      width: 100%;
      max-width: 280px;
      border: 1px solid #fff;
      height: 60px;
      border-radius: 50px;
      text-align: center;
      font: 1.6rem/58px "Noto Sans", sans-serif;
      font-weight: 700;
      letter-spacing: 0.02em;
      margin: 0 auto; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .recruit_single {
    position: relative;
    z-index: 10;
    max-width: 350px;
    width: calc(100% - 40px);
    margin: 45px auto 100px;
    font: 1.6rem/1.8em "Noto Sans", sans-serif;
    font-weight: 500; }
    .recruit_single .back {
      max-width: 250px;
      height: 50px;
      font: 1.5rem/48px "Noto Sans", sans-serif;
      font-weight: 700; } }
/*max-width:480px*/
/**********************************/
.entry_btn {
  font: 1.8rem/68px "Noto Sans", sans-serif;
  font-weight: 500;
  display: block;
  text-decoration: none;
  border: 1px solid #fff;
  background-color: #8DE5FF;
  color: #1C1E5F;
  max-width: 340px;
  margin: 80px auto 50px;
  width: 100%;
  height: 70px;
  text-align: center;
  transition: .3s;
  border-radius: 50px; }

@media (hover: hover) {
  .entry_btn:hover {
    display: block;
    background-color: darkorange;
    color: #ffffff; } }
@media (max-width: 768px) {
  .entry_btn {
    width: 100%;
    max-width: 280px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .entry_btn {
    margin: 50px auto 30px;
    max-width: 250px;
    height: 50px;
    font: 1.5rem/48px "Noto Sans", sans-serif;
    font-weight: 700; } }
/*max-width:480px*/
