﻿@charset "UTF-8";
/* =============================================================================
#
# INFORMATION
#
# FileName:	top.css
# Created:	2017-1-15
# UpdatedBy:2017-1-28
#
============================================================================= */
/* =============================================================================
 Contents
============================================================================= */
/* Base layout
------------------------------------------ */
#contents {
    margin-top: 0;
}

.discontent {
    font-size: 1.6rem;
}

/* =============================================================================
 Message
============================================================================= */
/* あなたが「気になる」した企業から「応募歓迎」のメッセージが届いています！
------------------------------------------ */
.message {
    background-color: #fed88e;
    padding: 10px 12px;
}

.message .message-box {
    max-width: 1100px;
    width: auto;
    margin: 0 auto;
    background-color: #ffffff;
    border: 3px solid #f9381d;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.message .message-box .message-text {
    display: block;
    color: #f9381d;
    font-size: 12px;
    font-weight: bold;
    margin: auto;
    width: 330px;
}

.message .message-box *[class^="icon--"] {
    vertical-align: bottom;
    display: inline-block;
    line-height: 1;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.message .message-box *[class^="icon--"].icon--message {
    background-image: url(../images/top/icon_message.png);
}

.message .message-box i[class^="icon"] {
    margin-top: 9px;
    margin-left: 8px;
}

.message .message-box i[class^="icon"].icon--message {
    width: 24px;
}

.message .message-box *[class^="icon--"].icon--message:after {
    padding-top: 100%;
}

.message .message-box *[class^="icon--"]:after {
    content: '';
    display: block;
}

/* iPhone5など320px以下の横幅の時、アイコンを表示しないようにしている */
@media only screen and (max-width: 360px) {
    .message .message-box .message-text {
        margin-top: 9px;
        text-align: center;
        width: auto;
    }
    .message .message-box *[class^="icon--"] {
        display: none;
    }
}

.message .message-box .message-button {
    display: block;
    padding-top: 8px;
    padding-bottom: 16px;
    width: 50%;
    margin: 0 auto;
}
.message .message-box .message-button .button {
    background-color: #ff6d00;
    border-color: #ff6d00;
    color: #ffffff;
    height: 48px;
    font-size: 1.7rem;
    padding-top: 11px;
}
.message .message-box .message-button .button::after {
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
}

.welcome-button {
    position: relative;
}

.welcome-button-scout {
    background-size: 39px auto;
}

.welcome-button-list {
    background-size: 28px auto;
    background-position: 50% 15%;
}

/* pick-ups
------------------------------------------ */
#pick-ups {
	position:relative;
	padding: 5px 0;
}

#pick-ups h3 {
	margin: auto;
	font-size: 14px;
	text-align: center;
}
/* pick-ups
------------------------------------------ */

/* themes
------------------------------------------ */
#themes {
	position:relative;
	padding: 5px 0;
}
#themes .rs-carousel ul {
    padding: 0;
}
#themes .rs-carousel li p.photo {
	height: 99px;
	width: 133px;
    overflow: hidden;
}
#themes .rs-carousel li p.photo img {
	height: auto;
	width: 100%;
}

#themes .rs-carousel li {
    height: 155px;
}
/* themes
------------------------------------------ */

/* JAST ADD START */ 
/* women
------------------------------------------ */
#women {
	position:relative;
	padding: 5px 0;
}
#women .rs-carousel ul {
    padding: 0;
}
#women .rs-carousel li p.photo {
	height: 99px;
	width: 133px;
    overflow: hidden;
}
#women .rs-carousel li p.photo img {
	height: auto;
	width: 100%;
}

#women .rs-carousel li {
    height: 155px;
}
/* women
------------------------------------------ */
/* JAST ADD END */ 

/* popular
------------------------------------------ */
#popular {
	position:relative;
	padding: 5px 0;
}
#popular .rs-carousel ul {
    padding: 12px 0 0;
}
/* popular
------------------------------------------ */

/* rs-carousel
------------------------------------------ */
.rs-carousel p {
	margin:0;
}

.rs-carousel {
	padding:0 20px 2px 10px;
}

.rs-carousel ul {
	padding:12px 0 0 7px;
}

.rs-carousel-mask {
	padding-left:7px;
}

.rs-carousel li {
	width: 133px;
	border: 1px solid #909998;
	margin-right: 5px;
	font-size: 1.2rem;
	position: relative;
	float: left;
	height: 175px;
}

.rs-carousel li.rs-carousel-readmore {
    border: none;
    padding-top: 57px;
    box-sizing: border-box;
    width: 65px;
}

.rs-carousel li.rs-carousel-readmore .rs-carousel-readmore-button {
    display: block;
    margin: auto;
    width: 45px;
    height: 45px;
}

.rs-carousel li.rs-carousel-readmore .rs-carousel-readmore-button::after {
    position: absolute;
    top: 45%;
    right: 16px;
    margin-top: -4px;
    width: 9px;
    height: 9px;
    border: 0;
    border-top: 3px solid #0f5a84;
    border-right: 3px solid #0f5a84;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rs-carousel li.rs-carousel-readmore .rs-carousel-readmore-text {
    display: block;
    text-align: center;
    padding-top: 13px;
    font-weight: bold;
    color: #333;
}

.rs-carousel li img:active,
.rs-carousel li p.name:active,
.rs-carousel li a:active {
	opacity:1;
}

.rs-carousel li p.name:active {
}

.rs-carousel li p.photo img {
	height: 99px;
	width: 133px;
}

.rs-carousel li p {
	margin:0 0 4px;
}

.rs-carousel li p.name,
.rs-carousel li p.copy,
.rs-carousel li p.region {
	padding:0 4px;
}

.rs-carousel li img {
	width:100%;
}

.rs-carousel li p.name,
.rs-carousel li p.region {
	color: #333;
}

.rs-carousel li p.copy {
	color:#0f5a84;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rs-carousel li.pr .icon {
	background-color: #fc3202;
    color: #fff;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: bold;
    height: 30px;
    left: -7px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: -12px;
    width: 60px;
	font-size:1.5rem;
}

.rs-carousel li.no1 .icon,
.rs-carousel li.no2 .icon,
.rs-carousel li.no3 .icon,
.rs-carousel li.no4 .icon,
.rs-carousel li.no5 .icon,
.rs-carousel li.no6 .icon,
.rs-carousel li.no7 .icon,
.rs-carousel li.no8 .icon,
.rs-carousel li.no9 .icon,
.rs-carousel li.no10 .icon {
	position:absolute;
	top:-13px;
	left:4px;
}

.rs-carousel a:active p.photo,
.rs-carousel a:active p.name,
.rs-carousel a:active p.copy,
.rs-carousel a:active {
	text-decoration:none;
	opacity:0.8;
}

form.module {
	display:none;
}

/* layout */
#pick-ups #container {
	position: relative;
	width: 100%;
}

.rs-carousel {
	position:relative;
}

.rs-carousel ul li {

}

.rs-carousel .rs-carousel-action {
    color: gray;
    cursor: default;
}

.rs-carousel .rs-carousel-action-active {
    color: #1788D7;
    cursor: pointer;
}

.rs-carousel .rs-carousel-pagination-link {
    display: inline;
}

.rs-carousel .rs-carousel-pagination-link a {
    padding: 2px 6px;
}

.rs-carousel .rs-carousel-pagination-link a:active {
    text-decoration: none;
}

.rs-carousel .rs-carousel-pagination-link-active a {
    background: #444;
    color: #fff;
}

.rs-carousel .rs-carousel-pagination-disabled .rs-carousel-pagination-link a,
.rs-carousel .rs-carousel-action-disabled.rs-carousel-action {
    color: gray;
    cursor: default;
}

ol.rs-carousel-pagination {
	display: none;
}

.rs-carousel .rs-carousel-action-prev {
	text-indent:-9999px;
	background:url(../images/search/pre.png) no-repeat 0px 0px;
	display:none;
	height: 19px;
	width:12px;
	position:absolute;
	top:47%;
	left:-4px;

}

.rs-carousel .rs-carousel-action-next {
	text-indent:-9999px;
	background:url(../images/search/next.png) no-repeat 0px 0px;
	display:none;
	height: 19px;
	position:absolute;
	top:47%;
	right:0px;
	width:12px;
}

.rs-carousel .rs-carousel-action-active {
	display:block;
}

.rs-carousel-mask {
    overflow: hidden;
}

.rs-carousel-runner {
	position: relative;
}

.rs-carousel-horizontal .rs-carousel-item {
	float: left;
}

.rs-carousel-mask {
	position: relative;
}

.rs-carousel-runner {
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.rs-carousel-transition .rs-carousel-runner {
	-moz-transition: -moz-transform .400s ease;
	-webkit-transition: -webkit-transform .400s ease;
	-o-transition: -o-transform .400s ease;
	-ms-transition: -ms-transform .400s ease;
	transition: transform .400s ease;
}
/* carousel
------------------------------------------ */

/* =============================================================================
 Hero
============================================================================= */
/* Hero Home
------------------------------------------ */
.hero-home-catch {
    position: absolute;
    top: 50%;
    left: calc(50% + 43px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*　クイック検索 */
.search-quick {
    margin: 48px 0 0;
}

.search-quick .tab::after {
    display: table;
    clear: both;
    content: "";
}

.search-quick .tab-item {
    float: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 50%;
}

.search-quick .tab-item:first-child {
    padding: 0 1px 1px 0;
}

.search-quick .tab-item:last-child {
    padding: 0 0 1px 1px;
}

.search-quick .tab-item.is-current {
    padding: 0 !important;
}

.search-quick .tab-item.is-current a {
    margin: -18px 0 0 !important;
    height: 66px;
    border: none;
    background-color: #444;
    color: #fff;
    line-height: 85px;
}

.search-quick .tab-item a {
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    height: 47px;
    border: 1px solid #ff6d00;
    background-color: #fff;
    color: #ff6d00;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 47px;
}

.search-quick .tab-item a em {
    font-style: normal;
    font-size: 2.2rem;
}

.search-quick-area {
    box-sizing: border-box;
    padding: 25px 33px 0;
    height: 218px;
    background: rgba(23, 23, 23, 0.8) url("../images/common/img_japan_inverse.png") right 44px no-repeat;
}

.search-quick-area ul {
    margin-bottom: -8px;
}

.search-quick-area li {
    margin-bottom: 8px;
}

.search-quick-area a {
    display: block;
    position: relative;
}

.search-quick-area a:link, .search-quick-area a:visited {
    color: #000;
}

.search-quick-area a:hover, .search-quick-area a:active {
    text-decoration: none;
}

.search-quick-area a:hover::after, .search-quick-area a:active::after {
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background-color: #fff;
    content: "";
    opacity: 0.34;
}

.search-quick-job {
    box-sizing: border-box;
    padding: 37px 33px 0;
    height: 218px;
    background-color: rgba(23, 23, 23, 0.8);
}

.search-quick-job h3 {
    position: relative;
    margin: 0 0 23px;
    padding: 18px 10px;
    background-color: #ff6d00;
    color: #fff;
    text-align: center;
    font-size: 2.2rem;
}

.search-quick-job h3::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-width: 9px 6px 0 6px;
    border-style: solid;
    border-color: #ff6d00 transparent transparent transparent;
    content: "";
}

.search-quick-job-menu {
    position: relative;
    height: 60px;
}

.search-quick-job-menu li {
    font-size: 1.6rem;
}

.search-quick-job-menu-wrap {
    position: absolute;
    z-index: 100;
    width: 100%;
    box-shadow: 3px 2px 0 0 rgba(65, 67, 67, 0.47);
}

.search-quick-job-menu-launcher {
    font-weight: bold;
    font-size: 2.0rem;
}

.match {
    margin: 5px 0 0;
    padding: 20px 30px 20px 18px;
    background-color: rgba(255, 255, 255, 0.76);
}

.match::after {
    display: table;
    clear: both;
    content: "";
}

.match dt {
    padding: 9px 0;
    width: 64%;
    font-size: 2.2rem;
}

.match dd {
    margin: 0;
    width: 34%;
}

/* 新着情報・適職診断 */
.new-offer, .diagnosis {
    position: absolute;
    right: 0; /* RS調整部分 */
    bottom: 46px;
}

.new-offer > a, .diagnosis > a {
    display: block;
    font-size: 1.2rem;
}

.new-offer > a:hover, .diagnosis > a:hover {
    position: relative;
    text-decoration: none;
}

.new-offer > a:hover::after, .diagnosis > a:hover::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 156px;
    height: 156px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    opacity: 0.4;
}

.new-offer-container, .diagnosis-container {
    position: relative;
    width: 150px;
    height: 150px;
    border: 3px solid #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
}

.new-offer-container:before {
    display: block;
    position: absolute;
    top: 5px;
    right: 3px;
    z-index: 1;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fc3601;
    color: #fff;
    content: "NEW";
    text-align: center;
    font-size: 1.2rem;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 46px;
}

.new-offer-title {
    padding: 32px 0 0;
    font-weight: normal;
}

.new-offer-body {
    margin: 0;
    font-weight: bold;
    font-size: 1.8rem;
}

.new-offer-body em {
    padding-right: 4px;
    color: #ff6d00;
    letter-spacing: 0.06em;
    font-style: normal;
    font-size: 3.0rem;
}

.new-offer-body p {
    margin: 8px auto;
}

.new-offer-more {
    font-size: 1.2rem;
}

.diagnosis-catch {
    margin: 0;
    padding-top: 28px;
    font-size: 1.2rem;
    line-height: 1;
}

.diagnosis-catch em {
    display: inline-block;
    color: #ff6d00;
    vertical-align: middle;
    font-style: normal;
    font-size: 2.8rem;
}

.diagnosis-title {
    margin: 5px auto 10px;
    font-size: 2.4rem;
    line-height: 1;
}

.diagnosis-more {
    font-size: 1.0rem;
}

/* 会員登録 */
.lead-entry-header {
    background: url("../images/top/img_performance.png") calc(100% - 5px) 50% no-repeat;
    background-color: #000;
}

.lead-entry {
    margin-top: auto;
    height: 255px;
    background-color: #fff;
}

.lead-entry-footer {
    text-align: center;
}

.lead-entry-footer .button {
    position: relative;
}

/* =============================================================================
 Main Content
============================================================================= */

/* Theme こんなテーマで集めてみました
------------------------------------------ */
.theme-image img{
    width: 110px;
    height: 110px;
}

/* Job　希望の職種から探す
------------------------------------------ */
.job dt {
    margin-bottom: 3px;
    letter-spacing: 0;
    font-size: 1.6rem;
    line-height: 1.6;
}

.job dd {
    margin: 0 0 20px;
    padding: 0;
    color: #909998;
    font-size: 1.2rem;
}

.job dd:last-child {
    margin-bottom: 0;
}

/* Read More 不満検索
------------------------------------------ */

.readmore {
    position: relative;
}

.readmore-launcher {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 26px 0 0;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white 38%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), white 38%);
    text-align: center;
}

.readmore-launcher.is-open {
    padding: 10px 0 0;
    background: none;
}

.readmore-more {
    padding-bottom: 54px;
}

/* Companies 注目の求人
------------------------------------------ */
.companies > p {
    margin: 20px 10px;
    line-height: 1.716;
}

.companies-primary {
    margin: 0 0 20px;
    text-align: center;
}

.companies-primary > li {
    box-sizing: border-box;
    position: relative;
    width: 50%;
    height: 50px;
    margin: 0px;
    padding: 0;
    text-align: center;
}

.companies-primary img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.companies-primary img.image-vertically {
    width: auto;
    height: 100%;
}

.companies-primary img.image-horizontally {
    width: 100%;
    height: auto;
}

/* Area 希望の勤務地から探す
------------------------------------------ */
.area {
    position: relative;
    margin: 28px 0 0;
}

.area::after {
    display: block;
    position: absolute;
    right: -13px;
    bottom: -20px;
    z-index: 0;
    width: 230px;
    height: 202px;
    background: url("../images/common/img_japan.png") bottom no-repeat;
    content: "";
}

.area ul {
    position: relative;
    z-index: 1;
}

.area ul > li {
    margin-bottom: 9px;
}

.area-container {
    min-height: 246px;
}

/* あなたに見て欲しい求人
------------------------------------------ */
.recommend-image img{
    width: 270px;
    height:216px;
}

/* Event 転職イベント
------------------------------------------ */
.event-container {
    position: relative;
    padding-left: 295px;
}
.event-image{
    overflow: hidden;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    width: 270px;
    margin: 0;
    background-color: #e8eae9;
}

.event-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    max-width: 270px;
    transform: translate(-50%,-50%);
}


/* New 新着求人
------------------------------------------ */
.new-arrival > li {
    margin: 7px 20px 7px 0;
    font-size: 1.6rem;
}


/* =============================================================================
 Sub Content
============================================================================= */

/* Knowhow 転職ノウハウ
------------------------------------------ */
.knowhow-image img{
    width: 66px;
    height: 66px;
}

/* 【追加】長文折り返し用
------------------------------------------ */
span, li {
    word-wrap:break-word;
    word-break:break-all;
}

/* 【追加】採用対象
------------------------------------------ */
.list-lg li.recli {
    float: left;
    width: auto;
    margin: 3px 5px;
}

.list-lg li.recli a {
    font-size: 14px;
}
