@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
/* ******************************
section.recruit_index_eyecatch
****************************** */
section.recruit_index_eyecatch {
  margin: 0 0 3rem;
}
section.recruit_index_eyecatch > div {
  position: relative;
  text-align: right;
}
@media screen and (min-width: 481px) {
  section.recruit_index_eyecatch > div {
    text-align: left;
  }
}
section.recruit_index_eyecatch > div > h1 {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.25rem;
  background: #FDAF94;
  top: 1rem;
  left: 0;
  width: 50%;
  position: absolute;
  padding: 0.5rem;
  color: #fff;
}
@media screen and (min-width: 481px) {
  section.recruit_index_eyecatch > div > h1 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_eyecatch > div > h1 {
    top: 16%;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_eyecatch > div > h1 {
    width: 62%;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_eyecatch > div > h1 {
    padding: 0.5rem 0 0.5rem 3rem;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_eyecatch > div > h1 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
  }
}
section.recruit_index_eyecatch > div > h1::after {
  font-size: 0.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  content: "content";
  display: block;
}
@media screen and (min-width: 481px) {
  section.recruit_index_eyecatch > div > h1::after {
    font-size: 1rem;
    line-height: 1.5;
  }
}
section.recruit_index_eyecatch > div > p > img:nth-of-type(1) {
  display: inline-block;
  max-width: 90%;
  position: relative;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 481px) {
  section.recruit_index_eyecatch > div > p > img:nth-of-type(1) {
    max-width: 100%;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_eyecatch > div > p > img:nth-of-type(1) {
    max-height: 90vh;
    object-fit: contain;
    object-position: right;
    padding-right: 3rem;
  }
}
section.recruit_index_eyecatch > div > p > img:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90%;
  transform: translate(-50%, 1rem);
}
@media screen and (min-width: 481px) {
  section.recruit_index_eyecatch > div > p > img:nth-of-type(2) {
    left: 3rem;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_eyecatch > div > p > img:nth-of-type(2) {
    width: 100%;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_eyecatch > div > p > img:nth-of-type(2) {
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_eyecatch > div > p > img:nth-of-type(2) {
    max-width: calc(50% - 6rem);
    top: calc(50% + 3rem);
  }
}

/* ******************************
nav.recruit_index
****************************** */
nav.recruit_index > div {
  padding: 1rem;
}
@media screen and (min-width: 481px) {
  nav.recruit_index > div {
    display: none;
  }
}
nav.recruit_index > div > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
}
@media screen and (min-width: 481px) {
  nav.recruit_index > div > ul {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 481px) {
  nav.recruit_index > div > ul {
    grid-gap: 2rem;
  }
}
nav.recruit_index > div > ul > li > a {
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem 0.5rem;
  text-decoration: none;
  color: #666;
}
@media screen and (min-width: 481px) {
  nav.recruit_index > div > ul > li > a {
    transition: opacity 0.5s;
  }
  nav.recruit_index > div > ul > li > a:hover {
    opacity: 0.5;
  }
}
nav.recruit_index > div > ul > li > a > img {
  margin: 0 0 0.5rem;
  max-width: 50%;
  width: 100%;
}
nav.recruit_index > div > ul > li > a > span {
  font-size: 0.6rem;
  line-height: 1.5;
  line-height: 1.25;
  align-self: center;
  height: 100%;
}

/* ******************************
section.recruit_index_interview
****************************** */
@media screen and (min-width: 481px) {
  section.recruit_index_interview {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
section.recruit_index_interview > div {
  padding: 0 1rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_interview > div {
    margin: 0 1rem;
    max-width: calc(1000px + 2rem);
    padding: 0 1rem;
    width: 100%;
    margin-bottom: 3rem;
  }
}
section.recruit_index_interview > div > h2 {
  font-size: 0.875rem;
  letter-spacing: 0.25rem;
  margin: 0 0 3rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_interview > div > h2 {
    font-size: 1.5rem;
  }
}
section.recruit_index_interview > div > h2::before {
  content: "INTERVIEW";
  color: #666;
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-top: -1.5rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_interview > div > h2::before {
    font-size: 3rem;
    line-height: 1;
    margin-top: 0;
  }
}
section.recruit_index_interview > div > h2 > span {
  color: #666;
}
section.recruit_index_interview > div > h2 > span::before {
  content: "／";
}
section.recruit_index_interview > div > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.5rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_interview > div > ul {
    grid-gap: 1.5rem;
  }
}
section.recruit_index_interview > div > ul > li > a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
@media screen and (min-width: 481px) {
  section.recruit_index_interview > div > ul > li > a {
    transition: opacity 0.5s;
  }
  section.recruit_index_interview > div > ul > li > a:hover {
    opacity: 0.5;
  }
}
section.recruit_index_interview > div > ul > li > a > img {
  z-index: -1;
  width: 100%;
}
section.recruit_index_interview > div > ul > li > a > span {
  display: inline-block;
  background: #f00;
  color: #fff;
  margin: -1rem 0.25rem;
  height: 100%;
  justify-content: center;
  padding: 0.25rem;
  font-size: 0.6rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 481px) {
  section.recruit_index_interview > div > ul > li > a > span {
    margin: -1rem 1rem;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_interview > div > ul > li > a > span {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

/* ******************************
section.recruit_index_qanda
****************************** */
@media screen and (min-width: 481px) {
  section.recruit_index_qanda {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
section.recruit_index_qanda > div {
  padding: 0 1rem;
  position: relative;
}
@media screen and (min-width: 481px) {
  section.recruit_index_qanda > div {
    margin: 0 1rem;
    max-width: calc(1000px + 2rem);
    padding: 0 1rem;
    width: 100%;
  }
}
section.recruit_index_qanda > div > h2 {
  font-size: 0.875rem;
  letter-spacing: 0.25rem;
  margin: 0 0 3rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_qanda > div > h2 {
    font-size: 1.5rem;
  }
}
section.recruit_index_qanda > div > h2::before {
  content: "Q&A";
  color: #666;
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-top: -1.5rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_qanda > div > h2::before {
    font-size: 3rem;
    line-height: 1;
    margin-top: 0;
  }
}
section.recruit_index_qanda > div > h2 > span {
  color: #666;
}
section.recruit_index_qanda > div > h2 > span::before {
  content: "／";
}
section.recruit_index_qanda > div > input {
  display: none;
}
section.recruit_index_qanda > div > input:checked ~ div {
  max-height: initial;
  opacity: 1;
}
section.recruit_index_qanda > div > input:checked ~ div::before {
  display: none;
}
section.recruit_index_qanda > div > input:checked ~ div ~ label {
  display: none;
}
section.recruit_index_qanda > div > div {
  max-height: 30vh;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 481px) {
  section.recruit_index_qanda > div > div {
    max-height: 60vh;
  }
}
section.recruit_index_qanda > div > div::before {
  content: "";
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  width: 100%;
  height: 100%;
  position: absolute;
}
section.recruit_index_qanda > div > div > div {
  border: 1px solid #ccc;
  padding: 1rem;
}
section.recruit_index_qanda > div > div > div + div {
  margin: 0.25rem 0 0;
}
section.recruit_index_qanda > div > div > div > input {
  display: none;
}
section.recruit_index_qanda > div > div > div > input:checked ~ label::before {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
section.recruit_index_qanda > div > div > div > input:checked ~ label ~ p {
  display: block;
}
section.recruit_index_qanda > div > div > div > label {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666;
}
section.recruit_index_qanda > div > div > div > label:before {
  color: #BAE3F7;
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-right: 0.5rem;
  align-self: center;
}
section.recruit_index_qanda > div > div > div > p {
  color: #666;
  margin: 1rem 0 0;
  font-size: 0.875rem;
  line-height: 1.5;
  display: none;
  font-weight: 400;
}
section.recruit_index_qanda > div > label {
  background: #2EDAFF;
  color: #fff;
  display: block;
  letter-spacing: 0.25rem;
  opacity: 1;
  padding: 1rem 1rem 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
  width: 100%;
  max-width: calc(100% - 2rem);
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
}
section.recruit_index_qanda > div > label::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 50%;
  bottom: 0.75rem;
  transform: rotate(135deg) translate(-50%, 0);
  width: 0.5rem;
  transition: all 0.5s;
}
@media screen and (min-width: 481px) {
  section.recruit_index_qanda > div > label:hover {
    opacity: 0.75;
  }
  section.recruit_index_qanda > div > label:hover::after {
    margin-bottom: -0.25rem;
  }
}

/* ******************************
section.recruit_index_welfave
****************************** */
section.recruit_index_welfave > p > img {
  width: 100%;
  margin: 0 0 4.5rem;
}
section.recruit_index_welfave > div > h2 {
  font-size: 0.875rem;
  letter-spacing: 0.25rem;
  padding: 0 1rem;
  margin: 0 0 3rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_welfave > div > h2 {
    font-size: 1.5rem;
  }
}
section.recruit_index_welfave > div > h2::before {
  content: "WELFAVE";
  color: #666;
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-top: -1.5rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_welfave > div > h2::before {
    font-size: 3rem;
    line-height: 1;
    margin-top: 0;
  }
}
section.recruit_index_welfave > div > h2 > span {
  color: #666;
}
section.recruit_index_welfave > div > h2 > span::before {
  content: "／";
}
@media screen and (min-width: 481px) {
  section.recruit_index_welfave > div > h2 {
    max-width: calc(1000px + 2rem);
    margin: 0 auto 3rem;
  }
}
section.recruit_index_welfave > div > div.point {
  background: #eee;
  padding: 1rem;
  margin: 0 0 1rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_welfave > div > div.point {
    padding: 3rem 1rem;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_welfave > div > div.point > div {
    display: grid;
    grid-template: 1fr/1fr 1fr 1fr;
    grid-gap: 1rem;
    max-width: 1000px;
    margin: 0 auto;
  }
}
section.recruit_index_welfave > div > div.point > div > div {
  border-left: 1px solid #1d2088;
  background: #fff;
  padding: 1rem;
  position: relative;
}
section.recruit_index_welfave > div > div.point > div > div + div {
  margin: 0.5rem 0 0;
}
@media screen and (min-width: 481px) {
  section.recruit_index_welfave > div > div.point > div > div + div {
    margin: 0;
  }
}
section.recruit_index_welfave > div > div.point > div > div::before {
  height: 0;
  display: block;
  position: absolute;
  right: 0;
  content: "";
  border-bottom: solid 1rem #eee;
  border-left: solid 1rem transparent;
  bottom: 0;
  z-index: 2;
}
section.recruit_index_welfave > div > div.point > div > div::after {
  height: 0;
  display: block;
  position: absolute;
  right: 0;
  content: "";
  border-bottom: solid 1rem transparent;
  border-left: solid 1rem transparent;
  bottom: 0;
}
section.recruit_index_welfave > div > div.point > div > div > h3 {
  text-align: center;
  letter-spacing: 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #666;
  margin: 0 0 0.5rem;
}
section.recruit_index_welfave > div > div.point > div > div > p {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}
section.recruit_index_welfave > div > div.icon {
  padding: 0 1rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_welfave > div > div.icon {
    max-width: calc(1000px + 2rem);
    margin: 0 auto;
  }
}
section.recruit_index_welfave > div > div.icon > ul {
  display: grid;
  grid-template: 1fr/1fr 1fr 1fr;
  grid-gap: 0.5rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_welfave > div > div.icon > ul {
    grid-template: 1fr/1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_welfave > div > div.icon > ul {
    grid-gap: 1rem;
  }
}
section.recruit_index_welfave > div > div.icon > ul > li {
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-decoration: none;
  color: #666;
}
section.recruit_index_welfave > div > div.icon > ul > li > img {
  margin: 0 0 0.5rem;
  max-width: 50%;
  width: 100%;
}
section.recruit_index_welfave > div > div.icon > ul > li > span {
  color: #666;
  font-size: 0.6rem;
  line-height: 1.5;
  line-height: 1.25;
  align-self: center;
  height: 100%;
}

/* ******************************
section.recruit_index_requirements
****************************** */
section.recruit_index_requirements {
  margin: 0 0 3rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_requirements {
    margin: 0 0 6rem;
  }
}
section.recruit_index_requirements > div > h2 {
  font-size: 0.875rem;
  letter-spacing: 0.25rem;
  margin: 0 0 3rem;
  padding: 0 1rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_requirements > div > h2 {
    font-size: 1.5rem;
  }
}
section.recruit_index_requirements > div > h2::before {
  content: "REQUIREMENTS";
  color: #666;
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-top: -1.5rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_requirements > div > h2::before {
    font-size: 3rem;
    line-height: 1;
    margin-top: 0;
  }
}
section.recruit_index_requirements > div > h2 > span {
  color: #666;
}
section.recruit_index_requirements > div > h2 > span::before {
  content: "／";
}
@media screen and (min-width: 481px) {
  section.recruit_index_requirements > div > h2 {
    margin: 0 auto 1.5rem;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_requirements > div > h2 {
    max-width: calc(1000px + 2rem);
  }
}
section.recruit_index_requirements > div > div {
  background: #eee;
  padding: 1rem;
  position: relative;
}
@media screen and (min-width: 481px) {
  section.recruit_index_requirements > div > div {
    padding: 3rem 1rem;
  }
}
section.recruit_index_requirements > div > div + div {
  padding: 0 1rem 1rem;
}
section.recruit_index_requirements > div > div > input {
  display: none;
}
section.recruit_index_requirements > div > div > input:checked ~ label {
  display: none;
}
section.recruit_index_requirements > div > div > input:checked ~ label ~ div {
  max-height: initial;
}
section.recruit_index_requirements > div > div > input:checked ~ label ~ div::before {
  display: none;
}
section.recruit_index_requirements > div > div > label {
  background: #2EDAFF;
  color: #fff;
  display: block;
  letter-spacing: 0.25rem;
  opacity: 1;
  padding: 1rem 1rem 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: calc(100% - 2rem);
  z-index: 2;
}
section.recruit_index_requirements > div > div > label::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 50%;
  bottom: 0.75rem;
  transform: rotate(135deg) translate(-50%, 0);
  width: 0.5rem;
  transition: all 0.5s;
}
@media screen and (min-width: 481px) {
  section.recruit_index_requirements > div > div > label:hover {
    opacity: 0.75;
  }
  section.recruit_index_requirements > div > div > label:hover::after {
    margin-bottom: -0.25rem;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_requirements > div > div > label {
    max-width: 1000px;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_requirements > div > div > label {
    cursor: pointer;
  }
}
section.recruit_index_requirements > div > div > div {
  max-height: 30vh;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 481px) {
  section.recruit_index_requirements > div > div > div {
    max-height: 60vh;
  }
}
section.recruit_index_requirements > div > div > div::before {
  content: "";
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (min-width: 481px) {
  section.recruit_index_requirements > div > div > div::before {
    max-width: 1000px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
section.recruit_index_requirements > div > div > div > table {
  background: #fff;
  padding: 1rem;
  width: 100%;
}
@media screen and (min-width: 481px) {
  section.recruit_index_requirements > div > div > div > table {
    max-width: 1000px;
    margin: 0 auto;
  }
}
section.recruit_index_requirements > div > div > div > table > tbody > tr {
  color: #666;
  display: flex;
}
section.recruit_index_requirements > div > div > div > table > tbody > tr > th {
  width: 40%;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
  padding: 0.5rem 0;
  border-bottom: 1px solid #BAE3F7;
  margin-right: 0.5rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_requirements > div > div > div > table > tbody > tr > th {
    width: 20%;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_requirements > div > div > div > table > tbody > tr > th {
    padding: 1rem 0;
  }
}
section.recruit_index_requirements > div > div > div > table > tbody > tr > td {
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.5rem 0;
  border-bottom: 1px solid #ffe8e0;
}
@media screen and (min-width: 481px) {
  section.recruit_index_requirements > div > div > div > table > tbody > tr > td {
    padding: 1rem 0;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_requirements > div > div > div > table > tbody > tr > td {
    font-weight: 400;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_requirements > div > div > div > p {
    max-width: 1000px;
    margin: 0 auto;
  }
}

/* ******************************
section.recruit_index_process
****************************** */
section.recruit_index_process {
  margin: 0 0 3rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_process {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_process {
    margin: 0 0 6rem;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_process > div {
    margin: 0 1rem;
    max-width: calc(1000px + 2rem);
    padding: 0 1rem;
    width: 100%;
  }
}
section.recruit_index_process > div > h2 {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.25rem;
  color: #666;
  text-align: center;
  margin: 0 0 2rem;
  padding: 0 1rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_process > div > h2 {
    margin: 0 0 4rem;
  }
}
section.recruit_index_process > div > ol {
  margin: 0 0 3rem;
  padding: 0 1rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_process > div > ol {
    margin: 0 0 6rem;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_process > div > ol {
    display: flex;
    justify-content: space-between;
  }
}
section.recruit_index_process > div > ol > li {
  text-align: center;
}
@media screen and (min-width: 481px) {
  section.recruit_index_process > div > ol > li {
    width: 12rem;
    position: relative;
  }
}
section.recruit_index_process > div > ol > li + li::before {
  color: #FDAF94;
  content: "\f0ab";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 100%;
  padding: 0.5rem 0;
}
@media screen and (min-width: 481px) {
  section.recruit_index_process > div > ol > li + li::before {
    content: "";
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_process > div > ol > li + li::before {
    border-top: 0.25rem solid #FDAF94;
    border-right: 0.25rem solid #FDAF94;
    position: absolute;
    top: 50%;
    left: -2.5rem;
    width: 1.25rem;
    height: 1rem;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
section.recruit_index_process > div > ol > li:last-child > span {
  border: 1px solid #FDAF94;
}
@media screen and (min-width: 481px) {
  section.recruit_index_process > div > ol > li:last-child > span {
    border-width: 0.5rem;
  }
}
section.recruit_index_process > div > ol > li > span {
  background: #eee;
  color: #666;
  border-radius: 2rem;
  font-size: 0.6rem;
  line-height: 1.5;
  display: block;
  padding: 0.5rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_process > div > ol > li > span {
    border-radius: 100rem;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_process > div > ol > li > span {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_process > div > ol > li > span {
    display: flex;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_process > div > ol > li > span {
    padding: 1rem;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_process > div > ol > li > span {
    height: 12rem;
    align-items: center;
    justify-content: center;
    width: 12rem;
    line-height: 1.25;
  }
}
section.recruit_index_process > div > ol > li > span br {
  display: none;
}
@media screen and (min-width: 481px) {
  section.recruit_index_process > div > ol > li > span br {
    display: inline;
  }
}
section.recruit_index_process > div > p {
  padding: 0 1rem;
}
section.recruit_index_process > div > p > a {
  background: #FDAF94;
  color: #fff;
  display: block;
  letter-spacing: 0.25rem;
  opacity: 1;
  padding: 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
}
section.recruit_index_process > div > p > a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: rotate(45deg) translate(-50%, 0);
  width: 0.5rem;
  transition: all 0.5s;
}
@media screen and (min-width: 481px) {
  section.recruit_index_process > div > p > a:hover {
    opacity: 0.75;
  }
  section.recruit_index_process > div > p > a:hover::after {
    margin-right: -0.25rem;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_process > div > p > a {
    max-width: 62%;
    margin: 0 auto;
  }
}

/* ******************************
section.recruit_index_staffdata
****************************** */
section.recruit_index_staffdata {
  margin: 0 0 3rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_staffdata {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 6rem;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_staffdata > div {
    margin: 0 1rem;
    max-width: calc(1000px + 2rem);
    padding: 0 1rem;
    width: 100%;
  }
}
section.recruit_index_staffdata > div > h2 {
  font-size: 0.875rem;
  letter-spacing: 0.25rem;
  margin: 0 0 3rem;
  padding: 0 1rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_staffdata > div > h2 {
    font-size: 1.5rem;
  }
}
section.recruit_index_staffdata > div > h2::before {
  content: "STAFF DATA";
  color: #666;
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-top: -1.5rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_staffdata > div > h2::before {
    font-size: 3rem;
    line-height: 1;
    margin-top: 0;
  }
}
section.recruit_index_staffdata > div > h2 > span {
  color: #666;
}
section.recruit_index_staffdata > div > h2 > span::before {
  content: "／";
}
section.recruit_index_staffdata > div > table {
  padding: 0 1rem;
  color: #666;
  width: 100%;
  margin: 0 0 3rem;
}
section.recruit_index_staffdata > div > table > tbody > tr {
  display: flex;
}
section.recruit_index_staffdata > div > table > tbody > tr > th {
  border-bottom: 1px solid #BAE3F7;
  width: 30%;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
  padding: 0.5rem 0;
  font-weight: 400;
  margin-right: 0.5rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_staffdata > div > table > tbody > tr > th {
    width: 20%;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_staffdata > div > table > tbody > tr > th {
    padding: 1rem 0;
  }
}
section.recruit_index_staffdata > div > table > tbody > tr > td {
  border-bottom: 1px solid #ffe8e0;
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.5rem 0;
}
@media screen and (min-width: 481px) {
  section.recruit_index_staffdata > div > table > tbody > tr > td {
    padding: 1rem 0;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_staffdata > p {
    width: 100%;
  }
}
section.recruit_index_staffdata > p > img {
  width: 100%;
}

/* ******************************
section.recruit_index_careerstage
****************************** */
section.recruit_index_careerstage {
  margin: 0 0 3rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_careerstage {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 6rem;
  }
}
section.recruit_index_careerstage > div {
  padding: 0 1rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_careerstage > div {
    margin: 0 1rem;
    max-width: calc(1000px + 2rem);
    padding: 0 1rem;
    width: 100%;
  }
}
section.recruit_index_careerstage > div > h2 {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.25rem;
  color: #666;
  text-align: center;
  margin: 0 0 2rem;
}
section.recruit_index_careerstage > div > div + div::before {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ffe8e0;
  display: block;
  text-align: center;
  padding: 0.5rem;
}
section.recruit_index_careerstage > div > div > input {
  display: none;
}
section.recruit_index_careerstage > div > div > input:checked ~ label > p > span:nth-of-type(1)::before {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
section.recruit_index_careerstage > div > div > input:checked ~ label ~ p {
  display: block;
}
section.recruit_index_careerstage > div > div > label {
  display: block;
  cursor: pointer;
}
section.recruit_index_careerstage > div > div > label > p {
  display: flex;
  justify-content: space-between;
}
section.recruit_index_careerstage > div > div > label > p > span {
  display: block;
  width: 100%;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 481px) {
  section.recruit_index_careerstage > div > div > label > p > span {
    padding: 1rem;
  }
}
section.recruit_index_careerstage > div > div > label > p > span:nth-of-type(1) {
  background: #BAE3F7;
  color: #fff;
}
@media screen and (min-width: 481px) {
  section.recruit_index_careerstage > div > div > label > p > span:nth-of-type(1) {
    width: 38%;
  }
}
section.recruit_index_careerstage > div > div > label > p > span:nth-of-type(1)::before {
  padding-right: 0.25rem;
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
section.recruit_index_careerstage > div > div > label > p > span:nth-of-type(2) {
  background: #2EDAFF;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 481px) {
  section.recruit_index_careerstage > div > div > label > p > span:nth-of-type(2) {
    width: 62%;
  }
}
section.recruit_index_careerstage > div > div > p {
  font-size: 0.875rem;
  line-height: 1.5;
  display: none;
  padding: 1rem;
  border: 1px solid #BAE3F7;
  border-top: none;
  color: #666;
}
@media screen and (min-width: 481px) {
  section.recruit_index_careerstage > div > div > p > br:nth-child(n+2) {
    content: "";
  }
  section.recruit_index_careerstage > div > div > p > br:nth-child(n+2)::after {
    margin-right: 0.75rem;
    content: "";
  }
}

/* ******************************
section.recruit_index_backoffice
****************************** */
@media screen and (min-width: 481px) {
  section.recruit_index_backoffice {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
section.recruit_index_backoffice > div {
  padding: 0 1rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_backoffice > div {
    margin: 0 1rem;
    max-width: calc(1000px + 2rem);
    padding: 0 1rem;
    width: 100%;
  }
}
section.recruit_index_backoffice > div > h2 {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.25rem;
  color: #666;
  text-align: center;
  margin: 0 0 2rem;
}
section.recruit_index_backoffice > div > h3 {
  text-align: center;
  margin: 0 0 2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.25rem;
  color: #666;
  text-align: center;
}
section.recruit_index_backoffice > div > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_backoffice > div > div {
    display: flex;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_index_backoffice > div > div {
    grid-gap: 1rem;
  }
}
section.recruit_index_backoffice > div > div + h3 {
  margin: 3rem 0 2rem;
}
section.recruit_index_backoffice > div > div > div {
  border: 1px solid #2EDAFF;
}
@media screen and (min-width: 481px) {
  section.recruit_index_backoffice > div > div > div {
    flex: 1;
  }
}
section.recruit_index_backoffice > div > div > div > p:nth-of-type(1) {
  background: #2EDAFF;
  color: #fff;
  margin: 0.5rem;
  padding: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.25rem;
}
@media screen and (min-width: 481px) {
  section.recruit_index_backoffice > div > div > div > p:nth-of-type(1) {
    margin: 1rem;
  }
}
section.recruit_index_backoffice > div > div > div > p:nth-of-type(2) {
  margin: 0 0.5rem 0.5rem;
  color: #666;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 481px) {
  section.recruit_index_backoffice > div > div > div > p:nth-of-type(2) {
    margin: 0 1rem 1rem;
  }
}

/* ******************************
section.recruit_index_eyecatch
****************************** */
section.recruit_index_eyecatch > div > h1::after {
  content: "Recruit - New Graduate";
}

/* ******************************
#recruit_new-graduate_movie
****************************** */
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_movie {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 6rem;
  }
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_movie > div {
    margin: 0 1rem;
    max-width: calc(1000px + 2rem);
    padding: 0 1rem;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  section#recruit_new-graduate_movie > div {
    padding: 0 1rem;
  }
}
section#recruit_new-graduate_movie > div > p {
  color: #666;
  margin: 0 0 1rem;
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_movie > div > p {
    margin: 0 0 3rem;
    text-align: center;
  }
}
section#recruit_new-graduate_movie > div > div {
  position: relative;
}
section#recruit_new-graduate_movie > div > div > p {
  color: #666;
  margin: 0 0 1rem;
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_movie > div > div > p {
    margin: 0 0 3rem;
    text-align: center;
  }
}
section#recruit_new-graduate_movie > div > div > p + p {
  text-align: center;
}
section#recruit_new-graduate_movie > div > div + div {
  margin: 1rem 0 0;
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_movie > div > div + div {
    margin: 3rem 0 0;
  }
}
section#recruit_new-graduate_movie > div > div > div {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
section#recruit_new-graduate_movie > div > div > div > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ******************************
#recruit_new-graduate_message
****************************** */
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_message > div {
    position: relative;
  }
}
section#recruit_new-graduate_message > div > h2 {
  font-size: 0.875rem;
  letter-spacing: 0.25rem;
  margin: 0 0 3rem;
  padding: 0 1rem;
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_message > div > h2 {
    font-size: 1.5rem;
  }
}
section#recruit_new-graduate_message > div > h2::before {
  content: "MESSAGE";
  color: #666;
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-top: -1.5rem;
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_message > div > h2::before {
    font-size: 3rem;
    line-height: 1;
    margin-top: 0;
  }
}
section#recruit_new-graduate_message > div > h2 > span {
  color: #666;
}
section#recruit_new-graduate_message > div > h2 > span::before {
  content: "／";
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_message > div > h2 {
    margin: 0 auto 3rem;
  }
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_message > div > h2 {
    max-width: 1000px;
  }
}
section#recruit_new-graduate_message > div > div:nth-of-type(1) {
  position: relative;
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_message > div > div:nth-of-type(1) {
    z-index: 1;
  }
}
section#recruit_new-graduate_message > div > div:nth-of-type(1) > span {
  position: relative;
  display: block;
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_message > div > div:nth-of-type(1) > span {
    background: url("/assets/images/recruit_new-graduate/message/photo.jpg");
    background-size: cover;
    background-position: center;
  }
  section#recruit_new-graduate_message > div > div:nth-of-type(1) > span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    backdrop-filter: blur(10px);
  }
}
section#recruit_new-graduate_message > div > div:nth-of-type(1) > span > img {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_message > div > div:nth-of-type(1) > span > img {
    max-height: 97vh;
    object-fit: contain;
  }
}
section#recruit_new-graduate_message > div > div:nth-of-type(1) > p {
  position: absolute;
  top: 50%;
  left: 56.25%;
  transform: translate(0, -50%);
  width: 33.75%;
  z-index: 3;
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_message > div > div:nth-of-type(1) > p {
    top: 2rem;
    left: 50%;
  }
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_message > div > div:nth-of-type(1) > p {
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_message > div > div:nth-of-type(1) > p {
    width: 50%;
  }
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_message > div > div:nth-of-type(1) > p {
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    padding: 2rem 3rem 2rem 2rem;
  }
}
section#recruit_new-graduate_message > div > div:nth-of-type(1) > p > span {
  color: #fff;
  display: block;
}
section#recruit_new-graduate_message > div > div:nth-of-type(1) > p > span:nth-of-type(1) {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  margin: 0 0 1rem;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.25rem;
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_message > div > div:nth-of-type(1) > p > span:nth-of-type(1) {
    font-size: 4rem;
  }
  section#recruit_new-graduate_message > div > div:nth-of-type(1) > p > span:nth-of-type(1) br {
    display: none;
  }
}
section#recruit_new-graduate_message > div > div:nth-of-type(1) > p > span:nth-of-type(2) {
  font-size: 0.6rem;
  line-height: 1.5;
  letter-spacing: 0.25rem;
  text-align: right;
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_message > div > div:nth-of-type(1) > p > span:nth-of-type(2) {
    text-align: left;
  }
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_message > div > div:nth-of-type(1) > p > span:nth-of-type(2) {
    font-size: 1rem;
    line-height: 1.5;
  }
  section#recruit_new-graduate_message > div > div:nth-of-type(1) > p > span:nth-of-type(2) br {
    display: inline;
  }
}
section#recruit_new-graduate_message > div > div:nth-of-type(1) > p > span:nth-of-type(3) {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_message > div > div:nth-of-type(1) > p > span:nth-of-type(3) {
    display: block;
  }
}
section#recruit_new-graduate_message > div > div:nth-of-type(1) > p > span:nth-of-type(3) > em {
  font-style: normal;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_message > div > div:nth-of-type(1) > p > span:nth-of-type(3) > em {
    font-size: 3rem;
    padding-right: 0.5rem;
  }
}
section#recruit_new-graduate_message > div > div:nth-of-type(2) {
  background: #eee;
  margin: 0 0 0 2rem;
  padding: 2rem;
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_message > div > div:nth-of-type(2) {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    background: none;
    transform: translate(0, 12.5%);
  }
}
section#recruit_new-graduate_message > div > div:nth-of-type(2) > p {
  color: #666;
}
section#recruit_new-graduate_message > div > div:nth-of-type(2) > p:nth-of-type(1) {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.25rem;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_message > div > div:nth-of-type(2) > p:nth-of-type(1) {
    font-size: 2rem;
    line-height: 1.5;
    color: #fff;
    text-shadow: 0 0 5px black;
  }
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_message > div > div:nth-of-type(2) > p:nth-of-type(1) > br {
    display: none;
  }
}
section#recruit_new-graduate_message > div > div:nth-of-type(2) > p:nth-of-type(2) {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_message > div > div:nth-of-type(2) > p:nth-of-type(2) {
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    text-shadow: 0 0 5px black;
    max-width: 75%;
  }
}

/* ******************************
#recruit_new-graduate_entry
****************************** */
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_entry {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 6rem;
  }
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_entry > div {
    margin: 0 1rem;
    max-width: calc(1000px + 2rem);
    padding: 0 1rem;
    width: 100%;
  }
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_entry > div > div {
    display: flex;
    grid-gap: 3rem;
  }
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_entry > div > div > div {
    flex: 1;
  }
}
section#recruit_new-graduate_entry > div > div > div + div {
  margin: 3rem 0 0;
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_entry > div > div > div + div {
    margin: 0;
  }
}
section#recruit_new-graduate_entry > div > div > div > h2 {
  font-size: 1rem;
  line-height: 1.5;
  background: #2EDAFF;
  max-width: 62%;
  padding: 1rem;
  color: #fff;
}
section#recruit_new-graduate_entry > div > div > div > p:nth-of-type(1) {
  background: #eee;
  color: #666;
  margin: -1.5rem 0 0 2rem;
  padding: 2.5rem 1rem 1rem;
  z-index: -1;
  position: relative;
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_entry > div > div > div > p:nth-of-type(1) {
    min-height: 11rem;
  }
}
section#recruit_new-graduate_entry > div > div > div > p:nth-of-type(2) {
  background: #eee;
  margin: 0 0 0 2rem;
  padding: 0 0 1rem 1rem;
  text-align: right;
}
section#recruit_new-graduate_entry > div > div > div > p:nth-of-type(2) > a {
  background: #f00;
  color: #fff;
  display: block;
  letter-spacing: 0.25rem;
  opacity: 1;
  padding: 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 0.875rem;
  line-height: 1.5;
  max-width: 62%;
  margin-left: 38%;
}
section#recruit_new-graduate_entry > div > div > div > p:nth-of-type(2) > a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: rotate(45deg) translate(-50%, 0);
  width: 0.5rem;
  transition: all 0.5s;
}
@media screen and (min-width: 481px) {
  section#recruit_new-graduate_entry > div > div > div > p:nth-of-type(2) > a:hover {
    opacity: 0.75;
  }
  section#recruit_new-graduate_entry > div > div > div > p:nth-of-type(2) > a:hover::after {
    margin-right: -0.25rem;
  }
}

/*# sourceMappingURL=recruit_new-graduate.css.map */
