body {
  overflow: visible;
}

.recruit-group-keyv {
  position: relative;
}
@media screen and (max-width: 999px) {
  .recruit-group-keyv {
    padding-bottom: 80px;
    margin-top: 13.3333333333vw;
  }
}
.recruit-group-keyv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../../images/recruit/group/fv-mv.png?d) no-repeat;
  background-size: cover;
  background-position: right top;
  top: 0;
  left: 0;
  z-index: -2;
}
@media screen and (max-width: 999px) {
  .recruit-group-keyv::after {
    content: none;
  }
}
.recruit-group-keyv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  .recruit-group-keyv__bg .bg {
    background: no-repeat center center/cover;
    width: 150%;
    height: 100vh;
    position: sticky;
    top: 0;
    z-index: -1;
    margin-left: -50%;
    background-image: url(../../images/recruit/group/fv-mv-sp.png?a);
  }
}
.recruit-group-keyv .recruit-group__title {
  font-family: "BIZ UDPGothic", sans-serif;
  width: 90%;
  margin: 0 auto;
  max-width: 1300px;
  padding-top: 10vw;
}
@media screen and (max-width: 999px) {
  .recruit-group-keyv .recruit-group__title {
    margin-left: 4vw;
    padding-top: 0;
  }
}
.recruit-group-keyv .recruit-group__title h1 {
  font-size: 3.5rem;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .recruit-group-keyv .recruit-group__title h1 {
    font-size: 8.8vw;
  }
}
.recruit-group-keyv .recruit-group__title .recruit-group__title-sub {
  font-size: 1.125rem;
  margin-top: 1.25rem;
  color: #c7027a;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .recruit-group-keyv .recruit-group__title .recruit-group__title-sub {
    font-size: 4vw;
    margin-top: 3.3333333333vw;
  }
}
.recruit-group-keyv .group__title {
  width: 90%;
  margin: 0 auto;
  max-width: 1300px;
  padding-bottom: 2vw;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .recruit-group-keyv .group__title {
    width: 95%;
    margin: 0 auto;
    max-width: 600px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    padding: 1.5rem 1rem;
    margin-top: 20vh;
  }
}
.recruit-group-keyv .group__title-wrap {
  width: 45%;
  max-width: 650px;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .recruit-group-keyv .group__title-wrap {
    width: 100%;
    max-width: none;
  }
}
.recruit-group-keyv .group__title h2 {
  font-size: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 999px) {
  .recruit-group-keyv .group__title h2 {
    margin-top: 0;
    font-size: 1.5rem;
  }
}
.recruit-group-keyv .group__title-txt {
  line-height: 1.6666666667;
  margin-top: 0.8rem;
}
@media screen and (max-width: 999px) {
  .recruit-group-keyv .group__title-txt {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 1rem;
  }
}
.recruit-group-keyv .group__title-search {
  margin-top: 1rem;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .recruit-group-keyv .group__title-search {
    padding: 1.5rem 0.5rem;
    padding-top: 0.5rem;
  }
}
.recruit-group-keyv .group__title-search-wrap {
  position: relative;
  background: #fff;
  padding: 1rem 1.5rem 2rem;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.recruit-group-keyv .group__title-search-item {
  position: relative;
  display: block;
  padding: 0.5rem;
  padding-left: 0;
  margin-top: 0.5rem;
  border-bottom: 1px solid #D1D5DB;
  display: flex;
  justify-content: space-between;
  padding-right: 2rem;
}
.recruit-group-keyv .group__title-search-item::after {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../../icons/common/icon_arrow_04.svg) no-repeat;
  background-size: contain;
  right: 0.5rem;
  top: 40%;
}
.recruit-group-keyv .group__title-search-item span.choice {
  font-size: 0.8em;
  background: #C71781;
  color: #fff;
  padding: 0 0.5rem;
  display: none;
  justify-content: center;
  align-items: center;
}
.recruit-group-keyv .group__title-search-item span.choice.active {
  display: flex;
}
.recruit-group-keyv .group__title-search .keyword {
  color: #5D5D5D;
  display: block;
  font-size: 1.05rem;
  margin-top: 1rem;
}
.recruit-group-keyv .group__title-search input[type=text] {
  width: 100%;
  border: 1px solid #D1D5DB;
  padding: 0.8rem 1rem;
  background: #F9FAFB;
  color: #5D5D5D;
  border-radius: 6px;
}
@media screen and (max-width: 999px) {
  .recruit-group-keyv .group__title-search input[type=text] {
    padding: 0.8rem 0.5rem;
  }
}
.recruit-group-keyv .group__title-search input::-moz-placeholder {
  position: relative;
  color: #9CA3AF;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.recruit-group-keyv .group__title-search input::placeholder {
  position: relative;
  color: #9CA3AF;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.recruit-group-keyv .group__title-search .group__search {
  background: #C71781;
  color: #fff;
  text-align: center;
  display: block;
  padding: 0.8rem;
  font-size: 1.4rem;
  border-radius: 8px;
  margin-top: 1.6rem;
}
@media screen and (max-width: 999px) {
  .recruit-group-keyv .group__title-search .group__search {
    font-size: 1rem;
    padding: 0.4rem;
    border-radius: 4px;
    margin-top: 0;
  }
}
.recruit-group-keyv .group__title-search .group__search--deselect {
  margin-top: 1.2rem;
  width: 100%;
  font-size: 1em;
  background: #414141;
  color: #fff;
  border: 1px solid #414141;
}
@media screen and (max-width: 999px) {
  .recruit-group-keyv .group__title-search .group__search--deselect {
    font-size: 0.8rem;
    margin-top: 0.8rem;
  }
}
.recruit-group-keyv .group__title__searchtotal {
  position: absolute;
  width: 50%;
  right: -53%;
  bottom: 0;
  height: 35%;
  max-width: 320px;
}
@media screen and (max-width: 999px) {
  .recruit-group-keyv .group__title__searchtotal {
    display: none;
  }
}
.recruit-group-keyv .group__title__searchtotal-wrap {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  padding: 1em;
  border-radius: 8px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-group-keyv .group__title__searchtotal-wrap::before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #ffffff;
  border-left: 0;
  left: -14px;
  top: 40%;
}
.recruit-group-keyv .group__title__searchtotal-txt {
  line-height: 1.4;
}
.recruit-group-keyv .group__title__searchtotal-txt-sp {
  display: none;
}
@media screen and (max-width: 999px) {
  .recruit-group-keyv .group__title__searchtotal-txt-sp {
    display: block;
    margin-top: 1rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 4px;
  }
  .recruit-group-keyv .group__title__searchtotal-txt-sp span {
    font-size: 1.5em;
    color: #C71781;
  }
}
.recruit-group-keyv .group__title__searchtotal-total {
  font-size: 2em;
  line-height: 1;
  margin-top: 8px;
}
.recruit-group-keyv .group__title__searchtotal-total span {
  font-size: 5rem;
  color: #C71781;
  letter-spacing: -2px;
  margin-right: 2px;
}
.recruit-group-keyv .group__title__searchtotal-total-sp {
  display: none;
}

.searchtotal__fix {
  display: none;
  position: sticky;
  width: 85%;
  left: 3%;
  right: auto;
  bottom: 8px;
  z-index: 1000;
  margin-bottom: 8px;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .searchtotal__fix {
    display: block;
  }
}
.searchtotal__fix-wrap {
  text-align: center;
}
.searchtotal__fix-wrap a {
  display: block;
  background: #fff;
  border-radius: 8px;
  padding: 10px 5px 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.searchtotal__fix-wrap p {
  display: inline-block;
}
.searchtotal__fix-txt span {
  line-height: 1;
  font-size: 1.6rem;
  color: #C71781;
}
.searchtotal__fix-link {
  position: relative;
  font-size: 1.2em;
  line-height: 1;
  color: #C71781;
}
.searchtotal__fix-link::after {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../../icons/common/icon_arrow_04.svg) no-repeat;
  background-size: contain;
  right: -1rem;
  top: 5%;
}

.recruit-group-results-header {
  background: #C71781;
  text-align: center;
  padding-bottom: 4rem;
}
.recruit-group-results-header__title {
  width: 90%;
  margin: 0 auto;
  max-width: 1500px;
  color: #fff;
  padding-top: 7vw;
}
@media screen and (max-width: 999px) {
  .recruit-group-results-header__title {
    padding-top: 10vw;
  }
}
.recruit-group-results-header__title h1 {
  font-size: 3.5rem;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .recruit-group-results-header__title h1 {
    font-size: 10vw;
    line-height: 1.3;
  }
}
.recruit-group-results-header__title__txt {
  font-size: 1.3rem;
  margin-top: 1rem;
}
@media screen and (max-width: 999px) {
  .recruit-group-results-header__title__txt {
    font-size: 1.1rem;
  }
}
.recruit-group-results-header__title__sum {
  font-size: 1.5rem;
  padding: 1.5rem 0;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .recruit-group-results-header__title__sum {
    font-size: 1.3rem;
  }
}
.recruit-group-results-header__title__sum span {
  font-size: 1.8rem;
}
.recruit-group-results-header__title__research {
  max-width: 350px;
  margin: 0 auto;
}
.recruit-group-results-header__title__research a {
  position: relative;
  display: block;
  border-radius: 6px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.3);
  font-size: 1.1rem;
}
@media screen and (max-width: 999px) {
  .recruit-group-results-header__title__research a {
    font-size: 1rem;
  }
}
.recruit-group-results-header__title__research a::before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../../images/recruit/group/icon_recruit_group_research.svg) no-repeat;
  background-size: contain;
  left: 3rem;
  top: 35%;
}

.results {
  margin-bottom: 25vw;
}
@media screen and (max-width: 999px) {
  .results {
    margin-bottom: 45vw;
  }
}

.recruit-group-list {
  position: relative;
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 6rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 999px) {
  .recruit-group-list {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
.recruit-group-list__wrap {
  position: relative;
}
@media screen and (max-width: 999px) {
  .recruit-group-list__wrap {
    background: #fff;
  }
}
.recruit-group-list__wrap::before {
  content: "";
  position: absolute;
  width: 15%;
  height: 50%;
  background: url(../../images/recruit/group/dec-left.png) no-repeat;
  background-size: contain;
  background-position: bottom left;
  left: 0;
  top: -35%;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .recruit-group-list__wrap::before {
    content: none;
  }
}
.recruit-group-list__wrap::after {
  content: "";
  position: absolute;
  width: 15%;
  height: 80%;
  background: url(../../images/recruit/group/dec-right.png) no-repeat;
  background-size: contain;
  background-position: right;
  right: 0;
  top: -35%;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .recruit-group-list__wrap::after {
    content: none;
  }
}
.recruit-group-list__inner__ttl {
  font-size: 1.8rem;
  border-bottom: 4px solid #C71781;
  margin-bottom: 3rem;
}
@media screen and (max-width: 999px) {
  .recruit-group-list__inner__ttl {
    font-size: 1.5rem;
    border-width: 3px;
    margin-bottom: 1rem;
  }
}
.recruit-group-list__inner__list {
  display: grid;
  gap: 3em;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 999px) {
  .recruit-group-list__inner__list {
    grid-template-columns: 1fr;
    gap: 2.5em;
  }
}
.recruit-group-list__inner__list__notfound {
  text-align: center;
  grid-column: 1/4;
  font-size: 1.4rem;
}
@media screen and (max-width: 999px) {
  .recruit-group-list__inner__list__notfound {
    font-size: 1.1rem;
  }
}
.recruit-group-list__inner__item {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.22);
  border-radius: 12px;
  background: #fff;
  padding-bottom: 1.8rem;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 999px) {
  .recruit-group-list__inner__item {
    width: 100%;
  }
}
.recruit-group-list__inner__item p {
  font-weight: normal;
}
.recruit-group-list__inner__item-img img {
  width: 100%;
  border-radius: 12px 12px 0 0;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 999px) {
  .recruit-group-list__inner__item-img img {
    height: 18vh;
  }
}
.recruit-group-list__inner__item-wrap {
  width: 85%;
  margin: 0 auto;
  margin-top: -8%;
}
@media screen and (max-width: 999px) {
  .recruit-group-list__inner__item-wrap {
    margin-top: -8vw;
  }
}
.recruit-group-list__inner__item-logo {
  height: 80px;
}
.recruit-group-list__inner__item-logo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 5px;
  background: #fff;
}
.recruit-group-list__inner__item-ttl {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 1rem;
  font-weight: bold !important;
}
@media screen and (max-width: 999px) {
  .recruit-group-list__inner__item-ttl {
    font-size: 5.3333333333vw;
  }
}
.recruit-group-list__inner__item-about {
  line-height: 1.6666666667;
  margin-top: 0.8rem;
}
@media screen and (max-width: 999px) {
  .recruit-group-list__inner__item-about {
    line-height: 1.6666666667;
  }
}
.recruit-group-list__inner__item-taglist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}
.recruit-group-list__inner__item-tag {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 8px;
  font-size: 0.8rem;
  padding: 0.5rem 0.3rem;
  border-radius: 4px;
  border: 1px solid;
  line-height: 1;
}
.recruit-group-list__inner__item-tag--fulltime {
  background: #FFE9F8;
  border-color: #C71781;
  color: #C71781;
}
.recruit-group-list__inner__item-tag--career {
  background: #D9E6FF;
  border-color: #3C7DC7;
  color: #3C7DC7;
}
.recruit-group-list__inner__item-tag--parttime {
  background: #FEF1DE;
  border-color: #EBAB4F;
  color: #EBAB4F;
}
.recruit-group-list__inner__item-tag--internship {
  background: #F97316;
  border-color: #F97316;
  color: #fff;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}
.modal p {
  font-weight: normal;
}
.modal__wrap {
  position: relative;
  background: #fff;
  border-radius: 15px;
  width: 95%;
  height: 80%;
  max-width: 900px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  opacity: 0;
  transition: all 0.3s ease;
  margin-top: 5%;
}
@media screen and (max-width: 999px) {
  .modal__wrap {
    max-width: 600px;
    height: 70%;
    margin-top: 5%;
  }
}
.modal__wrap .close-btn {
  position: absolute;
  top: -7.5%;
  right: 1rem;
  font-size: 3em;
  cursor: pointer;
  color: #fff;
  z-index: 3;
}
@media screen and (max-width: 999px) {
  .modal__wrap .close-btn {
    top: -12vw;
    font-size: 7vw;
  }
}
.modal__wrap--search {
  height: auto;
  padding: 2rem;
  max-width: 700px;
}
.modal__wrap--search .close-btn {
  color: #231815;
  font-size: 2.5rem;
  top: -3%;
}
@media screen and (max-width: 999px) {
  .modal__wrap--search .close-btn {
    top: -1vw;
  }
}
.modal__content {
  position: relative;
  height: 100%;
  overflow-y: auto;
  border-radius: 0 0 15px 15px;
}
.modal__content__ttl {
  position: fixed;
  background: #C71781;
  font-size: 1.4em;
  color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 0.5rem 1rem;
  top: -6%;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-right: 2.5rem;
  font-weight: bold !important;
}
@media screen and (max-width: 999px) {
  .modal__content__ttl {
    top: -11vw;
    line-height: 1.5;
  }
}
.modal__content__intro {
  display: flex;
}
.modal__content__intro__name {
  width: 40%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 1em;
}
@media screen and (max-width: 999px) {
  .modal__content__intro__name {
    display: none;
  }
}
.modal__content__intro__name-logo {
  height: 80px;
}
.modal__content__intro__name-logo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal__content__intro__name-txt {
  width: 100%;
  margin-top: 1em;
  font-size: 1.2rem;
  line-height: 1.4;
}
.modal__content__intro__img {
  width: 60%;
}
@media screen and (max-width: 999px) {
  .modal__content__intro__img {
    width: 100%;
  }
}
.modal__content__intro__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 20%;
     object-position: 0% 20%;
}
@media screen and (max-width: 999px) {
  .modal__content__intro__img img {
    -o-object-position: center center;
       object-position: center center;
  }
}
.modal__content__wrap {
  padding: 2rem;
  padding-bottom: 10rem;
  background: #F9FAFB;
  border-radius: 15px;
}
@media screen and (max-width: 999px) {
  .modal__content__wrap {
    padding: 2rem 1rem;
    padding-bottom: 8rem;
  }
}
.modal__content__category {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .modal__content__category {
    display: block;
  }
}
.modal__content__category__item {
  width: 49%;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  padding: 2rem 1.5rem;
  border-radius: 16px;
}
@media screen and (max-width: 999px) {
  .modal__content__category__item {
    width: 100%;
    margin-bottom: 1rem;
    padding: 2rem 1rem;
  }
}
.modal__content__category__item:only-child {
  width: 100%;
}
.modal__content__category__item-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 1.2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 999px) {
  .modal__content__category__item-icon {
    width: 60px;
    height: 60px;
    padding: 0.8rem;
    margin-bottom: 1rem;
  }
}
.modal__content__category__item-icon img {
  vertical-align: top;
}
.modal__content__category__item-icon--fulltime {
  background: #FCE7F3;
}
.modal__content__category__item-icon--parttime {
  background: #FFF7ED;
}
.modal__content__category__item-ttl {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700 !important;
}
@media screen and (max-width: 999px) {
  .modal__content__category__item-ttl {
    font-size: 5.3333333333vw;
  }
}
.modal__content__category__item-about {
  text-align: center;
  color: #6B7280;
  line-height: 1.4;
  margin-top: 0.6rem;
}
.modal__content__category__item-btnarea {
  margin-top: 2rem;
}
@media screen and (max-width: 999px) {
  .modal__content__category__item-btnarea {
    margin-top: 1.5rem;
  }
}
.modal__content__category__item-btn {
  position: relative;
  display: block;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 0.8rem;
  border: 1px solid;
}
@media screen and (max-width: 999px) {
  .modal__content__category__item-btn {
    padding: 1rem 0.5rem 1rem 1rem;
  }
}
.modal__content__category__item-btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  top: 35%;
  right: 1rem;
}
@media screen and (max-width: 999px) {
  .modal__content__category__item-btn::after {
    width: 1rem;
    height: 1rem;
    right: 0.8rem;
  }
}
.modal__content__category__item-btn[target=_blank]::after {
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 999px) {
  .modal__content__category__item-btn[target=_blank]::after {
    width: 1rem;
    height: 1rem;
  }
}
.modal__content__category__item--fulltime .modal__content__category__item-btn {
  border-color: #C71781;
}
.modal__content__category__item--fulltime .modal__content__category__item-btn[target=_blank]::after {
  background-image: url(../../images/recruit/group/icon_recruit_group_blank_p.svg) !important;
  background-size: contain;
}
.modal__content__category__item--fulltime .modal__content__category__item-btn--highlight {
  background: #C71781;
  color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.modal__content__category__item--fulltime .modal__content__category__item-btn--highlight::after {
  background-image: url(../../icons/common/icon_arrow_04_w.svg);
  background-size: contain;
}
.modal__content__category__item--fulltime .modal__content__category__item-btn--highlight[target=_blank]::after {
  background-image: url(../../images/recruit/group/icon_recruit_group_blank_w.svg) !important;
  background-size: contain;
}
.modal__content__category__item--parttime .modal__content__category__item-btn {
  border-color: #F97316;
}
.modal__content__category__item--parttime .modal__content__category__item-btn[target=_blank]::after {
  background-image: url(../../images/recruit/group/icon_recruit_group_blank_o.svg) !important;
  background-size: contain;
}
.modal__content__category__item--parttime .modal__content__category__item-btn--highlight {
  background: #F97316;
  color: #fff;
}
.modal__content__category__item--parttime .modal__content__category__item-btn--highlight[target=_blank]::after {
  background-image: url(../../images/recruit/group/icon_recruit_group_blank_w.svg) !important;
  background-size: contain;
}
.modal__content__about {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  margin-top: 3rem;
}
.modal__content__about__ttl {
  padding: 1rem 0;
  border-bottom: 1px solid #E5E7EB;
}
.modal__content__about__ttl p {
  position: relative;
  padding-left: 3rem;
  color: #C71781;
  font-size: 1.2rem;
}
.modal__content__about__ttl p::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  left: 1.2rem;
  top: 15%;
}
.modal__content__about__ttl--summary p::before {
  background: url(../../images/recruit/group/icon_recruit_group_summary.svg) no-repeat;
  background-size: contain;
}
.modal__content__about__ttl--points p::before {
  background: url(../../images/recruit/group/icon_recruit_group_human.svg) no-repeat;
  background-size: contain;
}
.modal__content__about__table table {
  width: 100%;
  border-collapse: collapse;
}
.modal__content__about__table td {
  padding: 1rem 1.5rem;
  border-top: 1px solid #EDEDEF;
  font-weight: normal;
}
@media screen and (max-width: 999px) {
  .modal__content__about__table td {
    display: inline-block;
    width: 100%;
    float: left;
  }
}
.modal__content__about__table td span.detail {
  font-size: 0.8rem;
  color: #9CA3AF;
}
.modal__content__about__table td.name {
  font-weight: bold;
}
.modal__content__about__table tr td {
  vertical-align: middle;
}
.modal__content__about__table tr td:nth-child(1) {
  width: 18%;
  line-height: 1.4;
}
@media screen and (max-width: 999px) {
  .modal__content__about__table tr td:nth-child(1) {
    width: 100%;
    background: #EDEDEF;
  }
}
.modal__content__fixbtn {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: #fff;
  padding: 1rem;
  width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 15px 15px;
}
.modal__content__fixbtn a {
  display: block;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 1rem;
  border-radius: 8px;
  background: #2C333E;
  color: #fff;
  font-size: 1.2em;
}
@media screen and (max-width: 999px) {
  .modal__content__fixbtn a {
    width: 100%;
    font-size: 1em;
    padding: 0.5rem;
  }
}
.modal__content__fixbtn a[target=_blank]::after {
  width: 1.3rem;
  height: 1.3rem;
  background: url(../../images/recruit/group/icon_recruit_group_blank_w.svg);
  background-size: contain;
  margin-left: 0.3rem;
}
@media screen and (max-width: 999px) {
  .modal__content__fixbtn a[target=_blank]::after {
    width: 1rem;
    height: 1rem;
  }
}
.modal__content__search {
  border-radius: 0;
}
.modal__content__search__ttl {
  font-size: 1.25rem;
  line-height: 1;
  border-bottom: 1px solid #D1D5DB;
  padding-bottom: 0.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 999px) {
  .modal__content__search__ttl {
    font-size: 5.3333333333vw;
  }
}
.modal__content__search__notice {
  margin: 0.5rem 0 1rem;
  font-size: 0.9em;
  line-height: 1.3;
}
.modal__content__search__check {
  display: flex;
  flex-wrap: wrap;
}
.modal__content__search__check input[type=checkbox] {
  display: none;
}
.modal__content__search__check input[type=checkbox]:checked + .chkbox::after {
  opacity: 1;
}
.modal__content__search__check .chkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding-left: 26px;
  position: relative;
  width: auto;
  margin: 0 0 0.8em;
  margin-left: 0;
  margin-top: 0;
  line-height: 1.4;
  width: 33%;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .modal__content__search__check .chkbox {
    width: 50%;
    margin: 0 0 0.8em;
  }
}
.modal__content__search__check .chkbox::before {
  background: #fff;
  border: 1px solid #231815;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.modal__content__search__check .chkbox::after {
  border-right: 2px solid #C71781;
  border-bottom: 2px solid #C71781;
  content: "";
  display: block;
  height: 10px;
  left: 9px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 7px;
}
.modal__content__search__searchbtnarea {
  max-width: 450px;
  margin: 0 auto;
  margin-top: 1rem;
}
.modal__content__search__searchbtnarea a {
  display: block;
  background: #C71781;
  color: #fff;
  border-radius: 50px;
  padding: 1rem;
  text-align: center;
}
.modal.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
.modal.active .modal__wrap {
  animation: fadeInScale 0.4s ease forwards;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}