@charset "UTF-8";
#wrapper {
	overflow: inherit;
}
.heading__title {
	padding: 0 50px;
}
.c-heading {
	background: rgba(209,194,169,.4) url("../images/recruiting_bg_pattern01.png") repeat;
}
.ctsArea {
	max-width: 900px;
	transform: translateX(70px);
}
.ctsArea__white,
.ctsArea__paper {
	padding: 100px 50px;
}
.corner-red {
	position: absolute;
	top: -50px;
	left: 100px;
}
.heading__txt{
	color: #000!important;
}
/*
.recruiting-wrapper
-----------------------------------------------------------------------------------------------*/
.recruiting-wrapper {
	padding-top: 100px;
	position: relative;
}
.recruiting__tbl {
	border-top: solid 1px rgba(201,147,0,.2);
	margin: 0 auto;
}
.tbl-border {
	border-bottom: solid 1px rgba(201,147,0,.2);
}
.recruiting__tbl-th {
	color: var(--red);
	font-size: 1.6rem;
	font-weight: var(--bold);
	margin-left: 50px;
	min-width: 140px;
	padding-left: 10px;
}
.recruiting__tbl-td {
	font-size: 1.5rem;
	line-height: 200%;
	padding:  45px 0;
	text-align: justify;
	width: 100%;
}
.mgn--bottom {
	padding-bottom: 50px;
}

.recruiting__subTit {
	display: inline-block;
	margin-bottom: 15px;
}
.recruiting__td__title {
	color: #FFF;
	display: inline-block;
	background-color: rgba(103,52,0,.5);
	border-radius: 15px;
	margin-bottom: 10px;
	padding: 0 30px;
}
.recruiting__td__last {
	padding: 0 0 0 0;
}
/* 追従ナビ
============================== */
.recruiting__nav {
	width: 20vw;
	max-width: 300px;
	min-width: 230px;
	padding: 30px 0 30px 30px;
}
.recruiting__nav.sticky {
	position: sticky;
	position: -webkit-sticky;  /*Safari */
	top: 130px;
	z-index: 999;
}
.recruiting__ul {
	display: flex;
	flex-direction: column;
}
.recruiting__list {
	border-top: solid 1px rgba(201,147,0,.3);
	font-weight: var(--bold);
	padding: 0 15px;
}
.recruiting__list:last-of-type {
	border-bottom: solid 1px rgba(201,147,0,.3);
}
.recruiting__link {
	display: block;
	padding: 30px;
	position: relative;
	transition: opacity .3;
	width: fit-content;
	white-space: nowrap;
}
.recruiting__link:hover {
	opacity: .6;
}
.recruiting__nav [class^="ico-circle"] {
	bottom: auto;
	left: 0px;
	top: 50%;
	right: auto;
	transform: translateY(-50%);
}

/* .positions
-----------------------------------------------------------------------------------------------*/
#positions.ctsArea {
	margin-top: -500px;
}
#positions .recruiting__tbl-td {
	padding: 0 0 35px 0;
}
#positions .mgn--top,
.mgn--top{
	padding-top: 50px;
}

/* .flow
-----------------------------------------------------------------------------------------------*/
#flow .corner-red {
	left: auto;
	right: 100px;
}
.flow__line {
	margin-left: 30px;
	position: relative;
}
.flow__line::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	height: 97%;
	width: 2px;
	background: #b39980;
}
.flow__tbl__list {
	padding: 0 0 0 20px;
	position: relative;
	margin: 0 0 50px 0;
}
.flow__tbl__list:last-of-type {
	margin: 0 0 0 0;
}
.flow__tbl__list::before {
	background: #b39980;
	border-radius: 50%;
	content: '';
	height: 12px;
	position: absolute;
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	z-index: 1;
}
.flow__tbl__list:first-of-type::before {
	top: 10%;
	transform: translateY(0%);
}
/*a.flow__list--btn {
	align-items: center;
	background: #FFF;
	border: 1px solid #000;
	border-radius: 25px;
	display: flex;
	font-size: 1.2rem;
	height: 50px;
	margin: 12px 0 0 0;
	padding: 0 50px 0 18px;
	position: relative;
	width: fit-content;
}
a.flow__list--btn:hover {
	background: rgba(0, 0, 0, .07);
}
.flow__list--btn::before, .flow__list--btn::after {
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	content: '';
	height: 7px;
	position: absolute;
	transform: rotate(45deg) translate(0, -50%);
	right: 30px;
	top: 50%;
	transition: right .3s;
	width: 7px;
}
.flow__list--btn::after {
	right: 36px;
}

.flow__list--icon {
	padding: 0 17px 0 0;
	position: relative;
}
.flow__list--icon::before {
	background: url(../images/link_icon01.svg) no-repeat center center/ cover;
	content: '';
	height: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 12px;
}*/
a.txtLink {
	text-decoration: underline #000;
	transition: .3s;
}
a.txtLink:hover {
	color: var(--red);
	text-decoration: underline var(--red);
}
.txt__small {
	font-size: 1.4rem;
}
/* .hospitality
-----------------------------------------------------------------------------------------------*/
#hospitality.ctsArea {
	padding: 70px 30px 180px;
}
.hosp__tbl__p {
	font-size: 1.5rem;
}
.hosp__tbl__p:first-of-type {
	margin-bottom: 15px;
}
/* .faq
-----------------------------------------------------------------------------------------------*/
#faq {
	padding-top: 50px;
}
#faq .ctsArea {
	padding: 150px 30px;
}
#faq .corner-red {
	top: -45px;
	left: 50%;
	right: auto;
	transform: translateX(-50%);
}
#faq .corner__inner {
	background: rgba(255, 255, 255, .7);
}
.faq__list:not(:last-of-type) {
	margin-bottom: 40px;
}
.faq__title {
	background: #FFF;
	border-radius: 10px 10px 30px 10px;
	cursor: pointer;
	color: var(--blue);
	font-size: 2rem;
	font-weight: var(--bold);
	position: relative;
	padding: 30px;
	z-index: 2;
}
.faq__num {
	background: var(--red);
	color: #FFF;
	font-size: 1.6rem;
	left: 30px;
	position: absolute;
	top: -18px;
	padding: 0 20px 2px 20px;
}
#faq [class^="ico-circle"] {
	top: 50%;
	right: 30px;
	transform: translateY(-50%) rotate(90deg);
	transition: all .3s ease;
}
#faq .faq__title.close [class^="ico-circle"]{
	transform: translateY(-50%) rotate(270deg);
}
.faq__toggle {
	background: rgba(255, 255, 255, .4);
	border-radius: 0 0 10px 10px;
	display: none;
	line-height: 230%;
	padding: 80px 40px 40px 40px;
	position: relative;
	transform: translateY(-50px);
	z-index: 1;
}


/* .message
-----------------------------------------------------------------------------------------------*/
#message .corner-red {
	margin-bottom: 70px;
	position: initial;
}
.message__box {
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
}
.message__white {
	background: #FFF;
	box-shadow: var(--shadow);
	border-radius: var(--bdrs);
	padding: 40px 30px;
	text-align: justify;
	width: 375px;
}
.message__white:first-of-type {
	width: 435px;
}
.message__txt {
	font-size: 1.5rem;
	line-height: 200%;
	margin: 0 0 10px 0;
}
.message__people {
	align-items: center;
	display: flex;
	color: var(--blue);
	font-weight: var(--bold);
	flex-direction: column;
	gap:0 10px;
	justify-content: flex-end;
	margin: 0 0 0 auto;
	width: 70px;
	white-space: nowrap;
}
.message__people__img {
	border: solid 1px #3333;
	border-radius: 50%;
	height: 70px;
	width: 70px;
}

@media screen and (max-width:812px){
	#wrapper {
	overflow: hidden;
	}
	.ctsArea {
		transform: translateX(0px);
	}
	.ctsArea__white,
	.ctsArea__paper {
		padding: 50px 15px 30px;
	}
	.corner-red {
		left: 50%;
		top: -30px;
		transform: translateX(-50%);
	}
	.corner__inner {
		height: 60px;
		min-width: 280px;
	}
	
/*
.recruiting-wrapper
-----------------------------------------------------------------------------------------------*/
	.recruiting__tbl {
		text-align: left;
		width: 100%;
	}
	.recruiting-wrapper {
		padding-top: 40px;
	}
	.recruiting__tbl-th {
		display: block;
		font-size: 1.5rem;
		margin: 0 auto;
		padding: 20px 0 0 10px;
	}
	.recruiting__tbl-td {
		display: block;
		font-size: 1.4rem;
		line-height: 150%;
		padding: 5px 10px 20px;
	}
	.mgn--bottom {
		padding-bottom: 20px;
	}
	.recruiting__subTit {
		margin-bottom: 10px;
	}
	.recruiting__td__title {
		padding: 2px 20px;
	}

/* 追従ナビ
============================== */
	.recruiting__nav {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		padding: 15px;
	}
	.recruiting__nav.sticky {
		display: block;
	}
	.recruiting__link {
		padding: 15px 30px;
	}

/* .positions
-----------------------------------------------------------------------------------------------*/
	#positions.ctsArea {
		margin-top: 0;
	}
	#positions .recruiting__tbl-td {
		padding: 0 0 20px 10px;
	}
	#positions .mgn--top,
	.mgn--top{
		padding-top: 5px;
	}

/* .flow
-----------------------------------------------------------------------------------------------*/
	#flow .corner-red {
		left: 50%;
		right: auto;
		top: -30px;
		transform: translateX(-50%);
	}
	.flow__line::before {
		height: 96%;
	}
	.flow__tbl__list {
		margin: 0 0 20px 0;
	}
/* .hospitality
-----------------------------------------------------------------------------------------------*/
	#hospitality.ctsArea {
		padding: 40px 15px 70px;
	}
	.hosp__tbl__p {
		font-size: 1.4rem;
	}
/* .faq
-----------------------------------------------------------------------------------------------*/
	#faq {
		padding-top: 30px;
	}
	#faq .ctsArea {
		padding: 70px 15px 55px;
	}
	#faq .corner-red {
		top: -30px;
	}

	.faq__list:not(:last-of-type) {
		margin-bottom: 30px;
	}
	.faq__title {
		font-size: 1.6rem;
		padding: 15px 50px 15px 15px;
	}
	.faq__num {
		font-size: 1.2rem;
		left: 15px;
		top: -11px;
		padding: 0 8px 2px 8px;
	}
	#faq [class^="ico-circle"] {
		right: 15px;
	}
	.faq__toggle {
		font-size: 1.4rem;
		line-height: 170%;
		padding: 60px 20px 20px 20px;
		transform: translateY(-40px);
	}


/* .message
-----------------------------------------------------------------------------------------------*/
	#message.ctsArea {
		padding: 60px 15px 0;
	}
	#message .corner-red {
		margin-bottom: 30px;
		transform: translateX(0px);
	}
	.message__box {
		gap: 20px;
	}
	.message__white {
		padding: 20px;
		width: 100%;
	}
	.message__white:first-of-type {
		width: 100%;
	}
	.message__txt {
		font-size: 1.4rem;
		line-height: 170%;
	}
	.message__people {
		font-size: 1.4rem;
		width: 50px;
	}
	.message__people__img {
		height: 50px;
		width: 50px;
	}
/*ipad mini記述*/
@media screen and (min-width: 768px) and (max-width: 819px){
	.ctsArea__white, .ctsArea__paper {
		padding: 50px 25px 30px;
	}
	.message__white {
		padding: 30px 25px;
		width: 100%;
	}
}

/* iPhone SE用 */
@media screen and (max-width:375px){
}
/* デバイスが横向きの場合の記述 */
@media (orientation: landscape) and (max-width:812px){
}
/* デバイスが横向き＋XR 場合の記述 */
@media (orientation: landscape) and (min-width: 813px) and (max-width: 896px){
}
}