
@charset "UTF-8";



/*----------------------------------------------------------- recruitment menu */


.r-sct {
	position: relative;
	padding: 0 40px;
	background: #fff;
}
.r-sct-inr {
	margin: 0 auto;
	width: 100%;
	max-width: 1080px;
}



/*----------------------------------------------------------- Main Section */


.r-sct-main {
	position: relative;
	height: 400px;
	background: #ad9754;
}

.r-sct-main-inr {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0 5.867%;
	width: 100%;
	height: 304px;
}

@media (min-width: 769px) {
	.r-sct-main-inr {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		padding: 80px 40px 0 40px;
		width: 100%;
		height: 236px;
	}
}


/*----------- Title Block */

.title-block h1 {
	color: #fff; 
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.title-block h1 strong {
	display: block;
	font-weight: 700;
	font-size: 3.2rem;
}
.title-block h1 span {
	display: block;
	margin-top: 12px;
	font-weight: 700;
	font-size: 1.8rem;
}

@media (min-width: 769px) {
	.title-block h1 strong {
		font-size: 4.0rem;
	}
	.title-block h1 span {
		margin-top: 14px;
	}
}


/*----------- Search Block */

/* form - reset */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}
textarea {
	resize: vertical;
}
input[type='checkbox'],
input[type='radio'] {
	display: none;
}
input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}


@media (max-width: 768px) {
.search-block {
	margin: 24px auto 0 auto;
	width: 82.0%;
	max-width: 400px;
}
.form-select,
.form-search,
.form-submit {
	position: relative;
	margin-top: 14px;
}
/* form - select */

.form-select {
	width: 100%;
	height: 44px;
	overflow: hidden;
}
.form-select::before {
	display: block;
	content: "";
	position: absolute;
	right: 28px;
	top: calc(50% - 3px);
	width: 12px;
	height: 7px;
	background: url(../images/common/icon_pulldown.svg) no-repeat;
	pointer-events: none;
}
.form-select > select {
	padding: 0 16px;
	padding-right: 20px;
	width: 100%;
	height: 44px;
	border-radius: 4px;
	background: #fff;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
}

/* form - text */

.form-search {
	width: 100%;
	height: 44px;
}
.form-search > input[type="text"] {
	padding: 0 12px;
	width: 100%;
	height: 44px;
	border-radius: 4px;
	background-color: #fff;
	font-size: 1.5rem;
}

/* form - submit */

.form-submit {
	width: 100%;
	height: 44px;
}
.form-submit::after {
	display: block;
	content: "";
	position: absolute;
	left: 13px;
	top: calc(50% - 10px);
	width: 17px;
	height: 21px;
	background: url(../images/common/icon_search.svg) no-repeat;
	pointer-events: none;
}
.form-submit > input[type="submit"] {
	padding: 0 4px 1px 28px;
	width: 100%;
	height: 44px;
	border-radius: 4px;
	background-color: #443f31;
	color: #fff;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.02em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: opacity 0.3s ease-out;
}
.form-submit > input[type="submit"]:hover {
	opacity: 0.6
}

}


@media (min-width: 769px) {

.search-block {
	display: flex;
	margin: 40px auto 0 auto;
	width: 100%;
	max-width: 796px;
}

/* form - select */

.form-select {
	position: relative;
	padding-right: 12px;
	width: 22.86%;
	max-width: 182px;
	height: 44px;
	overflow: hidden;
}
.form-select::before {
	display: block;
	content: "";
	position: absolute;
	right: 28px;
	top: calc(50% - 3px);
	width: 12px;
	height: 7px;
	background: url(../images/common/icon_pulldown.svg) no-repeat;
	pointer-events: none;
}
.form-select > select {
	padding: 0 16px;
	padding-right: 20px;
	width: 100%;
	height: 44px;
	border-radius: 4px;
	background: #fff;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
}

/* form - text */

.form-search {
	position: relative;
	padding-right: 12px;
	width: 34.2%;
	max-width: 272px;
	height: 44px;
}
.form-search > input[type="text"] {
	padding: 0 12px;
	width: 100%;
	height: 44px;
	border-radius: 4px;
	background-color: #fff;
	font-size: 1.5rem;
}

/* form - submit */

.form-submit {
	position: relative;
	width: 20.0%;
	width: 160px;
	height: 44px;
}
.form-submit::after {
	display: block;
	content: "";
	position: absolute;
	left: 13px;
	top: calc(50% - 10px);
	width: 17px;
	height: 21px;
	background: url(../images/common/icon_search.svg) no-repeat;
	pointer-events: none;
}
.form-submit > input[type="submit"] {
	padding: 0 4px 1px 28px;
	width: 100%;
	height: 44px;
	border-radius: 4px;
	background-color: #443f31;
	color: #fff;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.02em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: opacity 0.3s ease-out;
}
.form-submit > input[type="submit"]:hover {
	opacity: 0.6
}

}



/*----------------------------------------------------------- List Section */


.r-sct-list {
    padding: 20px 5.867% 56px 5.867%;
	background: #f1f2f6;
}


@media (min-width: 641px) {
	.r-sct-list {
		padding: 20px 40px 40px 40px;
	}
}
@media (min-width: 769px) {
	.r-sct-list {
		padding: 40px;
	}
}



/*----------------------------------------------------------- Search_results */

.r-results-title {
	padding-top: 20px;
	font-weight: 700;
	font-size: 2.2rem;
}
.r-results-hd + .r-pagination-block {
	margin-top: 20px;
}
.r-results-none {
	margin-top: 20px;
	padding-bottom: 100px;
}


@media (min-width: 641px) {
	.r-results-title {
		font-size: 2.6rem;
	}
	.r-results-title {
		margin-top: 0;
	}
}



/*----------------------------------------------------------- Pagination Block PC */


@media (min-width: 769px) {
	.r-pagination-block-sp {
		display: none;
	}

	.r-pagination-block {
		display: flex;
		justify-content: space-between;
		align-items: center;;
	}
	.r-list-card + .r-pagination-block {
		margin-top: 40px;
	}

	/* list-number */

	.r-pagination-number {
		font-size: 1.6rem;
	}
	.r-pagination-number >span {
		color: #ad9754;
		font-weight: bold;
		font-size: 2.0rem;
	}

	/* list-pagination */

	.r-pagination {
		font-size: 0;
	}
	.r-pagination > li {
		display: inline-block;
	}
	.r-pagination > li > a {
		display: inline-block;
		padding: 5px 10px;
		border: solid 1px #cecece;
		min-width: 30px;
		height: 30px;
		background: #fff;
		font-size: 1.5rem;
		text-decoration: none;
		vertical-align: middle;
		transition: all 0.3s ease-out;
	}
	.r-pagination > li > a {
		margin-left: 6px;
	}
	.r-pagination > li > a.is-current,
	.r-pagination > li > a:hover {
		border-color: #ad9754;
		background: #ad9754;
		color: #fff;
	}

	.r-pagination > li > a.prev,
	.r-pagination > li > a.next {
		width: 30px;
		background-repeat: no-repeat;
		background-position: center;
		text-indent: 300%;
		white-space: nowrap;
		overflow: hidden;
	}
	.r-pagination > li > a.prev {
		background-image: url(../images/common/icon_pagination_prev_blk.svg);
	}
	.r-pagination > li > a.next {
		background-image: url(../images/common/icon_pagination_next_blk.svg);
	}
	.r-pagination > li > a.prev:hover {
		background-image: url(../images/common/icon_pagination_prev_wht.svg);
	}
	.r-pagination > li > a.next:hover {
		background-image: url(../images/common/icon_pagination_next_wht.svg);
	}

	.r-pagination > li > a.first,
	.r-pagination > li > a.last {
		padding-top: 8px;
		font-size: 1.2rem;
	}

	.r-pagination > li > a.first span::before,
	.r-pagination > li > a.last span::after {
		display: inline-block;
		content: "";
		width: 11px;
		height: 10px;
		transition: background 0.3s ease-out;
	}
	.r-pagination > li > a.first span::before {
		margin-right: 4px;
		background: url(../images/common/icon_pagination_first_blk.svg) no-repeat;
	}
	.r-pagination > li > a.last span::after {
		margin-left: 4px;
		background: url(../images/common/icon_pagination_last_blk.svg) no-repeat;
	}
	.r-pagination > li > a.first:hover  span::before {
		background: url(../images/common/icon_pagination_first_wht.svg) no-repeat;
	}
	.r-pagination > li > a.last:hover  span::after {
		background: url(../images/common/icon_pagination_last_wht.svg) no-repeat;
	}
}



/*----------------------------------------------------------- Pagination Block SP */

@media (max-width: 768px) {
	.r-pagination-block {
		display: none;
	}

	.r-pagination-block-sp {
		display: block;
		margin-top: 40px;
	}
	.r-pagination-sp{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		max-width: 330px;
	}
	.r-pagination-sp > li > .pager {
		font-weight: 600;
		font-family: 'Barlow Condensed', sans-serif;
		font-size: 1.7rem;
		letter-spacing: 0.1rem;
	}

	.r-pagination-sp > li > .prev-btn,
	.r-pagination-sp > li > .next-btn {
		display: inline-flex;
		align-items: center;
		padding: 5px 10px;
		height: 30px;
		border: solid 1px #cecece;
		background: #fff;
		font-size: 1.3rem;
	}
	.r-pagination-sp > li > .prev-btn span{
		padding-left: 16px;
		background: url(../images/common/icon_pagination_prev_blk.svg) left center no-repeat;
	}
	.r-pagination-sp > li > .next-btn span{
		padding-right: 16px;
		background: url(../images/common/icon_pagination_next_blk.svg) right center no-repeat;
	}
	.r-pagination-sp > li > span.prev-btn,
	.r-pagination-sp > li > span.next-btn {
		opacity: 0.35;
	}

}

@media (max-width: 640px) {
	.r-pagination-block-sp {
		margin-top: 32px;
	}
}



/*----------------------------------------------------------- list Card */


.r-list-card {
	margin-top: 32px;
	background: #fff;
}

.r-card-desc {
	padding: 24px 20px;
}

@media (min-width: 641px) {
	.r-card-desc {
		padding: 40px 32px;
	}
}

@media (min-width: 769px) {
	.r-list-card {
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
		padding: 48px;
		background: #fff;
	}
	.r-card-img {
		width: 32.53%;
		max-width: 320px;
	}
	.r-card-desc {
		padding: 0;
		width: 63.42%;
		max-width: 624px;
	}
}


/*------------ list Card */

.r-card-desc-title {
	border-left: solid 4px #ad9754;
	padding-left: 8px;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.4;
}
.r-card-desc-position {
	margin-top: 10px;
}
.r-card-desc-position li {
	padding-top: 6px;
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 1.2;
}
.r-card-desc-overview {
	margin-top: 20px;
	border-top: dashed 1px #bbb;
}
.r-card-desc-overview h3 {
	margin-top: 20px;
	font-weight: 700;
	font-size: 1.5rem;
}
.r-card-desc-overview p {
	margin-top: 6px;
	font-size: 1.4rem;
	line-height: 1.7;
}
.r-card-desc-address {
	position: relative;
	margin-top: 20px;
	padding: 20px 0 0 16px;
	border-top: dashed 1px #bbb;
	font-size: 1.4rem;
	line-height: 1.5;
}
.r-card-desc-address span::before {
	position: absolute;
	left: 0;
	top: 21px;
	display: block;
	content: "";
	margin-right: 4px;
	width: 12px;
	height: 18px;
	background: url(../images/common/icon_address.svg) no-repeat;
	vertical-align: -3px;
}
.r-card-desc-more {
	display: flex;
	justify-content: center;
	margin-top: 22px;
}


/*----------- r-btn-more */

.r-btn-more {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 4px;
	border: solid 1px #ad9754;
	width: 100%;
	max-width: 300px;
	height: 46px;
	background: #ad9754;
	overflow: hidden;
}
.r-btn-more::before {
	position: absolute;
	display: block;
	content: "";
	left: -12px;
	width: 0;
	height: 100%;
	background: #fff;
	transform: skewX(-19.5deg);
	transition: width 0.15s ease-out;
}
.r-btn-more span {
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 1.5rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: color 0.3s ease-out;
	z-index: 5;
}
.r-btn-more span::after {
	display: inline-block;
	margin-left: 8px;
	content: "";
	width: 54px;
	height: 11px;
	background-image: url(../images/common/icon_arrow_wht_r.svg);
	background-position: center;
	background-repeat: no-repeat;
	transition: background-image 0.3s ease-out;
}

@media (min-width: 641px) {
	.r-card-desc-title {
		border-left: solid 6px #ad9754;
		font-size: 2.5rem;
	}
	.r-card-desc-position {
		margin-top: 10px;
	}
	.r-card-desc-position li {
		font-size: 1.8rem;
	}
	.r-card-desc-more {
		display: flex;
		justify-content: flex-end;
		margin-top: 20px;
	}

	/*----------- r-btn-more */

	.r-btn-more {
		max-width: 220px;
	}
	.r-btn-more span {
		font-size: 1.6rem;
	}
	.r-btn-more:hover span {
		color: #ad9754;
	}
	.r-btn-more:hover span::after {
		background-image: url(../images/common/icon_arrow_gld_r.svg);
	}
	.r-btn-more:hover::before {
		width: 110%;
	}

}



/*----------------------------------------------------------- inquiry block */

.r-sct-inquiry {
	padding: 88px 40px 80px 40px;
	background: #fff;
}

@media (max-width: 768px) {
	.r-sct-inquiry.p-detail-inquiry {
		background: #edeff4;
	}
}
@media (max-width: 640px) {
	.r-sct-inquiry {
		padding: 56px 5.867%;
	}
	.r-sct-inquiry .m-ttl-hd-type02 strong {
	    font-size: 2.4rem;
	}
}

.m-ttl-lead.u-inquiry {
	margin-top: 40px;
}
.inquiry-block {
	margin-top: 32px;
	padding: 32px 24px;
	background: #01154f;
	color: #fff;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.inquiry-block h3 {
	margin: 0 auto;
	max-width: 400px;
	padding-bottom: 10px;
	border-bottom: solid 1px #fff;
	font-weight: 700;
	font-size: 2.0rem;
}
.inquiry-block p {
	margin-top: 10px;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.4;
}
.inquiry-block h3 + p {
	margin-top: 22px;
}

@media (min-width: 641px) {
	.m-ttl-lead.u-inquiry {
		margin-top: 56px;
	}
	.inquiry-block {
		margin: 32px auto 0 auto;
		max-width: 560px;
		padding: 40px 32px;
	}
	.inquiry-block h3 {
		font-size: 2.4rem;
	}
	.inquiry-block h3 + p {
		margin-top: 24px;
	}
}



/*------------------------------------------------ Pgae Detail */


.r-job-block {
	padding: 44px 5.867% 56px 5.867%;
	width: 100%;
	background: #fff;
}
@media (min-width: 641px) {
	.r-job-block {
		padding:56px 40px 72px 40px;
	}
}

@media (min-width: 769px) {
	.r-sct-detail {
		padding: 168px 40px 100px 40px;
		background: #F1F2F6;
	}
	.r-job-block {
		margin: 0 auto;
		padding: 72px 64px;
		max-width: 920px;
		background: #fff;
	}
}



/*-------------------------- job-head */


.r-job-head .r-job-head-title  {
	border-left: solid 4px #ad9754;
	padding-left: 8px;
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1.4;
}
.r-job-head .r-job-head-position {
	margin-top: 12px;
}
.r-job-head .r-job-head-position > li {
	padding-top: 6px;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.2;
}
.r-job-head .r-job-head-address {
	position: relative;
	margin-top: 16px;
	padding: 20px 0 0 16px;
	border-top: dashed 1px #bbb;
	font-size: 1.4rem;
	line-height: 1.5;
}
.r-job-head .r-job-head-address span::before {
	position: absolute;
	left: 0;
	top: 21px;
	display: block;
	content: "";
	margin-right: 4px;
	width: 12px;
	height: 18px;
	background: url(../images/common/icon_address.svg) no-repeat;
	vertical-align: -3px;
}

@media (min-width: 641px) {
	.r-job-head .r-job-head-title  {
		border-left: solid 6px #ad9754;
		font-size: 3.2rem;
	}
	.r-job-head .r-job-head-position {
		margin-top: 12px;
	}
	.r-job-head .r-job-head-position > li {
		padding-top: 6px;
		font-weight: 700;
		font-size: 1.8rem;
		line-height: 1.2;
	}
}


/*-------------------------- job-img */

.r-job-img  {
	margin-top: 32px;
}

@media (min-width: 641px) {
	.r-job-img {
		margin-top: 42px;
	}
}


/*-------------------------- job-description */

.r-job-description {
	margin-top: 32px;
	padding-bottom: 32px;
	border-bottom: dashed 1px #bbb;
}
.r-job-info {
	margin-top: 32px;
}
.r-job-description-ttl {
	margin-top: 20px;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.4;
}
.r-job-description-ttl:first-of-type {
	margin-top: 0;
}
.r-job-description-ttl::before {
	display: inline-block;
	content: "";
	margin-right: 8px;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background: #ad9754;
}
.r-job-info p,
.r-job-description p {
	margin-top: 10px;
	font-size: 1.5rem;
	line-height: 1.8;
}
.r-job-description-list {
	margin-top: 8px;
}
.r-job-description-list > li {
	position: relative;
	margin-top: 6px;
	padding-left: 14px;
	font-size: 1.5rem;
	line-height: 1.6;
}
.r-job-description-list > li:first-child {
	margin-top: 0;
}
.r-job-description-list > li::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	margin-right: 6px;
	width: 7px;
	height: 7px;
	border-radius: 4px;
	background: #1f1f1f;
}
.r-job-description-tbl {
	margin-top: 14px;
	border-bottom: solid 1px #b7b7b7;
}
.r-job-description-tbl dl {
	border-top: solid 1px #b7b7b7;
	font-size: 1.5rem;
	line-height: 1.6;
	background: #fff;
}
.r-job-description-tbl dl dt {
	padding: 10px 16px;
	background: #efeadd;
	text-align: center;
	font-weight: 700;
}
.r-job-description-tbl dl dd {
	padding: 18px 16px;
}

@media (min-width: 641px) {
	.r-job-description {
		margin-top: 40px;
		padding-bottom: 40px;
	}
	.r-job-info {
		margin-top: 40px;
	}
	.r-job-description-ttl {
		margin-top: 24px;
	}
	.r-job-info p,
	.r-job-description p {
		margin-top: 14px;
	}
	.r-job-description-list {
		margin-top: 20px;
	}
	.r-job-description-tbl {
		margin-top: 24px;
	}
	.r-job-description-tbl dl {
		display: flex;
		width: 100%;
	}
	.r-job-description-tbl dl dt,
	.r-job-description-tbl dl dd {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.r-job-description-tbl dl dt {
		align-items: center;
		padding: 20px 8px;
		width: 21.0%;
	}
	.r-job-description-tbl dl dd {
		padding: 20px 20px 20px 22px;
		width: 79.0%;
	}
}


/*-------------------------- r-job-entry */

.r-job-entry {
	margin-top: 32px;
}
.r-job-entry .m-btn-base {
	font-size: 2.2rem;
	letter-spacing: 0.05em;
}

@media (min-width: 641px) {
	.r-job-entry {
		margin-top: 48px;
	}
}


