@charset "UTF-8";
@import url('/css/style.css');

.main-visual {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
  background: url(/img/top-img-key-visuals.webp) no-repeat top left/cover;
}
@media screen and (max-width: 767px) {
  .main-visual {
    background-position: top left 25%;
    background-size: 160% auto;
    background: none;
  }
}

.main-visual__inner {
  width: calc(100% - 23.3rem);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .main-visual__inner {
    width: 100%;
    background: url(/img/top-img-key-visuals.webp) no-repeat top left/cover;
  }
}

.main-visual__title {
  font-size: 3.4rem;
  font-weight: 700;
  padding: 15rem 0 0 0;
  padding-left: calc(100% - 45rem);
}
.main-visual__title br {
  display: none;
}
@media screen and (max-width: 1100px) {
  .main-visual__title {
    padding-left: 3rem;
  }
  .main-visual__title br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__title {
    padding: 7rem 0 0 7rem;
    font-size: 22px;
  }
  .main-visual__title br {
    display: none;
  }
}

.main-visual__text {
  padding: 0.6rem 0 0 0;
  padding-left: calc(100% - 45rem);
}
@media screen and (max-width: 1100px) {
  .main-visual__text {
    padding: 0.6rem 2rem 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__text {
    padding: 0.5rem 2rem 3rem 7rem;
    font-size: 12px;
  }
}

.main-visual__button {
  width: 23.3rem;
  text-align: center;
  padding: 2rem 0 0;
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .main-visual__button {
    background: #4a397f;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #ffffff;
    flex-direction: column;
  }
}

.main-visual__button-box {
  padding-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-visual__button-box {
    width: 100%;
  }
}
.main-visual__button-box::after {
  content: "";
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.main-visual__button-box button {
  width: 70%;
  margin: auto;
  background: none;
  color: #000;
  padding: 0.5em;
  margin-top: 0.5rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
  background: #ffffff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-visual__button-box button {
    font-size: 13px;
    width: 90%;
    padding: 0.8em 0;
  }
  .main-visual__button-box button.main-visual__button-box-login {
    font-size: 12px;
    padding: 1em 0 1em 2.5em;
  }
}
.main-visual__button-box button img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  margin: auto;
}

.main-visual__button-box-text {
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .main-visual__button-box-text {
    font-size: 14.4px;
    padding-bottom: 0.9rem;
  }
}

.main-visual__button-box-text_small {
  font-size: 0.7rem;
  padding: 0.8em 0 0;
}
@media screen and (max-width: 767px) {
  .main-visual__button-box-text_small {
    font-size: 10px;
  }
}

.main-visual__button-login {
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .main-visual__button-login {
    padding-top: 0;
    width: 100%;
  }
}
.main-visual__button-login input {
  width: 70%;
  margin: auto;
  background: none;
  color: #000;
  padding: 0.5em;
  font-size: 1rem;
  letter-spacing: 0.05em;
  background: #ffffff;
  border: 0;
}
@media screen and (max-width: 767px) {
  .main-visual__button-login input {
    font-size: 16px;
    width: 90%;
  }
}

.main-visual__button-login-text {
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .main-visual__button-login-text {
    font-size: 14.4px;
  }
}

.main-visual__button-login-title {
  font-size: 0.7rem;
  text-align: left;
  width: 70%;
  padding: 0.7rem 0 0;
}
@media screen and (max-width: 767px) {
  .main-visual__button-login-title {
    font-size: 10px;
    width: 90%;
    padding: 0.5rem 0 0;
  }
}

/* パスワードを忘れた方はこちら */
.main-visual__button-login-link {
  font-size: 0.9rem;
  padding: 0.5rem 0;
  text-align: left;
  width: 70%;
}

.main-visual__button-login-link a {
  font-size: 0.9rem !important;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .main-visual__button-login-link {
    width: 90%;
  }
}
.main-visual__button-login-link a {
  font-size: 0.7em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .main-visual__button-login-link a {
    font-size: 10px;
  }
}
/* ログインボタン */
.main-visual__button-login-button_login {
  width: 70%;
  padding: 1em 0;
  background: #E0E0E0;
  cursor: default;
}
.main-visual__button-login-button_login.active {
  background: #2C8CE4;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .main-visual__button-login-button_login {
    width: 90%;
    padding: 0.65rem 0;
    margin-top: 0.5rem;
  }
}

/* 検索エリア */

.search {
  background: #d0e0ef;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .search {
    padding: 0.6rem;
    height: auto;
  }
}
.search::before,
.search::after {
  content: '';
  display: block;
  height: 21rem;
  width: 20rem;
  background: url(/img/top-bg-01.webp) no-repeat top right/100% auto;
  position: absolute;
  top: 4.3rem;
  left: 0;
}
@media screen and (max-width: 1100px) {
  .search::before,
  .search::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .search::before,
  .search::after {
    height: 7rem;
    width: 7rem;
    top: 3.5rem;
  }
}
.search::before {
  height: 21rem;
  width: 25rem;
  background: url(./img/top-bg-02.webp) no-repeat top left/100% auto;
  top: 20rem;
  left: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .search::before {
    height: 10rem;
    width: 10rem;
    top: 23.5rem;
  }
}
.search .search__background {
  position: absolute;
  width: 100%;
  height: 31rem;
  display: block;
  top: 3.7rem;
  background: #faf8f7;
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  select.search__search-occupation {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  select.search__search-location {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  select.search__search-income {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .search input {
    width: 100%;
    margin: 0.6rem 0 0;
  }
  .search button {
    width: 32%;
    margin: 0.6rem 0 0;
  }
}

@media screen and (max-width: 1050px) {
  .search__search {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}


.search__search-keyword {
  position: relative;
}
@media screen and (max-width: 1050px) {
  .search__search-keyword {
    width: 66%;
  }
}
.search__search-keyword::before,
.header__block-inner_search-keyword::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(/img/loupe-icon.webp) no-repeat center center / auto 100%;
  display: inline-block;
  position: absolute;
  left: 0.6rem;
  top: 0px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .search__search-keyword::before {
    top: 0.7rem;
  }
}
.search__search-keyword input,
.header__block-inner_search-keyword input {
  padding-left: 2em;
}

/* 検索エリア end */
/* 企業インタビュー */
.swiper {
  padding: 7.5rem 0 2rem;
  position: relative;
}

.swiper-title {
  text-align: center;
  font-size: 2rem;
  position: relative;
  font-weight: bold;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .swiper-title {
    font-size: 19.2px;
    padding: 1rem 0 2rem;
  }
}
.swiper-title span {
  position: absolute;
  font-size: 1rem;
  left: 0;
  right: 0;
  top: -3.7rem;
  padding: 0.6em 0;
  width: 25em;
  margin: auto;
  border-radius: 2em;
  background: #ff6b6b;
  color: #ffffff;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .swiper-title span {
    width: 95%;
    font-size: 16px;
  }
}
.swiper-title span::before {
  content: "";
  position: absolute;
  bottom: -1em;
  left: 50%;
  margin-left: -0.5em;
  border: 0.5em solid transparent;
  border-top: 0.8em solid #ff6b6b;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.swiper-slide img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.swiper-slide span {
  font-size: 0.8rem;
  line-height: 1.2em;
  display: block;
  position: absolute;
  bottom: 0;
  background: #000;
  color: #fff;
  padding: 0.5em;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .swiper-slide span {
    font-size: 12.8px;
  }
}

.swiper_top .swiper-slide img {
  height: 13.5vw;
}
@media screen and (max-width: 1100px) {
  .swiper_top .swiper-slide img {
    height: 18.5vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper_top .swiper-slide img {
    height: 50vw;
  }
}

.swiper_sub .swiper-slide img {
  height: 28.334vw;
}
@media screen and (max-width: 767px) {
  .swiper_sub .swiper-slide img {
    height: 50vw;
  }
}

.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 6px;
}

.swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  background: #333333;
}
/* 企業インタビュー end */

.job-openings {
  padding-top: 0;
}

.linklist {
  margin-top: 5rem;
  padding: 6rem 0 3.6rem;
  background: #faf9f7;
}

@media screen and (max-width: 767px) {
  .linklist {
    margin-top: 2.5rem;
    padding: 3rem 0 1.5rem;
  }
}

.linklist__inner {
  max-width: 1270px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .linklist__inner {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.linklist__inner ul {
  width: 48%;
  padding-bottom: 0.5rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 1px 1px 5px #e0e0e0;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .linklist__inner ul:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .linklist__inner ul {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.linklist__inner ul li a {
  display: flex;
  justify-content: space-between;
  margin: 1em 1.4em 0.6em;
  align-items: flex-start;
  min-height: 6rem;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
}
.linklist__inner ul li a.linklist__inner-li-a {
  position: relative;
  min-height: auto;
  padding: 0 0 0.8rem 1.5em;
  font-size: 0.9rem;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .linklist__inner ul li a {
    flex-direction: column;
  }
  .linklist__inner ul li a.linklist__inner-li-a {
    font-size: 14.4px;
  }
}
.linklist__inner ul li a.linklist__inner-li-a::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #5e479f;
  border-right: 2px solid #5e479f;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  left: 0.1em;
  top: 0.5em;
}
.linklist__inner ul li a img {
  width: 39%;
  height: 150px;
  object-fit: cover;
}
.linklist__inner ul li a p {
  width: 56%;
  font-size: 0.8rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .linklist__inner ul li a img {
    width: 100%;
  }
  .linklist__inner ul li a p {
    font-size: 12.8px;
    width: 100%;
  }
  .linklist__no-image {
    max-width: none;
  }
}

.linklist__inner-li-title {
  padding: 1.3em 0 1em;
  font-weight: bold;
  border-bottom: 3px solid #5e479f;
  margin-bottom: 1.7em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.linklist__inner-li-span_title {
  display: block;
  padding-left: 1.5em;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.5em;
}
.linklist__inner-li-span_title::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #5e479f;
  border-right: 2px solid #5e479f;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  left: 0.1em;
  top: 0.5em;
}
.linklist__inner-pickup-link {
  font-size: 14px;
  justify-content: flex-end;
  display: flex;
  padding-right: 20px;
  color: #2C8CE4 !important;
  text-decoration: underline;
}

.employment-status-search,
.word-search,
.conditions-search,
.area-search,
.profession-search,
.job-search {
  background: #faf9f7;
  overflow: hidden;
}

.employment-status-search__inner,
.conditions-search__inner,
.profession-search__inner,
.job-search__inner {
  max-width: 1270px;
  margin: auto;
  padding: 2rem 2rem 0;
  background: #ffffff;
  border-radius: 0.5rem;
  margin-bottom: 3.6rem;
  box-shadow: 1px 1px 5px #e0e0e0;
}
@media screen and (max-width: 1100px) {
  .employment-status-search__inner,
  .conditions-search__inner,
  .profession-search__inner,
  .job-search__inner {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .employment-status-search__inner,
  .conditions-search__inner,
  .profession-search__inner,
  .job-search__inner {
    margin-bottom: 1.5rem;
  }
}


.conditions-search__inner {
  padding-bottom: 2.4rem;
}

.employment-status-search__inner {
  margin-bottom: 9.6rem;
}

@media screen and (max-width: 767px) {
  .employment-status-search__inner {
    margin-bottom: 3rem;
  }
  }


.employment-status-search__inner-title,
.word-search__inner-language-title,
.word-search__inner-feature-title,
.conditions-search__inner-title,
.area-search__inner-environment-title,
.area-search__inner-work-title,
.profession-search__inner-title,
.job-search__inner-title {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.2em 1.2em;
  border-left: 7px solid #5e479f;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .employment-status-search__inner-title,
  .word-search__inner-language-title,
  .word-search__inner-feature-title,
  .conditions-search__inner-title,
  .area-search__inner-environment-title,
  .area-search__inner-work-title,
  .profession-search__inner-title,
  .job-search__inner-title {
    font-size: 19.2px;
  }
}

.job-search__inner-blok {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.job-search__inner-blok ul {
  width: 32.3%;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1100px) {
  .job-search__inner-blok ul {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .job-search__inner-blok ul {
    width: 100%;
  }
}
.job-search__inner-blok ul li a {
  text-decoration: underline;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .job-search__inner-blok ul li a {
    font-size: 12.8px;
  }
}

.job-search__inner-blok-title {
  display: flex;
  margin-bottom: 0.5rem;
}
.job-search__inner-blok-title span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .job-search__inner-blok-title span {
    max-width: 70%;
  }
}
.job-search__inner-blok-title span a {
  text-decoration: none !important;
  line-height: 1.5rem;
  font-size: 1rem !important;
}
.job-search__inner-blok-title img {
  width: 2.7em;
  margin-right: 1em;
}

.profession-search__inner {
  padding-bottom: 1rem;
}

.profession-search__inner-blok-icon,
.job-search__inner-blok-title-icon {
  display: block;
  width: 1.3rem;
  background: url(/img/job-search__icon.webp) no-repeat top center/100% auto;
  margin: 0 0 0 0.5rem;
}

.employment-status-search__inner-blok,
.word-search__inner-language-blok,
.word-search__inner-feature-blok,
.conditions-search__inner-blok,
.profession-search__inner-blok {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.employment-status-search__inner-blok a,
.word-search__inner-language-blok a,
.word-search__inner-feature-blok a,
.conditions-search__inner-blok a,
.profession-search__inner-blok a {
  width: 32.3%;
  margin-bottom: 0.48rem;
  display: flex;
  padding: 0.5em;
  border-radius: 0.2rem;
}
@media screen and (max-width: 1100px) {
  .employment-status-search__inner-blok a,
  .word-search__inner-language-blok a,
  .word-search__inner-feature-blok a,
  .conditions-search__inner-blok a,
  .profession-search__inner-blok a {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .employment-status-search__inner-blok a,
  .word-search__inner-language-blok a,
  .word-search__inner-feature-blok a,
  .conditions-search__inner-blok a,
  .profession-search__inner-blok a {
    width: 100%;
  }
}
.employment-status-search__inner-blok a img,
.word-search__inner-language-blok a img,
.word-search__inner-feature-blok a img,
.conditions-search__inner-blok a img,
.profession-search__inner-blok a img {
  width: 2.7em;
  margin-right: 1em;
}

.profession-search__inner-blok a {
  border: 1px solid #e0e0e0;
  border-radius: 0.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .profession-search__inner-blok a {
    margin-bottom: 0.75rem;
  }
  .profession-search__inner-blok span {
    max-width: 68%;
  }
}

.conditions-search__inner-blok {
  justify-content: flex-start;
}
.conditions-search__inner-blok a {
  width: 16%;
  position: relative;
  margin-bottom: 0.6em;
  border: none;
  background: #e7f0f9;
  margin-right: 0.8%;
  font-size: 0.8em;
  padding: 0.8em 1em;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .conditions-search__inner-blok a {
    width: 32%;
    margin-right: 2%;
  }
  .conditions-search__inner-blok a:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .conditions-search__inner-blok a {
    width: 100%;
    margin-right: 0;
    font-size: 12.8px;
  }
}
.conditions-search__inner-blok a::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  right: 1.5em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.conditions-search__inner-blok a:nth-child(6n) {
  margin-right: 0;
}

.word-search__inner-feature-blok {
  justify-content: flex-start;
}
.word-search__inner-feature-blok a {
  font-size: 0.9rem;
  width: auto;
  padding: 0.6em 1.1em;
  margin-right: 0.7em;
  border-radius: 2em;
  border: 1px solid #d0e0ef;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .word-search__inner-feature-blok a {
    font-size: 14.4px;
  }
}

.word-search__inner-language-blok {
  justify-content: flex-start;
}
.word-search__inner-language-blok a {
  font-size: 0.9rem;
  width: auto;
  padding: 0.6em 1.1em;
  margin-right: 0.7em;
  border-radius: 0;
  border: none;
  margin-bottom: 0.5em;
  background: #e8e8e8;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .word-search__inner-language-blok a {
    font-size: 14.4px;
  }
}

.employment-status-search__inner-blok {
  justify-content: flex-start;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1100px) {
  .employment-status-search__inner-blok {
    justify-content: space-between;
  }
}
.employment-status-search__inner-blok a {
  width: 24.5%;
  margin-right: 0.6666666667%;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .employment-status-search__inner-blok a {
    width: 49%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .employment-status-search__inner-blok a {
    width: 100%;
    margin-right: 0;
  }
}
.employment-status-search__inner-blok a:nth-child(4n) {
  margin-right: 0;
}

.employment-status-search__inner-blok-icon {
  display: block;
  background: url(/img/job-search__icon.webp) no-repeat top center/100% auto;
  margin: 0 0 0 0.5rem;
  width: 1.3rem;
  height: 1.3rem;
}

.word-search__inner,
.area-search__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1270px;
  margin: auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .word-search__inner,
  .area-search__inner {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

.word-search__inner-language,
.word-search__inner-feature,
.area-search__inner-work,
.area-search__inner-environment {
  width: 48.5%;
  padding: 2rem 2rem 0;
  background: #ffffff;
  border-radius: 0.5rem;
  margin-bottom: 3.6rem;
  padding-bottom: 1.2rem;
  box-shadow: 1px 1px 5px #e0e0e0;
}
@media screen and (max-width: 1100px) {
  .word-search__inner-language,
  .word-search__inner-feature,
  .area-search__inner-work,
  .area-search__inner-environment {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .word-search__inner-language,
  .word-search__inner-feature,
  .area-search__inner-work,
  .area-search__inner-environment {
    margin-bottom: 1.5rem;
  }
}


.word-search__inner-language {
  padding-bottom: 3rem;
}

.area-search__inner-work {
  background: #ffffff url(/img/top-area-search__bg.webp) no-repeat bottom right/55% auto;
}

.area-search__inner-work-blok {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area-search__inner-work-blok span,
.area-search__inner-work-blok a {
  width: 32%;
  padding: 1em 0 1em 2.5em;
  font-size: 0.8rem;
  margin-bottom: 1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .area-search__inner-work-blok span,
  .area-search__inner-work-blok a {
    width: 100%;
    font-size: 12.8px;
  }
}
.area-search__inner-work-blok span span,
.area-search__inner-work-blok a span {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .area-search__inner-work-blok span span,
  .area-search__inner-work-blok a span {
    display: inherit;
    margin: 0;
  }
}
.area-search__inner-work-blok span .area-search__inner-work-blok-icon,
.area-search__inner-work-blok a .area-search__inner-work-blok-icon {
  display: block;
  background: url(/img/job-search__icon.webp) no-repeat top center/100% auto;
  position: absolute;
  top: 0;
  margin: auto;
  width: 1.3rem;
  height: 1.6rem;
  right: 0.5rem;
  bottom: 0;
}
.area-search__inner-work-blok a {
  background: #ffc9c9;
  position: relative;
}
.area-search__inner-work-blok a::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  left: 1.5em;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .area-search__inner-work-blok span {
    display: none;
  }
}

.area-search__inner-environment-blok {
  padding: 1.5rem 0;
}
.area-search__inner-environment-blok ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.7rem;
}
@media screen and (max-width: 767px) {
  .area-search__inner-environment-blok ul li {
    display: block;
    padding-bottom: 0;
  }
}
.area-search__inner-environment-blok ul li input {
  display: none;
}
.area-search__inner-environment-blok ul li label {
  width: 33%;
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .area-search__inner-environment-blok ul li label {
    font-size: 12.8px;
  }
}
.area-search__inner-environment-blok ul li label span {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #ff6b6b;
  position: absolute;
  left: 45%;
  top: -1.1em;
  border-radius: 50%;
  font-size: 1.2rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .area-search__inner-environment-blok ul li label span {
    width: 16px;
    height: 16px;
    font-size: 19.2px;
  }
}
.area-search__inner-environment-blok ul li label input[type=checkbox] + span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -1.1em;
  border-radius: 0;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .area-search__inner-environment-blok ul li label input[type=checkbox] + span {
    font-size: 16px;
  }
}
.area-search__inner-environment-blok ul li label input:checked + span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #ff6b6b;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
@media screen and (max-width: 1100px) {
  .area-search__inner-environment-blok ul li label input:checked + span::after {
    width: 0.547vw;
    height: 0.547vw;
  }
}
@media screen and (max-width: 767px) {
  .area-search__inner-environment-blok ul li label input:checked + span::after {
    width: 8px;
    height: 8px;
  }
}
.area-search__inner-environment-blok ul li label input[type=checkbox]:checked + span::after {
  width: 0.3em;
  height: 0.7em;
  background: none;
  left: 0;
  top: 0;
  border-radius: 0;
  border-right: 3px solid #ff6b6b;
  border-bottom: 3px solid #ff6b6b;
  transform: rotate(45deg);
}
.area-search__inner-environment-blok button {
  margin: 0.81rem auto 0;
  display: block;
  width: 54%;
  padding: 0.6em;
}
@media screen and (max-width: 767px) {
  .area-search__inner-environment-blok button {
    width: 100%;
  }
}
.area-search__inner-environment-blok button span {
  color: #f2c94c;
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .area-search__inner-environment-blok button span {
    font-size: 26.6px;
  }
}
.area-search__inner-environment-blok button span span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .area-search__inner-environment-blok button span span {
    font-size: 16px;
  }
}

.area-search__inner-environment-blok-title {
  padding: 0.4em 0;
  font-weight: bold;
  width: 9em;
  display: block;
  text-align: center;
  border-radius: 2em;
  background: #faf9f7;
}

[class*=area-search__inner-environment-blok-input] {
  width: calc(100% - 10.5em);
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0 0;
  background: linear-gradient(transparent 0.5em, #d0e0ef 0.5em, #d0e0ef 0.9em, transparent 0.9em);
}
@media screen and (max-width: 767px) {
  [class*=area-search__inner-environment-blok-input] {
    width: 100%;
    margin: 1rem 0;
  }
}

.area-search__inner-environment-blok-input_age {
  padding: 1.5rem 4% 0;
  background: none;
}
.area-search__inner-environment-blok-input_age label {
  width: 25%;
}

.employment-status-search__inner-blok-a_regular {
  background: #ffc9c9;
}

.employment-status-search__inner-blok-a_parttime {
  background: #edf6b7;
}

.employment-status-search__inner-blok-a_temporary {
  background: #ffecb4;
}

.employment-status-search__inner-blok-a_intern {
  background: #d0e0ef;
}

.footer {
  margin-top: 0;
}

.mypage__infomation_communication {
  background: #3e5080;
}
.mypage__infomation_communication p {
  color: #ffffff;
  font-size: 0.9rem;
  padding: 1em;
  letter-spacing: -0.04em;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mypage__infomation_communication p {
    font-size: 14.4px;
  }
}
.mypage__infomation_communication p span {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .mypage__infomation_communication p span {
    font-size: 19.2px;
  }
}

.mypage__infomation_recommendation {
  padding: 0.5rem 1rem;
  background: #faf9f7;
}
@media screen and (max-width: 767px) {
  .mypage__infomation_recommendation {
    padding: 0.5rem 2.5%;
  }
}
.mypage__infomation_recommendation p {
  font-size: 0.9rem;
  padding: 1em;
  letter-spacing: -0.04em;
  display: flex;
  background: #ffffff;
  border-radius: 0.3rem;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .mypage__infomation_recommendation p {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .mypage__infomation_recommendation p {
    padding: 0.5rem;
    font-size: 14.4px;
  }
}
.mypage__infomation_recommendation p b {
  color: #ff6b6b;
}

.mypage__infomation_recommendation-step {
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0.2em 1.8em 0.3em;
  margin: 0 1em;
  background: #e7f0f8;
  border-radius: 1em;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .mypage__infomation_recommendation-step {
    margin: 0.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .mypage__infomation_recommendation-step {
    /* width: 100%; */
    padding: 0.5rem;
    /* justify-content: center; */
  }
}
.mypage__infomation_recommendation-step::before {
  content: "";
  width: 10em;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2em;
  margin: auto;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .mypage__infomation_recommendation-step::before {
    left: 1em;
  }
}
.mypage__infomation_recommendation-step span {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #ffffff;
  margin-right: 1.4em;
}
.mypage__infomation_recommendation-step span.active {
  background: #5e479f;
  z-index: 0;
}

.mypage__infomation_list {
  max-width: 1270px;
  margin: auto;
  padding: 3rem 0;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .mypage__infomation_list {
    width: 95%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .mypage__infomation_list {
    padding: 1rem 0 3rem;
    flex-wrap: wrap;
  }
}

.mypage__infomation_list-title {
  width: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12rem;
  font-size: 1.3rem;
  color: #fff;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background: #3e5080;
}
@media screen and (max-width: 1100px) {
  .mypage__infomation_list-title {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .mypage__infomation_list-title {
    width: 100%;
    height: auto;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
    font-size: 19.2px;
  }
}

.mypage__infomation_list-blok {
  overflow-y: scroll;
  padding: 2.3rem 1.2rem 1rem;
  width: 78%;
  height: 12rem;
  border: 1px solid #e0e0e0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-left: 0;
}
@media screen and (max-width: 767px) {
  .mypage__infomation_list-blok {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.5rem;
    border: 1px solid #e0e0e0;
    border-top: 0;
  }
}
.mypage__infomation_list-blok ul li {
  padding: 0 0.5em 0.7em;
  margin-bottom: 0.9rem;
  border-bottom: 1px solid #e0e0e0;
}

.swiper + .banner {
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .swiper + .banner {
    padding-top: 5rem;
  }
}

/* パスワード */
input[type="text"],
input[type="email"],
input[type="password"] {
  color: #333333 !important; /* 強制的に文字色を上書き */
}
.password-input-wrap {
  position: relative;
}
.password-eye {
  position: absolute;
  right: 3.5rem;
  padding: 0.75rem 0.75rem;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .password-eye {
    right: 1.5rem;
  }
}
/* エラーメッセージ */
.login__inner-warning-box {
  width: 100%;
  background-color: #fedbdd;
  gap: 10px;
  margin-bottom: 30px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .login__inner-warning-box {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
}

.error-message-container {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.error-message-container img {
  width: 18px;
  height: 18px;
}

.error-message-container span {
  color: #ff0000;
  font-size: 14px;
  margin-left: 2px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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