@charset "UTF-8";

/*-------------------------------
  ホーム用のスタイル
-------------------------------*/

.o-home-mv{
  width: 100%;
  position: relative;
}
.o-home-mv-img {
  width: 100%;
  max-width: 95vw;
  aspect-ratio: 720 / 392;
  margin: 0 auto;
}
@media (min-width: 40em) {
  .o-home-mv-img {
    height: 100%;
    aspect-ratio: 2652 / 1081;
    width: 95%;
    margin: 20px auto 0;
    max-width: 100%;
  }
}
.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;
}
@media(min-width: 40em){
  .o-home-mv::before{
    content: '';
    background-color: var(--color-main2);
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 400px;
    left: 0;
    right: 0;
    bottom: -275px;
    z-index: -1;
  }
}

.o-home-serach--btn-img{
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}


.o-top_btn-img {
  width: 92%;
  margin: 20px auto 0;
  text-align: center;
}
@media (min-width: 40em) {
  .o-top_btn-img {
    width: 400px;
  }
}
.o-top_btn-img a {
  filter: brightness(1.0);
  transition: filter 0.1s ease;
}
.o-top_btn-img a:hover {
  filter: brightness(1.20);
}
.o-Job-openings-content{
  position: absolute;
  top:73vw;
  left: 0;
  width: 100%;
  text-align: center;
}
.o-Job-openings {
  display: inline-block;
  background-color: #4E484C;
  color: var(--color-White);
  padding: 5px 10px;
  margin: auto;
  font-size: 13px;
  border-radius: 20px;
  line-height: 1.2em;
}
@media (min-width: 40em) {
  .o-Job-openings-content{
    position: absolute;
    top: -20px;
    width: 442px;
    text-align: center;
  }
  .o-Job-openings {
    padding: 7px 20px;
    font-size: 17px;
    border-radius: 20px;
  }
}


.o-home--search {
  margin: 20px 0 2rem;
}
@media (min-width: 40em) {
  .o-home--search {
    margin: 40px 0 2.25rem;
  }
}
.o-home--search__icon {
  height: 18px;
  width: auto;
  margin-right: 5px;
}
.o-home--search__box {
  border: 4px solid var(--color-border);
  background-color: var(--color-White);
  padding: 0.75rem 1rem;
  width: 450px;
  text-align: left;
}
.o-home--search__box .u-fs--sp-18px::before{
  content: '';
  border-left: solid 3px var(--color-main);
  margin-right: 5px;
}
@media(min-width: 40em){
  .o-home--search__box {
    width: 450px;
    margin-right: 30px;
  }
  .o-home--search__box .u-fs--sp-18px{
    font-size: 17px;
  }
}
.o-home--search__box--sp {

}
.o-serchicon--sp {
  font-size: min(3.8vw,1em);
  text-align: center;
  padding: 12px 0 10px;
  font-weight: bold;
  /* color: #0A76B0;
  background-color: #D4E7F0; */
  color: var(--color-main);
  background-color: var(--color-main4);
}

.o-home--search__box__content {
  margin: auto;
}
.o-conditions-box {
  width: 180px;
  height: 45px;
  border: 1px solid var(--color-pink);
  padding: 0 1rem 0 1.5rem;
  cursor: pointer;
}
.o-home--search__box__x {
  margin: 0 0.5rem;
  font-size: 18px;
}
.o-conditions-box--word{
  margin-top: 10px!important;
}
.o-conditions-box--word input{
  height: 45px;
  background-color: var(--color-gray);
  border: 1px solid var(--color-gray);
  padding: 0 1.5rem 0 1rem;
  width: 355px;
}

.o-home-content-center{
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
}

.o-home-recommend{
  background-color: var(--color-main4);
}

.o-home-recommend, .o-home-column, .o-home-selection {
  position: relative;
  padding-top: 3.25rem;
  padding-bottom: 2.75rem;
}
.o-home-occupation {
  position: relative;
  padding: 1rem 1rem 0;
  border-bottom: solid 2px var(--color-gray);
}
.o-home-new{
  position: relative;
  padding-top: 5rem;
  padding-bottom: 4rem;
}
@media (min-width: 40em) {
  .o-home-recommend, .o-home-new {
    padding-top: 3rem;
    padding-bottom: 5.25rem;
  }
  .o-home-selection{
    padding-top: 7rem;
    padding-bottom: 5.25rem;
  }
  .o-home-occupation{
    padding: 3rem 0 5rem;
    border-bottom: none;
  }
  .o-home-new{
    padding-top: 5rem;
    padding-bottom: 5.25rem;
  }  
}
.o-home-recommend--bg--top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 650px;
  background-color: var(--color-White);
  z-index: -1;
  left: 0;
}
@media (min-width: 40em) {
  .o-home-recommend--bg--top {
    height: 730px;
    left: 0;
  }
}
.o-home-recommend--bg {
  position: absolute;
  bottom: -420px;
  width: 100%;
  height: 100%;
  background-color: var(--color-main2);
  z-index: -2;
  left: 0;
}
@media(min-width: 40em){
  .o-home-recommend--bg {
    bottom: -210px;
    left: 0;
  }
}
.o-home-recommend--bg--top-history {
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px;
  background-color: var(--color-White);
  z-index: -1;
}
@media (min-width: 40em) {
  .o-home-recommend--bg--top-history {
    height: 330px;
  }
}
.o-home-recommend--bg-history {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-main4);
  z-index: -2;
}
@media(min-width: 40em){
  .o-home-recommend--bg-history {
    bottom: 0;
  }
}

.column-pagination .swiper-pagination-bullet{
  background-color: #333;
}
@media(min-width: 40em){
  .column-pagination{
    display: flex;
    justify-content: flex-end;
  }
  .column-pagination .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background-color: #333;
    margin: 0 4px!important;
  }
}
.column-pagination .swiper-pagination-bullet-active{
  background-color: #DC76A2;
}

.o-home-column {
  padding: 5rem 0 0;
  width: 100%;
  height: 420px;
  position: relative;
  margin-bottom: 260px;
}
@media(min-width: 40em){
  .o-home-column {
    padding: 4rem 0 0;
    width: 100%;
    height: 520px;
    position: relative;
    margin-bottom: 0;
  }
}
.o-home-column::after {
  content: '';
  background-color: #edc9da;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media(min-width: 40em){
  .o-home-column::after {
    content: '';
    background-color: #edc9da;
    width: 65%;
  }  
}
.o-home-column-item{
  max-width: 71.75rem;
  padding: 0!important;
}
@media(min-width: 40em){
  .o-home-column-item{
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 1100px;
  }
}
.o-home-content-padding{
  padding: 0;
}
@media(min-width: 40em){
  .o-home-content-padding{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.o-home-column .c-spfulwidth{
  margin-left: 0;
}
.o-home-headline__title_column{
  font-size: 25px;
  line-height: 1em;
  margin-bottom: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.o-home-headline__caption{
  font-size: 40px;
  color: var(--color-main);
  line-height: 1em;
  opacity: .2;
  text-align: center;
  position: relative;
  margin-right: 100px;
  bottom: -10px;
}
.o-home-headline__caption_column{
  font-size: 50px;
  color: var(--color-main);
  line-height: 1em;
  opacity: .2;
  text-align: center;
  position: relative;
  margin-right: 100px;
  bottom: 40px;
}
@media(min-width: 40em){
  .o-home-headline__title_column{
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 10px;
    margin-top: 80px;
    left: 87px;
  }
  .o-home-headline__caption{
    font-size: 99px;
    left: -65px;
    text-align: left;
  }
  .o-home-headline__caption_column{
    font-size: 99px;
    left: -65px;
    text-align: left;
    bottom: 0;
  }
}
.o-home-column-btn{
  margin: 0 auto;
}
@media(min-width: 40em){
  .o-home-column-btn{
    margin: 80px 0 0 0;
  }
  .o-home-column-btn a{
    padding: 0 40px;
  }
}

.o-home-headline {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.o-home-column .o-home-headline {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}
.o-home-margin-bottom{
  margin-bottom: 60px;
}
@media (min-width: 40em) {
  .o-home-headline {
    margin-bottom: 5rem;
  }
  .o-home-margin-bottom{
    margin-bottom: 60px;
    margin-bottom: 80px;
  }
}
.o-home-headline__new{
  text-align: center!important;
  margin-right: 130px;
  bottom: 30px;
}
@media(min-width: 40em){
  .o-home-headline__new{
    text-align: center!important;
    margin-right: 70px;
    bottom: 0;
  }
}
.o-home-headline__history{
  text-align: center!important;
  margin-right: 130px;
}
@media(min-width: 40em){
  .o-home-headline__history{
    text-align: center!important;
    margin-right: 230px;
    margin-right: 110px;
    margin-top: -20px;
  }
}
.o-home-margin-top{
  margin-top: 45px;
}
@media(min-width: 40em){
  .o-home-margin-top{
    margin-top: 0;
  }
}
.o-home-headline .o-home-headline__title {
  font-size: 25px;
  line-height: 1em;
  margin-bottom: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  z-index: 100!important;
}
.o-home-headline .o-home-headline__caption .o-home-headline__caption_column{
  font-size: 45px;
  color: var(--color-main);
  line-height: 1em;
  opacity: .2;
  text-align: left;
  position: relative;
}
.o-home-headline__title_recommend{
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
}
@media (min-width: 40em) {
  .o-home-headline .o-home-headline__title {
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 10px;
    top: 16%;
  }  
  .o-home-headline .o-home-headline__caption .o-home-headline__caption_column{
    font-size: 99px;
  }
  .o-home-headline__title_recommend{
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 10px;
    top: 14%;
  }
}

.o-home--banner-content{
  text-align: center;
  background-color: var(--color-main2);
  padding: 2rem 0;
}
@media(min-width: 40em){
  .o-home--banner-content{
    background: none;
    padding: 0;
  }  
}
.o-home--banner{
  display: block;
  text-align: center;
}
.o-home--banner img{
  margin: 5px 0;
  width: 80%;
}
.o-home-banner-back{
  position: relative;
}
.o-home-banner-back::before{
  content: '';
  position: absolute;
  background-color: var(--color-White);
  display: inline-block;
  width: 80%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

@media(min-width: 40em){
  .o-home--banner{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding: 0;
  }
  .o-home--banner img{
    margin: 0;
    width: 95%;
  }
  .o-home-banner-back::before{
    content: '';
    position: absolute;
    background-color: var(--color-White);
    display: inline-block;
    width: 95%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    z-index: -1;
  } 
  .o-home--banner a:hover{
    opacity: 0.7;
    transition: .3s;
  } 
}
.o-home--banner-left{
  text-align: center!important;
}
.o-home--banner-center{
  text-align: center!important;
}
.o-home--banner-right{
  text-align: center!important;
}
@media(min-width: 40em){
  .o-home--banner-left{
    text-align: left!important;
  }  
  .o-home--banner-center{
    text-align: center!important;
  }
  .o-home--banner-right{
    text-align: right!important;
  }  
}

.o-home-display-flex{
  display: block;
}
@media(min-width: 40em){
  .o-home-display-flex{
    display: flex;
  }
}

.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 4px;
}
.swiper-pagination-bullet {
  height: 12px;
  width: 11px;
  background-color: #333;
}
@media(min-width: 40em){
  .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
    background-color: #333;
  }  
}
.swiper-pagination-bullet-active{
  background-color: #DC76A2;
}
.o-home-headline--occupation {
  width: 100%;
}
.o-occupation__title {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-main);
  position: relative;
  margin-bottom: 1rem;
}
@media (min-width: 40em) {
  .o-occupation__title {
    font-size: 24px;
    margin-bottom: 0;
  }
}
/*職種から探す アコーディオン*/
.o-occupation__tagarea {
  padding: 1rem 0.1rem 2rem;
  display: none;
}
@media (min-width: 40em) {
  .o-occupation__tagarea {
    display: block;
    padding: 1rem 0;
  }
}
.o-occupation__tagarea a:hover{
  opacity: .7;
  transition: .3s;
}
.o-occupation-tag div {
  line-height: 1em;
  background-color: var(--color-White);
  border: solid 1px var(--color-main);
  padding: 7px 9px;
  border-radius: 3px;
  font-size: 12px;
}
@media (min-width: 40em) {
  .o-occupation-tag div {
    padding: 12px 30px;
    border-radius: 5px;
    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: 0 0 50px;
}
.o-selection-tab {
  height: 90px;
  background-color: #FFF1F4;
  color: var(--color-main);
  line-height: 90px;
  max-width: 86%;
  font-size: 16px;
  padding: 0 0 0 15px;
  display: block;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.o-selection-tab i, .o-tab-content__text i {
  margin-right: 12px;
  font-size: 25px;
}
.o-selection-tab:hover {
  opacity: 0.75;
}
/*選択されているタブのスタイルを変える*/
.o-tab-area .active.o-selection-tab {
  background-color: var(--color-main);
  color: var(--color-White);
}
.o-selection-content .active{
  position: relative;
  max-width: 86%;
  align-items: center;
}
.o-selection-content .active::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 20px solid var(--color-main);
}
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;
  text-align: right;
}
.o-select-area {
  padding: 0 0 10px;
  background-color: var(--color-White);
  border: solid 5px var(--color-main);
}
.o-select-panel {
  display: none;
  text-align: left;
}
.o-select-panel.active {
  display: block;
  padding: 10px 20px;
  padding: 10px 3px 10px 20px;
  height: 408px;
}
.o-select-map {
  width: 40%;
  padding: 0 2rem 0 0.85rem;
  display: flex;
  align-items: center;
}
.o-select-check {
  width: 60%;
  height: 388px;
  padding-right: 10px;
  overflow-y: scroll;
}
.o-select-check__head {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  text-align: left;
}
@media (min-width: 40em) {
  .o-select-check__head {
    font-size: 18px;
    padding-left: 10px;
    margin-right: 5px;
    background-color: #FFF1F4;
  }
  .c-modal__content .o-select-check__head {
    border-bottom: 1px solid var(--color-border);
  }
}
.o-select-check__head span{
  color: var(--color-main);
  margin-right: 5px;
}
.o-checkbox-area {
  padding: 5px 0 10px 30px;
  text-align: left;
  display: none;
}
@media (min-width: 40em) {
  .o-checkbox-area {
    display: block;
  }
}
.o-search-content{
  border-top: solid 3px #D8D8D8;
  margin-top: 5px;
  padding-top: 10px;
}
.o-special-conditions__cap {
  font-weight: bold;
  background-color: var(--color-main4);
  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-main);
  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;
  margin-top: 60px;
}
a.o-btn--responsive--sp {
  font-size: min(3.9vw,1em);
}
.o-select-kodawari{
  height: 408px;
  overflow-y: scroll;
}


/* 検索ボックス */
.o-searchform--top__inputbox {
  border: 2px solid var(--color-gray)!important;
  background-color: var(--color-gray)!important;
  border-right: none;
  padding: 15px 0 15px 15px;
  margin-right: 5px;
}
.o-searchform--top__btn {
  font-size: 22px;
  padding: 0 15px;
  background-color: var(--color-main);
  color: var(--color-White);
  border: none;
}
.o-searchform__title {
  border-top: 1px solid var(--color-border);
  padding: 0 0.75rem 6px;
  font-size: 18px;
  font-weight: bold;
  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: 85%;
  text-align: right;
}