@charset "UTF-8";

/* m_img（設備をコピペ）
---------------------------------------------------------*/
.contentpage .m_img .m_title {
	z-index: 2;
}
.contentpage .m_img .m_slide_box {
	width: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
}
.contentpage .m_img .m_ticker .swiper-slide {
	width: 63vw;
	max-width: 940px;
	height: 52.5vw;
	max-height: 785px;
	background-image: url("../images/content/recruit/m_img1@2x.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.contentpage .m_img .m_ticker .slide1 {
	background-image: url("../images/content/recruit/m_img1@2x.jpg");
}
.contentpage .m_img .m_ticker .slide2 {
	background-image: url("../images/content/recruit/m_img2@2x.jpg");
}
.contentpage .m_img .m_ticker .slide3 {
	background-image: url("../images/content/recruit/m_img3@2x.jpg");
}




/* re_status
---------------------------------------------------------*/
.re_status{
	text-align: center;
	color: #B55357;
	font-size: min(170%,3vw);
	letter-spacing: normal;
	line-height: 1.5em;
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.re_status{
	font-size: 130%;
}
.com_lead p{
	text-align: left!important;
}
}









/* キャリアアップ
---------------------------------------------------------*/
#bosyu .com_index1{
	margin-bottom: 60px;
}

/*タブ*/
#bosyu #tab-menu{
	display: flex;
    justify-content: space-between;
	max-width: 948px;
	margin: 0 auto 35px;
}
#bosyu #tab-menu li{
    width: 22%;
    box-sizing: border-box;
	text-align: center;
	color: #939396;
	padding: .7em 0 .65em;
	border:1px solid #939396;
	border-radius: 15px;
	font-size: min(125%,2.3vw);
	line-height: 1em;
	letter-spacing: 0.1em;
	transition: 0.4s;
}
#bosyu #tab-menu li.active,
#bosyu #tab-menu li:hover{
	color: #fff;
	border-color:#CBB961;
	background: #CBB961;
	transition: 0.2s;
}
#bosyu #tab-menu li:hover{
	cursor: pointer;
}
#bosyu #tab-box .tabinbox.active {
    display: block;
}

/*リストの中身*/
#bosyu #tab-box .tabinbox{
}
/* タブの中身 */
#bosyu #tab-box .tabinbox {
  display: none;
}
#bosyu #tab-box .tabinbox.active {
  display: block;
}
#bosyu #tab-menu li .on_txt {
  display: none;
}
#bosyu #tab-menu li .off_txt {
  display: block;
}
#bosyu #tab-menu li.active .on_txt {
  display: block;
}
#bosyu #tab-menu li.active .off_txt {
  display: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#bosyu .com_index1{
	margin-bottom: 5%;
}

/*タブ*/
#bosyu #tab-menu{
	margin: 0 auto 3%;
}
#bosyu #tab-menu li{
    width: 24%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#bosyu .com_index1{
	margin-bottom: 5%;
}

/*タブ*/
#bosyu #tab-menu{
	flex-wrap: wrap;
	margin: 0 auto 3%;
}
#bosyu #tab-menu li{
    width: 49%;
	margin-bottom: 2%;
	padding: .7em 0 .65em;
	font-size: 120%;
}
}





/*募集要項
--------------------------------------------------------------------*/
.recruit .tbl_bosyu {
	width: 100%;
	border-top: solid 1px #B4B4B5;
	margin-left: auto;
	margin-right: auto;
 }
.recruit .tbl_bosyu th,
.recruit .tbl_bosyu td {
	border-bottom: solid 1px #B4B4B5;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 2.5rem 4%;
}
.recruit .tbl_bosyu th {
	width: 24.5%;
	text-align: center;
	background: #F7F6F4;
	font-size: min(120%,2.1vw);
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1.5em;
}
.recruit .tbl_bosyu td{
	/*font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック","Yu Gothic",Meiryo,sans-serif;
	font-weight: normal;
	font-style: normal;*/
}
.recruit .tbl_bosyu td p {
	margin-top: 1.5em;
}
.recruit .tbl_bosyu td p:first-of-type {
	margin-top: 0;
}
.recruit .tbl_bosyu td > p > span > strong{
	font-family: "tot-shizukamin-stdn", serif;
	font-weight: 400!important;
	font-style: normal;
}
.tbl_bosyu .entry_mail,
.tbl_bosyu .entry_tel,
.tbl_bosyu .mobile_attention {
	margin-top: 1.0em;
}
.tbl_bosyu .entry_mail a,
.tbl_bosyu .entry_tel a {
	text-decoration: underline;
}
.tbl_bosyu .entry_mail a:hover,
.tbl_bosyu .entry_tel a:hover {
	text-decoration: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.recruit .tbl_bosyu th,
.recruit .tbl_bosyu td {
	padding: 1.5rem 3%;
}
.recruit .tbl_bosyu th {
	width: 22%;
	letter-spacing: normal;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.recruit .tbl_bosyu {
	display: block;
 }
.recruit .tbl_bosyu th,
.recruit .tbl_bosyu td {
	display: block;
	padding: 1.5rem 4%;
}
.recruit .tbl_bosyu th {
	width: 100%;
	font-size:120%;
	border-bottom: none;
	padding: 1.2rem 4%;
}
.recruit .tbl_bosyu td{
	padding: 1.5rem 0 3em;
}
}






/* ドメイン設定
-----------------------------------------------------------------------------*/
.mobile_attention {
	background:rgba(203,185,97,0.10);
	margin-top: 2.0em;
}
.mobile_attention dt {
	font-family: "tot-shizukamin-stdn", serif;
	font-weight: 400;
	font-style: normal;
    line-height: 1.5em;
	letter-spacing: .05em;
    text-align: center;
	padding: 20px 5%;
	cursor: pointer;
}
.mobile_attention dd {
    font-size: 88%;
	line-height: 1.6;
	box-sizing: border-box;
	padding: 0 5% 30px;
}
.mobile_attention dd .red{
	font-weight: bold;
}
.mobile_attention ul {
	margin-top: 1.0em;
}
.mobile_attention li {
	float: left;
	position: relative;
	margin-right: 1em;
}
.mobile_attention li a {
	padding-left: 15px;
	position: relative;
	vertical-align: middle;
	line-height: 1.0em;
}
.mobile_attention li a::before{
    position: absolute;
    content: "";
    left: 0;
	top: 50%;
    width: 4px;
    height: 4px;
    border-top: 1px solid #312520;
    border-right: 1px solid #293F42;
    transform: rotate(45deg) translateY(-50%);
}
.mobile_attention a:hover {
	text-decoration: underline;
}
.mobile_attention .open_box{
	display: none;
}