@charset "utf-8";

h2{
	font-family: "Noto Serif JP" ,"游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", serif;
	color:#00665A;
	letter-spacing: 1px;
	background:url(../img/underline_01_green.svg) left bottom no-repeat;
	padding-bottom: 10px;
}

/*リンクボタン（グリーン）*/
.btn a{
	display: inline-block;
	padding: 5px 15px;
	color: #FFF;
	background-color: #28AC61;
	text-decoration: none;
	border-radius: 5px;
}

.btn a:hover{
	background-color: #2E7D32;
}

.msg-box .msg-body .btn{
	margin-top: 1.0em;
}

/* PC,印刷 */
@media screen and (min-width: 768px),print {
	.msg-box{
		display: flex;
	}

	.msg-box .photo{
		width: 290px;
		margin-right: 15px;
	}

		.msg-box .photo img{
		width: 100%;
		height: auto;
	}

	.msg-box .msg-body{
		width: 825px;
	}
}

/* スマートフォン */
@media screen and (max-width: 767px) {
		.msg-box{
		display: flex;
		flex-direction: column-reverse;
	}

	.msg-box .photo{
		margin-top: 10px;
		display: flex;
		justify-content: center;
	}
}

/*応募方法*/
#app-method .info-box ul{
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
}

/* PC,印刷 */
@media screen and (min-width: 768px),print {
#app-method{
	display: flex;
}

#app-method .btn{
	align-self: center;
	margin-left: 50px;
}

}

/* スマートフォン */
@media screen and (max-width: 767px) {
#app-method .info-box ul li span{
	display: block;
}
}

/*応募フォーム*/
h2.application{}

/*募集リスト*/
#index-area{
	width: 100%;
	background-color: rgba(40,158,147,0.3);
}

/* PC,印刷 */
@media screen and (min-width: 768px),print {
	#index-area{
		justify-content: center;
		margin-top: 2.0em;
	}

	#index-area section.index-box{
		margin: 0 60px;
	}
}

#index-area section.index-box h3{
	margin-bottom: 0px;
}

#index-area section.index-box ul{
	padding-left: 1.2em;
	margin-top: 0.5em;
}

/* スマートフォン */
@media screen and (max-width: 767px) {
	#index-area{
		margin-top: 1.5em;
		flex-direction: column;
		padding-bottom: 1.0em;
	}

	#index-area section.index-box{
		margin-left: 1.0em;
	}

	#index-area section.index-box ul{
	margin-bottom: 0;
}

}


/*募集要項*/
/*職種*/
.recruit-list section h3{
	margin-top: 0px;
	margin-bottom: 5px;
}

.recruit-list section h3:before{
	content: "・";
}

/*要項*/
/* PC,印刷 */
@media screen and (min-width: 768px),print {
.recruit-list section{
	padding: 20px 50px;
	background-color: #FFF;
	margin: 2.0em 0;
}
}

/* スマートフォン */
@media screen and (max-width: 767px) {
	.recruit-list section{
	padding: 10px;
	background-color: #FFF;
	margin: 1.5em 0;
}
}

.recruit-list section table{
	border-collapse: collapse;
	border-top: 1px #616161 solid;
	border-right: none;
	width: 100%;
	box-sizing: border-box;
}

.recruit-list section table th,
.recruit-list section table td {
	border-left: none;
	border-bottom: 1px #616161 solid;
}

/* スマートフォン */
@media screen and (max-width: 767px) {
	.recruit-list section table th,
.recruit-list section table td {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
}

/* PC,印刷 */
@media screen and (min-width: 768px),print {
.recruit-list section table tbody th {
	background-color: transparent;/*背景色無効化*/
	font-weight: normal;
	padding: 5px 0;
	width: 9em;
}
}

/*応募フォームへのボタン*/
a.oubo-btn,
	.btn a{
	display: inline-block;
	padding: 0px 30px;
	color: #FFF;
	background-color: #00AED1;
	text-decoration: none;
	border-radius: 13px;
}

a.oubo-btn:hover,
.btn a:hover{
	background-color: #005ECE;
}

tr.oubo td{
	padding: 10px 0;
}

/* スマートフォン */
@media screen and (max-width: 767px) {
	tr.oubo td{
		text-align: center;
	}

	.btn{
		text-align: center;
	}
}

/*レバレジーズバナー 2024.12.9*/

/*求人トップ*/
.levwell-banner-01 {
	margin-top: 1.0em;
	display: flex;
	justify-content: center;
}

/* PC,印刷 */
@media screen and (min-width: 768px),
print {
	.msg-box .msg-body .levwell-banner {
		margin-top: 0.5em;
		display: flex;
		justify-content: flex-end;
	}
}

/* スマートフォン */
@media screen and (max-width: 767px) {
	.msg-box .msg-body .levwell-banner {
		margin-top: 0.5em;
		display: flex;
		justify-content: center;
	}
}


