@charset "utf-8";


/* -----------------------------------------------------------
   entry
-------------------------------------------------------------- */

#recruit .entry {
	background: #fff;
    background: url(../img/col-bg.jpg) no-repeat center top;
    background-size: cover;
	padding: 80px 0 0;
}

.recruit-table .entry {
	border-top: #04619F solid 5px;
	margin: 100px 0 0;
}

.recruit-top .entry {
	border-top: #04619F solid 5px;
}

#recruit .entry h3 {
	font-family: 'Noto Sans JP';
	font-size: 3.5rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
}

#recruit .entry h3 span {
	color: #967852;
    font-family: 'Staatliches';
	font-weight: normal;
	font-size: 2.8rem;
	padding: 0 0 10px;
	display: inline-block;
}

#recruit .entry ul {
	overflow: hidden;
	/*padding: 50px 0 50px;*/
	padding: 50px 0 0;
}

#recruit .recruit-table .table-area .entry ul {
	/*padding: 50px 0 50px;*/
	padding: 50px 0 0;
}

#recruit .entry ul li {
	display: block;
	float: left;
	width: 520px;
}

#recruit .recruit-newgraduates .newgraduates-area .entry ul .entry01 ,
#recruit .recruit-midcareer .midcareer-area .entry ul .entry02 {
	float: none;
	margin: 0 auto;
	width: 1100px;
}

#recruit .entry ul .entry02 {
	float: right;
}

#recruit .entry ul li .txt {
	display: none;
}

#recruit .recruit-newgraduates .newgraduates-area .entry ul .entry01 .txt ,
#recruit .recruit-midcareer .midcareer-area .entry ul .entry02 .txt {
	display: block;
	padding: 0 0 40px;
	text-align: center;
}

#recruit .entry ul li a {
    /*
    box-shadow:0px 0px 20px -8px #666;
	background: url(../img/bg_arrow_blue.png) no-repeat right 20px center;
	background-size: 10px auto;
	border: #04619F solid 2px;
    */
    background: #04619F;
    color: #fff;
	display: block;
	padding: 35px 0;
    position: relative;
    box-shadow: 0px 2rem 3rem -1rem rgba(0, 0, 0, 0.5);
}

#recruit .entry ul .entry01 a {
	padding: 28px 0;
}

#recruit .entry ul .entry02 a {
    /*
	background: url(../img/bg_arrow_green.jpg) no-repeat right 20px center;
	border: #009999 solid 2px;
    */
    background: #009999;
}

#recruit .recruit-newgraduates .newgraduates-area .entry ul .entry01 a ,
#recruit .recruit-midcareer .midcareer-area .entry ul .entry02 a {
	width: 520px;
	margin: 0 auto;
}

#recruit .entry ul li a::after,
#recruit .entry ul .entry02 a::after{
	display: block;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 2.6rem;
    color: #fff;
    position: absolute;
    line-height: 1;
    right: 15px;
    top: 50%;
    margin: -13px 0 0;
}
#recruit .entry ul li a:hover {
    box-shadow: none;
}

#recruit .entry ul li a p {
	font-family: 'Noto Sans JP';
	line-height: 1.5;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
}

#recruit .entry ul li a p span {
    background: #fff;
    padding: 5px 10px;
    margin: 0 15px 0 -20px;
	display: inline-block;
    line-height: 1;
}
#recruit .entry ul li a p span img {
    vertical-align: middle;
    width: 180px;
}

#recruit .entry .btn {
	text-align: center;
    font-weight: 500;
    letter-spacing: 0;
	/*padding: 0 0 70px;*/
	padding: 50px 0 70px;
}
#recruit .entry .btn a {
    /*
	background: url(../img/bg_arrow_blue.png) no-repeat right center;
	background-size: 6px auto;
	color: #04619F;
	padding: 0 20px;
	display: inline-block;
    */
    margin: 0 auto;
    background: #fff;
    width: 300px;
    display: block;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#recruit .entry .btn a:hover {
    background: #04619F;
    border: 1px #04619F solid;
}



/* 募集要項 */
#recruit .new-entry .entry ul li,
#recruit .mid-entry .entry ul li{
	float: none;
    margin: 0 auto;
}
#recruit .new-entry .entry ul .entry02,
#recruit .mid-entry .entry ul .entry02{
	float: none;
    margin: 0 auto;
}

#recruit .new-entry .entry ul .entry02{
	display: none;
}
/*#recruit .mid-entry .entry ul .entry01{
	display: none;
}*/
#recruit .mid-entry .entry ul{
	display: none;
}

@media screen and (max-width: 667px) {

	#recruit .entry {
		padding: 30px 0 20px;
	}

	.recruit-table .entry {
		border-top: #04619F solid 3px;
		margin: 20px 0 0;
	}

	.recruit-top .entry {
		border-top: #04619F solid 3px;
	}

	#recruit .entry h3 {
		line-height: 1.4;
		font-size: 1.8rem;
		padding: 0 20px;
	}

	#recruit .entry h3 span {
		font-size: 1.6rem;
        padding: 0 0 0;
	}

	#recruit .entry ul {
		padding: 20px;
        overflow: inherit;
	}

	#recruit .recruit-table .table-area .entry ul {
		padding: 20px;
	}
	
	#recruit .entry ul li {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}

	#recruit .recruit-newgraduates .newgraduates-area .entry ul .entry01 ,
	#recruit .recruit-midcareer .midcareer-area .entry ul .entry02 {
		width: 100%;
	}

	#recruit .entry ul .entry02 {
		float: none;
		margin: 0;
	}

	#recruit .recruit-newgraduates .newgraduates-area .entry ul .entry01 .txt ,
	#recruit .recruit-midcareer .midcareer-area .entry ul .entry02 .txt {
		padding: 0 0 20px;
		text-align: left;
	}
	
	#recruit .entry ul li a {
        padding: 15px 0;
    }

	#recruit .entry ul .entry01 a {
		padding: 15px 0;
	}
	
    #recruit .entry ul .entry02 a {
        padding: 20px 0 22px;
    }

	#recruit .recruit-newgraduates .newgraduates-area .entry ul .entry01 a ,
	#recruit .recruit-midcareer .midcareer-area .entry ul .entry02 a {
		width: 100%;
	}

    #recruit .entry ul li a::after,
    #recruit .entry ul .entry02 a::after{
        font-size: 2rem;
        right: 10px;
        margin: -10px 0 0;
    }

	#recruit .entry ul li a p {
		font-size: 1.7rem;
        letter-spacing: 0;
	}

	#recruit .entry ul li a p span {
        padding: 0;
        margin: 0 0 5px;
        display: block;
        background: none;
    }
    #recruit .entry ul li a p span img {
        display: block;
        width: 140px;
        background: #fff;
        padding: 5px;
    }

	#recruit .entry .btn {
        padding: 20px 20px 20px;
    }
    #recruit .entry .btn a {
        width: 100%;
        max-width: inherit;
    }
    #recruit .entry .btn a:hover {
    }

}


/* -----------------------------------------------------------
    mv-area
-------------------------------------------------------------- */

#recruit .recruit-top .top-box {
	position: relative;
}

#recruit .recruit-top .top-box::before {
	background: url(../img/bg_recruit_top.jpg) no-repeat left top;
	background-size: auto 100%;
	content: "";
	display: block;
	height: 700px;
	position: absolute;
	right: 0;
	top: 140px;
	width: 665px;
	z-index: 1;
}

#recruit .recruit-top .top-box > .inner {
	padding: 100px 0 40px;
	position: relative;
	z-index: 2;
}

#recruit .recruit-top .top-box h3 {
	color: #fff;
	font-family: 'Noto Sans JP';
	font-size: 4.5rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 2;
}

#recruit .recruit-top .top-box h3 span {
	background: #04619F;
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 15px 7px 20px;
}

#recruit .recruit-top .top-box .copy {
	color: #04609F;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.8;
	padding: 30px 0 25px;
}

#recruit .recruit-top .top-box .txt {
	line-height: 1.8;
	padding: 0 0 25px;
	width: 600px;
}

#recruit .recruit-top .mice-box {
	background: #efefef;
	padding: 30px;
	margin: 0 0 20px;
	width: 600px;
}
#recruit .recruit-top .mice-box h4 {
	font-weight: bold;
	line-height: 1.5;
}
#recruit .recruit-top .mice-box .txt {
	font-size: 1.4rem;
	line-height: 2.0;
	padding: 10px 0 0;
	width: auto;
}
#recruit .recruit-top .mice-box .txt span {
	color: #D20019;
}

#recruit .recruit-top .top-box02 {
	padding: 80px 0 0;
	background-color: #04619F;
	background-image: url(../img/bg_recruit_ill03.jpg) , url(../img/bg_recruit_ill02.jpg) , url(../img/bg_recruit_gray.jpg);
	background-position: right bottom 30px , right bottom 50px ,left bottom;
	background-repeat: no-repeat , repeat-x ,repeat-x;
	background-size: auto;
	position:relative;
	min-height: 640px;
}

#slide {
	width:600px;
	height:640px;
	position:absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#slide img {
	position:absolute;
	left:0;
	top:0;
}

#recruit .recruit-top .top-box02 .inner {
	background: url(../img/bg_recruit_ill01.png) no-repeat right 455px bottom 25px;
	padding: 0 0 170px 485px;
	position: relative;
	z-index: 2;
}

#recruit .recruit-top .top-box02 h3 {
	color: #04619F;
	font-family: 'Noto Sans JP';
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin: 0 0 30px;
}

#recruit .recruit-top .top-box02 h3 span {
	background: #fff;
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 10px 5px 15px;
}

#recruit .recruit-top .top-box02 .txt {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.3;
	padding: 0 0 20px;
}

#recruit .recruit-top .top-nav {
	text-align: center;
	padding: 100px 0 100px;
}

#recruit .recruit-top .top-nav .recruit-area-box {
	margin: 45px auto 40px;
	overflow: hidden;
	padding: 0 20px;
	width: 1140px;
}

#recruit .recruit-top .top-nav .recruit-area-box .recruit-area-list {
	float: left;
	margin: 0 40px 0 0;
	width: 340px;
}

#recruit .recruit-top .top-nav .recruit-area-box .recruit-area-list:last-child {
	margin: 0 0 0 0;
}

#recruit .recruit-top .top-nav .recruit-area-box .recruit-area-list a {
	background-color: #04619F;
	background-position: center top;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	padding: 375px 0 30px;
}

#recruit .recruit-top .top-nav .recruit-area-box .list-message a {
	background-image: url(../img/bg_recruit_message_pc.jpg);
}

#recruit .recruit-top .top-nav .recruit-area-box .list-work a {
	background-image: url(../img/bg_recruit_work_pc.jpg);
}

#recruit .recruit-top .top-nav .recruit-area-box .list-environment a {
	background-image: url(../img/bg_recruit_environment_pc.jpg);
}

#recruit .recruit-top .top-nav .recruit-area-box .recruit-area-list h4 {
	background: url(../img/bg_arrow_white.png) no-repeat right 20px center;
	background-size: 8px auto;
}

#recruit .recruit-top .top-nav .recruit-area-box02 {
	overflow: hidden;
}

#recruit .recruit-top .top-nav .recruit-area-box02 li {
	font-family: 'Noto Sans JP';
	font-weight: bold;
	float: left;
	margin: 0 40px 0 0;
	width: 530px;
}

#recruit .recruit-top .top-nav .recruit-area-box02 li:last-child {
	margin: 0 0 0 0;
}

#recruit .recruit-top .top-nav .recruit-area-box02 li a {
	background: #fff url(../img/bg_arrow_blue.png) no-repeat right 20px center;
	background-size: 8px auto;
	border: #DEDEDE solid 1px;
	display: block;
	width: 100%;
	padding: 30px 0;
}

@media screen and (max-width: 667px) {

	#recruit .recruit-top .top-box {
		background: url(../img/bg_recruit_top_sp.jpg) no-repeat left top 0;
		background-size: 100% auto;
		position: static;
		padding: 200px 20px 30px;
	}

	#recruit .recruit-top .top-box::before {
		display: none;
	}

	#recruit .recruit-top .top-box > .inner {
		background: #fff;
		padding: 0 0 0;
	}

	#recruit .recruit-top .top-box h3 {
		background: #04619F;
		font-size: 2.2rem;
		padding: 15px;
	}

	#recruit .recruit-top .top-box h3 span {
		display: inline;
		margin: 0;
		padding: 0;
	}

	#recruit .recruit-top .top-box .copy {
		font-size: 1.8rem;
		line-height: 1.6;
		padding: 20px 20px 0;
	}

	#recruit .recruit-top .top-box .txt {
		line-height: 1.6;
		padding: 15px 20px 0 20px;
		width: 100%;
		font-size: 1.6rem;
	}

	#recruit .recruit-top .mice-box {
		padding: 15px;
		width: auto;
		margin: 30px 0 0;
	}

	#recruit .recruit-top .mice-box .txt {
		font-size: 1.4rem;
		line-height: 1.6;
		padding: 5px 0 0;
	}

	#recruit .recruit-top .top-box02 {
		padding: 0 0 0;
		background-color: #04619F;
		background-image: url(../img/bg_recruit_ill03.jpg) , url(../img/bg_recruit_ill02.jpg) , url(../img/bg_recruit_gray.jpg);
		background-position: right bottom 25px , right bottom 30px ,left bottom;
		background-size: 100px auto, auto 50px , 30px auto;
		position:relative;
		min-height: auto;
	}

	#slide {
		width:100%;
		height:200px;
	}

	#slide img {
		width: 100%;
		height: auto;
	}
    
    #recruit .recruit-top .top-box02 .sp-img {
        text-align: center;
	}
    #recruit .recruit-top .top-box02 .sp-img img {
        width: 100%;
        max-width: 480px;
	}
    
    #recruit .recruit-top .top-box02 .inner {
		background: url(../img/bg_recruit_ill01.png) no-repeat left 20px bottom 20px;
		background-size: auto 50px;
		padding: 0 20px 70px;
	}

	#recruit .recruit-top .top-box02 h3 {
		font-size: 2.2rem;
		letter-spacing: 0;
		margin: -50px 0 15px;
	}

	#recruit .recruit-top .top-box02 h3 span {
		margin: 5px 0 0;
		padding: 10px 15px;
	}

	#recruit .recruit-top .top-box02 .txt {
		font-size: 1.6rem;
		line-height: 1.7;
		padding: 0 0 15px;
	}

	#recruit .recruit-top .top-nav {
		text-align: left;
		padding: 25px 20px 50px;
	}

	#recruit .recruit-top .top-nav .recruit-area-box {
		margin: 25px 0 20px;
		padding: 0;
		width: 100%;
	}

	#recruit .recruit-top .top-nav .recruit-area-box .recruit-area-list {
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}

	#recruit .recruit-top .top-nav .recruit-area-box .recruit-area-list a {
		background-size: 100% auto;
		padding: 130px 0 0;
	}

	#recruit .recruit-top .top-nav .recruit-area-box .list-message a {
		background-image: url(../img/bg_recruit_message_sp.jpg);
	}

	#recruit .recruit-top .top-nav .recruit-area-box .list-work a {
		background-image: url(../img/bg_recruit_work_sp.jpg);
	}

	#recruit .recruit-top .top-nav .recruit-area-box .list-environment a {
		background-image: url(../img/bg_recruit_environment_sp.jpg);
	}

	#recruit .recruit-top .top-nav .recruit-area-box .recruit-area-list h4 {
		background:	#04619F url(../img/bg_arrow_white.png) no-repeat right 10px center;
		background-size: 8px auto;
		padding: 10px 0 14px;
		text-align: center;
	}

	#recruit .recruit-top .top-nav .recruit-area-box02 li {
		float: none;
		margin: 0 0 10px 0;
		width: 100%;
		text-align: left;
	}

	#recruit .recruit-top .top-nav .recruit-area-box02 li a {
		background: #fff url(../img/bg_arrow_blue.png) no-repeat right 10px center;
		background-size: 8px auto;
		padding: 20px 0 20px 30px;
	}

}


/* -----------------------------------------------------------
    recruit-message
-------------------------------------------------------------- */

#recruit .recruit-message .message-box {
	background: url(../img/bg_message.jpg) no-repeat center;
	background-size: cover;
	padding: 100px 0;
}

#recruit .recruit-message .message-box div {
	background: url(../img/bg_message00.jpg) no-repeat right top;
	margin: 0 auto;
	min-height: 450px;
	padding: 60px 20px 0;
	max-width: 1340px;
	min-width: 1100px;
}

#recruit .recruit-message .message-box div h3 {
	color: #fff;
	font-family: 'Noto Sans JP';
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 2;
}

#recruit .recruit-message .message-box div h3 span {
	background: #04619F;
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 15px 7px 20px;
}

#recruit .recruit-message .message-box div p {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.2;
	padding: 35px 0 0;
	width: 440px;
}

#recruit .recruit-message .message-box02 {
	background-image: url(../img/bg_line.svg) ;
	background-position: center top;
	background-repeat: repeat;
	background-color:  #04619F;
	padding: 100px 0;
}

#recruit .recruit-message .message-box02 .inner {
	background: #fff;
}

#recruit .recruit-message .message-box02 .inner .message-com {
	background-position: center top;
	background-repeat: no-repeat;
	padding: 400px 0 0;
}

#recruit .recruit-message .message-box02 .inner .message01 {
	background-image: url(../img/bg_message01.jpg) ;
}
#recruit .recruit-message .message-box02 .inner .message02 {
	background-image: url(../img/bg_message02.jpg) ;
}
#recruit .recruit-message .message-box02 .inner .message03 {
	background-image: url(../img/bg_message03.jpg) ;
}
#recruit .recruit-message .message-box02 .inner .message04 {
	background-image: url(../img/bg_message04.jpg) ;
}

#recruit .recruit-message .message-box02 .inner .message-com div {
	padding: 0 0 50px;
}

#recruit .recruit-message .message-box02 .inner .message-com h4 {
	color: #04619F;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 0;
	padding: 55px 0 30px;
	position: relative;
	text-align: center;
}
/*
#recruit .recruit-message .message-box02 .inner .message-com h4::after {
	background: #04619F;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	margin: 0 auto;
	left: 0;
	position: absolute;
	right: 0;
	width: 40px;
}
*/
#recruit .recruit-message .message-box02 .inner .message-com p {
	padding: 0 50px 15px;
}
#recruit .recruit-message .message-box02 .inner .message-com p.sp_only_img {
	padding: 0;
}


@media screen and (max-width: 667px) {

	#recruit .recruit-message .message-box {
		background: url(../img/bg_message_sp.jpg) no-repeat center top;
		background-size: 100% auto;
		padding: 30px 20px 30px;
	}

	#recruit .recruit-message .message-box div {
		background: url(../img/bg_message00.jpg) no-repeat center top;
		background-size: 100% auto;
		min-height: auto;
		padding: 200px 0 0;
		max-width: auto;
		min-width: auto;
		width: 100%;
	}

	#recruit .recruit-message .message-box div h3 {
		background: #04619F;
		font-size: 1.8rem;
		padding: 5px 10px 7px;
	}

	#recruit .recruit-message .message-box div h3 span {
		display: inline;
		margin: 0 0 0;
		padding: 0;
	}

	#recruit .recruit-message .message-box div p {
		background: #fff;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.8;
		padding: 15px 10px;
		width: 100%;
	}

	#recruit .recruit-message .message-box02 {
		padding: 30px 20px;
	}

	#recruit .recruit-message .message-box02 .inner .message-com {
		background-size: 100% auto;
		padding: 0 0 0;
		background: none;
	}

	
	#recruit .recruit-message .message-box02 .inner .message-com div {
		background: #fff;
		padding: 0 0 30px;
	}

	#recruit .recruit-message .message-box02 .inner .message-com h4 {
		font-size: 2rem;
		margin: 0 0 0;
		padding: 25px 0 15px;
	}
	/*
	#recruit .recruit-message .message-box02 .inner .message-com h4::after {
		width: 20px;
	}
	*/
	#recruit .recruit-message .message-box02 .inner .message-com p {
		padding: 0 15px 10px;
	}
	#recruit .recruit-message .message-box02 .inner .message-com p.sp_only_img {
		padding: 0;
	}

}


/* -----------------------------------------------------------
    recruit-work
-------------------------------------------------------------- */

#recruit .recruit-work .work-txt {
	text-align: center;
	padding: 75px 0 60px;
    background: url(../img/products_detail_bg01.jpg) no-repeat center center;
    background-size: cover;
}

#recruit .recruit-work .work-txt h3 {
	font-family: 'Noto Sans JP';
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 600;
    color: #04619F;
}

#recruit .recruit-work .work-txt p {
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 500;
	padding: 20px 0 0;
}

#recruit .recruit-work .work-list {
	background: #fff;
}

#recruit .recruit-work .work-list .work-com {
	background-position: right center;
	background-repeat: no-repeat;
	border-bottom: #ccc solid 1px;
	min-height: 655px;
	padding: 75px 0 80px;
}

#recruit .recruit-work .work-list .work01 {
	background-image: url(../img/bg_recruit_work01.jpg) ;
}

#recruit .recruit-work .work-list .work02 {
	background-image: url(../img/bg_recruit_work02.jpg) ;
}

#recruit .recruit-work .work-list .work03 {
	background-image: url(../img/bg_recruit_work03.jpg) ;
}

#recruit .recruit-work .work-list .work04 {
	background-image: url(../img/bg_recruit_work04.jpg) ;
	border: none;
}

#recruit .recruit-work .work-list .work-com h4 {
	color: #04609F;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	padding: 0 0 15px;
}
/*
#recruit .recruit-work .work-list .work-com h4::after {
	background: #04619F;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 20px;
}
*/
#recruit .recruit-work .work-list .work-com p {
	padding:0 0 15px;
	width: 495px;
}

#recruit .recruit-work .work-list .work-com ul {
	background: #efefef;
	width: 495px;
    margin: 15px 0 0;
	padding: 15px 30px 20px;
}

#recruit .recruit-work .work-list .work-com ul li {
	background: url(../img/bg_circle_blue.jpg) no-repeat left top 20px;
	background-size: 4px auto;
	line-height: 1.5;
	padding: 10px 0 0 10px;
}

#recruit .recruit-work .work-box {
	background: url(../img/bg_about_pc.jpg) no-repeat center top;
	background-size: cover;
}

#recruit .recruit-work .work-box .inner {
	text-align: center;
	padding: 60px 0 45px;
}

#recruit .recruit-work .work-box .inner h4 {
	color: #B19263;
    font-family: 'Noto Sans JP';
    font-size: 3.2rem;
    line-height: 1.5;
    padding: 0 0 25px;
}

#recruit .recruit-work .work-box .inner p {
	color: #fff;
    font-size: 1.8rem;
	font-weight: 500;
    line-height: 1.8;
	padding: 0 0 20px;
}



@media screen and (max-width: 667px) {
    
    #recruit .recruit-work .work-txt {
        text-align: left;
        padding: 20px;
    }

    #recruit .recruit-work .work-txt h3 {
        font-size: 2rem;
    }

    #recruit .recruit-work .work-txt p {
        font-size: 1.7rem;
        padding: 15px 0 0;
    }

    #recruit .recruit-work .work-list .work-com {
        background-position: center top;
        border-bottom: none;
        background-size: auto 200px;
        min-height: inherit;
        padding: 20px 20px 10px;
		background: none;
    }
    /*
    #recruit .recruit-work .work-list .work01 {
        background-image: url(../img/bg_recruit_work01_pc.jpg) ;
    }
    #recruit .recruit-work .work-list .work02 {
        background-image: url(../img/bg_recruit_work01_pc.jpg) ;
    }
    #recruit .recruit-work .work-list .work03 {
        background-image: url(../img/bg_recruit_work01_pc.jpg) ;
    }
    #recruit .recruit-work .work-list .work04 {
        background-image: url(../img/bg_recruit_work01_pc.jpg) ;
        border: none;
    }
    */
    
    #recruit .recruit-work .work-list .work-com h4 {
        font-size: 2rem;
        padding: 10px 0 15px;
    }
    #recruit .recruit-work .work-list .work-com p {
        padding:0 0 10px;
        width: auto;
    }

    #recruit .recruit-work .work-list .work-com ul {
        width: auto;
        margin: 10px 0 0;
        padding: 15px 20px 20px 20px;
        font-size: 1.5rem;
    }

    #recruit .recruit-work .work-list .work-com ul li {
        padding: 10px 0 0 10px;
    }

    #recruit .recruit-work .work-box {
        background-position: left top;
    }

    #recruit .recruit-work .work-box .inner {
        padding: 30px 20px;
		margin: 20px 0 0;
    }

    #recruit .recruit-work .work-box .inner h4 {
        font-size: 2.2rem;
        padding: 0 0 15px;
		font-weight: 600;
    }

    #recruit .recruit-work .work-box .inner p {
        font-size: 1.6rem;
        padding: 0 0 0;
        text-align: left;
    }

    
    
}



/* -----------------------------------------------------------
    recruit-newgraduates
-------------------------------------------------------------- */

#recruit .recruit-table .table-area {
	padding: 100px 0 0;
}

#recruit .recruit-table .table-area .table-com {
	border: #ccc solid 1px;
	background: #fff;
	margin: 0 auto 50px;
	padding: 95px 100px 100px;
}

#recruit .recruit-table .table-area .table-com h3 {
	border-left: #04619F solid 5px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 20px;
	padding: 5px 15px;
}

#recruit .recruit-table .table-area .table-com .txt {
	font-size: 1.8rem;
	padding: 0 0 15px;
}

#recruit .recruit-table .table-area .table-com .table-box {
	border-top: #ccc solid 1px;
	border-collapse: collapse;
	width: 100%;
}

#recruit .recruit-table .table-area .table-com .table-box tr {
	border-bottom: #ccc solid 1px;
}

#recruit .recruit-table .table-area .table-com .table-box th {
	font-weight: bold;
	line-height: 1.5;
	padding: 15px;
	vertical-align: top;
	text-align: left;
	width: 200px;
}

#recruit .recruit-table .table-area .table-com .table-box td {
	padding: 15px 15px 5px;
}

#recruit .recruit-table .table-area .table-com .table-box td > p {
	padding: 0 0 10px;
}

#recruit .recruit-table .table-area .table-com .table-box td .att {
	font-size: 1.4rem;
	padding: 0;
}

#recruit .recruit-table .table-area .table-com .table-box td .att:last-child {
	padding: 0 0 10px;
}

#recruit .recruit-table .table-area .table-com .table-box td ul {
    padding: 0 0 15px;
}

#recruit .recruit-table .table-area .table-com .table-box td ul li {
	background: url(../img/bg_circle_blue.jpg) no-repeat left top 20px;
    background-size: 4px auto;
    line-height: 1.5;
    padding: 10px 0 0 10px;
}

#recruit .recruit-table .table-area .table-com .table-box td ul li span {
	font-weight: bold;
}

#recruit .recruit-table .table-area .table-com .table-box td dl dt {
	font-weight: bold;
}

#recruit .recruit-table .table-area .table-com .table-box td dl dd {
	padding: 0 0 15px;
}

#recruit .recruit-table .table-area .table-com .table-box td dl dd:last-child {
	padding: 0;
}

@media screen and (max-width: 667px) {

	#recruit .recruit-table .table-area {
		padding: 20px 0 0;
	}
	
	#recruit .recruit-table .table-area .table-com {
		border: none;
		background: none;
		margin: 0 auto 30px;
		padding: 0 20px;
	}

	#recruit .recruit-table .table-area .table-com h3 {
		border-left: #04619F solid 3px;
		font-size: 1.8rem;
		margin: 0 0 15px;
		padding: 0px 10px;
	}
    #recruit .recruit-table .table-area .table-com .txt {
        font-size: 1.6rem;
        padding: 0 0 15px;
    }

    
	#recruit .recruit-table .table-area .table-com .table-box th {
		display: block;
		padding: 15px 0 0;
		width: 100%;
	}

	#recruit .recruit-table .table-area .table-com .table-box td {
		display: block;
		font-size: 1.5rem;
		line-height: 1.6;
		padding: 0 0 5px;
		width: 100%;
	}

	#recruit .recruit-table .table-area .table-com .table-box td > p {
		padding: 0 0 10px;
	}

	#recruit .recruit-table .table-area .table-com .table-box td .att {
		font-size: 1.3rem;
	}

	#recruit .recruit-table .table-area .table-com .table-box td .att:last-child {
		padding: 0 0 5px;
	}

	#recruit .recruit-table .table-area .table-com .table-box td ul {
		padding: 0 0 10px;
	}

	#recruit .recruit-table .table-area .table-com .table-box td ul li {
		background: url(../img/bg_circle_blue.jpg) no-repeat left top 10px;
		background-size: 2px auto;
		padding: 0 0 10px 5px;
	}

	#recruit .recruit-table .table-area .table-com .table-box td dl dd {
		padding: 0 0 10px;
	}

}

/*20240528 追記*/
#recruit .recruit-table .table-area .table-com .mid-txt {
    padding: 0 0 0;
}
#recruit .recruit-table .table-area .table-com .mail-txt {
    padding-left:1em;
	text-indent:-1em;
}

