.search-condition {
  margin-top: 25px;
}
.search-condition__navi {
  display: flex;
  gap: 0 15px;
}
.search-condition__tab-btn {
  width: 33%;
  background-color: #E3DEDC;
  border-radius: 10px 10px 0px 0px;
  height: 65px;
  font-size: 18px;
}
.search-condition__tab-btn._toggle-open-pc {
  background-color: #72B6A9;
  color: #fff;
}
.search-condition__list-wrap {
  padding: 35px 50px 40px;
  box-shadow: 0px 0px 20px var(--boxshadow1);
  border-radius: 0px 0px 4px 4px;
}
.search-condition__list-wrap .search-btn-wrap {
  margin-top: 50px;
  text-align: center;
}
.search-condition__list-wrap .search-btn-wrap .btn {
  width: 315px;
  height: 54px;
  border-radius: 27px;
}
.search-condition__list-inner,
.search-condition__list-inner2 {
  display: none;
}
.search-condition__list-inner2._toggle-open-pc{
  display: block;
}
.search-condition__dt-img {
  display: none;
}
._toggle-open-pc .search-condition__list-inner {
  display: flex;
  gap: 0 17px;
}
.search-condition__dl {
  width: 111px;
}
.search-condition__dt {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #C8E3D3;
  padding-bottom: 10px;
}
.search-condition__dd {
  margin-top: 10px;
}
.search-condition__dd .mini {
  font-size: 13px;
}
.search-condition__dd .bold:nth-child(n + 2) {
  margin-top: 30px;
}
.search-condition__list {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.search-condition__list-item {
}
.search-condition__word-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.search-condition__word-wrap .input-text2 {
  width: 865px;
}
.search-condition__word-wrap .btn {
  width: 126px;
  background-color: #434343;
  border-radius: 40px;
  color: #fff;
}
.search-condition__word-history {
  margin-top: 10px;
  background-color: var(--green1);
  border-radius: 5px;
  display: flex;
  padding: 7px 15px;
}
.search-condition__word-history-ttle {
  font-size: 17px;
  font-weight: 500;
  width: 6em;
}
.search-condition__word-history-list{
  width: calc(100% - 6em);
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.search-condition2-wrap {
  box-shadow: 0px 0px 20px #0000001A;
  border-radius: 4px;
  padding: 30px 50px;
}
.search-condition2__dl{
}
.search-condition2__dl-block:nth-child(n + 2){
  margin-top: 50px;
}
.search-condition2__dt {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #C8E3D3;
  padding-bottom: 5px;
}
.search-condition2__dl .btn--modal{
  width: 143px;
  height: 30px;
  font-size: 14px;
  font-weight: 500;
}
.search-condition2__dd {
  padding: 10px 30px 0 30px;
}
.search-condition2__dt2 {
  font-weight: bold;
}
.search-condition2__dl2{
}
.search-condition2__dl2-block:nth-child(n + 2){
  margin-top: 25px;
}
.search-condition2__dt2{
}
.search-condition2__dd2 {
  padding-top: 5px;
}
.search-condition2__dd2 .input-select{
  height: 40px;
}
.search-condition2__dd2-flex {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.search-condition2__dd2-flex .input-text{
  width: 200px;
}
.search-condition2__dd2-flex .unit{
  font-size: 13px;
}
.search-condition2-wrap .search-condition__word-wrap {
  margin-top: 50px;
}
.search-condition2__total {
  margin-top: 30px;
  text-align: center;
  position: sticky;
  top: 70px;
  /* background-color: rgb(255, 255, 255, 0.5); */
  background-color: #fff;
  padding: 1em 0;
  z-index: 1;
}
.search-condition2__btn-wrap {
  margin-top: 40px;
  text-align: center;
}
.search-condition2__btn-wrap .btn{
  width: 315px;
  height: 54px;
}
.search-link__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em 0;
}
.search-link__item {
}
.search-link__item::after{
  content: "|";
  padding: 0 0.5em;
}
.search-link__item:last-child::after{
  display: none;
}
.adv-wrap {
  margin-top: 10px;
}
.job-list-wrap {
  margin-top: 40px;
}
.job-list__list-wrap {
  margin-top: 40px;
}
.job-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}
.job-list__item {
  width: 313px;
  border-radius: 20px;
  box-shadow: 0px 0px 20px var(--boxshadow1);
  background-color: #fff;
  position: relative;
}
.favorite-btn {
  width: 68px;
  height: 68px;
  background-image: url(../img/icon_favorite.svg);
  background-size: cover;
}
.favorite-btn._favorite_enable {
  background-image: url(../img/icon_favorite_enabled.svg);
}
.job-list__item .favorite-btn,
.job-list2__item .favorite-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.job-list__list-img-wrap {
  height: 234px;
  overflow: hidden;
  background-color: #fafafa;
  border-radius: 20px 20px 0 0;
}
.job-list__list-img {
  border-radius: 20px 20px 0 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.job-list__list-text-wrap {
  padding: 35px 30px 25px;
}
.job-list__list-ttl {
  font-weight: bold;
  color: var(--green3);
  font-size: 14px;
  letter-spacing: -0.98px;
  margin-top: 7px;
}
.job-list__list-text {
  margin-top: 10px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -1px;
}
.job-list__list-list {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}
.job-list__list-item {
  background-repeat: no-repeat;
  background-position: left 0.2em;
  padding: 0 0 0 23px;
}
.job-list__list-type{
  background-image: url(../img/icon_bag.svg);
}
.job-list__list-human{
  background-image: url(../img/icon_human2.svg);
}
.job-list__list-salary{
  background-image: url(../img/icon_salary.svg);
}
.job-list__list-map{
  background-image: url(../img/icon_map_yellow.svg);
}
.job-list__list-station{
  background-image: url(../img/icon_station.svg);
}
.job-list__list-text-wrap .icon-list {
  gap: 4px 4px;
}
.job-list__list-wrap2 .job-list__list {
  gap: 40px 24px;
}
.job-list__list-wrap2 .job-list__item {
  width: 257px;
}
.job-list__list-wrap2 .job-list__list-text-wrap {
  padding: 24px;
}
.job-list__btn-wrap {
  text-align: center;
  margin-top: 15px;
}
.job-list__btn-wrap .btn {
  border-radius: 40px;
  background: transparent linear-gradient(112deg, #72B6A9 30%, #ECECC7 100%) 0% 0% no-repeat padding-box;
  font-size: 18px;
  width: 100%;
  height: 58px;
  color: #fff;
}
.job-list__btn-wrap .btn--disabled {
  background: #0000001A;
  cursor: inherit;
}
.recommend-job-list-wrap {
  margin-top: 80px;
}
.content-wrap {
  padding: 80px 0;
  background: #fff;
}
.content-wrap .ttl1 {
  color: inherit;
}
.content-wrap .ttl1 .ja {
  color: var(--green3);
}
.useful-info-wrap {
  padding: 90px 0 80px;
  background: transparent linear-gradient(137deg, #72B6A9 50%, #ECECC7 100%) 0% 0% no-repeat padding-box;
}
.useful-info__list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 35px;
}
.useful-info__item{
}
.useful-info__link {
  display: flex;
  width: 310px;
  height: 91px;
  text-align: center;
  color: var(--green3);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0px 0px 20px var(--boxshadow1);
  border-radius: 20px;
}
.voice-wrap {
  padding: 80px 0 0;
}
.job-list-info-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.job-list-info__sort {
  margin-top: 10px;
}
.job-list-info__sort-ttl {
  font-size: 14px;
  font-weight: bold;
}
.job-list-info-wrap .input-select {
  width: 190px;
  height: 36px;
  border: 1px solid #434343;
  font-weight: normal;
  font-size: 15px;
  padding: 0 10px;
  margin-top: 5px;
}
.job-list2__list {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.job-list2__item {
  box-shadow: 0px 0px 8px var(--boxshadow2);
  padding: 20px 30px 25px 30px;
  border-radius: 5px;
  position: relative;
}
.job-list2__list-ttl {
  color: #46B5A0;
  font-weight: bold;
  padding-right: 55px;
}
.job-list2__list-text {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.88px;
  padding-right: 55px;
}
.job-list2__item .icon-list{
  margin-top: 5px;
}
.job-list2__list-text-wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.job-list2__list-left{
  width: 411px;
}
.job-list2__text-dl {
  background-color: #F5F8F8;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  width: 100%;
}
.job-list2__text-list-dt {
  background-repeat: no-repeat;
  background-position: left 0.2em;
  padding: 0 0 0 23px;
  width: 8em;
  font-weight: bold;
}
.job-list2__text-dt {
  color: #00B7B7;
  font-weight: bold;
}
.job-list2__text-dd{
  margin-top: 5px;
}
.job-list2__text-list {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
}
.job-list2__text-block{
  display: flex;
}
.job-list2__text-list-dt {
  background-repeat: no-repeat;
  background-position: left 0.2em;
  padding: 0 0 0 23px;
  width: 8em;
}
.job-list2__text-list-dd{
  width: calc(100% - 8em);
}
.job-list2__text-list-dt.job-list__list-station {
  background-size: 15px;
}
.job-list2__list-right {
  width: 266px;
  height: 200px;
}
.job-list2__text-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.job-list2__btn-wrap {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 0 14px;
}
.job-list2__btn-wrap .btn{
  width: 340px;
  height: 58px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.job-list2__btn-wrap .btn-app{
  background: transparent linear-gradient(75deg, #72B6A9 0%, #BDE0D3 50%, #ECECC7 100%) 0% 0% no-repeat padding-box;
}
.job-list2__btn-wrap .btn-disabled {
  background-color: #0000001A;
  cursor: inherit;
}
.job-list2__btn-wrap .btn-details{
  background: transparent linear-gradient(256deg, #EAC3AF 0%, #E0936D 100%) 0% 0% no-repeat padding-box;
}
.job-list-info-wrap2 {
  margin-top: 50px;
}
.job-list-info-wrap2 .pager-wrap{
  width: 100%;
}
.job-info-wrap {
  padding: 65px 0 105px;
  background: transparent linear-gradient(131deg, #72B6A9 40%, #ECECC7 100%) 0% 0% no-repeat padding-box;
  margin-top: 80px;
  text-align: center;
}
.job-info__list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
.job-info__item {
  width: 450px;
  padding: 20px 0;
  background-color: #fff;
  border-radius: 10px;
}
.job-info__text{
  color: var(--green4);
  font-weight: bold;
  font-size: 24px;
}
.job-info__text2{
  font-size: 22px;
  font-weight: 500;
}
.job-info__text2 .en{
  padding: 0 5px;
  font-size: 60px;
  font-weight: 500;
  color: var(--orange1);
}
.benefits-wrap {
  padding: 80px 0 20px;
}
.benefits__list {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.benefits__item {
  box-shadow: 0px 0px 8px var(--boxshadow2);
  border-radius: 10px;
  padding: 30px 35px;
  width: 300px;
}
.benefits__img-wrap {
  text-align: center;
}
.benefits__img{
}
.benefits__dt-text {
  margin-top: 18px;
}
.benefits__dt {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}
.benefits__dd{
  margin-top: 15px;
}
.benefits__dd .note{
  font-size: 14px;
  margin-top: 0.5em;
}
.benefits__btn-wrap{
  margin-top: 25px;
  text-align: center;
}
.benefits__btn-wrap .btn{
  width: 315px;
  height: 54px;
  background-color: #F0B497;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 3px 6px var(--boxshadow1);
  border-radius: 27px;
}
.benefits__btn2{
  margin-top: 10px;
  text-align: center;
}

.details__top{
}
.frame {
  box-shadow: 0px 0px 8px var(--boxshadow2);
  border-radius: 5px;
  padding: 30px;
}
.details__top-top {
  display: flex;
  justify-content: space-between;
}
.details__top-left {
  width: 545px;
}
.details__top-name {
  color: #46B5A0;
  font-weight: bold;
  padding-right: 55px;
}
.details__top-ttl {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -1px;
}
.details__top-left .icon-list{
  margin-top: 10px;
}
.details__top .job-list2__text-list {
  margin-top: 10px;
}
.details__top .job-list2__text-block {
  border-bottom: 1px solid #F0F0F0;
  padding: 15px 0;
}
.details__top-right {
  width: 348px;
  height: 285px;
  overflow: hidden;
}
.slick-slide {
  width: 348px;
}
.slick-slide > div {
  width: 100%;
  height: 261px;
}
.slick-dots {
  margin-top: 9px;
  display: flex;
  gap: 0 5px;
  justify-content: center;
}
.slick-dots button {
  text-indent: -9999px;
  width: 5px;
  height: 5px;
  background-color: #CCCCCC;
  border-radius: 50%;
  padding: 0;
}
.slick-active button {
  background-color: #57BFA7;
}
.details__top-top-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.details__bottom {
  margin-top: 60px;
}
.details__bottom__navi {
  display: flex;
  gap: 0 26px;
}
.details__bottom__tab-btn {
  width: 316px;
  height: 65px;
  color: #000000;
  font-size: 18px;
  background-color: #E3DEDC;
  border-radius: 10px 10px 0 0;
}
.details__bottom__tab-btn._toggle-open2{
  background-color: var(--green3);
  color: #fff;
}
.details__bottom__list-wrap {
  box-shadow: 0px 0px 20px var(--boxshadow2);
  border-radius: 0px 0px 5px 5px;
  padding: 25px 30px 30px;
} 
.details__bottom__list-inner {
  display: none;
}
.details__bottom__list-inner._toggle-open2{
  display: block;
}
.details__bottom__employ-navi {
  margin-top: 15px;
  display: flex;
  gap: 15px;
}
.btn.details__bottom__employ-tab-btn {
  width: 253px;
  height: 48px;
  border: 1px solid #72B6A9;
  border-radius: 28px;
  color: var(--green4);
  font-size: 18px;
}
.btn.details__bottom__employ-tab-btn._toggle-open2-2{
  border: 1px solid #72B6A9;
  background-color: #72B6A9;
  color: #fff;
}
.details__bottom__employ-table-wrap {
  display: none;
}
.details__bottom__employ-table-wrap._toggle-open2-2 {
  display: block;
}
.details__bottom__employ-table-wrap .table1,
.details__bottom .table1 {
  margin-top: 40px;
  width: 100%;
}
.details__bottom .table1--4 {
  margin-top: 0;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.btn-map {
  width: 143px;
  height: 32px;
  /* background: url(../img/icon_map_white.svg), transparent linear-gradient(107deg, #72B6A9 0%, #BDE0D3 50%, #ECECC7 100%) 0% 0% no-repeat padding-box; */
  background-image: url(../img/icon_map_white.svg);
  background-color: #72B6A9;
  border-radius: 16px;
  color: #fff;
  background-repeat: no-repeat, repeat;
  background-position: 17px center, center;
  padding-left: 10px;
}
.feature-dl{
}
.feature-dt {
  font-size: 18px;
  font-weight: bold;
}
.feature-dd {
  margin-top: 5px;
}
.feature-dd + .feature-dt {
  margin-top: 15px;
}
.feature-dd .icon-list {
  gap: 3px 5px;
}
.details__section {
  margin-top: 60px;
}
.details__section-ttl {
  background: transparent linear-gradient(98deg, #72B6A9 0%, #BDE0D3 50%, #ECECC7 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px 5px 0px 0px;
  padding: 15px 30px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.details__section-body {
  box-shadow: 0px 0px 8px #0000001A;
  border-radius: 0 0 5px 5px;
  padding: 20px 30px;
}
.details__section-body--2 {
  padding-bottom: 50px;
}
.details__section-body--3 {
  padding-bottom: 30px;
}
.qa-dl{
}
.qa-block{
}
.qa-dt{
  font-size: 18px;
  font-weight: bold;
}
.qa-dt::before{
  content: "Q ";
  font-family: "Poppins", sans-serif;
  color: #57BFA7;
  font-size: 22px;
  font-weight: bold;
}
.qa-dd{
  padding: 5px 0 10px 20px;
  border-bottom: 1px solid #F0F0F0;
}
.brand-info {
  display: flex;
  gap: 0 20px;
}
.brand-info__left {
  width: 200px;
  height: 150px;
  background-color: #fafafa;
}
.brand-info__left-img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.brand-info__right{
}
.brand-info__ttl{
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
.table1--2 {
  border-bottom: 1px solid #F0F0F0;
  width: 100%;
}
.table1--3 {
  border-bottom: 0;
}
.table1--3 .th1,
.table1--3 .td1{
  border: 0;
}
.table1--4 .th1,
.table1--4 .td1{
  border-top: 0;
  border-bottom: 1px solid #F0F0F0;
}
.brand-info__job{
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
.details__section .job-list__list {
  margin-top: 20px;
  gap: 40px 27px;
}
.details__section .job-list__item {
  width: 295px;
}
.details__section .job-list__list-img-wrap {
  height: 157px;
  background-color: #eaeaea;
  border-radius: 20px 20px 0 0;
}
.details__section .job-list__list-text-wrap {
  padding: 10px 20px 25px;
}
.details__section .common-btn-wrap {
  margin: 40px 0 0;
}
.details__search-details {
  text-align: right;
  font-size: 14px;
  padding-right: 70px;
}
.details__search-section1 {
  margin-top: 10px;
  display: flex;
  gap: 0 10px;
  align-items: center;
  position: relative;
}
.details__search-section1 .input-select {
  width: 200px;
  height: 40px;
  background-image: url(../img/arrow_bottom.svg),url(../img/icon_map.svg);
  background-position: calc(100% - 10px) center, 15px center;
  padding-left: 35px;
  background-size: 10px, 12px;
}
.details__search-section1 .input-select:nth-of-type(2) {
  background-image: url(../img/arrow_bottom.svg),url(../img/icon_job_type.svg);
  background-size: 10px, 15px;
}
.details__search-section1 .input-text {
  width: 288px;
  height: 40px;
  border: 1px solid #434343;
  background-color: #fff;
}
.button-search {
  width: 196px;
}
.details__section-body .icon-list {
  gap: 10px;
}
.icon-item-link {
  display: block;
  width: 180px;
  background-color: #C8E3D3;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
}
.common-search-list-wrap {
  margin-top: 60px;
}
.common-search-list {
  box-shadow: 0px 0px 8px #0000001A;
  border-radius: 0 0 5px 5px;
  padding: 30px 30px;
}
.common-search-list__inner {
  background-color: #F5F4F4;
  padding: 20px;
}
.common-search-list__dl:nth-child(n + 2){
  margin-top: 40px;
}
.common-search-list__dt{
  font-size: 18px;
  font-weight: bold;
}
.common-search-list__dd{
  margin-top: 10px;
}
.common-search-list__list{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}
.details__btn-wrap {
  margin-top: 80px;
  position: sticky;
  bottom: 0;
  padding: 20px 0 15px;
  display: flex;
  justify-content: center;
  gap: 0 13px;
  background-color: rgb(33, 33, 33, 0.6);
}
.details__btn-block {
  display: flex;
  gap: 0 20px;
}
.details__btn-block .btn {
  width: 303px;
  height: 50px;
  border-radius: 40px;
  font-weight: bold;
}
.details__btn-block .btn--green{
  background-color: #72B6A9;
  color: #fff;
}
.details__btn-block .btn--orange{
  background: transparent linear-gradient(103deg, #EAC3AF 0%, #E0936D 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
.link-question {
  background-image: url(../img/icon_question.svg);
  background-repeat: no-repeat;
  background-position: left center;
  color: #fff;
  padding-left: 20px;
  font-size: 11px;
  text-decoration: underline;
}
.details__btn-block .favorite-btn{
  margin-top: -10px;
}
.details__bottom__list-ttl,
.details__bottom__list-ttl2 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
}
.details__bottom__list-ttl2 {
  color: #57BFA7;
}
.details__bottom__list-ttl::before,
.details__bottom__list-ttl2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: transparent linear-gradient(90deg, #72B6A9 0%, #BDE0D3 50%, #ECECC7 100%) 0% 0% no-repeat padding-box;
}
.details__bottom__list-shop-text1 {
  margin-top: 20px;
  line-height: 1.7;
}
.details__bottom__list-shop-point {
  background-color: #F5F8F8;
  border-radius: 5px;
  padding: 20px 30px;
  margin-top: 20px;
}
.details__bottom__list-shop-point-dl{
}
.details__bottom__list-shop-point-dt {
  font-size: 20px;
  font-weight: bold;
  color: #72B6A9;
}
.details__bottom__list-shop-point-dd {
  margin-top: 5px;
  font-weight: 500;
}
.details__bottom__list-slider {
  margin-top: 20px;
}
.details__bottom__list-slider-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 16px;
}
.details__bottom__list-slider-item {
	width: 223px;
	height: 167px;
}
.details__bottom__album-text {
  width: 223px;
}
.details__bottom__list-slider-img-wrap {
  height: 100%;
}
.details__bottom__list-slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.job-company__img-wrap {
  height: 443px;
}
.job-company__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
}
.job-company__ttl-wrap {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.job-company__ttl-left{
}
.job-company__ttl {
  letter-spacing: 1.5px;
  color: #57BFA7;
  font-size: 30px;
  font-weight: bold;
}
.job-company__text {
  margin-top: 5px;
}
.job-company__ttl-right{
}
.btn.btn--brand {
  border: 1px solid #212121;
  border-radius: 25px;
  width: 228px;
  height: 50px;
  font-weight: bold;
  background-image: url(../img/arrow_bottom.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px);
}
.job-company__pager-wrap {
  margin-top: 34px;
  box-shadow: 0px 0px 8px #0000001A;
  border-radius: 5px;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.job-company__pager-ttl {
  font-size: 20px;
  font-weight: bold;
}
.job-company__pager-ttl-text {
  font-size: 24px;
  color: #57BFA7;
}
.job-company__pager-num-wrap {
  font-size: 20px;
}
.job-company__pager-num-wrap .en {
  font-size: 40px;
  color: #E08081;
  padding: 0 5px;
}
.job-company__job-list {
  margin-top: 60px;
}
.job-list2__list2 .job-list2__list-left {
  width: 549px;
}
.job-list2__list2 .job-list2__list-right {
  width: 333px;
}
.job-list2__list2 .job-list2__btn-wrap {
  justify-content: center;
  gap: 0 15px;
}

@media screen and (max-width:560px) {
  .search-condition__navi {
    display: none;
  }
  .search-condition__list-wrap {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .search-condition__tab-btn {
    width: 100%;
    background-color: #72B6A9;
    border-radius: 1.79vw 1.79vw 0vw 0vw;
    height: 11.61vw;
    color: #fff;
    font-size: 3.57vw;
  }
  .search-condition__block:nth-of-type(2) .search-condition__tab-btn {
    border-radius: 0;
    border-top: 0.18vw solid #fff;
    border-bottom: 0.18vw solid #fff;
  }
  .search-condition__block:nth-of-type(3) .search-condition__tab-btn {
    border-radius: 0 0 1.79vw 1.79vw;
  }
  ._toggle-open-sp.search-condition__block:nth-of-type(3) .search-condition__tab-btn {
    border-radius: 0;
  }
  .search-condition__list-inner-wrap{
    display: none !important;
  }
  ._toggle-open-sp .search-condition__list-inner-wrap{
    display: block !important;
    padding: 5.36vw;
    box-shadow: 0vw 0vw 3.57vw #0000001A;
  }
  ._toggle-open-sp .search-condition__list-inner{
    display: block !important;
  }
  .search-condition__dt-img {
    display: inline;
  }
  .search-condition__dl {
    width: 100%;
  }
  .search-condition__dl:nth-child(n + 2) {
    margin-top: 7.14vw;
  }
  .search-condition__dt {
    font-size: 3.93vw;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
  }
  ._toggle-open .search-condition__dt-img {
    transform: rotate(180deg);
  }
  .search-condition__dd {
    padding: 1.79vw 0 0 0;
    display: none;
  }
  .search-condition__list {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 2em;
  }
  .search-condition__dl._toggle-open .search-condition__dt {
    display: flex;
  }
  .search-condition__dl._toggle-open .search-condition__dd {
    display: block;
  }
  .search-condition__list {
    display: flex;
    flex-direction: row;
    gap: 1em 0;
  }
  .search-condition__list-item {
    margin-top: 0;
    width: 25%;
  }
  .flex-gap10.flex-row4 .flex-item {
    width: 50%;
  }
  .search-condition__word-wrap {
    margin-top: 7.14vw;
    flex-wrap: wrap;
    gap: 3.57vw 0;
  }
  .flex-wrap.flex-row4 {
      gap: 1em 0;
  }
  .flex-gap10.flex-row4 .flex-item {
    width: 50%;
  }
  .search-condition__dd .mini {
    font-size: 3.21vw;
  }
  .search-condition__word-wrap .input-text {
    width: 100%;
    height: 10.71vw;
  }
  .search-condition__word-wrap .btn {
    width: 100%;
    height: 10.71vw;
    background-position: 31.25vw;
    display: none;
  }
  /* .search-condition__list-inner-wrap .search-btn-wrap {
    display: none;
  } */
  .search-condition__word-history {
    align-items: center;
    margin-top: 3.57vw;
    border-radius: 0.89vw;
    padding: 2.68vw;
  }
  .search-condition__word-history-ttle {
    font-size: 3.57vw;
  }
  .search-condition__word-history-list {
    gap: 1em;
    font-size: 3.21vw;
  }
  .search-link-wrap {
    margin-top: 2em;
  }
  .adv-wrap {
    padding: 10.71vw 0;
    margin: 0;
  }
  .adv-list {
    padding: 0;
  }
  .job-list-wrap {
    margin-top: 3.57vw;
  }
  .job-list__list-wrap {
    margin-top: 5.36vw;
  }
  .job-list__list {
    gap: 5.36vw 0;
    flex-direction: column;
  }
  .job-list__item {
    width: 100%;
    border-radius: 3.57vw;
    box-shadow: 0vw 0vw 3.57vw var(--boxshadow1);
  }
  .job-list__item:nth-child(n + 4) {
    display: none;
  }
  .favorite-btn {
    width: 12.14vw;
    height: 12.14vw;
  }
  .job-list__list-img-wrap {
    height: 41.07vw;
  }
  .job-list__list-img {
    border-radius: 3.57vw 3.57vw 0 0;
  }
  .job-list__list-text-wrap {
    padding: 5.36vw;
  }
  .job-list__list-text-wrap .icon-list {
    gap: 0.71vw 0.71vw;
  }
  .job-list__list-ttl {
    font-size: 2.86vw;
    letter-spacing: -0.91.43vw;
    margin-top: 1.25vw;
  }
  .job-list__list-text {
    margin-top: 0.89vw;
    font-size: 4.29vw;
    letter-spacing: -0.91.07vw;
  }
  .job-list__list-list {
    margin-top: 1.79vw;
    font-size: 3.21vw;
    font-weight: 500;
  }
  .job-list__list-item {
    background-position: left 0.3em;
    padding: 0 0 0 4.46vw;
    background-size: 3.57vw;
  }
  .job-list__btn-wrap {
    margin-top: 3.57vw;
  }
  .job-list__btn-wrap .btn {
    border-radius: 7.14vw;
    font-size: 3.21vw;
    height: 10.36vw;
  }
  .recommend-job-list-wrap {
    margin-top: 14.29vw;
  }
  .feature-wrap {
    padding: 14.29vw 0;
  }
  .content-wrap {
    padding: 14.29vw 0;
  }
  .useful-info-wrap {
    width: calc(100% + 10.71vw);
    margin-left: -5.36vw;
    padding: 16.07vw 5.36vw 14.29vw;
    margin-top: 14.29vw;
  }
  .useful-info__list {
    margin-top: 8.93vw;
    gap: 4.46vw 0;
    flex-direction: column;
  }
  .useful-info__link {
    width: 100%;
    height: auto;
    font-size: 5vw;
    box-shadow: 0vw 0vw 3.57vw var(--boxshadow1);
    border-radius: 3.57vw;
    padding: 4.46vw 0;
  }
  .voice-wrap {
    padding: 14.29vw 0 0;
  }
  .voice__text {
    margin-top: 7.14vw;
  }
  .content-wrap {
    padding: 14.29vw 0 0;
  }
  .sub-page-content-wrap {
  
  }
  .sp-search-ttl {
    background-color: #91C7B8;
    border-radius: 1.25vw 1.25vw 0 0;
    color: #fff;
    padding: 3.57vw 5.36vw 3.57vw 12.5vw;
    font-size: 4.82vw;
    font-weight: bold;
    background-image: url(../img/icon_search_white.svg);
    background-repeat: no-repeat;
    background-position: 5.36vw center;
    background-size: 4.82vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sp-search-ttl .btn {
    background-color: #fff;
    color: #72B6A9;
    font-size: 3.21vw;
    font-weight: bold;
    padding: 2.14vw 1.79vw 2.14vw 5.71vw;
    background-image: url(../img/icon_update.svg);
    background-repeat: no-repeat;
    background-position: 1.79vw center;
    background-size: 3vw;
}
  .sp-search-body {
    box-shadow: 0.71vw 0.71vw 0.71vw #0000000A;
    border: 0.18vw solid #CDD6DD;
    border-radius: 0 0 1.25vw 1.25vw;
    padding: 5.36vw;
  }
  .search-pager-total {
    margin-top: 7.14vw;
  }
  .job-list-info-wrap .pager-wrap {
    display: none;
  }
  .job-list-info__sort {
    margin-top: 1.79vw;
  }
  .job-list-info__sort-ttl {
    font-size: 3.21vw;
  }
  .job-list-info-wrap .input-select {
    width: 35.71vw;
    height: 10.71vw;
    font-size: 3.57vw;
    padding: 0 1.79vw;
    margin-top: 0.89vw;
  }
  .job-list2__item {
    box-shadow: 0vw 0vw 1.43vw var(--boxshadow2);
    padding: 5.36vw;
    border-radius: 3.57vw;
  }
  .job-list2__list-ttl {
    font-size: 3.21vw;
    padding-right: 9.82vw;
    letter-spacing: -1.4.64vw;
  }
  .job-list2__list-text {
    font-size: 4.29vw;
    padding-right: 9.82vw;
    letter-spacing: -0.91.07vw;
  }
  .job-list2__item .icon-list {
    margin-top: 0.89vw;
  }
  .job-list2__list-text-wrap {
    margin-top: 2.68vw;
    flex-direction: column-reverse;
    gap: 2.68vw 0;
  }
  .job-list2__list2 .job-list2__list-left,
  .job-list2__list-left {
    width: 100%;
  }
  .job-list2__text-dl {
    padding: 2.68vw;
    font-size: 3.57vw;
    border-radius: 0.89vw;
  }
  .job-list2__text-dd {
    margin-top: 0.89vw;
  }
  .job-list2__list-right, .job-list2__list2 .job-list2__list-right {
    width: 100%;
    height: 58.93vw;
    background-color: #fafafa;
    border-radius: 0.89vw;
  }
  .job-list2__text-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.89vw;
  }
  .job-list2__text-list {
    margin-top: 3.57vw;
    font-size: 3.21vw;
  }
  .job-list2__text-list-dt {
    padding: 0 0 0 4.46vw;
    width: 0;
    background-size: 3.57vw;
    background-position: left 0.4em;
  }
  .job-list__list-human {
    background-size: 2.86vw !important;
    background-position: 0.36vw 0.4em !important;
  }
  .job-list__list-station {
    background-size: 3.04vw !important;
    background-position: 0.36vw 0.4em !important;
  }
  .job-list2__text-list-dd {
    width: 100%;
    font-weight: 500;
  }
  .job-list2__btn-wrap {
    margin-top: 3.57vw;
    display: flex;
    justify-content: space-between;
    gap: 0;
  }
  .job-list2__btn-wrap .btn {
    width: 37.5vw;
    height: 10.36vw;
    border-radius: 7.14vw;
    font-size: 3.21vw;
  }
  .job-list-info-wrap2 {
    margin-top: 10.71vw;
  }
  .job-list-info-wrap2 .pager-wrap {
    display: block;
  }
  .pager__text {
    font-size: 3.57vw;
    text-align: center;
  }
  .pager__list {
    justify-content: center;
    margin-top: 3.57vw;
  }
  .job-info-wrap {
    padding: 14.29vw 5.36vw 17.86vw;
    margin-top: 14.29vw;
    width: calc(100% + 10.71vw);
    margin-left: -5.36vw;
  }
  .job-info__list {
    margin-top: 5.36vw;
    gap: 4.46vw 0;
    flex-direction: column;
  }
  .job-info__item {
    width: 100%;
    padding: 3.57vw 0;
    border-radius: 1.79vw;
  }
  .job-info__text {
    font-size: 4.29vw;
  }
  .job-info__text2 {
    font-size: 3.93vw;
  }
  .job-info__text2 .en {
    padding: 0 0.89vw;
    font-size: 10.71vw;
  }
  .benefits-wrap {
    padding: 14.29vw 0 0;
  }
  .benefits__list {
    margin-top: 7.14vw;
    gap: 7.14vw 0;
    flex-direction: column;
  }
  .benefits__item {
    box-shadow: 0vw 0vw 1.43vw var(--boxshadow2);
    border-radius: 1.79vw;
    padding: 7.14vw 5.36vw;
    width: 100%;
  }
  .benefits__dt {
    font-size: 5vw;
    display: flex;
    align-items: center;
  }
  .benefits__img-wrap {
    width: 13.93vw;
  }
  .benefits__dt-text {
    margin-top: 0;
    width: calc(100% - 13.93vw);
    padding-left: 1.79vw;
  }
  .benefits__dd {
    margin-top: 3.57vw;
  }
  .benefits__dd .note {
    font-size: inherit;
  }
  .benefits__btn-wrap {
    margin-top: 10.71vw;
  }
  .benefits__btn-wrap .btn {
    width: 100%;
    height: 15.36vw;
    box-shadow: 0vw 0.54vw 1.07vw var(--boxshadow1);
    border-radius: 12.5vw;
    font-size: 4.29vw;
    letter-spacing: 2.0.71vw;
  }
  .benefits__btn2 {
    margin-top: 4.29vw;
    text-align: center;
  }
  .frame {
    box-shadow: 0vw 0vw 3.57vw var(--boxshadow2);
    border-radius: 3.57vw;
    padding: 5.36vw;
  }
  .details__top-top {
    display: block;
  }
  .details__top .icon-list.sp{
    margin: 0;
    display: flex;
  }
  .details__top-left {
    width: 100%;
    margin-top: 0.89vw;
  }
  .details__top-left .icon-list{
    margin-top: 1em;
  }
  .details__top-name {
    padding-right: 0;
    font-size: 2.86vw;
  }
  .details__top-ttl-wrap {
    margin-top: 0.89vw;
  }
  .details__top-ttl {
    font-size: 4.29vw;
    letter-spacing: -0.91.07vw;
  }
  .details__top-top-img-wrap {
    width: 100%;
    height: 65vw;
    overflow: hidden;
    margin-top: 2vw;
  }
  .slick-slide {
    width: 78.57vw;
  }
  .slick-slide > div {
    width: 100%;
    height: 58.93vw;
  }
  .slick-dots {
    margin-top: 1.61vw;
    gap: 0 0.89vw;;
  }
  .slick-dots button {
    width: 1vw;
    height: 1vw;
  }
  .details__top-top-img {
    border-radius: 1.25vw;
  }
  .details__top .job-list2__text-list {
    margin-top: 2.68vw;
  }
  .details__top .job-list2__text-block {
    padding: 1.79vw 0;
  }
  .details__top .job-list2__text-list-dt {
    padding: 0 0 0 4.46vw;
    width: 8em;
    font-weight: 500;
  }
  .details__top .job-list2__text-list-dd {
    width: calc(100% - 8em);
  }
  .details__bottom__navi {
    gap: 0 2.68vw;
  }
  .details__bottom__tab-btn {
    width: 27.86vw;
    height: 11.61vw;
    font-size: 3.57vw;
    border-radius: 1.79vw 1.79vw 0 0;
  }
  .details__bottom__list-wrap {
    box-shadow: 0vw 0vw 3.57vw var(--boxshadow2);
    border-radius: 0vw 0vw 0.89vw 0.89vw;
    padding: 4.46vw 5.36vw 5.36vw;
  }
  .details__bottom__employ-navi {
    margin-top: 2.68vw;
    gap: 2.68vw 0;
    flex-direction: column;
  }
  .btn.details__bottom__employ-tab-btn {
    width: 100%;
    height: 10.36vw;
    border-radius: 5vw;
    font-size: 3.21vw;
  }
  .details__bottom .table1 {
    margin-top: 5.36vw;
    width: 100%;
  }
  .details__bottom .table1--4 {
    margin-top: 0;
  }
  .details__bottom .flex-between {
    display: block;
  }
  .details__bottom .btn-map {
    height: 10.36vw;
    border-radius: 7.14vw;
    background-position: 28.04vw center, center;
    padding-left: 2.86vw;
    display: block;
    width: 100%;
    margin-top: 2.68vw;
    font-size: 3.21vw;
    background-size: 2.86vw, auto;
  }
  .details__section {
    margin-top: 7.14vw;
  }
  .details__section-ttl {
    border-radius: 0.89vw 0.89vw 0vw 0vw;
    padding: 2.68vw 5.36vw;
    font-size: 5vw;
  }
  .qa-dt {
    font-size: 3.93vw;
  }
  .qa-dt::before {
    font-size: 4.64vw;
  }
  .qa-dd {
    padding: 1.79vw 0 1.79vw 4.82vw;
  }
  .brand-info {
    gap: 2.68vw 0;
    flex-direction: column;
  }
  .brand-info__left {
    width: 100%;
  }
  .brand-info__ttl {
    font-size: 4.29vw;
    letter-spacing: -0.91.07vw;
  }
  .details__section-body details .table1--2 {
    margin-top: 5.36vw;
  }
  .table1--4 .th1 {
    border-bottom: 0;
  }
  .brand-info__job {
    margin-top: 3.57vw;
    font-size: 3.93vw;
  }
  .details__section .job-list__list {
    margin-top: 3.57vw;
    gap: 7.14vw 0vw;
    flex-direction: column;
  }
  .details__section .job-list__item {
    width: 100%;
  }
  .details__section .job-list__list-img-wrap {
    height: 41.07vw;
    border-radius: 3.57vw 3.57vw 0 0;
  }
  .details__section .job-list__list-text-wrap {
    padding: 5.36vw;
  }
  .details__bottom__list-ttl {
    font-size: 4.29vw;
    padding-bottom: 3.57vw;
  }
  .details__bottom__list-shop-point {
    border-radius: 0.89vw;
    padding: 3.57vw 5.36vw;
    margin-top: 3.57vw;
  }
  .details__bottom__list-shop-point-dt {
    font-size: 3.93vw;
  }
  .details__bottom__list-shop-point-dd {
    margin-top: 0.89vw;
    font-size: 3.21vw;
  }
  .details__bottom__list-ttl, .details__bottom__list-ttl2 {
    font-size: 4.29vw;
    padding-bottom: 3.57vw;
  }
  .details__bottom__list-inner._toggle-tab2-list3 .details__bottom__list-ttl2 {
    margin-top: 0;
  }
  .details__bottom__list-slider {
    margin-top: 4.46vw;
  }
  .details__bottom__list-slider .slick-slide {
    width: 78.6vw;
    height: 59vw;
  }
  .details__bottom__list-slider .slick-slide > div {
    width: 100%;
    height: 100%;
  }
  .details__bottom__list-slider .slick-slide > div  > div {
    height: 100%;
  }
  .details__bottom__list-slider-item {
    height: 100%;
    width: 100%;
  }
  .details__bottom__list-slider-img {
    border-radius: 0.89vw;
  }
  .details__section-body--3 {
    padding-bottom: 7.14vw;
  }
  .details__search-section1 {
    margin-top: 0;
    display: flex;
    gap: 2.68vw 1.79vw;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
  }
  .details__search-section1 .input-select {
    width: 33.3vw;
    height: 10.71vw;
    background-position: calc(100% - 1.79vw) center, 2.68vw center;
    padding-left: 7.25vw;
    background-size: 1.79vw, 3.04vw;
  }
  .details__search-section1 .input-text {
    width: 100%;
    height: 10.71vw;
  }
  .details__search-details {
    width: 100%;
    text-align: center;
    margin-top: 0.89vw;
    font-size: 3.21vw;
    padding: 0;
  }
  .details__search-section1 .btn--search {
    width: 100%;
    height: 10.71vw;
    background-size: 3.39vw;
    background-position: 25.18vw;
    padding-left: 10vw;
  }
  .details__btn-wrap {
    margin-top: 10.71vw;
    padding: 5.36vw 0 5.36vw;
    gap: 2.86vw 0;
    flex-direction: column;
    width: calc(100% + 10.71vw);
    margin-left: -5.36vw;
    text-align: center;
  }
  /* .details__btn-block {
    position: relative;
    padding-right: 3.57vw;
    justify-content: center;
    gap: 0 3.57vw;
  } */
  .details__btn-block {
    position: relative;
    padding-right: 3.57vw;
    justify-content: center;
    /* gap: 3.57vw 0; */
    flex-direction: column;
    align-items: center;
  }
  .details__btn-wrap .btn--green-line {
    margin-top: 3.57vw;
  }
  .details__btn-block.pc {
    display: none;
  }
  .details__btn-block .btn {
    width: 72.32vw;
    height: 8.93vw;
    border-radius: 7.68vw;
  }
  .details__btn-block .favorite-btn {
    margin-top: 0;
    position: absolute;
    right: 2.68vw;
    bottom: auto;
    top: calc(50% - 6.2vw);
  }
  .details__btn-block-text {
    display: flex;
    justify-content: center;
    gap: 0 4.46vw;
  }
  .link-question {
    padding-left: 4.11vw;
    font-size: 2.5vw;
    background-size: 3.21vw;
  }
  .icon-list {
    gap: 1.79vw 2.68vw;
  }
  .icon-item {
    width: calc(50% - 1.43vw);
  }
  .icon-item-link {
    width: 100%;
    border-radius: 0.89vw;
    padding: 2.68vw;
    font-size: 3.57vw;
    font-weight: 500;
  }
  
  .job-company__img-wrap {
    height: 79.11vw;
  }
  .job-company__img {
    box-shadow: 0vw 0.54vw 1.07vw #00000029;
    border-radius: 0.89vw;
  }
  .job-company__ttl-wrap {
    margin-top: 4.46vw;
  }
  .job-company__ttl-wrap {
    margin-top: 4.46vw;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 4.46vw 0;
  }
  .job-company__ttl {
    letter-spacing: 1.0.89vw;
    font-size: 5.36vw;
  }
  .job-company__text {
    margin-top: 0.89vw;
  }
  .job-company__ttl-right {
    text-align: center;
    width: 100%;
  }
  .btn.btn--brand {
    border-radius: 7.68vw;
    width: 78.57vw;
    height: 15.36vw;
    background-position: calc(100% - 3.57vw);
    background-size: 3.21vw;
    letter-spacing: 2.0.89vw;
    font-size: 4.46vw;
  }
  .job-company__pager-wrap {
    margin-top: 5.71vw;
    box-shadow: 0vw 0vw 1.43vw #0000001A;
    border-radius: 0.89vw;
    padding: 3.57vw 3.57vw 1.79vw;
    flex-direction: column;
  }
  .job-company__pager-ttl {
    font-size: 3.57vw;
    text-align: center;
  }
  .job-company__pager-ttl-text {
    font-size: 4.29vw;
    display: block;
  }
  .job-company__pager-num-wrap {
    font-size: 3.93vw;
  }
  .job-company__pager-num-wrap .en {
    font-size: 10.71vw;
    padding: 0 0.89vw;
  }
  .job-list2__list {
    margin-top: 4.46vw;
    gap: 5.36vw 0;
  }
  .job-company__job-list {
    margin-top: 7.14vw;
  }
  
  .job-list__list-wrap2 .job-list__item {
    width: 100%;
  }
  .search-condition2-wrap {
    box-shadow: 0vw 0vw 3.57vw #0000001A;
    border-radius: 1.79vw;
    padding: 5.36vw;
  }
  .search-condition2__dt {
    font-size: 3.93vw;
    padding-bottom: 1.79vw;
  }
  .search-condition2__dl .btn--modal {
    width: 35.71vw;
    height: 6.07vw;
    font-size: 2.86vw;
  }
  .search-condition2__dd {
    padding: 2.68vw 0 0;
  }
  .search-condition2__dl-block:nth-child(n + 2) {
    margin-top: 8.93vw;
  }
  .search-condition2__dd2 .input-select {
    height: 10.71vw;
  }
  .search-condition2__dd2-flex .input-text {
    width: 27vw;
  }
  .search-condition2__dd2-flex .unit {
    font-size: 3.21vw;
  }
  .search-condition2__total {
    margin-top: 5.36vw;
    top: 12.5vw;
  }
  .search-condition2__btn-wrap .btn {
    border-radius: 7.68vw;
    width: 78.57vw;
    height: 15.36vw;
    font-size: 4.46vw;
    letter-spacing: 2.0.89vw;
  }
  .feature-dt {
    font-size: 3.57vw;
  }
}