@charset "UTF-8";
/* ******************************
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;
  }
}

body > 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;
  margin: 0 1rem;
}
body > 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) {
  body > p > a:hover {
    opacity: 0.75;
  }
  body > p > a:hover::after {
    margin-right: -0.25rem;
  }
}
@media screen and (min-width: 481px) {
  body > p > a {
    max-width: 38%;
    margin: 6rem auto;
    padding: 1.5rem 0;
  }
}

/* ******************************
section.recruit_interview_eyecatch
****************************** */
section.recruit_interview_eyecatch {
  display: flex;
  flex-direction: column;
  margin-bottom: -1rem;
}
@media screen and (min-width: 481px) {
  section.recruit_interview_eyecatch {
    margin-bottom: 12rem;
  }
}
section.recruit_interview_eyecatch > div {
  position: relative;
}
section.recruit_interview_eyecatch > div:nth-of-type(1) {
  order: 2;
  transform: translate(0, -1rem);
  background: #2EDAFF;
  color: #fff;
  padding: 1rem;
  max-width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 481px) {
  section.recruit_interview_eyecatch > div:nth-of-type(1) {
    padding: 1rem 3rem;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_interview_eyecatch > div:nth-of-type(1) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translate(0, -7.5rem);
    max-width: 49%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    z-index: -1;
    flex-direction: row;
    align-items: center;
  }
}
section.recruit_interview_eyecatch > div:nth-of-type(1) > h1 {
  order: 2;
  letter-spacing: 0.25rem;
}
@media screen and (min-width: 481px) {
  section.recruit_interview_eyecatch > div:nth-of-type(1) > h1 {
    display: flex;
    align-items: center;
  }
}
section.recruit_interview_eyecatch > div:nth-of-type(1) > h1 > span {
  font-size: 0.6rem;
  line-height: 1.5;
  letter-spacing: 0.25rem;
}
@media screen and (min-width: 481px) {
  section.recruit_interview_eyecatch > div:nth-of-type(1) > h1 > span {
    font-size: 1rem;
    line-height: 1.5;
  }
}
section.recruit_interview_eyecatch > div:nth-of-type(1) > p {
  order: 1;
  font-size: 0.6rem;
  line-height: 1.5;
  letter-spacing: 0.25rem;
}
@media screen and (min-width: 481px) {
  section.recruit_interview_eyecatch > div:nth-of-type(1) > p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_interview_eyecatch > div:nth-of-type(1) > p {
    margin-right: 0.5rem;
  }
  section.recruit_interview_eyecatch > div:nth-of-type(1) > p br {
    content: "";
  }
  section.recruit_interview_eyecatch > div:nth-of-type(1) > p br::after {
    content: "";
    margin-right: 0.5rem;
  }
}
section.recruit_interview_eyecatch > div:nth-of-type(2) {
  order: 1;
  position: relative;
  z-index: -1;
}
section.recruit_interview_eyecatch > div:nth-of-type(2)::before {
  display: block;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75));
}
@media screen and (min-width: 481px) {
  section.recruit_interview_eyecatch > div:nth-of-type(2)::before {
    background: none;
  }
}
section.recruit_interview_eyecatch > div:nth-of-type(2) > p img:nth-of-type(1) {
  position: relative;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 481px) {
  section.recruit_interview_eyecatch > div:nth-of-type(2) > p img:nth-of-type(1) {
    max-height: 90vh;
    object-fit: contain;
    object-position: right;
  }
}
section.recruit_interview_eyecatch > div:nth-of-type(2) > p img:nth-of-type(2) {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 62%;
  z-index: 2;
}
@media screen and (min-width: 481px) {
  section.recruit_interview_eyecatch > div:nth-of-type(2) > p img:nth-of-type(2) {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
    top: 50% !important;
    bottom: auto !important;
    right: auto !important;
    left: 3rem !important;
    width: calc(50% - 3rem) !important;
    transform: translate(0, -50%);
  }
}

/* ******************************
section.recruit_inteview_container
****************************** */
section.recruit_inteview_container + section.recruit_inteview_container {
  margin: 2rem 0 0;
}
@media screen and (min-width: 481px) {
  section.recruit_inteview_container + section.recruit_inteview_container {
    margin: 12rem auto;
    display: flex;
    position: relative;
    max-width: 1000px;
  }
  section.recruit_inteview_container + section.recruit_inteview_container > div.text {
    order: 2;
    max-width: initial;
    margin-left: calc(38% - 3rem);
  }
  section.recruit_inteview_container + section.recruit_inteview_container > div.text > h2 {
    text-align: left;
  }
  section.recruit_inteview_container + section.recruit_inteview_container > div.image {
    order: 1;
    position: absolute;
    top: -3rem;
    left: 0;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_inteview_container + section.recruit_inteview_container + section.recruit_inteview_container > div.text {
    order: 1;
    margin-left: 0rem;
    margin-right: calc(38% - 3rem);
  }
  section.recruit_inteview_container + section.recruit_inteview_container + section.recruit_inteview_container > div.image {
    order: 2;
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_inteview_container > div.image {
    width: 100%;
    max-width: 38%;
  }
}
section.recruit_inteview_container > div.image > p {
  margin: 0 2rem 0 0;
}
@media screen and (min-width: 481px) {
  section.recruit_inteview_container > div.image > p {
    margin: 0;
    position: relative;
    height: 0;
    padding-top: 66%;
  }
}
section.recruit_inteview_container > div.image > p > img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 481px) {
  section.recruit_inteview_container > div.image > p > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}
section.recruit_inteview_container > div.text {
  background: #eee;
  margin: 0 0 -2rem 2rem;
  padding: 3rem 2rem 2rem;
  position: relative;
  z-index: -1;
  transform: translate(0, -2rem);
}
@media screen and (min-width: 481px) {
  section.recruit_inteview_container > div.text {
    flex: 1;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_inteview_container > div.text {
    margin: 0 auto;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_inteview_container > div.text {
    padding: 6rem;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_inteview_container > div.text {
    transform: none;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_inteview_container > div.text {
    max-width: 1000px;
  }
}
section.recruit_inteview_container > div.text > h2 {
  color: #666;
  margin: 0 0 1rem;
  letter-spacing: 0.25rem;
}
@media screen and (min-width: 481px) {
  section.recruit_inteview_container > div.text > h2 {
    margin: 0 0 1rem;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_inteview_container > div.text > h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
section.recruit_inteview_container > div.text > p {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 481px) {
  section.recruit_inteview_container > div.text > p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* ******************************
section.recruit_interview_message
****************************** */
section.recruit_interview_message {
  margin: 3rem 0 12rem;
}
@media screen and (min-width: 481px) {
  section.recruit_interview_message {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_interview_message > div {
    margin: 0 1rem;
    max-width: calc(1000px + 2rem);
    padding: 0 1rem;
    width: 100%;
    max-width: calc(1000px + 2rem);
  }
}
section.recruit_interview_message > div > h2 {
  font-size: 1rem;
  line-height: 1.5;
  background: #2EDAFF;
  max-width: 62%;
  margin-left: 38%;
  padding: 1rem;
  color: #fff;
  letter-spacing: 0.25rem;
  text-align: center;
}
@media screen and (min-width: 481px) {
  section.recruit_interview_message > div > h2 {
    margin-left: -3rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
  }
}
section.recruit_interview_message > div > p {
  background: #eee;
  color: #666;
  margin: -1.5rem 2rem 0 0;
  padding: 2.5rem 2rem 2rem;
  z-index: -1;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 481px) {
  section.recruit_interview_message > div > p {
    margin: -1.5rem 0 0 0;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_interview_message > div > p {
    padding: 3rem 3rem 2rem;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_interview_message > div > p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* ******************************
section.recruit_interview_schedlue
****************************** */
@media screen and (min-width: 481px) {
  section.recruit_interview_schedlue {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
section.recruit_interview_schedlue > div {
  padding: 0 1rem;
}
@media screen and (min-width: 481px) {
  section.recruit_interview_schedlue > div {
    margin: 0 1rem;
    max-width: calc(1000px + 2rem);
    padding: 0 1rem;
    width: 100%;
  }
}
section.recruit_interview_schedlue > div > h2 {
  font-size: 0.875rem;
  letter-spacing: 0.25rem;
  margin: 0 0 3rem;
}
@media screen and (min-width: 481px) {
  section.recruit_interview_schedlue > div > h2 {
    font-size: 1.5rem;
  }
}
section.recruit_interview_schedlue > div > h2::before {
  content: "TIME SCHEDULE";
  color: #666;
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-top: -1.5rem;
}
@media screen and (min-width: 481px) {
  section.recruit_interview_schedlue > div > h2::before {
    font-size: 3rem;
    line-height: 1;
    margin-top: 0;
  }
}
section.recruit_interview_schedlue > div > h2 > span {
  color: #666;
}
section.recruit_interview_schedlue > div > h2 > span::before {
  content: "／";
}
section.recruit_interview_schedlue > div > div {
  display: flex;
  align-items: center;
}
section.recruit_interview_schedlue > div > div > p {
  width: 38%;
  margin-right: 2rem;
}
@media screen and (min-width: 481px) {
  section.recruit_interview_schedlue > div > div > p {
    max-width: 100px;
  }
}
section.recruit_interview_schedlue > div > div > p > img {
  width: 100%;
  height: auto;
}
section.recruit_interview_schedlue > div > div > div {
  flex: 1;
}
@media screen and (min-width: 481px) {
  section.recruit_interview_schedlue > div > div > div {
    display: flex;
    justify-content: space-between;
    border-top: 1px dotted #2EDAFF;
    padding-top: 2rem;
    border-bottom: 1px dotted #2EDAFF;
    padding-bottom: 2rem;
  }
}
section.recruit_interview_schedlue > div > div > div > div {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 481px) {
  section.recruit_interview_schedlue > div > div > div > div {
    flex: 1;
  }
}
section.recruit_interview_schedlue > div > div > div > div + div {
  margin: 0.5rem 0 0;
}
@media screen and (min-width: 481px) {
  section.recruit_interview_schedlue > div > div > div > div + div {
    margin: 0;
  }
}
@media screen and (min-width: 481px) {
  section.recruit_interview_schedlue > div > div > div > div {
    flex-direction: column;
    justify-content: flex-start;
  }
}
section.recruit_interview_schedlue > div > div > div > div > p:nth-of-type(1) {
  width: 100%;
  max-width: 1.5rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 481px) {
  section.recruit_interview_schedlue > div > div > div > div > p:nth-of-type(1) {
    margin: 0 0 0.5rem;
  }
}
section.recruit_interview_schedlue > div > div > div > div > p:nth-of-type(1) > img {
  width: 100%;
}
section.recruit_interview_schedlue > div > div > div > div > p:nth-of-type(2) {
  flex: 1;
}
section.recruit_interview_schedlue > div > div > div > div > p:nth-of-type(2) > span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  line-height: 1.25;
}
section.recruit_interview_schedlue > div > div > div > div > p:nth-of-type(2) > span:nth-of-type(1) {
  color: #2EDAFF;
}
@media screen and (min-width: 481px) {
  section.recruit_interview_schedlue > div > div > div > div > p:nth-of-type(2) > span:nth-of-type(1) {
    margin: 0 0 1rem;
    text-align: center;
  }
}
section.recruit_interview_schedlue > div > div > div > div > p:nth-of-type(2) > span:nth-of-type(2) {
  color: #666;
}
@media screen and (min-width: 481px) {
  section.recruit_interview_schedlue > div > div > div > div > p:nth-of-type(2) > span:nth-of-type(2) {
    text-align: center;
  }
}

/*# sourceMappingURL=recruit_interview.css.map */
