@charset "UTF-8";

.c-ttl__l {
	background: #F6BA81;
	background: linear-gradient(90deg,rgba(246, 186, 129, 1) 0%, rgba(251, 191, 191, 1) 100%) !important;
}



/*lead
---------------------------------------------------------*/
.lead .w1200 {
	position: relative;
	z-index: 1;
}

.recruit__catch {
	text-align: center;
	font: var(--font-min);
	font-size: var(--fs-38);
	letter-spacing: .08em;
	line-height: 1.5em;
	margin-bottom: 1.0em;
}
.recruit__lead {
	text-align: center;
}
.recruit__status {
	text-align: center;
	color: var(--color-nutritional);
	font-size: var(--fs-24);
	font-weight: bold;
	letter-spacing: .18em;
	line-height: 1.6em;
	margin-top: 1.5em;
}
.recruit__free {
	margin-top: var(--gap-100);
}

.lead__slid-wrap {
	position: relative;
	z-index: 0;
}
.lead__slid-deco li {
	position: absolute;
	z-index: 10;
}
.lead__slid-deco li:nth-child(1) {
	width: min(35vw,520px);
	right: 58%;
	top: 0;
	transform: translateY(-70%);
}
.lead__slider .swiper-slide {
	width: min(60vw,783px);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.recruit__status {
	letter-spacing: .15em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.recruit__lead {
	text-align: left;
}
.recruit__status {
	letter-spacing: .1em;
}
.lead__slid-deco li:nth-child(1) {
	width: 60vw;
}
.lead__slider .swiper-slide {
	width: 80vw;
}
}



/*guidelines
---------------------------------------------------------*/
.guidelines__table {
	width: 100%;
	background: #fff;
	border-top: solid 1px #e6e6d0;
	line-height: 1.8em;
}
.guidelines__table th,
.guidelines__table td {
	border-bottom: solid 1px #e6e6d0;
	box-sizing: border-box;
}
.guidelines__table th {
	width: 28%;
	text-align: center;
	vertical-align: middle;
	padding: 3.0rem 2%;
	background: var(--color-border);
	font-size: var(--fs-17);
	font-weight: bold;
	letter-spacing: .18em;
	line-height: 1.6em;
}
.guidelines__table th small {
	display: block;
	font-size: 80%;
	line-height: 1.6em;
}
.guidelines__table td {
	width: 72%;
	text-align: left;
	vertical-align: middle;
	padding: 3.0rem 3%;
}

/*自由入力欄*/
.guidelines__free p {
	margin-bottom: 1.5em;
}
.guidelines__free p:last-of-type {
	margin-bottom: 0 !important;
}
.guidelines__free a,
.guidelines__table a {
	text-decoration: underline;
}
.guidelines__free a:hover,
.guidelines__table a:hover {
	text-decoration: none;
	color: var(--color-nutritional);
}
.guidelines__entry-tel,
.guidelines__entry-mail,
.guidelines__entry-txt2,
.guidelines .c-mobile-attention {
	margin-top: 1.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.guidelines__table tr,
.guidelines__table th,
.guidelines__table td {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.guidelines__table th {
	padding: 1.0rem 2%;
	letter-spacing: .15em;
}
.guidelines__table td {
	padding: 2.0rem 6% 3.0rem;
}
/*自由入力欄*/
.guidelines__free p {
	margin-bottom: 1.0em;
}
.guidelines__entry-tel,
.guidelines__entry-mail,
.guidelines__entry-txt2,
.guidelines .c-mobile-attention {
	margin-top: 1.0em;
}
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}