/*
Theme Name: Hareruya MTG
Theme URI: https://www.hareruyamtg.com/
Description: 晴れる屋オフィシャルサイト
Version: 0.0.1
Text Domain: hareruya
*/

/*
 red: #e40012
*/

.smp{
    display: none!important;
}
.recruit .section{
    padding-top: 1px;
}

.recruit__head__text{
    text-align: center;
    margin: 35px auto;
    width: 740px;
    font-size: 22px;
    font-weight: bold;
}

.container{
	overflow: hidden;
}
#rotationBanner{
	width: 500px;
	margin: 0 auto;
}
.flex-viewport{
	overflow: unset!important;
}
.flex-viewport:before {
    content: "";
    position: absolute;
    opacity: 0.8;
    background-color: white;
    width: 650px;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: -650px;
    z-index: 300;
}
.flex-viewport:after {
    content: "";
    position: absolute;
    opacity: 0.8;
    background-color: white;
    width: 650px;
    height: 100%;
    top: 0;
    right: 0;
    margin-right: -650px;
    z-index: 300;
}
.flex-viewport ul {
    position: relative;
    z-index: 200;
}

.section__content {
    width: 100%;
}


.jobs-board {
    width: calc(97%/2);
    max-width: calc(calc(1000px - 25px) / 2);
    background-color: white;
    border: solid 1px black;
    display: inline-block;
    vertical-align:top;
}
.jobs-board:nth-child(odd){
    margin-left: 2.4%;
}
.jobs-board--tc {
    width: 100%;
    max-width: unset;
    display: flex;
    margin-left: 0!important;
}
.jobs-board--tc .jobs-board__title__wrapper{
	width: 50%;
}
.jobs-board__title{
    background-color: unset;
    color: black;
    line-height: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.jobs-board--tc .jobs-board__title{
    padding-top: 30px;
}
.jobs-board__title span{
	color: red;
}
.jobs-board:nth-child(2n) .jobs-board__list, .jobs-board:nth-child(2n-1) .jobs-board__thumbnail {
    float: unset;
    margin: 0 auto;

}
.jobs-board:nth-child(2n-1) .jobs-board__list, .jobs-board:nth-child(2n) .jobs-board__thumbnail{
    float: unset;
    margin: 0 auto;
}
.jobs-board__list{
    width: 247px;
}
.jobs-board--tc .jobs-board__list{
    width: 50%;
}
.jobs-board__thumbnail {
    width: 247px;
    height: 247px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.jobs-board--tc .jobs-board__thumbnail{
    margin-bottom: 25px!important;
}
.jobs-board__thumbnail figure{
    width: 100%;
    height: 100%;
}
.jobs-board__thumbnail img{
    width: 100%;
    height: 100%;
}
.jobs-board--tc:nth-child(2n-1) .jobs-board__list{
	float: unset;
	padding-top: 80px;
}
.jobs-board__list__item{
    border: solid 1px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 247px;
}
.jobs-board--tc .jobs-board__list__item{
    width: 75%;
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
}
.jobs-board--tc .jobs-board__list__item:last-of-type{
	margin-bottom: 0;
}
.jobs-board__list__item__caption__text{
    margin-left: -26px;
}
.jobs-board--tc .jobs-board__list__item__caption__text{
    margin-left: 0;
}
.jobs-board__list .has-arrow{
    padding-top: 5px;
    padding-bottom: 5px;
}
.jobs-board__list li .has-arrow::before{
    content: "";
    position: absolute;
    border: 6px solid transparent;
    border-left: 10px solid;
    top: 11px;
    left: 223px;
    background-color: unset;
    width: auto;
    height: auto;
    border-radius: unset;
    margin-top: unset;
    transition: unset;
}
.jobs-board__list li .has-arrow::after{
    content: "";
    position: absolute;
    border: 1px solid;
    border-radius: 11px;
    height: 21px;
    width: 21px;
    top: 5px;
    left: 215px;
    background-image: unset;
    background-size: unset;
    margin-top: unset;
    transition: unset;
}
.jobs-board--tc .jobs-board__list li .has-arrow::before{
    top: 12px;
    left: 323px;
}
.jobs-board--tc .jobs-board__list li .has-arrow::after{
    top: 6px;
    left: 315px;
}
.jobs-board__list li a:hover .has-arrow{
    background-color: #e60012;
    color: white;
}
.jobs-board__list li a:hover .has-arrow::before {
    background-color: unset;
}
.page-parent .jobs-board__list li a:hover .has-arrow::before {
    background-color: unset;
}
.jobs-board__list li a:hover .has-arrow::after {
    background-image: unset;
}
.page-parent .jobs-board__list li a:hover .has-arrow::after {
    background-image: unset;
}
.jobs-board__list__close .has-arrow::before{
    display: none!important;
}
.jobs-board__list__close .has-arrow::after{
    display: none!important;
}
.jobs-board__list__close .jobs-board__list__item__caption__text{
    margin-left: -10px;
}

/*---- recruit-form ----*/
.term{
    display: block;
}

/*---- single-job ----*/
.recruit__flow__strength__desc a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px;
    background-color: #e40012;
    color: white;
    position: relative;
}
.recruit__flow__strength__desc a:hover{
    background-color: white;
    color: #e40012;
}
.recruit__flow__strength__desc a:after{
    content: '';
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 6px 8px;
    display: block;
    border-style: solid;
    border-left-color: #fff;
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -6px;
    transition: all .5s;
}
.recruit__flow__strength__desc a:hover:after{
    border-left-color: #e40012;
}
/* tc */
.post-thumbnails--227 figure{
}
/* osaka */
.post-thumbnails--642 figure{
    display: none!important;
}
/* fukuoka */
.post-thumbnails--886 figure{
    display: none!important;
}
/* nagoya */
.post-thumbnails--885 figure{
    display: none!important;
}
/* sapporo */
.post-thumbnails--884 figure{
    display: none!important;
}
/* narita */
.post-thumbnails--645 figure:last-of-type{
    display: none!important;
}
/* shizuoka */
.post-thumbnails--1052 figure{
    display: none!important;
}
/* dayjob */
.post-thumbnails--657 figure:first-of-type img{
    width: 50%;
    margin: 0 auto;
}
.post-thumbnails--657 figure:last-of-type{
    display: none!important;
}
.post-thumbnails--2327 figure:first-of-type img{
    width: 50%;
    margin: 0 auto;
}
.post-thumbnails--2327 figure:last-of-type{
    display: none!important;
}

/* judge */
.post-thumbnails--662 figure{
    display: none!important;
}
.post-662 .description p{
     font-size: 15px;
}
/* it */
.post-thumbnails--652 figure{
}
/* design */
.post-thumbnails--647 figure{
}
/* media */
.post-thumbnails--646 figure{
    display: none!important;
}

.flex-direction-nav .flex-next:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -8px;
    width: 13px;
    height: 13px;
    margin: auto;
    border-top: 1px solid white;
    border-right: 1px solid white;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    cursor: pointer;
}
.flex-direction-nav .flex-prev:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -8px;
    width: 13px;
    height: 13px;
    margin: auto;
    border-top: 1px solid white;
    border-left: 1px solid white;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    cursor: pointer;
}
.flex-direction-nav .flex-next {
    z-index: 400;
    color: black;
    margin: -20px -165px 0;
    overflow: visible;
    top: 50%;
    opacity: 0.7;
    right: 70px;
    text-align: center;
    border: medium solid black;
    border-radius: 50%;
    background-color: black;
    width: 50px;
    height: 50px;
}
.flex-direction-nav .flex-prev {
    z-index: 400;
    color: black;
    margin: -20px -165px 0;
    overflow: visible;
    top: 50%;
    opacity: 0.7;
    left: 70px;
    text-align: center;
    border: medium solid black;
    border-radius: 50%;
    background-color: black;
    width: 50px;
    height: 50px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 70px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 0.7;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 70px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 940px){
    .jobs-board--tc .jobs-board__list li .has-arrow::before {
        top: 12px;
        left: 94%;
    }
    .jobs-board--tc .jobs-board__list li .has-arrow::after {
        top: 6px;
        left: 92%;
    }
    .jobs-board:nth-child(odd) {
        margin-left: 2.2%;
    }
}
@media only screen and (max-width: 810px){
    .recruit__flow__list{
        display: block;
    }
    .recruit__flow__list__item{
        display: block;
        font-size: 16px;
        line-height: 79px;
        text-indent: 0;
    }
    .recruit__flow__list__item::after{
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        bottom: -100px;
        left: -1px;
        right: 0;
        border: 15px solid transparent;
        margin: auto;
        border-top-color: #e40012;
    }
    .recruit__flow__list__item::before{
        display: none;
    }
    .job-announcement__content__tel__list{
        word-wrap: break-word;
    }
}
@media only screen and (max-width: 767px){

    .pc{
        display: none!important;
    }
    .smp{
        display: block!important;
    }

    .jobs-board--tc {
        display: block;
        margin-left: auto!important;
    }

    .jobs-board--tc .jobs-board__title__wrapper {
        margin: 0 auto;
    }
    .jobs-board--tc:nth-child(2n-1) .jobs-board__list {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .jobs-board--tc .jobs-board__list__item {
        width: 100%;
    }
    .section__content {
        width: 99%;
        margin: 0 auto;
    }
    .jobs-board {
        width: 97%;
        max-width: unset;
        display: block;
        margin: 0 auto
    }
    .jobs-board:nth-child(odd) {
        margin-left: auto;
    }
    .jobs-board--tc .jobs-board__thumbnail{
        margin-bottom: 0!important;
    }
    .jobs-board--tc .jobs-board__list{
        width: 100%;
        max-width: 300px;
    }
    .jobs-board--tc .jobs-board__list li .has-arrow::before {
        top: 12px;
        left: 92.5%;
    }
    .jobs-board--tc .jobs-board__list li .has-arrow::after {
        top: 6px;
        left: 90%;
    }
    .jobs-board__list {
        width: 100%;
        max-width: 300px;
    }
    .jobs-board__list__item {
        width: 100%;
        margin: 15px auto;
    }
    .jobs-board__list li .has-arrow::before{
        left: 92.5%;
    }
    .jobs-board__list li .has-arrow::after{
        left: 90%;
    }
    .jobs-board__list__item__caption__text{
        margin-left: 0;
    }
    .jobs-board--tc .jobs-board__title__wrapper {
        width: 100%;
    }
    #rotationBanner{
        width: 90%;
        max-width: 500px;
    }
    .recruit__flow__strength{
        padding: 0;
        width: 100%;
    }
    .recruit__head__text{
        width: 100%;
        font-size:15px; 
    }
    .flex-direction-nav .flex-next:before {
        display: none;
    }
    .flex-direction-nav .flex-prev:before {
        display: none;
    }
    .flex-direction-nav .flex-next {
        display: none;
    }
    .flex-direction-nav .flex-prev {
        display: none;
    }
    .jobs-board__list__close .jobs-board__list__item__caption__text{
        margin-left: 8px;
    }
}