@charset "UTF-8";

/*-------------------------------
  ホーム用のスタイル
-------------------------------*/
.o-home-mv {
  width: 100%;
  max-width: 100vw;
  aspect-ratio: 392 / 392;
  background-image: var(--mv-url--sp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
}
@media (min-width: 40em) {
  .o-home-mv {
    height: 500px;
    aspect-ratio: auto;
    background-image: var(--mv-url);
    min-width: 71.75rem;
  }
}
.o-home-mv-container {
  position: relative;
  aspect-ratio: 392 / 392;
}
@media (min-width: 40em) {
  .o-home-mv-container {
    height: 500px;
    aspect-ratio: auto;
  }
}
.o-home-mv img {
  width: 100%;
  height: auto;
}
.o-top_btn-img {
  width: 265px;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (min-width: 40em) {
  .o-top_btn-img {
    width: 430px;
    bottom: 113px;
    left: 152px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
@media (min-width: 64em) {
  .o-top_btn-img {
    left: 100px;
  }
}
.o-top_btn-img img {
  width: 100%;
  height: auto;
}
.o-Job-openings-content{
  position: absolute;
  top: 25vw;
  left: 0;
  width: 100%;
  text-align: center;
}
.o-Job-openings {
  display: inline-block;
  background-color: #194080;
  color: var(--color-White);
  padding: 7px 10px;
  margin: auto;
  font-size: 14px;
  border-radius: 5px;
  line-height: 1.2em;
}
@media (min-width: 40em) {
  .o-Job-openings-content{
    position: absolute;
    top: 212px;
    left: 118px;
    width: 504px;
    text-align: center;
  }
  .o-Job-openings {
    padding: 7px 10px;
    font-size: 17px;
    border-radius: 5px;
  }
}
@media (min-width: 64em) {
  .o-Job-openings-content{
    left: 69px;
  }
}


.o-home--search {
  margin: 100px 0 3.25rem;
}
@media (min-width: 40em) {
  .o-home--search {
    margin: 40px 0 3.25rem;
  }
}
.o-home--search__icon {
  height: 18px;
  width: auto;
  margin-right: 5px;
}
.o-home--search__box {
  border: 6px solid var(--color-border);
  display: flex;
  padding: 2rem;
}
.o-home--search__box--sp {

}
.o-serchicon--sp {
  font-size: min(3.8vw,1em);
  text-align: center;
  padding: 12px 0 10px;
  border-radius: 6px;
  font-weight: bold;
  /* color: #0A76B0;
  background-color: #D4E7F0; */
  color: var(--color-main2);
  background-color: var(--color-main3);
}
.o-home--search__box__content {
  margin: auto;
}
.o-conditions-box {
  width: 180px;
  height: 58px;
  border: 1px solid var(--color-pink);
  padding: 0 1rem 0 1.5rem;
  border-radius: 8px;
  cursor: pointer;
}
.o-home--search__box__x {
  margin: 0 1rem;
  font-size: 18px;
}
.o-conditions-box--word input{
  height: 58px;
  background-color: var(--color-gray);
  border: 1px solid var(--color-gray);
  padding: 0 1.5rem 0 1rem;
  border-radius: 8px;
  width: 320px;
}

.o-home-recommend, .o-home-new, .o-home-column, .o-home-selection {
  position: relative;
  padding-top: 3.25rem;
  padding-bottom: 2.75rem;
}
.o-home-occupation {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 40em) {
  .o-home-recommend, .o-home-new, .o-home-column, .o-home-occupation, .o-home-selection {
    padding-top: 5rem;
    padding-bottom: 5.25rem;
  }
}
.o-home-recommend--bg--top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 240px;
  background-color: var(--color-White);
  z-index: -1;
}
@media (min-width: 40em) {
  .o-home-recommend--bg--top {
    height: 315px;
  }
}
.o-home-recommend--bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-main);
  z-index: -2;
}
.o-home-column {
  background-color: #CEE1EA;
}
.o-home-headline {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 22px;
}
@media (min-width: 40em) {
  .o-home-headline {
    margin-bottom: 3rem;
  }
}
.o-home-headline .o-home-headline__title {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 10px;
}
.o-home-headline .o-home-headline__caption {
  font-size: 13px;
  color: var(--color-main);
  line-height: 1em;
}
@media (min-width: 40em) {
  .o-home-headline .o-home-headline__title {
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 10px;
  }  
  .o-home-headline .o-home-headline__caption {
    font-size: 18px;
  }
}

.o-recommendSlider__pag, .o-newSlider__pag, .o-columnSlider__pag {
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}
.swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background-color: var(--color-main2);
}
.o-home-headline--occupation {
  width: 100%;
  padding-left: 0.75rem;
  border-bottom: 2px solid var(--color-border);
}
@media (min-width: 40em) {
  .o-home-headline--occupation {
    padding-left: 1rem;
  }
}
.o-occupation__title {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-main2);
  position: relative;
  margin-bottom: 1rem;
}
@media (min-width: 40em) {
  .o-occupation__title {
    font-size: 24px;
    margin-bottom: 0;
  }
}
/*職種から探す アコーディオン*/
.o-occupation__tagarea {
  padding: 1.5rem 0;
  display: none;
}
@media (min-width: 40em) {
  .o-occupation__tagarea {
    display: block;
    padding: 2rem 0;
  }
}
.o-occupation-tag div {
  line-height: 1em;
  background-color: #DBE3E4;
  padding: 7px 9px;
  border-radius: 3px;
  font-size: 12px;
}
@media (min-width: 40em) {
  .o-occupation-tag div {
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 1rem;
  }
}
.c-row .o-occupation-tag {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  margin-bottom: 0.375rem;
}
@media (min-width: 40em) {
  .c-row .o-occupation-tag {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
    margin-bottom: 0.5rem;
  }
}

.o-selection-content {
  position: relative;
}
.o-selection-content_bg {
  padding: 37px 0 50px;
  background-color: #EFEAA5;
}
.o-selection-tab {
  height: 60px;
  background-color: var(--color-main3);
  color: var(--color-main2);
  line-height: 60px;
  font-size: 16px;
  display: block;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
.o-selection-tab i, .o-tab-content__text i {
  margin-right: 5px;
  font-size: 18px;
}
.o-selection-tab:hover {
  opacity: 0.75;
}
/*選択されているタブのスタイルを変える*/
.o-tab-area .active.o-selection-tab {
  background-color: #FFD738;
}
input.o-input--numofsearche {
  border: none;
  background-color: #ffffff;
  text-align: right;
  margin: 0 0.75rem;
  padding: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 26px;
  width: auto;
}
.o-tab-content__text {
  font-weight: bold;
  line-height: 1em;
}
.o-select-area {
  margin-top: 1rem;
  padding: 45px 60px 65px 90px;
  background-color: var(--color-White);
}
.o-select-panel {
  display: none;
  text-align: left;
}
.o-select-panel.active {
  display: block;
}
.o-select-map {
  width: 40%;
  padding: 0 2rem 0 0;
}
.o-select-check {
  width: 60%;
}
.o-select-check__head {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-main2);
  text-align: left;
}
@media (min-width: 40em) {
  .o-select-check__head {
    font-size: 22px;
  }
  .c-modal__content .o-select-check__head {
    border-bottom: 1px solid var(--color-border);
  }
}
.o-checkbox-area {
  padding: 5px 0 10px 30px;
  text-align: left;
  display: none;
}
@media (min-width: 40em) {
  .o-checkbox-area {
    display: block;
  }
}
.o-special-conditions__cap {
  font-weight: bold;
  background-color: var(--color-main3);
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: 2rem;
  text-align: center;
  width: 130px;
}
.o-special-conditions__area .o-special-conditions {
  margin-bottom: 1.5rem;
}
.o-special-conditions__area .o-special-conditions:last-child{
  margin-bottom: 0;
}
.o-special-parent {
  font-size: 22px;
  font-weight: bold;
  color: var(--color-main2);
  line-height: 1.2em;
  margin-bottom: 0.5rem;
}
.o-special-child {

}
.o-conditions-box__text {
  width: calc(100% - 15px);
  display: flex;
}
#area-display, #occupation-display{
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: auto 0;
}
.o-area-boder {
  border: 1px solid var(--color-border);
}
.o-modal-sp--area,
.o-modal-sp--occ,
.o-modal-sp--status {
  z-index: -1; 
  opacity: 0;
  visibility: hidden;
  display: none;
}
.o-modal-sp--area.is-open,
.o-modal-sp--occ.is-open,
.o-modal-sp--status.is-open {
  z-index: 100;
  opacity: 1;
  visibility: visible;
  display: block;
}
a.o-btn--responsive--sp {
  font-size: min(3.9vw,1em);
}

/* 検索ボックス */
.o-searchform--top__inputbox {
  border: 2px solid var(--color-border);
  border-right: none;
  padding: 15px 0 15px 15px;
}
.o-searchform--top__btn {
  font-size: 22px;
  padding: 0 15px;
  background-color: var(--color-main2);
  color: var(--color-White);
  border: none;
}
.o-searchform__title {
  border-top: 1px solid var(--color-border);
  padding: 8px 0.75rem 6px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.o-codawarijyoken-parent {
  font-weight: bold;
  line-height: 2em;
}
.o-numofsearches {
  text-align: left;
  font-size: 14px;
}
.o-numofsearches span input {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  font-size: 20px;
  font-weight: bold;
  color: var(--color-pink);
  display: inline-block;
  width: 55px;
  text-align: right;
}