/*--------------------------------
common
--------------------------------*/
h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

/*--------------------------------
body
--------------------------------*/
/*- message ----------*/
#message01 {
	background-color: #f5f5f5;
	background-image: url(../img/message_bg.png);
	padding: 2.5rem 0 5rem 0;
}
#message01 h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	height: 172px;
	background-image: url(../img/message_h2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 1.5rem;
}
#message01 p {
	font-size: 18px;
	background-image: url(../img/message_waku.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	padding: 5rem;
}
/*- from hand to hand ----------*/
#message02 {
	padding: 5rem 0;
}
#message02 .container {
	background-image: url(../img/message02_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}
#message02 h2 {
	margin-bottom: 90px;
}
#message02 h2 span {
	font-size: 14px;
	margin-left: 1rem;
	display: inline-block;
}
/*- ジュエリーアドバイザーの仕事内容 ----------*/
#work {
	background-color: #eee;
	padding: 5rem 0 7rem 0;
}
#work .ttlbox {
	text-align: center;
}
#work h2 {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	padding-left: 4.5rem;
}
#work h2::before {
	position: absolute;
	content: "";
	top: -10px;
	left: 0;
	width: 60px;
	height: 46px;
	background-image: url(../img/work_h2.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
}
#work .txtbox {
	width: 115%;
	background-color: #fff;
	padding: 40px 82px 40px 40px;
}
#work .imgbox {
	position: relative;
}
#work .col-lg-6 .w-75 {
	position: absolute;
	top: 28rem;
	right: -2rem;
}
/*- インタビュー ----------*/
#interview {
	background-image: url(../img/interview_bg01.png), url(../img/interview_bg02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top center, bottom center;
	background-size: contain, contain;
	padding: 5rem 0px;
}
/*- 募集要項 ----------*/
#recruitment {
	padding: 5rem 0px;
}
#recruitment table {
	border: 1px solid #707070;
	margin-bottom: 0;
}
#recruitment .table-bordered th,
#recruitment .table-bordered td {
	border: 1px solid #707070;
}
#recruitment .table th {
	width: 25%;
	font-weight: 400;
	background-color: #efefef;
	padding: 20px 40px;
}
#recruitment .table td {
	width: 75%;
	padding: 20px 40px;
}
#recruitment table ul {
	padding-left: 1.2rem;
}
#recruitment table ul.inner {
	padding: 0;
}
#recruitment table ul.inner li {
	display: inline-block;
	margin-right: .8rem;
}
#recruitment table ul.inner li:last-child {
	margin-right: 0;
}

/*--------------------------------
media
--------------------------------*/
@media (max-width: 1200px) {
	/*- ジュエリーアドバイザーの仕事内容 ----------*/
	#work {
		padding: 5rem 0;
	}
	#work .col-lg-6 .w-75 {
		top: 22rem;
		right: -1.2rem;
	}
}
@media (max-width: 991px) {
	/*- message ----------*/
	#message01 h2 {
		font-size: 1.563rem;
		height: 130px;
	}
	#message01 p {
		padding: 3rem 1rem;
	}
	/*- from hand to hand ----------*/
	#message02 .container {
		background-size: 50%;
	}
	/*- ジュエリーアドバイザーの仕事内容 ----------*/
	#work .col-lg-6 .w-75 {
		top: 13rem;
	}
}
@media (max-width: 767px) {
	/*- hero ----------*/
	#hero img {
		width: auto!important;
		height: 250px;
	}
	#hero .carousel-item {
		display: flex;
		justify-content: center;
	}
	/*- message ----------*/
	#message01 {
		padding: 2.5rem 0 3rem 0;
	}
	/*- from hand to hand ----------*/
	#message02 {
		padding: 3rem 0;
	}
	#message02 .container {
		background-position: right top;
	}
	#message02 .col-md-7 {
		order: 1;
	}
	#message02 .col-md-5 {
		order: 2;
	}
	#message02 .container {
		background-size: 80%;
	}
	#message02 h2 {
		margin-bottom: 40px;
	}
	/*- ジュエリーアドバイザーの仕事内容 ----------*/
	#work {
		padding: 3rem 0;
	}
	#work h2 {
		padding-top: 60px;
		padding-left: 0;
	}
	#work h2::before {
		top: 0;
		left: 50%;
		transform: translate(-50%);
		-webkit-transform: translate(-50%);
		-ms-transform: translate(-50%);
	}
	#work .txtbox {
		width: 100%;
		padding: 20px;
	}
	#work .col-md-5 {
		padding-bottom: 40%;
	}
	#work .imgbox .w-100 {
		width: 80%!important;
	}
	#work .imgbox .w-75 {
		width: 60%!important;
		top: 86%;
		right: 0;
	}
	/*- 募集要項 ----------*/
	#recruitment {
		padding: 3rem 0;
	}
	#recruitment table {
		border: none;
	}
	#recruitment .table th,
	#recruitment .table td {
		display: block;
		width: 100%;
		padding: 20px;
	}
	#recruitment .table-bordered th,
	#recruitment .table-bordered td {
		border-bottom: 0;
	}
	#recruitment .table-bordered tr:last-child td {
		border-bottom: 1px solid #707070;
	}
}
