﻿@charset "utf-8";

/* mainWrapper
================================================== */
#mainWrapper {
	overflow: hidden;
	background: url("/recruit/images/recruitBg.jpg") no-repeat #fff top center;
	background-size: cover;
}
.welfareBg {
	background: url("/recruit/images/welfareBg.jpg") no-repeat #fff top center!important;
	background-size: cover!important;
}
.recruitCopy {
	margin: 30% 0 0;
	padding: 0 2%;
	color: #fff;
	background-color: #0082e6;
	font-size: 140%;
	line-height: 180%;
	display: inline-block;
}
@media screen and (max-width: 1100px) {
	.recruitCopy {
		font-size: 2vw;
	}
}
@media screen and (max-width: 600px) {
	.recruitCopy {
		font-size: 100%;
		line-height: 30px;
	}
}
#mainWrapper .webfontL{
	margin: 0;
	padding: 1% 0 0;
	line-height: 85%;
    font-size: 600%;
	color: #2e4e97;
}
#mainWrapper .webfontL span{
	letter-spacing: 0.027em;
}
@media screen and (max-width: 1100px) {
	#mainWrapper .webfontL{
		font-size: 8vw;
	}
}
@media screen and (max-width: 500px) {
	#mainWrapper .webfontL{
		font-size: 280%;
	}
}

/* pageTitArea
================================================== */
#pageTitArea {
}
#pageTit {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	color: #2e4e97;
}

/* recruitNavArea
================================================== */
#recruitNavArea {
	padding-top: 10%;
}

/* recruitNavBlock
================================================== */
.recruitNavBlock {
	padding-top: 5%;
}

/* recruitNav
================================================== */
#recruitNav {
	padding: 2% 0 5%;
}
@media screen and (max-width: 600px) {
	#recruitNav {
		padding-bottom: 10%;
	}
}
.recruitNavBox .linkBox {
	float: left;
	width: 31%;
	padding: 1%;
}
@media screen and (max-width: 600px) {
	.recruitNavBox .linkBox {
		width: 48%;
	}
}
@media screen and (max-width: 600px) {
	.recruitNavBox .linkBoxLong {
		width: 98%;
	}
}
.recruitNavBox .zoomBox{
	height: 100px;
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.1);
	background-color: #2e4e97;
	border-radius: 2px; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.recruitNavBox .lb{
	background-color: #0082e6;
}
.recruitNavBox .gr{
	background-color: #37a728;
}
.recruitNavBox .pk{
	background-color: #c93b71;
}
.recruitNavBox .linkBox h2{
	padding-top: 38px;
	margin: 0;
	text-align: center;
	font-size: 120%;
	font-weight: normal;
	line-height: 130%;
	color: #fff;
}
.recruitNavBox .linkBox h2.line2{
	padding-top: 26px;
}
@media screen and (max-width: 1100px) {
	.recruitNavBox .linkBox h2{
		font-size: 100%;
		padding-top: 39px;
	}
	.recruitNavBox .linkBox h2.line2{
		padding-top: 30px;
	}
}
@media screen and (max-width: 600px) {
	.recruitNavBox .zoomBox{
		height: 60px;
	}
	.recruitNavBox .linkBox h2{
		font-size: 80%;
		padding-top: 20px;
	}
	.recruitNavBox .linkBox h2.line2{
		padding-top: 13px;
	}
}
.recruitNavBox .linkBox h2.onPage{
	background-color: #15418c;
	color: #fff;
}

/* interviewArea
================================================== */
#interviewArea {
	padding-top: 3%;
}
/* ------ interviewTit ------ */
#interviewTit {
	padding-bottom: 1%;
}
#interviewTit h2{
	padding: 0;
	margin: 0;
	color: #0082e6;
	text-align: center;
	line-height: 100%;
	font-size: 400%;
}
@media screen and (max-width: 1100px) {
	#interviewTit h2{
		font-size: 6vw;
	}
}
@media screen and (max-width: 600px) {
	#interviewTit h2{
		font-size: 180%;
	}
}
#interviewTit p{
	padding: 0;
	margin: 0;
	color: #0082e6;
	text-align: center;
}

/* interviewBlock
================================================== */
.interviewBlock {
	padding: 0 0 5%;
}
/* ------ interviewTitJ ------ */
#interviewTitJ {
	padding-bottom: 5%;
}
#interviewTitJ h2{
	padding: 0;
	margin: 0;
	color: #0082e6;
	text-align: center;
	line-height: 100%;
	font-size: 340%;
}
@media screen and (max-width: 1100px) {
	#interviewTitJ h2{
		font-size: 5vw;
	}
}
@media screen and (max-width: 600px) {
	#interviewTitJ h2{
		font-size: 150%;
	}
}
#interviewTitJ p{
	padding: 0;
	margin: 0;
	color: #0082e6;
	text-align: center;
}
/* ------ 左右ライン ------ */
.head-border {
    display: flex;
    align-items: center;
}
.head-border:before,
.head-border:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #0082e6;
}
@media screen and (max-width: 600px) {
	.head-border:before,
	.head-border:after {
		height: 1px;
	}
}
.head-border:before {
    margin-right: 1rem;
}
.head-border:after {
    margin-left: 1rem;
}

/* dataArea
================================================== */
#dataArea .item1{
	width: 37%;
	margin: 0 auto;
}
#dataArea .item3 figure{
	float: left;
	width: 30%;
	padding: 1.5%;
}
#dataArea .item3 figure.pt1 img{
	padding-top: 0;
	width: 85%;
	margin: 0 auto;
}
#dataArea .item3 figure.pt2 img{
	padding-top: 16.8%;
}
#dataArea .item3 figure.pt3 img{
	padding-top: 16.6%;
	width: 85%;
	margin: 0 auto;
}
@media screen and (max-width: 600px) {
	#dataArea .item1{
		width: 70%;
		margin: 0 auto;
	}
	#dataArea .item3 figure{
		float: none;
		width: 63%;
		margin: 0 auto;
		padding: 5% 0 0 0;
	}
	#dataArea .item3 figure.pt1 img{
		padding: 5% 0 0 0;
	}
	#dataArea .item3 figure.pt2 img{
		padding: 5% 0 0 0;
	}
	#dataArea .item3 figure.pt3 img{
		padding: 5% 0 0 0;
	}
}

/* slideArea
================================================== */
.item {
	position: relative;
}
.owl-theme .owl-nav {
	margin-top: 3% !important;
	width: 100%;
	top: 0;
	left: 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	width: 10%;
	margin: 0 0 0 40%;
	height: 100%;
	background: 0 0;
	color: inherit;
	padding: 0 !important;
	font: inherit;
	background-color: #efefef !important;
}
.owl-carousel .owl-nav button.owl-next:first-child, .owl-carousel .owl-nav button.owl-prev:first-child {
	margin: 0 40% 0 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0082e6!important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 1%;
    position: absolute;
    width: 100%;
}
@media screen and (max-width: 800px) {
	.owl-theme .owl-nav.disabled + .owl-dots {
		margin-top: 0!important;
	}
	.owl-theme .owl-dots .owl-dot span {
		width: 5px!important;
		height: 5px!important;
		margin: 5px 5px;
	}
}
/* スライダー調整
================================================== */
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    position: relative;
    z-index: 1;
}
.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    width: 70%;
    padding: 0 15%;
    z-index: 0;
}
@media screen and (max-width: 600px) {
	.owl-theme .owl-dots {
		position: relative;
		width: 100%;
		padding: 0;
	}
	.owl-theme .owl-nav.disabled + .owl-dots {
		margin-top: 1%;
		position: relative;
		width: 100%;
	}
}

/* movieBox
================================================== */
.movieBox {
}
.movie {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* recruitPage
================================================== */
#recruitPage {
	padding-top: 5%;
}
#recruitPage .topList {
	padding-top: 2%;
}
#recruitPage .topList li{
	margin-bottom: 2%;
	padding: 1% 2%;
	color: #fff;
    background-color: #37a728;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
@media screen and (max-width: 600px) {
	#recruitPage .topList {
		padding-top: 3%;
	}
	#recruitPage .topList li{
		margin-bottom: 3%;
		padding: 2% 3%;
	}
}

/* recruitPageBlock
================================================== */
.recruitPageBlock {
	padding: 0 0 5% 0;
}
.recruitPageBlock h3{
    padding: 1% 2%;
    margin: 0 0 2%;
    color: #fff;
    font-weight: normal;
    line-height: 130%;
    background-color: #2e4e97;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
@media screen and (max-width: 600px) {
	.recruitPageBlock h3{
		font-size: 100%;
	}
}
.recruitPageBlock dl{
	border-top: dotted 1px #ccc;
	padding: 1% 2%;
}
.recruitPageBlock dl:last-child{
	border-bottom: dotted 1px #ccc;
}
.recruitPageBlock dt{
	float: left;
	width: 24%;
	font-size: 80%;
	font-weight: bold;
}
.recruitPageBlock dd{
	float: left;
	width: 76%;
}
@media screen and (max-width: 600px) {
	.recruitPageBlock dl{
		padding: 2%;
	}
	.recruitPageBlock dt{
		float: none;
		width: 100%;
		font-size: 80%;
		font-weight: bold;
	}
	.recruitPageBlock dd{
		float: none;
		width: 100%;
	}
}
.recruitPageBlock li{
	list-style: none;
	margin: 1%;
	padding: 1% 2%;
	background-color: #eee;
	border-radius: 2px; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	float: left;
	width: 44%;
}
@media screen and (max-width: 900px) {
	.recruitPageBlock li{
		padding: 2% 3%;
		float: none;
		width: inherit;
	}
}

/* recruitPageEntry
================================================== */
.recruitPageEntry {
	background-color: #eee;
	padding: 3% 0;
}
.recruitPageEntry .linkBox {
	padding: 1%;
}
.recruitPageEntry .zoomBox{
	height: 100px;
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.1);
	border-radius: 2px; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	background-color: #c93b71;
}
.recruitPageEntry .linkBox h2{
	padding-top: 38px;
	margin: 0;
	text-align: center;
	font-size: 120%;
	font-weight: normal;
	line-height: 130%;
	color: #fff;
}
@media screen and (max-width: 600px) {
	.recruitPageEntry .linkBox h2{
		padding-top: 24px;
	}
}
.recruitPageEntry .linkBox h2 br{
	display: none;
}
@media screen and (max-width: 600px) {
	.recruitPageEntry .linkBox h2 br{
		display: block;
	}
}

/* trainingArea
================================================== */
.trainingArea {
	margin-top: 2%;
	padding: 2%;
	background-color: #eee;
	border-radius: 2px; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.trainingArea h4{
	padding: 1% 2%;
	margin: 0;
	background-color: #fff;
	border: solid #2e4e97 1px;
	border-radius: 50px; 
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.trainingArea h5{
	border-bottom: dotted 1px #2e4e97;
	padding: 1% 2%;
	margin: 0;
	font-size: 100%;
}
.trainingArea p{
	padding: 1% 2% 0;
}

/* welfarePhArea
================================================== */
#welfarePhArea {
	padding-bottom: 5%;
}
#welfarePhArea figure{
	float: left;
	width: 33.3%;
}

/* chatbot
================================================== */
.widgetOuter-iframeMessage-AnswerRobot {
	position: fixed;
	z-index: 10001;
	right: 0;
	bottom: 0;
	border: none;
}
.widgetOuter-iframe-position {
	margin-right:55px;
}




