@charset "UTF-8";
/* CSS Document */
.sp {
	display: none;
}

.snavi ul{
	margin:0 auto;
	display: table;
	/* min-width: 800px; */
    table-layout: fixed;
}

.snavi ul li{
	/* width: 50%; */
	padding: 10px 60px;
	display: table-cell;
	border-right: 1px solid #b3a27d;
}
.snavi ul li:last-child {
	border-right: none;
}

.snavi ul li a {
	padding: 0 29px 0 27px;
	border-right: none;
}

.leadArea{
	text-align:center;
	padding: 70px 7.5% 0px;
}
.cWrap {
	padding: 0px 7.5% 60px;
	border-bottom: 1px solid #e9e4d6;
}
.cWrap:last-child {
	padding: 0px 7.5% 70px;
	border-bottom: none;
}

/*::::::::::: メッセージ :::::::::*/

.txt_Message{
	padding-bottom: 40px;
	font-size: 1.8rem; font-size: clamp(1.7rem, 1.6336rem + 0.14vw, 1.8rem);
}

.gallery-area{
	display: flex;
	flex-wrap: wrap;
	gap: 1vw;
}
.gallery-area .gallery-cont{
	width: calc(33.3333% - (2vw / 3));
}
.gallery-area .gallery-cont img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}
.gallery-area .gallery-cont.pic-l {
	width: 1250px;
	max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.gallery-area .gallery-cont.pic-l img {
	aspect-ratio: 5 / 2;
}
/*
@media (min-width:1281px) {
	.gallery-area .gallery-cont {
		width: 16.6666%;
	}
}*/
@media screen and (max-width:1200px){
	.gallery-area .gallery-cont.pic-l {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width:480px) {
	.gallery-area .gallery-cont {
		width: calc(50% - 0.5vw);
	}
}

/*::::::::::: 募集要項 :::::::::*/

#recruit02 .ttl02{
	margin-bottom: 40px;
}

#cProfileWrap .ClmWrap {
	width: 100%;
	margin-bottom: 50px;
}
#cProfileWrap .lClm .recruit-list {
	padding-bottom: 80px;
}
#cProfileWrap .lClm .recruit-list:last-child {
	padding-bottom: 0;
}
#cProfileWrap .lClm .recruit-list .job-name{
	color: #000;
	font-size: 18px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom: 15px;
}
#cProfileWrap .lClm dl {
	width: 100%;
}
#cProfileWrap .lClm dl dt,
#cProfileWrap .lClm dl dd
{
	font-size: 1.45rem;
	line-height: 20px;
}
#cProfileWrap .lClm dl dt {
	width: 232px;
	float: left;
	padding: 24px 0px 24px 18px;
}
#cProfileWrap .lClm dl dt span {
	padding-left: 18px;
	position: relative;
	/* font-family: "Hannari", serif; */
}
#cProfileWrap .lClm dl dt span::before{
	content:"";
	display: block;
	width: 9px;
	height: 2px;
	background:#a08c5d;
	position: absolute;
	left: 0;
	top: 7px;
}
#cProfileWrap .lClm dl dd {
	padding-left: 268px;
	border-top: 1px solid #f0f0ee;
	padding: 24px 0px;
	padding-left: 250px;
}
#cProfileWrap .lClm dl dd:last-child {
	border-bottom: 1px solid #f0f0ee;
}


@media screen and (max-width:1199px){
	#cProfileWrap .lClm dl dt {
		width: 152px;
	}
	#cProfileWrap .lClm dl dd {
		padding-left: 170px;
	}
    #cProfileWrap .lClm dl dd:last-child {
        margin-bottom: 20px;
    }

}

@media screen and (max-width:1024px){
	.sp {
		display: block;
	}
	.leadArea{
		padding: 30px 15px 0px;
	}
	.cWrap {
		padding: 0px 7.5% 30px;
		border-bottom: 1px solid #e9e4d6;
	}
	.cWrap:last-child {
		padding: 0px 7.5% 60px;
		border-bottom: none;
	}
	.msgWrap {
		height: auto;
		background: none;
		background-size: cover;
		background-image: none !important;
	}
	.msgWrap .msgBox {
		width: auto;
		height: auto;
		float: none;
		padding: 0px;
	}
	.msgWrap .msgBox .txtBox {
		height: auto;
		background-color: #e9e4d7;
		opacity: 1;
		padding: 20px;
		margin-bottom: 5px;
	}
	.msgWrap .msgBox .txtBox h3 {
		font-size: 18px;
		margin-bottom: 13px;
	}
	.msgWrap .msgBox .txtBox p {
		font-size: 14px;
		line-height: 22px;
		text-shadow: 1px 1px 0 rgba(255,255,255,.5);
	}
	.msgWrap .msgBox .msgName {
		width: 100%;
		display: block;
		text-align: right;
		font-size: 15px;
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		vertical-align: middle;
	}
	.msgWrap .msgBox .msgName span {
		font-size: 13px;
	}
}

@media screen and (max-width:768px){
	.snavi ul{
		min-width:100%;
		margin:0;
		display:block;
	}
	.snavi ul li{
		width: 100%;
		display: block;
		padding: 10px 0;
	}

	.snavi ul li a {
		padding: 0;
	}
	#cProfileWrap .ClmWrap {
		margin-bottom: 20px;
	}
	#cProfileWrap .lClm {
		float: none;
		width: 100%;
	}
	#cProfileWrap .lClm .recruit-list {
		padding-bottom: 40px;
	}
	#cProfileWrap .lClm .recruit-list .job-name {
		font-size: 16px;
	}
	#cProfileWrap .lClm dl dt {
		width: auto;
		float: none;
		padding: 20px 0px 15px 0px;
	}
	#cProfileWrap .lClm dl dd {
		border-top: none;
		border-bottom: 1px solid #f0f0ee;
		padding: 0px 0px 20px 0px;
		padding-left: 18px;
	}
	#cProfileWrap .lClm dl dd:last-child {
		margin-bottom: 15px;
	}
}

/* ------------------------------------------ */
/* Tab Accordion CSS */
/* ------------------------------------------ */
.resp-tabs {
	display: flex;
	flex-wrap: wrap;
}

/* タブ */
.resp-tabs .resp-tab-item {
	cursor: pointer;
	padding: 15px 20px;
	background-color: #f7f7ef;
	transition: all 0.3s ease;
}

.resp-tabs .resp-tab-item.resp-tab-active {
	color: #fff;
	background-color: #a08c5d;
	font-weight: bold;
	position: relative;
	padding-right: 40px;
}
.resp-tabs .resp-tab-item.resp-tab-active::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%) rotate(45deg);
	width: 5px;
	height: 5px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

@media (min-width: 768px) and (any-hover: hover) {
	.resp-tabs .resp-tab-item:hover {
		color: #fff;
		background-color: #a08c5d;
		font-weight: bold;
	}
}

/* アコーディオン */
.resp-tabs .resp-accordion {
	display: none;
	cursor: pointer;
	position: relative;
	padding: 10px 15px;
	background-color: #f7f7ef;
}

.resp-tabs .resp-accordion.resp-tab-active {
	/* color: #fff; */
	background-color: #f7f7ef;
}

@media (min-width: 768px) and (any-hover: hover) {
	.resp-tabs .resp-accordion:hover {
		color: #fff;
		background-color: #f7f7ef;
	}
}

/* コンテンツ */
.resp-tabs .resp-tab-content {
	display: none;
	/*padding: 10px;
	background-color: #eee;*/
}

.resp-tabs .resp-tab-content.active {
	display: block;
}

/* スタイル：デザインに合わせて変更 --------------------------- */
/* アコーディオン アイコン */
.resp-accordion .resp-arrow {
	--resp-arrow-width: 16px;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: var(--resp-arrow-width);
	height: var(--resp-arrow-width);
}

.resp-accordion .resp-arrow::before,
.resp-accordion .resp-arrow::after {
	top: 50%;
	transform: translateY(-50%);
	width: var(--resp-arrow-width);
	height: 2px;
	content: "";
	position: absolute;
	background: #a08c5d;
	transition: .4s cubic-bezier(.77, 0, .175, 1);
}

.resp-accordion .resp-arrow::before {
	left: 0;
}

.resp-accordion .resp-arrow::after {
	right: 0;
	transform: translateY(-50%) rotate(90deg);
}

.resp-accordion.resp-tab-active .resp-arrow::after {
	transform: translateY(-50%);
}

@media (min-width: 768px) and (any-hover: hover) {
	.resp-accordion:hover:not(.resp-tab-active) .resp-arrow::before {
		transform: rotate(-45deg);
		transform-origin: left bottom;
		width: 10px;
		left: calc(var(--resp-arrow-width) / 2);
	}

	.resp-accordion:hover:not(.resp-tab-active) .resp-arrow::after {
		transform: rotate(45deg);
		transform-origin: right bottom;
		width: 10px;
		right: calc(var(--resp-arrow-width) / 2);
	}
}

/* holizon */
.holizon .resp-tabs-list {
	display: flex;
	gap: 0 5px;
}

.holizon .resp-tabs-container {
	width: 100%;
}

/* vertical */
.vertical .resp-tabs-list {
	display: flex;
	flex-direction: column;
	gap: 5px 0;
	width: 35%;
	margin-right: 50px;
}

.vertical .resp-tabs-container {
	flex: 1;
}

/* タブ・アコーディオン切り替え */
@media only screen and (max-width: 1024px) {
	.resp-tabs .resp-tabs-list {
		display: none;
	}

	.resp-tabs .resp-tabs-container .resp-accordion {
		display: block;
		margin-top: 2px;
	}
	.resp-tabs .resp-tabs-container .resp-accordion:first-child {
		margin-top: 0;
	}
}
