:root {
  font-size: 62.5%;
}

#recruit1__main p,
#recruit1__main a,
#recruit1__main dd {
  line-height: 1.8;
  font-size: 1.6rem;
}

.isMd {
  display: block;
}
@media (max-width: 999px) {
  .isMd {
    display: none;
  }
}

.section__header {
  position: relative;
}
.section__header__title {
  width: 100%;
  color: #00b1a3;
  font-weight: bold;
  font-size: 2.9rem;
  text-align: center;
}
.section__header__title::after {
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 92.7%;
  height: 20px;
  background-image: url("../../img/recruit1/work_environment_title_bg.svg");
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section__header__blowing {
  position: absolute;
  top: -88%;
  left: 16%;
  width: 188px;
  height: 87px;
}
@media (max-width: 999px) {
  .section__header__blowing {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
  }
}
.section__header__blowing.hospitalityBlowing {
  left: 18%;
}
@media (max-width: 999px) {
  .section__header__blowing.hospitalityBlowing {
    top: 0;
    left: 0;
  }
}
.section__header__blowing.goodWorkBlowing {
  left: 10%;
}
@media (max-width: 999px) {
  .section__header__blowing.goodWorkBlowing {
    top: 0;
    left: 0;
  }
}
.section__header__blowing.skillUpBlowing {
  top: -34%;
  left: 78%;
}
@media (max-width: 999px) {
  .section__header__blowing.skillUpBlowing {
    top: 0;
    left: 0;
  }
}
.section__header__blowing.staffVoiceBlowing {
  left: 15%;
}
@media (max-width: 999px) {
  .section__header__blowing.staffVoiceBlowing {
    top: 0;
    left: 0;
  }
}
.section__header__blowing.questionBlowing {
  left: 18%;
}
@media (max-width: 999px) {
  .section__header__blowing.questionBlowing {
    top: 0;
    left: 0;
  }
}
.section__header__blowing.recruitmentBlowing {
  left: 19%;
}
@media (max-width: 999px) {
  .section__header__blowing.recruitmentBlowing {
    top: 0;
    left: 0;
  }
}
.section__header__desc {
  padding-bottom: 8px;
  color: black;
  text-align: center;
}

.box__contentsWrap {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -8px;
  padding: 32px;
  color: black;
  background-color: white;
}
@media (max-width: 999px) {
  .box__contentsWrap {
    flex-direction: column-reverse;
    align-items: center;
    padding: 16px;
  }
}
.box__contentsWrap.w-100 {
  width: 100%;
  margin-top: 0;
}
.box__contentsWrap__text {
  width: 86%;
  text-align: justify;
}
@media (max-width: 999px) {
  .box__contentsWrap__text {
    width: 100%;
    margin-top: 8px;
  }
}
.box__contentsWrap__text > p {
  margin-bottom: 1em;
}
.box__contentsWrap__text > p:last-child {
  margin-bottom: 0;
}
.box__contentsWrap__text.w-100 {
  width: 100%;
  margin-top: 0;
}

.mv {
  background-image: url("../../img/recruit1/mv_bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 130%;
}
.mv__imgWrap {
  width: 90%;
  margin-top: -0.5%;
  margin-left: auto;
}
.mv__imgWrap__img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mv__textWrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 8px;
  color: black;
  text-align: justify;
}
@media (max-width: 999px) {
  .mv__textWrap {
    width: 100%;
    flex-direction: column;
    gap: 1em;
  }
}
.mv__textWrap__text {
  width: 46%;
  margin-top: -24px;
  padding-bottom: 32px;
}
@media (max-width: 999px) {
  .mv__textWrap__text {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }
}
.mv__textWrap__text > p {
  margin-bottom: 1em;
}
.mv__textWrap__text > p:last-child {
  margin-bottom: 0;
}

.anchor {
  margin-top: 80px;
}
@media (max-width: 999px) {
  .anchor {
    flex-direction: column;
    gap: 1em;
    padding: 4px 0;
  }
}
.anchor__list {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 6px;
  padding: 6px 0;
  background-color: #d0eae9;
}
@media (max-width: 999px) {
  .anchor__list {
    justify-content: center;
  }
}
/*.anchor__list::before {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-image: url("../../img/recruit1/menu_bg.png");*/
/*  background-repeat: repeat;*/
/*  background-position: center;*/
/*  opacity: 0.2;*/
/*  content: "";*/
/*  pointer-events: none;*/
/*}*/
.anchor__item {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}

.anchor__item:last-child {
  border-width: 0;
}
.anchor__item__link {
  display: inline-block;
  width: 100%;
  padding: 0 36px;
  font-weight: bold;
  text-align: center;
}
.anchor__item__link:link, .anchor__item__link:visited {
  color: #008f85;
}
.anchor__item__link::before {
  content: "▼";
}

.anchor__list li:last-child .anchor__item {
  border: none;
}

@media (min-width: 1000px) {
  .anchor__item {
    border: dotted #6faf2e;
    border-width: 0 4px 0 0;
  }
}
@media (max-width: 999px) {
  .anchor__item__link {
    padding: 0 12px;
  }
}
@media (max-width: 660px) {
  .anchor__item {
    flex-basis: 49%;
  }
  #recruit1__main .anchor__item__link {
    text-align: left;
    font-size: 1.4rem;
  }
}

.workEnv {
  margin-top: 70px;
  padding-top: 20px;
}
@media (max-width: 999px) {
  .workEnv {
    margin-top: 48px;
    padding-top: 0;
  }
}
.workEnv__contents {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 88px;
  padding: 40px 32px;
  background-color: #d0eae9;
}
@media (max-width: 999px) {
  .workEnv__contents {
    margin-top: 72px;
    padding: 32px 16px 16px;
  }
}
.workEnv__contents:last-of-type {
  margin-top: 64px;
}
.workEnv__contents__point {
  display: block;
  position: absolute;
  top: -36px;
  left: 50%;
  z-index: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.workEnv__contents__title {
  position: relative;
  z-index: 1;
  width: 70%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 34px;
  margin-top: -12px;
  padding: 0 0;
  border: 8px solid #00b1a3;
  color: #00b1a3;
  background-color: white;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 999px) {
  .workEnv__contents__title {
    width: 90%;
  }
}
.workEnv .box__contentsWrap__img {
  width: 135px;
  margin-right: 8px;
  margin-left: 8px;
}
@media (max-width: 999px) {
  .workEnv .box__contentsWrap__img {
    width: 90px;
    margin-top: 8px;
  }
}

.hospitality {
  margin-top: 70px;
  padding-top: 20px;
}
@media (max-width: 999px) {
  .hospitality {
    margin-top: 48px;
    padding-top: 0;
  }
}
.hospitality__contents {
  margin-top: 52px;
  padding: 32px;
  background-color: #d0eae9;
}
@media (max-width: 999px) {
  .hospitality__contents {
    margin-top: 36px;
    padding: 16px 16px;
  }
}

.goodWorkEnv {
  margin-top: 70px;
  padding-top: 20px;
}
@media (max-width: 999px) {
  .goodWorkEnv {
    margin-top: 48px;
    padding-top: 0;
  }
}
.goodWorkEnv__header {
  position: absolute;
  top: -34px;
  left: 0;
  height: 34px;
  line-height: 34px;
  padding: 0px 16px;
  color: #fff;
  background-color: #3fbddf;
  font-weight: bold;
  font-size: 1.8rem;
}
.goodWorkEnv__contents {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-top: 88px;
  padding: 32px;
  background-color: #d0eae9;
}
@media (max-width: 999px) {
  .goodWorkEnv__contents {
    margin-top: 64px;
    padding: 16px 16px;
  }
}
.goodWorkEnv__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.goodWorkEnv__item {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
@media (max-width: 999px) {
  .goodWorkEnv__item {
    width: 100%;
  }
}
.goodWorkEnv__item__number {
  display: flex;
  width: 18%;
  justify-content: center;
}
@media (max-width: 599px) {
  .goodWorkEnv__item__number {
    width: 72px;
  }
}
.goodWorkEnv__item__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
}
@media (max-width: 599px) {
  .goodWorkEnv__item__body {
    margin-left: 8px;
  }
}
.goodWorkEnv__item__header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 16px;
  color: white;
  background: #3ba367;
  font-weight: bold;
  font-size: 1.8rem;
}
.goodWorkEnv__item__text {
  width: 100%;
  padding: 8px 16px;
  color: black;
  background: white;
  text-align: justify;
}
@media (max-width: 599px) {
  .goodWorkEnv__item__text {
    width: 100%;
    padding: 8px;
  }
}
.goodWorkEnv__item__numberImg {
  width: 114px;
}
@media (max-width: 599px) {
  .goodWorkEnv__item__numberImg {
    max-width: 57px;
  }
}
.goodWorkEnv__item:nth-child(2) .goodWorkEnv__item__numberImg {
  width: 145px;
}
@media (max-width: 599px) {
  .goodWorkEnv__item:nth-child(2) .goodWorkEnv__item__numberImg {
    max-width: 72px;
  }
}
.goodWorkEnv__item:nth-child(2) .goodWorkEnv__item__header {
  background: #ee87b4;
}
.goodWorkEnv__item:nth-child(3) .goodWorkEnv__item__numberImg {
  width: 141px;
}
@media (max-width: 599px) {
  .goodWorkEnv__item:nth-child(3) .goodWorkEnv__item__numberImg {
    max-width: 70px;
  }
}
.goodWorkEnv__item:nth-child(3) .goodWorkEnv__item__header {
  background: #4a77bb;
}

.benefit {
  margin-top: 120px;
}
@media (max-width: 999px) {
  .benefit {
    margin-top: 48px;
  }
}
.benefit__contents {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-top: 56px;
  padding: 32px 24px;
  background-color: #d0eae9;
}
@media (max-width: 999px) {
  .benefit__contents {
    margin-top: 32px;
    padding: 16px 16px;
  }
}
.benefit__body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  padding: 24px;
  background: white;
}
@media (max-width: 999px) {
  .benefit__body {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (max-width: 599px) {
  .benefit__body {
    grid-template-columns: 1fr;
  }
}
.benefit__item {
  display: flex;
  position: relative;
  min-height: 290px;
  flex-direction: column;
  background: #e9f4e8;
}
@media (max-width: 999px) {
  .benefit__item.leader {
    min-height: 330px;
  }
}
.benefit__item__header {
  padding: 8px 0;
  color: white;
  font-weight: bold;
  font-size: 2.1rem;
  text-align: center;
}
.benefit__item__header.green {
  background: #3ba367;
}
.benefit__item__header.pink {
  background: #ee87b4;
}
.benefit__item__header.blue {
  background: #4a77bb;
}
.benefit__item__header.yellow {
  background: #f5be00;
}
.benefit__item__header.orange {
  background: #ef8130;
}
.benefit__item__text {
  padding: 16px;
  color: black;
  text-align: justify;
}
.benefit__item__img {
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.benefit__item__img.management {
  width: 87px;
}
.benefit__item__img.leader {
  width: 72px;
}
.benefit__item__img.it {
  width: 65px;
}
.benefit__item__img.education {
  width: 87px;
}
.benefit__item__img.group {
  width: 149px;
}

.skillUp {
  margin-top: 120px;
}
@media (max-width: 999px) {
  .skillUp {
    margin-top: 48px;
  }
}
.skillUp__contents {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-top: 56px;
  padding: 32px 24px;
  background-color: #d0eae9;
}
@media (max-width: 999px) {
  .skillUp__contents {
    margin-top: 32px;
    padding: 16px 16px;
  }
}
.skillUp__contentsWrap {
  display: flex;
  flex-direction: column;
  background: white;
}
.skillUp__header {
  border-bottom: 8px solid #00b1a3;
  color: #00b1a3;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  box-sizing: border-box;
}
.skillUp__desc {
  margin-top: 16px;
  color: black;
  text-align: center;
}
.skillUp__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  margin: 16px 24px 0;
}
@media (max-width: 999px) {
  .skillUp__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 599px) {
  .skillUp__list {
    grid-template-columns: 1fr;
  }
}
.skillUp__text {
  margin-top: 16px;
  margin-bottom: 16px;
  color: black;
  text-align: center;
}

.welfare {
  margin-top: 80px;
}
@media (max-width: 999px) {
  .welfare {
    margin-top: 48px;
  }
}
.welfare__contents {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-top: 56px;
  padding: 32px 24px;
  background-color: #d0eae9;
}
@media (max-width: 999px) {
  .welfare__contents {
    margin-top: 32px;
    padding: 16px 16px;
  }
}
.welfare__header {
  width: 100%;
  margin: 0 auto;
  padding: 2px 0;
  color: white;
  background: #00b1a3;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
.welfare__header .space {
  margin-right: 3em;
}
@media (max-width: 999px) {
  .welfare__header .space {
    display: none;
    margin-right: 0;
  }
}
.welfare__header__blowing {
  position: absolute;
  top: 12px;
  left: 2%;
  z-index: 1;
  width: 206px;
}
@media (max-width: 999px) {
  .welfare__header__blowing {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
  }
}
.welfare__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 32px;
}
@media (max-width: 999px) {
  .welfare__items {
    display: flex;
    flex-direction: column;
  }
}
.welfare__item {
  padding: 16px;
  background: white;
}
@media (max-width: 999px) {
  .welfare__item {
    min-height: 180px;
  }
}
.welfare__item.comeback {
  grid-area: 1 / 1 / 2 / 3;
}
.welfare__item.keicyou {
  grid-area: 2 / 2 / 3 / 3;
}
.welfare__item.temporary {
  grid-area: 2 / 1 / 3 / 2;
}
.welfare__item__header {
  display: flex;
  align-items: center;
}
.welfare__item__headerPoint {
  width: 44px;
}
@media (max-width: 599px) {
  .welfare__item__headerPoint {
    display: none;
  }
}
.welfare__item__headerText {
  width: 100%;
  line-height: 32px;
  padding-left: 0.5em;
  border-bottom: 8px solid #3cb08a;
  color: #3cb08a;
  font-weight: bold;
  font-size: 2.4rem;
}
@media (max-width: 599px) {
  .welfare__item__headerText {
    padding-left: 0;
  }
}
.welfare__item__text {
  margin-top: 16px;
  color: black;
  text-align: justify;
}
.welfare__item__text > p {
  margin-bottom: 1em;
}
.welfare__item__text > p:last-child {
  margin-bottom: 0;
}
.welfare__item__bottomImg {
  display: block;
  position: absolute;
  bottom: 4%;
  left: 50%;
  width: 204px;
  margin: auto 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 999px) {
  .welfare__item__img {
    display: none;
  }
}
@media (min-width: 1000px) {
  .welfare__item.comeback > .welfare__item__text {
    display: flex;

  }
  .welfare__item.comeback .welfare__item__img {
    flex-basis: 45%;
    margin-left: 20px;
  }
}
.welfare__item__headerImg {
  margin-right: 8px;
  margin-left: 32px;
}
.welfare__item__headerImg.comeback {
  display: none;
}
@media (max-width: 999px) {
  .welfare__item__headerImg.comeback {
    display: block;
    width: 80px;
  }
}
.welfare__item__headerImg.keicyou {
  width: 42px;
}
.welfare__item__headerImg.birthday {
  width: 56px;
}
.welfare__item__headerImg.temporary {
  width: 74px;
}
.welfare__note {
  margin-top: 8px;
  color: black;
}

.comebackModel {
  margin-top: 80px;
}
@media (max-width: 999px) {
  .comebackModel {
    margin-top: 48px;
  }
}
.comebackModel__contents {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-top: 56px;
  background-color: #d0eae9;
}
@media (max-width: 999px) {
  .comebackModel__contents {
    margin-top: 32px;
  }
}

.staffVoice {
  margin-top: 70px;
  padding-top: 20px;
}
@media (max-width: 999px) {
  .staffVoice {
    margin-top: 48px;
    padding-top: 0;
  }
}
.staffVoice__contents {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-top: 56px;
  padding: 32px;
  background-color: #d0eae9;
}
@media (max-width: 999px) {
  .staffVoice__contents {
    padding: 16px;
  }
}
.staffVoice__item {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  background: white;
}
.staffVoice__item__header {
  width: 100%;
}
.staffVoice__item__headerPoint {
  position: absolute;
  top: -12px;
  left: 5%;
  width: 124px;
}
@media (max-width: 999px) {
  .staffVoice__item__headerPoint {
    left: 3%;
  }
}
@media (max-width: 599px) {
  .staffVoice__item__headerPoint {
    width: 96px;
  }
}
.staffVoice__item__headerText {
  margin-left: 16%;
  color: #00b1a3;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: justify;
}
@media (max-width: 999px) {
  .staffVoice__item__headerText {
    margin-left: 22%;
  }
}
@media (max-width: 599px) {
  .staffVoice__item__headerText {
    width: 100%;
    margin-top: 48px;
    margin-left: 0;
    font-size: 2.2rem;
  }
}
.staffVoice__body {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 12px;
  color: black;
}
@media (max-width: 999px) {
  .staffVoice__body {
    flex-direction: column-reverse;
  }
}
.staffVoice__body.reverse {
  flex-direction: row-reverse;
  margin-top: 0;
}
@media (max-width: 999px) {
  .staffVoice__body.reverse {
    flex-direction: column-reverse;
  }
}
.staffVoice__body__textWrap.sm {
  width: 56%;
  min-width: 488px;
}
@media (max-width: 999px) {
  .staffVoice__body__textWrap.sm {
    min-width: 100%;
  }
}
.staffVoice__body__textWrap.base {
  width: 70%;
  min-width: 482px;
}
@media (max-width: 999px) {
  .staffVoice__body__textWrap.base {
    min-width: 100%;
  }
}
.staffVoice__body__textWrap.lg {
  width: 78%;
  min-width: 529px;
}
@media (max-width: 999px) {
  .staffVoice__body__textWrap.lg {
    min-width: 100%;
  }
}
.staffVoice__body__header {
  font-size: 1.6rem;
}
.staffVoice__body__text {
  margin-top: 24px;
  text-align: justify;
}
@media (max-width: 999px) {
  .staffVoice__body__text {
    margin-top: 12px;
  }
}
.staffVoice__body__text > p {
  margin-bottom: 1em;
}
.staffVoice__body__text > p:last-child {
  margin-bottom: 0;
}
.staffVoice__body__Img {
  width: 109px;
  margin-right: 80px;
}
@media (max-width: 999px) {
  .staffVoice__body__Img {
    width: 80px;
    margin: 0 auto;
  }
}
.staffVoice__body:nth-of-type(3) .staffVoice__body__Img {
  width: 180px;
}
@media (max-width: 999px) {
  .staffVoice__body:nth-of-type(3) .staffVoice__body__Img {
    width: 80px;
    margin-top: 8px;
  }
}
.no2 .staffVoice__body__Img {
  width: 165px;
  margin-right: 44px;
}
@media (max-width: 999px) {
  .no2 .staffVoice__body__Img {
    width: 80px;
    margin: 0 auto;
  }
}
.no2 .staffVoice__body:nth-of-type(3) .staffVoice__body__Img {
  width: 146px;
}
@media (max-width: 999px) {
  .no2 .staffVoice__body:nth-of-type(3) .staffVoice__body__Img {
    width: 80px;
    margin-top: 8px;
  }
}

.message {
  margin-top: 80px;
}
@media (max-width: 999px) {
  .message {
    margin-top: 48px;
  }
}
.message__contents {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
  margin-top: 56px;
  padding: 32px 24px;
  background-color: #d0eae9;
}
@media (max-width: 999px) {
  .message__contents {
    margin-top: 32px;
    padding: 16px 16px;
  }
}
.message .box__contentsWrap__text {
  width: 68%;
  margin-right: 16px;
}
@media (max-width: 999px) {
  .message .box__contentsWrap__text {
    width: 100%;
    margin-right: 0;
  }
}
.message .box__contentsWrap figure {
  margin-right: 24px;
}
@media (max-width: 999px) {
  .message .box__contentsWrap figure {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}
.message .box__contentsWrap__img {
  display: block;
  width: 189px;
  margin-left: auto;
}
@media (max-width: 999px) {
  .message .box__contentsWrap__img {
    width: 150px;
    margin: 8px auto 0;
  }
}
.message .box__contentsWrap__caption {
  margin-top: 8px;
  font-size: 1.6rem;
  text-align: right;
}

.question {
  margin-top: 70px;
  padding-top: 20px;
}
@media (max-width: 999px) {
  .question {
    margin-top: 48px;
    padding-top: 0;
  }
}
.question__contents {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 32px;
  margin-top: 56px;
}
@media (max-width: 999px) {
  .question__contents {
    margin-top: 32px;
    padding: 0 16px;
  }
}
.question__contents__q, .question__contents__a {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: start;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 16px 16px 4.5em;
  font-size: 1.5rem;
}
.question__contents__q {
  color: white;
  background: #00b1a3;
}
.question__contents__a {
  color: black;
  background: #d0eae9;
}
.question__contents__markQ, .question__contents__markA {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  font-size: 2.4rem;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.question__contents__markQ {
  color: #00b1a3;
  background: lightblue;
}
.question__contents__markA {
  color: white;
  background: #00b1a3;
}

.recruiting {
  margin-top: 80px;
}
@media (max-width: 999px) {
  .recruiting {
    margin-top: 48px;
  }
}
.recruiting__contents {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
  gap: 8px;
  margin-top: 64px;
}
@media (max-width: 999px) {
  .recruiting__contents {
    gap: 16px;
    padding: 16px 0px;
  }
}
.recruiting__contents__pair {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: row;
  gap: 8px;
}
@media (max-width: 999px) {
  .recruiting__contents__pair {
    flex-direction: column;
  }
}
.recruiting__contents__title {
  width: 22%;
  padding: 12px;
  color: #00b1a3;
  background-color: #d0eae9;
  font-size: 2rem;
}
@media (max-width: 999px) {
  .recruiting__contents__title {
    width: 100%;
  }
}
.recruiting__contents__titleNotice {
  margin-top: 1em;
  color: black;
  background-color: #d0eae9;
  font-weight: bold;
  font-size: 1.5rem;
}
@media (max-width: 999px) {
  .recruiting__contents__titleNotice {
    margin-top: 0;
  }
}
.recruiting__contents__data {
  display: flex;
  width: 78%;
  flex-direction: column;
  gap: 1em;
  padding: 12px;
  border: 1px solid #98ce97;
  color: #00b1a3;
}
@media (max-width: 999px) {
  .recruiting__contents__data {
    width: 100%;
    padding-top: 0;
    border: none;
  }
}
.recruiting__contents__dataDesc {
  color: black;
}
.recruiting__contents__dataDesc:not(:first-child) {
  margin-top: 1em;
}
.recruiting__web {
  display: inline-block;
  margin-top: 64px;
}
@media (max-width: 999px) {
  .recruiting__web {
    margin-top: 32px;
  }
}
@media (max-width: 599px) {
  .recruiting__web {
    margin-top: 16px;
  }
}
.recruiting__web__img {
  display: block;
  width: 514px;
}
@media (max-width: 999px) {
  .recruiting__web__img {
    width: 336px;
  }
}
@media (max-width: 479px) {
  .recruiting__web__img {
    width: 245px;
  }
}
.recruiting__tel {
  margin-top: 24px;
}
@media (max-width: 999px) {
  .recruiting__tel {
    margin-top: 16px;
  }
}
.recruiting__tel__img {
  width: 730px;
}
@media (max-width: 999px) {
  .recruiting__tel__img {
    width: 480px;
  }
}
@media (max-width: 479px) {
  .recruiting__tel__img {
    width: 350px;
  }
}
.recruiting__shift {
  display: flex;
}
.recruiting__shift__title {
  width: 4em;
}
.recruiting__shift__desc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 1em;
}
.recruiting .emsp {
  margin-left: 0.55em;
}

.recruitingFlow {
  margin-top: 70px;
  padding-top: 20px;
}
@media (max-width: 999px) {
  .recruitingFlow {
    margin-top: 48px;
    padding-top: 0;
  }
}
.recruitingFlow__list {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 48px;
  margin-left: 16px;
}
.recruitingFlow__item {
  display: flex;
  width: 240px;
  justify-content: center;
}
.recruitingFlow__img {
  display: block;
  width: 100%;
}
.recruitingFlow__img.step4 {
  width: 86.6666666667%;
  margin-left: -32px;
}
