@charset "utf-8";

/* freepage 共通css */
#tblLayout {
	/*max-width: 1200px;*/
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}



/**********************************

 parts

***********************************/
.recruit {
	color: #303C53;
}

.recruit p {
}

.recruit .ov {
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.recruit .ov:hover {
	opacity:0.7;
}

.recruit .define_wrap {
	padding: 0 50px;
}

.recruit .define_inner {
	max-width: 100%;
	width: 960px;
	margin: 0 auto;
}

.recruit .c-anchor {
	display: block;
	padding-top: 35px;
	margin-top: -35px;
}

.recruit .c-anchor02 {
	display: block;
	padding-top: calc(35px + 141px);
	margin-top: calc(-35px - 141px);
}

.recruit img {
	max-width: 100%;
}

.recruit .c-bg01 {
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/bg01.jpg) repeat-y center top;
	background-size: 100% auto;
}

.recruit .c-bg02 {
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/bg10.jpg) repeat-y center top;
	background-size: 100% auto;
}

.recruit .c-bg03 {
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/bg07.jpg) repeat-y center top;
	background-size: 100% auto;
}

@media screen and (max-width:960px){

	.recruit .define_inner {
		width: auto;
	}
}

@media screen and (min-width:821px){
	.recruit .sp {
		display: none !important;
	}
}

@media screen and (max-width:820px){
	.recruit .pc {
		display: none !important;
	}

	.recruit .define_wrap {
		padding: 0 4.66666667%;
	}

	.recruit .c-anchor {
		padding-top: 10px;
		margin-top: -10px;
	}

	.recruit .c-anchor02 {
		display: block;
		padding-top: calc(35px + 40px);
		margin-top: calc(-35px - 40px);
	}

	.recruit .c-bg01.first {
		padding-top: 20px;
	}
}



/**********************************

 c-fixed-navi

***********************************/
.recruit .c-fixed-navi {
	width: 100%;
	position: sticky;
	top: 141px;
	z-index: 49;
}

.recruit .c-fixed-navi > ul {
	display: flex;
	border-top: 1px solid #fff;
}

.recruit .c-fixed-navi > ul > li {
	width: 33.3333334%;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.recruit .c-fixed-navi > ul > li:first-child {
	border-left: none;
}

.recruit .c-fixed-navi > ul > li:last-child {
	border-right: none;
}

.recruit .c-fixed-navi > ul > li > span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	background-color: #303C53;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.recruit .c-fixed-navi > ul > li:hover > span {
	opacity: .7;
}

.recruit .c-fixed-navi > ul > li > span > img {
	display: block;
	width: 78px;
}

.recruit .c-fixed-navi .child {
	display: none;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.222222222222222;
	letter-spacing: .2em;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
}

.recruit .c-fixed-navi .child li {
	border-bottom: 2px solid #fff;
	box-sizing: border-box;
}

.recruit .c-fixed-navi .child li:first-child {
	border-top: 2px solid #fff;
}

.recruit .c-fixed-navi .child li:last-child {
	border-bottom: none;
}

.recruit .c-fixed-navi .child li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 42px;
	color: #fff;
	text-align: center;
}

.recruit .c-fixed-navi .child li a.color1 {
	background-color: #4C76AD;
}

.recruit .c-fixed-navi .child li a.color2 {
	background-color: #5DC4AC;
}

.recruit .c-fixed-navi .child li a.color3 {
	background-color: #F8C6CF;
}

.recruit .c-fixed-navi .child li a.color4 {
	background-color: #A0D2FF;
}

.recruit .c-fixed-navi .child li a.color5 {
	background-color: #AFC7FF;
}

@media screen and (max-width:820px){
	.recruit .c-fixed-navi {
		top: 41px;
	}

	.recruit .c-fixed-navi .child {
		font-size: 9px;
	}

	.recruit .c-fixed-navi .child li a {
		height: 38px;
	}

}

@media screen and (max-width:374px){

	.recruit .c-fixed-navi .child {
		font-size: 2.4vw;
	}
}



/**********************************

 c-hero

***********************************/
.recruit .c-hero {
	position: relative;
	z-index: 2;
}

.recruit .c-hero__inner {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.recruit .c-hero__inner-pic {
	margin: 0 -6.25%;
}

.c-hero__inner-slider {
	display: none;
}

.recruit .c-hero__inner-btn {
	width: 16.666666666666667%;
	margin-left: 11.979166666666667%;
	margin-bottom: -9.375%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}

.recruit .c-hero__inner-btn:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/hero_sticker_txt.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}

.recruit .c-hero__inner-btn span {
	display: block;
	cursor: pointer;
	-webkit-mask: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/mask01.png) center / 100% auto no-repeat;
	mask: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/mask01.png) center / 100% auto no-repeat;
	animation: rotate 15s linear infinite reverse;
}

.recruit .c-hero__inner-btn span img {
	image-rendering: crisp-edges;
	animation: rotate 15s linear infinite normal;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.recruit .c-hero__inner-btn-balloon {
	display: none;
	width: 718px;
	margin-top: 14px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
}

.recruit .c-hero__inner-btn-balloon:before {
	content: "";
	display: block;
	width: 47px;
	height: 35px;
	margin-left: 54px;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/hero_arr01.png) no-repeat center / contain;
	position: absolute;
	bottom: 100%;
	left: 0;
	z-index: 1;
}

.recruit .c-hero__inner-btn-balloon-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 40px 20px;
	border-radius: 20px;
	background: #fff;
}

.recruit .c-hero__inner-btn-balloon-inner .bnr {
	width: 47.335423197492163%;
	margin-bottom: 3.134796238244514%;
}

@media screen and (max-width:959px){

	.recruit .c-hero__inner-btn-balloon {
		width: 74.792vw;
		margin-top: 1.458vw;
	}

	.recruit .c-hero__inner-btn-balloon:before {
		width: 4.896vw;
		height: 3.646vw;
		margin-left: 5.625vw;
	}

	.recruit .c-hero__inner-btn-balloon-inner {
		padding: 4.167vw 4.167vw 2.083vw;
		border-radius: 2.083vw;
	}

}

@media screen and (max-width:820px){

	.recruit .c-hero__inner {
	}

	.recruit .c-hero__inner-pic {
		margin: 0;
	}

	.recruit .c-hero__inner-slider {
		display: block;
		width: 100%;
		overflow: hidden;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		opacity: 0;
		transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.recruit .c-hero__inner-slider.slick-initialized {
		opacity: 1;
	}

	.recruit .c-hero__inner-slider-item {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 72vw;
		padding-right: 29.333vw;
		text-align: center;
	}

	.recruit .c-hero__inner-slider-item p {
		color: #fff;
		font-size: 3.867vw;
		font-weight: 500;
		line-height: 1.862068965517241;
		letter-spacing: .1em;
		text-align: center;
	}

	.c-hero__inner-slider-item {

	}

	.recruit .c-hero__inner-btn {
		width: 30.666666666666667%;
		margin-left: 0;
		margin-right: 3.2%;
		margin-bottom: -4.266666666666667%;
		left: auto;
		right: 0;
	}

	.recruit .c-hero__inner-btn-balloon {
		width: 84.533vw;
		margin-top: -4vw;
		margin-right: 3.733vw;
		left: auto;
		right: 0;
	}

	.recruit .c-hero__inner-btn-balloon:before {
		width: 7.2vw;
		height: 5.333vw;
		margin-left: 0;
		margin-right: 8vw;
		left: auto;
		right: 0;
	}

	.recruit .c-hero__inner-btn-balloon-inner {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 5.333vw 5.333vw 2.667vw;
		border-radius: 4vw;
		background: #fff;
	}


	.recruit .c-hero__inner-btn-balloon-inner .bnr {
		width: 47.335423197492163%;
		margin-bottom: 3.134796238244514%;
	}

}



/**********************************

 c-about

***********************************/
.recruit .c-about {

}

.recruit .c-about__inner {
	padding-bottom: 150px;
	/*padding-bottom: 180px;*/
	position: relative;
	z-index: 1;
}

.recruit .c-about__inner-txt01 {
	margin-top: -.5em;
	margin-bottom: 3em;
	color: #303C53;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 1.777777777777778;
	letter-spacing: .15em;
	position: relative;
	z-index: 2;
}

.recruit .c-about__inner-txt02 {
	margin-bottom: 2.2em;
	color: #303C53;
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	line-height: 1.777777777777778;
	letter-spacing: .12em;
	position: relative;
	z-index: 2;
}

.recruit .c-about__inner-txt03 {
	color: #303C53;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 1.777777777777778;
	letter-spacing: .12em;
	position: relative;
	z-index: 2;
}

.recruit .c-about__inner-pic01 {
	width: 15.625%;
	margin-top: 14%;
	margin-right: 13.854166666666667%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	animation: floating-x 2.4s ease-in-out infinite alternate-reverse;
}

.recruit .c-about__inner-pic01 img {
	display: block;
	animation: floating-y 8.2s ease-in-out infinite alternate-reverse;
}

.recruit .c-about__inner-pic02 {
	width: 17.708333333333333%;
	margin-left: 6.041666666666667%;
	margin-bottom: 17.791667%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	animation: floating-x 7.2s ease-in-out infinite alternate;
}

.recruit .c-about__inner-pic02 img {
	display: block;
	animation: floating-y 3.6s ease-in-out infinite alternate;
}

.recruit .c-about__inner-pic03 {
	width: 19.375%;
	margin-right: 7.083333333333333%;
	margin-bottom: 7.333333333333333%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	animation: floating-y 2.2s ease-in-out infinite alternate-reverse;
}

.recruit .c-about__inner-pic03 img {
	display: block;
	animation: floating-x 5.6s ease-in-out infinite alternate-reverse;
}

@keyframes floating-x {
	0% {
		transform: translateX(-5%);
	}
	100% {
		transform: translateX(5%);
	}
}
@keyframes floating-y {
	0% {
		transform: translateY(-10%);
	}
	100% {
		transform: translateY(10%);
	}
}

@media screen and (max-width:959px){

	.recruit .c-about__inner {
		padding-bottom: 15.625vw;
		/*padding-bottom: 18.75vw;*/
	}

	.recruit .c-about__inner-txt01 {
		font-size: 1.875vw;
	}

	.recruit .c-about__inner-txt02 {
		font-size: 2.604vw;
	}

	.recruit .c-about__inner-txt03 {
		font-size: 2.083vw;
	}

}

@media screen and (max-width:820px){

	.recruit .c-about {
		overflow: hidden;
	}

	.recruit .c-about__inner {
		padding-top: 21.333vw;
		padding-bottom: 21.333vw;
	}

	.recruit .c-about__inner-txt02 {
		margin-bottom: 2.2em;
		font-size: 4.8vw;
		line-height: 2;
		letter-spacing: .12em;
	}

	.recruit .c-about__inner-txt03 {
		font-size: 4vw;
		line-height: 2.266666666666667;
		letter-spacing: .12em;
	}

	.recruit .c-about__inner-pic01 {
		width: 24.8%;
		margin-top: 6.667vw;
		margin-left: -1.333vw;
		margin-right: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: auto;
		z-index: 1;
	}

	.recruit .c-about__inner-pic02 {
		width: 22.666666666666667%;
		margin-left: -0.267vw;
		margin-bottom: 21.333vw;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
	}

	.recruit .c-about__inner-pic03 {
		width: 25.333333333333333%;
		margin-top: 38.933vw;
		margin-right: -2.667vw;
		margin-bottom: 0;
		top: 0;
		bottom: auto;
	}

}



/**********************************

 c-freshers-link

***********************************/
.c-freshers-link {
	margin-bottom: 100px;
}

.c-freshers-link__inner {

}

.c-freshers-link__inner-btn {
	width: 40.3125%;
	margin: 0 auto;
	text-align: center;
}

.c-freshers-link__inner-btn a {
	display: block;
	box-shadow: 8px 8px 0 rgba(53,181,151,0.4);
	position: relative;
	z-index: 1;
	overflow: visible;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-freshers-link__inner-btn a:hover {
	transform: translateY(8px) translateX(8px);
	box-shadow: none;
}

.c-freshers-link__inner-btn a:before {
	content: "";
	display: block;
	width: 134px;
	height: 83px;
	margin-top: -33px;
	margin-left: -35px;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/freshers_link_check01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

@media screen and (max-width:820px){

	.c-freshers-link {
		margin-bottom: 21.333vw;
	}

	.c-freshers-link__inner-btn {
		width: 68%;
	}

	.c-freshers-link__inner-btn a {
		box-shadow: 1.333333333333333vw 1.333333333333333vw 0 rgba(53,181,151,0.4);
	}

	.c-freshers-link__inner-btn a:hover {
		transform: translateY(1.333333333333333vw) translateX(1.333333333333333vw);
	}

	.c-freshers-link__inner-btn a:before {
		width: 23.467vw;
		height: 14.4vw;
		margin-top: -5.6vw;
		margin-left: -6.133vw;
	}
}

/**********************************

 c-pickup

***********************************/
.recruit .c-pickup {

}

.recruit .c-pickup__inner {
	padding-bottom: 120px;
}

.recruit .c-pickup__inner-ttl {
	width: 570px;
	max-width: 100%;
	margin: 0 auto;
}

.recruit .c-pickup__inner-ttl span {
	display: block;
	width: 39.824561403508772%;
	margin-left: 60px;
	margin-bottom: -28px;
	position: relative;
	z-index: 3;
}

.recruit .c-pickup__inner-slider {
	width: 570px;
	max-width: 100%;
	margin: 0 auto;
}

.recruit .c-pickup__inner-slider .slick-prev {
	display: none !important;
}

.recruit .c-pickup__inner-slider .slick-next {
	width: 39px;
	height: 74px;
	margin-left: 124px;
	margin-bottom: 28px;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/pickup_arr01.png) no-repeat center / contain;
	right: auto;
	left: 0;
	top: auto;
	bottom: 0;
	transform: none;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.recruit .c-pickup__inner-slider .slick-next:hover {
	opacity: .7;
}

.recruit .c-pickup__inner-slider .slick-next:before {
	display: none;
}

.recruit .c-pickup__inner-slider-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 12px;
}

.recruit .c-pickup__inner-slider-item .cont {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 330px;
	padding-top: 72px;
	padding-left: 60px;
	padding-bottom: 30px;
	margin-right: -36px;
	background-color: #B5D4E7;
	position: relative;
	/*z-index: 1;*/
}

.recruit .c-pickup__inner-slider-item .cont.green {
	background-color: #C6E4E3;
}

.recruit .c-pickup__inner-slider-item .cont.green2 {
	background-color: #b4dae3;
}

.recruit .c-pickup__inner-slider-item .cont .ttl {
	width: 232px;
	margin-top: -12px;
	margin-left: 60px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.recruit .c-pickup__inner-slider-item .cont .copy {
	width: 229px;
	position: relative;
	z-index: 3;
	pointer-events: none;
}

.recruit .c-pickup__inner-slider-item .cont .box {
}

.recruit .c-pickup__inner-slider-item .cont .box p {
	margin-bottom: .75em;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25;
}

.recruit .c-pickup__inner-slider-item .cont .box p:last-child {
	margin-bottom: 0;
}

.recruit .c-pickup__inner-slider-item .pic {
	width: 50.701754385964912%;
	margin-top: 35px;
	cursor: pointer;
	position: relative;
	z-index: 2;
}

.recruit .c-pickup__inner-slider-item .pic.is-active {
	opacity: 1 !important;
	cursor: auto;
}

.recruit .c-pickup__inner-slider-item .pic .link {
	opacity: 0;
	pointer-events: none;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.recruit .c-pickup__inner-slider-item .pic.is-active .link {
	opacity: 1;
	pointer-events: auto;
}

.recruit .c-pickup__inner-slider-item .pic a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.recruit .c-pickup__inner-slider-item .pic a {
}

.recruit .c-pickup__inner-slider-item .pic .slide01-link01 {
	margin-top: 44.22%;
	margin-left: 49.339%;
}

.recruit .c-pickup__inner-slider-item .pic .slide01-link02 {
	margin-top: 94.084%;
	margin-left: 27.551%;
}

.recruit .c-pickup__inner-slider-item .pic .slide02-link01 {
	margin-top: 46.339%;
	margin-left: 54.066%;
}

.recruit .c-pickup__inner-slider-item .pic .slide02-link02 {
	margin-top: 82.868%;
	margin-left: 33.04%;
}

.recruit .c-pickup__inner-slider-item .pic .slide03-link01 {
	margin-top: 61.841%;
	margin-left: 50.5%;
}

.recruit .c-pickup__inner-slider-item .pic .slide03-link02 {
	margin-top: 95.405%;
	margin-left: 31.515%;
}

.recruit .c-pickup__inner-slider-item .pic .slide04-link01 {
	margin-top: 73.938%;
	margin-left: 45.053%;
}

.recruit .c-pickup__inner-slider-item .pic .slide05-link01 {
	margin-top: 93.322%;
	margin-left: 49.22%;
}

.recruit .c-pickup__inner-slider-item .pic .slide06-link01 {
	margin-top: 93.322%;
	margin-left: 49.22%;
}

.recruit .c-pickup__inner-slider-item .pic .slide07-link01 {
	margin-top: 66.247%;
	margin-left: 54.507%;
}

.recruit .c-pickup__inner-slider-item .pic a img {
	display: block;
	width: auto;
	height: 28px;
}

.recruit .c-pickup__inner-note {
	margin-top: 50px;
	color: #8091b4;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .15em;
}

.recruit .c-pickup__inner-link {
	width: 454px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.recruit .c-pickup__inner-link a {
	display: block;
	box-shadow: 8px 8px 0 rgba(25,79,150,0.4);
	position: relative;
	z-index: 1;
}

.recruit .c-pickup__inner-link a:before {
	content: "";
	display: block;
	width: 132px;
	height: 82px;
	margin-top: -22px;
	margin-left: -24px;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/pickup_link_check01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

@media screen and (max-width:959px){

}

@media screen and (max-width:820px){

	.recruit .c-pickup__inner {
		padding-bottom: 13.333vw;
	}

	.recruit .c-pickup__inner-ttl {
		width: auto;
	}

	.recruit .c-pickup__inner-ttl span {
		width: 46.933vw;
		margin-left: 10.667vw;
		margin-bottom: -3.2vw;
	}

	.recruit .c-pickup__inner-slider {
		width: 100vw;
	}

	.recruit .c-pickup__inner-slider .slick-prev {
		display: none;
	}

	.recruit .c-pickup__inner-slider .slick-next {
		width: 10.4vw;
		height: 20.8vw;
		margin-left: 18.133vw;
		margin-bottom: -8vw;
	}

	.recruit .c-pickup__inner-slider-item {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding-top: 5.333vw;
	}

	.recruit .c-pickup__inner-slider-item .cont {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		min-height: 94.667vw;
		padding-top: 13.333vw;
		padding-left: 5.333vw;
		padding-bottom: 6.667vw;
		margin-right: -48vw;
		background-color: #B5D4E7;
	}

	.recruit .c-pickup__inner-slider-item .cont .ttl {
		width: 47.2vw;
		margin-top: -5.333vw;
		margin-left: 10.66666667vw;
		/*margin-left: 5.333vw;*/
	}

	.recruit .c-pickup__inner-slider-item .cont .copy {
		width: 61.86666667vw;
		/*width: 53.333vw;*/
	}

	.recruit .c-pickup__inner-slider-item .cont .box {
	}

	.recruit .c-pickup__inner-slider-item .cont .box p {
		margin-bottom: .75em;
		font-size: 2.4vw;
	}

	.recruit .c-pickup__inner-slider-item .pic {
		width: 60.533333333333333%;
		margin-top: 6.667vw;
	}

	.recruit .c-pickup__inner-slider-item .pic .slide01-link01 {
		margin-top: 50.22%;
		margin-left: 49.339%;
	}

	.recruit .c-pickup__inner-slider-item .pic .slide01-link02 {
		margin-top: 103.084%;
		margin-left: 25.551%;
	}

	.recruit .c-pickup__inner-slider-item .pic .slide02-link01 {
		margin-top: 49.339%;
		margin-left: 55.066%;
	}

	.recruit .c-pickup__inner-slider-item .pic .slide02-link02 {
		margin-top: 89.868%;
		margin-left: 33.04%;
	}

	.recruit .c-pickup__inner-slider-item .pic .slide03-link01 {
		margin-top: 67.841%;
		margin-left: 50.22%;
	}

	.recruit .c-pickup__inner-slider-item .pic .slide03-link02 {
		margin-top: 104.405%;
		margin-left: 29.515%;
	}

	.recruit .c-pickup__inner-slider-item .pic .slide04-link01 {
		margin-top: 81.938%;
		margin-left: 44.053%;
	}

	.recruit .c-pickup__inner-slider-item .pic .slide05-link01 {
		margin-top: 101.322%;
		margin-left: 50.22%;
	}

	.recruit .c-pickup__inner-slider-item .pic .slide06-link01 {
		margin-top: 101.322%;
		margin-left: 50.22%;
	}

	.recruit .c-pickup__inner-slider-item .pic .slide07-link01 {
		margin-top: 72.247%;
		margin-left: 55.507%;
	}

	.recruit .c-pickup__inner-slider-item .pic a img {
		height: 5.867vw;
	}

	.recruit .c-pickup__inner-note {
		margin-top: 13.333vw;
		font-size: 2.267vw;
	}

	.recruit .c-pickup__inner-link {
		width: 80vw;
		margin-top: 6.667vw;
		/*font-size: 3.733vw;*/
	}

	.recruit .c-pickup__inner-link a {
		/*border-bottom: 1px solid #303C53;*/
		box-shadow: 1.33333333vw 1.86666667vw 0 rgba(25,79,150,0.4);
	}

	.recruit .c-pickup__inner-link a:before {
		width: 23.467vw;
		height: 14.4vw;
		margin-top: -3.6vw;
		margin-left: -4.5vw;
	}

}



/**********************************

 c-basic

***********************************/
.recruit .c-basic {

}

.recruit .c-basic__head {
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/bg02_pc.png) no-repeat center top;
	background-size: 100% auto;
}

.recruit .c-basic__head-inner {
	padding: 140px 0 84px;
}

.recruit .c-basic__head-inner-ttl {
	width: 46.354166666666667%;
	margin: 0 auto 66px;
}

.recruit .c-basic__body {

}

.recruit .c-basic__body-head {
	margin-top: -84px;
}

.recruit .c-basic__body-head ul {
	display: flex;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: .14em;
}

.recruit .c-basic__body-head ul li {
	width: 50%;
}

.recruit .c-basic__body-head ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 84px;
	border-radius: 20px 20px 0 0;
}

.recruit .c-basic__body-head ul li a.ladies {
	background-color: #F8C6CF;
}

.recruit .c-basic__body-head ul li a.mens {
	background-color: #AFC7FF;
}

.recruit .c-basic__body-wrap {

}

.recruit .c-basic__body-wrap-box {
	display: none;
	position: relative;
	z-index: 1;
}

.recruit .c-basic__body-wrap-box#basic-ladies {
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/bg03_pc.png) no-repeat center bottom;
	background-size: 100% auto;
}

.recruit .c-basic__body-wrap-box#basic-ladies:before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% - 200px);
	background: #F8C6CF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.recruit .c-basic__body-wrap-box#basic-mens {
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/bg04_pc.png) no-repeat center bottom;
	background-size: 100% auto;
}

.recruit .c-basic__body-wrap-box#basic-mens:before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% - 200px);
	background: #AFC7FF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.recruit .c-basic__body-wrap-box:first-child {
	display: block;
}

.recruit .c-basic__body-wrap-box-inner {
	padding: 80px 0 120px;
}

.recruit .c-basic__body-wrap-box-inner-acc {
	max-width: 704px;
	margin: 0 auto 40px;
}

.recruit .c-basic__body-wrap-box-inner-acc:last-child {
	margin-bottom: 0;
}

.recruit .c-basic__body-wrap-box-inner-acc-head {
	padding: 20px 20px;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	cursor: pointer;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.recruit .c-basic__body-wrap-box-inner-acc-head.is-active {
	border-radius: 10px 10px 0 0;
}

.recruit .c-basic__body-wrap-box-inner-acc-head p {
	display: inline-block;
	padding-right: 50px;
	margin: 0 auto;
	vertical-align: top;
	position: relative;
	z-index: 1;
}

.recruit .c-basic__body-wrap-box-inner-acc-head p img {
	width: 335px;
}

.recruit .c-basic__body-wrap-box-inner-acc-head p:before {
	content: "";
	display: block;
	width: 27px;
	height: 27px;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/basic_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.recruit .c-basic__body-wrap-box-inner-acc-head.is-active p:before {
	transform: translateY(-50%)	rotate(180deg);
	-webkit-transform: translateY(-50%)	rotate(180deg);
}

.recruit .c-basic__body-wrap-box-inner-acc-body {
	display: none;
}

@media screen and (max-width:959px){

}

@media screen and (max-width:820px){


	.recruit .c-basic__head {
		background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/bg02_sp.png) no-repeat center top;
		background-size: 100% auto;
	}

	.recruit .c-basic__head-inner {
		padding: 22.667vw 0 12.267vw;
	}

	.recruit .c-basic__head-inner-ttl {
		width: 80%;
		margin: 0 auto 13.333vw;
	}

	.recruit .c-basic__body {

	}

	.recruit .c-basic__body-head {
		margin-top: -12.267vw;
	}

	.recruit .c-basic__body-head ul {
		font-size: 5.067vw;
	}

	.recruit .c-basic__body-head ul li a {
		height: 12.267vw;
		border-radius: 4vw 4vw 0 0;
	}

	.recruit .c-basic__body-wrap {
	}

	.recruit .c-basic__body-wrap-box#basic-ladies {
		background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/bg03_sp.png) no-repeat center bottom;
		background-size: 100% auto;
	}

	.recruit .c-basic__body-wrap-box#basic-mens {
		background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/bg04_sp.png) no-repeat center bottom;
		background-size: 100% auto;
	}

	.recruit .c-basic__body-wrap-box:first-child {
		display: block;
	}

	.recruit .c-basic__body-wrap-box-inner {
		padding: 17.067vw 0 17.067vw;
	}

	.recruit .c-basic__body-wrap-box-inner-acc {
		width: 83.733333333333333%;
		max-width: none;
		margin: 0 auto 6.4vw;
	}

	.recruit .c-basic__body-wrap-box-inner-acc-head {
		padding: 4vw 2.667vw;
		text-align: center;
		background-color: #fff;
		border-radius: 2.667vw;
		cursor: pointer;
	}

	.recruit .c-basic__body-wrap-box-inner-acc-head p {
		padding-right: 9.333vw;
	}

	.recruit .c-basic__body-wrap-box-inner-acc-head p img {
		width: 65.333vw;
	}

	.recruit .c-basic__body-wrap-box-inner-acc-head p:before {
		width: 5.333vw;
		height: 5.333vw;
	}

	.recruit .c-basic__body-wrap-box-inner-acc-body {
	}
}



/**********************************

 c-basic-acc01

***********************************/
.recruit .c-basic-acc01 {
	padding-top: 90px;
	padding-bottom: 100px;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
}

.recruit .c-basic-acc01__kotsu {
	padding: 1px 0 205px;
	background-color: #FCE8EC;
	position: relative;
	z-index: 1;
}

.recruit .c-basic-acc01__kotsu.mens {
	background-color: #E3EFFF;
}

.recruit .c-basic-acc01__kotsu:before {
	content: "";
	display: block;
	width: 100%;
	height: 80px;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/bg08_top_pc.png) no-repeat center top;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.recruit .c-basic-acc01__kotsu.mens:before {
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/bg09_top_pc.png) no-repeat center top;
	background-size: contain;
}

.recruit .c-basic-acc01__kotsu:after {
	content: "";
	display: block;
	width: 100%;
	height: 80px;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/bg08_bottom_pc.png) no-repeat center bottom;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.recruit .c-basic-acc01__kotsu.mens:after {
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/bg09_bottom_pc.png) no-repeat center bottom;
	background-size: contain;
}

.recruit .c-basic-acc01__kotsu-ttl {
	width: 90.056818181818182%;
	margin: -35px auto 50px;
	position: relative;
	z-index: 2;
}

.recruit .c-basic-acc01__kotsu-txt01 {
	margin-bottom: 55px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.909090909090909;
	letter-spacing: .15em;
}

.recruit .c-basic-acc01__kotsu-sec {
	/*457px*/
	width: 64.914772727272727%;
	margin: 0 auto;
}

.recruit .c-basic-acc01__kotsu-sec.sec01 {
	margin-bottom: 40px;
}

.recruit .c-basic-acc01__kotsu-sec.sec02 {
	margin-bottom: 85px;
}

.recruit .c-basic-acc01__kotsu-sec .ttl {
	width: 91.684901531728665%;
	margin: 0 auto 20px;
}

.recruit .c-basic-acc01__kotsu-sec.sec03 .ttl {
	width: auto;
	margin-bottom: 35px;
}

.recruit .c-basic-acc01__kotsu-sec .list {
}

.recruit .c-basic-acc01__kotsu-sec .list .item {
	/*442px*/
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 96.280087527352298%;
	margin: 0 auto 30px;
}

.recruit .c-basic-acc01__kotsu-sec .list .item:last-child {
	margin-bottom: 0;
}

.recruit .c-basic-acc01__kotsu-sec .list .item:nth-child(even) {
	flex-direction: row-reverse;
}

.recruit .c-basic-acc01__kotsu-sec .list .item .face {
	width: 19.772727272727273%;
}

.recruit .c-basic-acc01__kotsu-sec .list .item .cont {
	width: 75.454545454545455%;
	padding: 14px 20px;
	border: 1px solid #303C53;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}

.recruit .c-basic-acc01__kotsu-sec .list .item .cont.mens {
	background-color: #F9FCFF;
}

.recruit .c-basic-acc01__kotsu-sec .list .item .cont.mens:before {
	content: "";
	display: block;
	width: 12px;
	height: 17px;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/basic_acc01_sec01_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 20px;
	right: 100%;
	z-index: 1;
}

.recruit .c-basic-acc01__kotsu-sec .list .item .cont.ladies {
	background-color: #FEF9FA;
}

.recruit .c-basic-acc01__kotsu-sec .list .item .cont.ladies:before {
	content: "";
	display: block;
	width: 12px;
	height: 17px;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/basic_acc01_sec01_arr02.png) no-repeat center / contain;
	position: absolute;
	top: 20px;
	left: 100%;
	z-index: 1;
}

.recruit .c-basic-acc01__kotsu-sec .list .item .cont p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	text-align: justify;
}

.recruit .c-basic-acc01__kotsu-sec .list .item .cont p .red {
	color: #E44676;
}

.recruit .c-basic-acc01__kihon {
}

.recruit .c-basic-acc01__kihon-ttl {
	width: 90.056818181818182%;
	margin: -108px auto 100px;
	position: relative;
	z-index: 2;
}

.recruit .c-basic-acc01__kihon-point {
}

.recruit .c-basic-acc01__kihon-point-wrap {
	margin-bottom: 80px;
}

.recruit .c-basic-acc01__kihon-point-wrap:nth-child(odd) {
	margin-left: 19.886363636363636%;
}

.recruit .c-basic-acc01__kihon-point-wrap:nth-child(even) {
	margin-right: 19.886363636363636%;
}

.recruit .c-basic-acc01__kihon-point-wrap:last-child {
	margin-bottom: 0;
}

.recruit .c-basic-acc01__kihon-point-wrap-ttl {
	width: 74.468085106382979%;
	margin-bottom: 65px;
}

.recruit .c-basic-acc01__kihon-point-wrap:nth-child(even) .c-basic-acc01__kihon-point-wrap-ttl {
	margin-left: auto;
}

.recruit .c-basic-acc01__kihon-point-wrap-txt01 {
	margin-left: 40px;
	margin-bottom: 55px;
	font-size: 22.4px;
	font-weight: bold;
	line-height: 1.636363636363636;
	letter-spacing: .1em;
}


.recruit .c-basic-acc01__kihon-point-wrap:nth-child(even) .c-basic-acc01__kihon-point-wrap-txt01 {
	margin-left: 135px;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec {
	padding: 50px 0;
	margin-bottom: 30px;
	background-color: #FCE8EC;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec.mens {
	background-color: #E3EFFF;
}

.recruit .c-basic-acc01__kihon-point-wrap:nth-child(odd) .c-basic-acc01__kihon-point-wrap-sec {
	border-radius: 15px 0 0 15px;
}

.recruit .c-basic-acc01__kihon-point-wrap:nth-child(even) .c-basic-acc01__kihon-point-wrap-sec {
	border-radius: 0 15px 15px 0;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec:last-child {
	margin-bottom: 0;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .ladies-pic01 {
	width: 417px;
	margin-left: 15px;
	margin-bottom: 40px;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .ladies-pic02 {
	width: 466px;
	margin-bottom: 40px;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .ladies-txt01 {
	margin-left: 30px;
	font-size: 20.8px;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.8;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .mens-pic01 {
	width: 62.056737588652482%;
	margin-left: 60px;
	margin-bottom: 35px;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .mens-pic02 {
	width: 466px;
	margin-bottom: 50px;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .mens-pic03 {
	width: 466px;
	margin-bottom: 35px;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .mens-txt01 {
	margin-left: 30px;
	font-size: 20.8px;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.8;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 {
}

.recruit .c-basic-acc01__kihon-point-wrap:nth-child(odd) .c-basic-acc01__kihon-point-wrap-sec .box01 {
	padding-left: 7.092198581560284%;
	padding-right: 22.340425531914894%;
}

.recruit .c-basic-acc01__kihon-point-wrap:nth-child(even) .c-basic-acc01__kihon-point-wrap-sec .box01 {
	padding-left: 24.822695035460993%;
	padding-right: 3.546099290780142%;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .ttl01 {
	width: 43.069306930693069%;
	margin-left: -4.95049504950495%;
	margin-bottom: 90px;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .ttl02 {
	width: 64.57286432160804%;
	margin-left: -3.768844221105528%;
	margin-bottom: 40px;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list {
	margin-bottom: 45px;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list:last-child {
	margin-bottom: 0;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 90px;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item:last-child {
	margin-bottom: 0;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item.mb-s {
	margin-bottom: 50px;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item.mb-s:last-child {
	margin-bottom: 0;
}

.recruit .c-basic-acc01__kihon-point-wrap:nth-child(odd) .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item .pic {
	width: 32.160804020100503%;
	position: relative;
	z-index: 1;
}

.recruit .c-basic-acc01__kihon-point-wrap:nth-child(even) .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item .pic {
	width: 31.683168316831683%;
	position: relative;
	z-index: 1;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item .pic .txt01 {
	width: 107.8125%;
	margin-top: -54%;
	margin-left: -16.40625%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item .pic figure {
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item .cont {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 61.633663366336634%;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item .cont .txt01 {
	margin-bottom: .5em;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.625;
}

.recruit .c-basic-acc01__kihon-point-wrap:nth-child(odd) .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item .cont .txt01 {
	margin-right: -1em;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item .cont .txt01.lh-s {
	line-height: 1.2;
	letter-spacing: normal;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item .cont .txt01:last-child {
	margin-bottom: 0;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item .cont .txt01 .name {
	display: block;
	font-size: 20.8px;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item .cont .txt01.lh-s .name {
	margin-bottom: .6em;
}

.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item .cont .tag {
}

.recruit .c-basic-acc01__kihon-point-wrap:nth-child(odd) .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item .cont .tag {
	margin-right: -1.51%;
}

@media screen and (max-width:959px){

}

@media screen and (max-width:820px){

	.recruit .c-basic-acc01 {
		padding-top: 14.667vw;
		padding-bottom: 17.333vw;
		border-radius: 0 0 2.667vw 2.667vw;
	}

	.recruit .c-basic-acc01__kotsu {
		padding: 0.267vw 0 34.667vw;
	}

	.recruit .c-basic-acc01__kotsu:before {
		width: 100%;
		height: 21.333vw;
	}

	.recruit .c-basic-acc01__kotsu:after {
		width: 100%;
		height: 21.333vw;
	}

	.recruit .c-basic-acc01__kotsu-ttl {
		width: 95.238095238095238%;
		margin: -18px auto 45px;
	}

	.recruit .c-basic-acc01__kotsu-txt01 {
		margin-bottom: 5.333vw;
		font-size: 3.733vw;
		letter-spacing: .1em;
	}

	.recruit .c-basic-acc01__kotsu-sec {
		/*284px*/
		width: 90.158730158730159%;
		margin: 0 auto;
	}

	.recruit .c-basic-acc01__kotsu-sec.sec01 {
		margin-bottom: 6.4vw;
	}

	.recruit .c-basic-acc01__kotsu-sec.sec02 {
		margin-bottom: 13.333vw;
	}

	.recruit .c-basic-acc01__kotsu-sec .ttl {
		width: 91.684901531728665%;
		margin-bottom: 2.667vw;
	}

	.recruit .c-basic-acc01__kotsu-sec.sec02 .ttl {
		margin-bottom: 4vw;
	}

	.recruit .c-basic-acc01__kotsu-sec.sec03 .ttl {
		width: auto;
		margin-bottom: 5.333vw;
	}

	.recruit .c-basic-acc01__kotsu-sec .list {
	}

	.recruit .c-basic-acc01__kotsu-sec .list .item {
		/*442px*/
		width: 96.280087527352298%;
		margin-bottom: 5.333vw;
	}

	.recruit .c-basic-acc01__kotsu-sec .list .item:last-child {
		margin-bottom: 0;
	}

	.recruit .c-basic-acc01__kotsu-sec .list .item:nth-child(even) {
		flex-direction: row-reverse;
	}

	.recruit .c-basic-acc01__kotsu-sec .list .item .face {
		width: 19.014084507042254%;
	}

	.recruit .c-basic-acc01__kotsu-sec .list .item .cont {
		width: 76.5%;
		padding: 1.867vw 2.667vw;
		border-radius: 0.8vw;
	}

	.recruit .c-basic-acc01__kotsu-sec .list .item .cont.mens:before {
		width: 1.867vw;
		height: 2.667vw;
		top: 3.733vw;
	}

	.recruit .c-basic-acc01__kotsu-sec .list .item .cont.ladies:before {
		width: 1.867vw;
		height: 2.667vw;
		margin-left: -.5px;
		top: 3.733vw;
	}

	.recruit .c-basic-acc01__kotsu-sec .list .item .cont p {
		font-size: 2.933vw;
	}

	.recruit .c-basic-acc01__kihon {
	}

	.recruit .c-basic-acc01__kihon-ttl {
		width: 95.238095238095238%;
		margin: -60px auto 60px;
	}

	.recruit .c-basic-acc01__kihon-point {
	}

	.recruit .c-basic-acc01__kihon-point-wrap {
		margin-bottom: 13.333vw;
	}

	.recruit .c-basic-acc01__kihon-point-wrap:nth-child(odd) {
		margin-left: 7.936507936507937%;
	}

	.recruit .c-basic-acc01__kihon-point-wrap:nth-child(even) {
		margin-right: 7.936507936507937%;
	}

	.recruit .c-basic-acc01__kihon-point-wrap-ttl {
		width: 70.4vw;
		margin-bottom: 10.667vw;
	}

	.recruit .c-basic-acc01__kihon-point-wrap-txt01 {
		margin-left: 6.667vw;
		margin-bottom: 8vw;
		font-size: 3.733vw;
	}


	.recruit .c-basic-acc01__kihon-point-wrap:nth-child(even) .c-basic-acc01__kihon-point-wrap-txt01 {
		margin-left: 6.667vw;
	}

	.recruit .c-basic-acc01__kihon-point-wrap-sec {
		padding: 8vw 0;
		margin-bottom: 5.333vw;
	}

	.recruit .c-basic-acc01__kihon-point-wrap:nth-child(odd) .c-basic-acc01__kihon-point-wrap-sec {
		border-radius: 2.667vw 0 0 2.667vw;
	}

	.recruit .c-basic-acc01__kihon-point-wrap:nth-child(even) .c-basic-acc01__kihon-point-wrap-sec {
		border-radius: 0 2.667vw 2.667vw 0;
	}

	.recruit .c-basic-acc01__kihon-point-wrap-sec .ladies-pic01 {
		width: 69.333vw;
		margin-left: 2.667vw;
		margin-bottom: 6.667vw;
	}

	.recruit .c-basic-acc01__kihon-point-wrap-sec .ladies-pic02 {
		width: 100%;
		margin-bottom: 8vw;
	}

	.recruit .c-basic-acc01__kihon-point-wrap-sec .ladies-txt01 {
		margin-left: 5.333vw;
		font-size: 3.467vw;
		letter-spacing: .05em;
	}

	.recruit .c-basic-acc01__kihon-point-wrap-sec .mens-pic01 {
		width: 58.133vw;
		margin: 0 auto 20px;
	}

	.recruit .c-basic-acc01__kihon-point-wrap-sec .mens-pic02 {
		width: 100%;
		margin-bottom: 8vw;
	}

	.recruit .c-basic-acc01__kihon-point-wrap-sec .mens-pic03 {
		width: 100%;
		margin-bottom: 5.333vw;
	}

	.recruit .c-basic-acc01__kihon-point-wrap-sec .mens-txt01 {
		margin-left: 4vw;
		font-size: 3.467vw;
		letter-spacing: .05em;
	}

	.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 {
	}

	.recruit .c-basic-acc01__kihon-point-wrap:nth-child(odd) .c-basic-acc01__kihon-point-wrap-sec .box01 {
		padding-left: 6.667vw;
		padding-right: 3.2vw;
	}

	.recruit .c-basic-acc01__kihon-point-wrap:nth-child(even) .c-basic-acc01__kihon-point-wrap-sec .box01 {
		padding-left: 6.667vw;
		padding-right: 3.2vw;
	}

	.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .ttl01 {
		width: 28vw;
		margin-left: -3.2vw;
		margin-bottom: 15.467vw;
	}

	.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .ttl02 {
		width: 42.667vw;
		margin-left: -3.2vw;
		margin-bottom: 6.667vw;
	}

	.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list {
		margin-bottom: 8vw;
	}

	.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item {
		margin-bottom: 16vw;
	}

	.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item.mb-s {
		margin-bottom: 8vw;
	}

	.recruit .c-basic-acc01__kihon-point-wrap:nth-child(odd) .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item .pic {
		width: 21.333vw;
	}

	.recruit .c-basic-acc01__kihon-point-wrap:nth-child(even) .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item .pic {
		width: 21.333vw;
	}

	.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item .pic .txt01 {
		width: 107.8125%;
		margin-top: -54%;
		margin-left: -16.40625%;
	}

	.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item .cont {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 61.633663366336634%;
	}

	.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item .cont .txt01 {
		margin-bottom: .5em;
		font-size: 2.667vw;
		letter-spacing: .2em;
	}

	.recruit .c-basic-acc01__kihon-point-wrap:nth-child(odd) .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item .cont .txt01 {
		margin-right: 0;
	}

	.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item .cont .txt01.lh-s {
		line-height: 1.2;
		letter-spacing: normal;
	}

	.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item .cont .txt01 .name {
		font-size: 3.467vw;
	}

	.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item .cont .txt01.lh-s .name {
		margin-bottom: .6em;
	}

	.recruit .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item .cont .tag {
	}

	.recruit .c-basic-acc01__kihon-point-wrap:nth-child(odd) .c-basic-acc01__kihon-point-wrap-sec .box01 .list .item .cont .tag {
		margin-right: 0;
	}

}



/**********************************

 c-basic-acc02

***********************************/
.recruit .c-basic-acc02 {
	padding-top: 90px;
	padding-bottom: 100px;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
}

.recruit .c-basic-acc02__ttl {
	width: 61.505681818181818%;
	margin: 0 auto 85px;
}

.recruit .c-basic-acc02__pic {
	width: 70.3125%;
	margin: 0 auto 80px;
}

@media screen and (max-width:959px){

}

@media screen and (max-width:820px){

	.recruit .c-basic-acc02 {
		padding-top: 13.333vw;
		padding-bottom: 10.667vw;
		border-radius: 0 0 2.667vw 2.667vw;
	}

	.recruit .c-basic-acc02__ttl {
		width: 86.031746031746032%;
		margin-bottom: 13.333vw;
	}

	.recruit .c-basic-acc02__pic {
		width: 96.825396825396825%;
		margin-bottom: 13.333vw;
	}

}



/**********************************

 c-point

***********************************/
.recruit .c-point {
	width: 87.301587301587302%;
	margin: 0 auto;
}

.recruit .c-point__sec {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}

.recruit .c-point__sec.no-flex {
	display: block;
}

.recruit .c-point__sec:last-child {
	margin-bottom: 0;
}

.recruit .c-point__sec-content {
	width: 59.090909090909091%;
}

.recruit .c-point__sec-content.full {
	width: 100%;
}

.recruit .c-point__sec-head {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.recruit .c-point__sec-head-num {
	width: 70px;
	margin-right: 10px;
}

.recruit .c-point__sec-head-num.num01 {
	margin-left: -5px;
}

.recruit .c-point__sec-head-ttl {
	flex: 1;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.333333333333333;
}

.recruit .c-point__sec-txt01 {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.647058823529412;
	/*letter-spacing: .05em;*/
	/*text-align: justify;*/
}

.recruit .c-point__sec-content.full .c-point__sec-txt01 {
	margin-top: 1.5em;
}

.recruit .c-point__sec-txt01.ls-s {
	letter-spacing: -.05em;
}

.recruit .c-point__sec-note {
	margin-top: .7em;
	font-size: 14.5px;
	font-weight: 500;
}

.recruit .c-point__sec-pic01 {
	width: 38.636363636363636%;
}

.recruit .c-point__sec-pic01.position {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.recruit .c-point__sec-pic02 {
	margin-top: 15px;
}

@media screen and (max-width:959px){

}

@media screen and (max-width:820px){

	.recruit .c-point {
		width: 87.301587301587302%;
	}

	.recruit .c-point__sec {
		margin-bottom: 9.333vw;
	}

	.recruit .c-point__sec-content {
		width: 60%;
	}

	.recruit .c-point__sec-head {
		display: flex;
		align-items: center;
		margin-bottom: 2.667vw;
	}

	.recruit .c-point__sec-head-num {
		width: 11.2vw;
		margin-right: 1.333vw;
	}

	.recruit .c-point__sec-head-num.num01 {
		margin-left: -1.333vw;
	}

	.recruit .c-point__sec-head-ttl {
		font-size: 4vw;
	}

	.recruit .c-point__sec-txt01 {
		font-size: 2.933vw;
		letter-spacing: -.025em;
	}

	.recruit .c-point__sec-txt01.ls-s {
		letter-spacing: -.075em;
	}

	.recruit .c-point__sec-note {
		font-size: 2.4vw;
	}

	.recruit .c-point__sec-pic01 {
		width: 38.181818181818182%;
	}

	.recruit .c-point__sec-pic02 {
		margin-top: 2.667vw;
	}
}



/**********************************

 c-useful

***********************************/
.recruit .c-useful {

}

.recruit .c-useful__head {
}

.recruit .c-useful__head-inner {
	padding: 150px 0 84px;
}

.recruit .c-useful__head-inner-ttl {
	width: 72.395833333333333%;
	/*width: 60.416666666666667%;*/
	margin: 0 auto 86px;
}

.recruit .c-useful__body {

}

.recruit .c-useful__body-head {
	margin-top: -86px;
}

.recruit .c-useful__body-head ul {
	display: flex;
}

.recruit .c-useful__body-head ul li {
	width: 50%;
}

.recruit .c-useful__body-head ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 86px;
	border-radius: 20px 20px 0 0;
}

.recruit .c-useful__body-head ul li a.shukatsu {
	background-color: #194F96;
}

.recruit .c-useful__body-head ul li a.freshers {
	background-color: #49BCA1;
}

.recruit .c-useful__body-head ul li a img {
	display: block;
	width: 131px;
}

.recruit .c-useful__body-wrap {

}

.recruit .c-useful__body-wrap-box {
	display: none;
	position: relative;
	z-index: 1;
}

.recruit .c-useful__body-wrap-box:first-child {
	display: block;
}

.recruit .c-useful__body-wrap-box-inner {
}

@media screen and (max-width:959px){

}

@media screen and (max-width:820px){

	.recruit .c-useful__head-inner {
		padding: 12vw 0 25.067vw;
	}

	.recruit .c-useful__head-inner-ttl {
		width: 86.666666666666667%;
		/*width: 60.416666666666667%;*/
		margin: 0 auto 11.733vw;
	}

	.recruit .c-useful__body {

	}

	.recruit .c-useful__body-head {
		margin-top: -25.067vw;
	}

	.recruit .c-useful__body-head ul li a {
		height: 25.067vw;
		border-radius: 4vw 4vw 0 0;
	}

	.recruit .c-useful__body-head ul li a img {
		width: 35.733vw;
	}

	.recruit .c-useful__body-wrap {

	}

	.recruit .c-useful__body-wrap-box {
	}

	.recruit .c-useful__body-wrap-box-inner {
	}

}



/**********************************

 c-useful-shukatsu

***********************************/
.recruit .c-useful-shukatsu {

}

@media screen and (max-width:959px){

}

@media screen and (max-width:820px){

}



/**********************************

 c-useful-freshers

***********************************/
.recruit .c-useful-freshers {

}

@media screen and (max-width:959px){

}

@media screen and (max-width:820px){

}



/**********************************

 c-useful-head

***********************************/
.recruit .c-useful-head {

}

.recruit .c-useful-head.shukatsu {
	background-color: #194F96;
}

.recruit .c-useful-head.freshers {
	background-color: #49BCA1;
}

.recruit .c-useful-head__inner {
	padding: 75px 0 50px;
}

.recruit .c-useful-head__inner-txt01 {
	width: 45.520833333333333%;
	margin: 0 auto;
}

@media screen and (max-width:959px){

	.recruit .c-useful-head__inner {
		padding: 7.813vw 0 5.208vw;
	}
}

@media screen and (max-width:820px){

	.recruit .c-useful-head__inner {
		padding: 6.667vw 0 6.667vw;
	}

	.recruit .c-useful-head__inner-txt01 {
		width: 57.066666666666667%;
	}
}



/**********************************

 c-useful-intro

***********************************/
.recruit .c-useful-intro {

}

.recruit .c-useful-intro__inner {
	padding-top: 95px;
	padding-bottom: 11.458333333333333vw;
	/*padding-bottom: 110px;*/
}

.recruit .c-useful-intro__inner-pic01 {
	width: 86.145833333333333%;
	margin: 0 auto 60px;
}

.recruit .c-useful-intro__inner-pic02 {
	width: 86.770833333333333%;
	margin: 0 auto 60px;
}

.recruit .c-useful-intro__inner-txt01 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 2.25;
	letter-spacing: .1em;
}

@media screen and (max-width:959px){

}

@media screen and (max-width:820px){

	.recruit .c-useful-intro__inner {
		padding-top: 4vw;
		padding-bottom: 16vw;
		text-align: center;
	}

	.recruit .c-useful-intro__inner-pic01 {
		width: 100%;
		margin-bottom: 8vw;
	}

	.recruit .c-useful-intro__inner-pic02 {
		width: 100%;
		margin-bottom: 8vw;
	}

	.recruit .c-useful-intro__inner-txt01 {
		/*display: inline-block;*/
		margin-left: 9.333333333333333%;
		font-size: 4vw;
		text-align: left;
		line-height: 2;
	}

}



/**********************************

 c-useful-point

***********************************/
.recruit .c-useful-point {
	padding: 55px 0 73px;
	margin: 0 auto;
	background: #194F96;
	position: relative;
	z-index: 1;
}

.recruit .c-useful-point:before {
	content: "";
	display: block;
	width: 66px;
	height: 22px;
	margin-bottom: 30px;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/useful_shukatsu_point_arr01.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.recruit .c-useful-point-ttl {
	width: 54.829545454545455%;
	margin: 0 auto;
}

.recruit .c-useful-point-list {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.recruit .c-useful-point-list-btn {
	width: 40%;
	margin: 0 1.420454545454545%;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: .1em;
}

.recruit .c-useful-point-list-btn a {
	display: block;
	padding: 10px 0;
	color: #303C53;
	text-align: center;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.5);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.recruit .c-useful-point-list-btn a:hover {
	transform: translateY(5px) translateX(5px);
	box-shadow: none;
}

.recruit .c-useful-point-list-btn a.ladies {
	background-color: #F8C6CF;
}

.recruit .c-useful-point-list-btn a.mens {
	background-color: #AFC7FF;
}

@media screen and (max-width:959px){

}

@media screen and (max-width:820px){

	.recruit .c-useful-point {
		padding: 11.733vw 0 22.133vw;
	}

	.recruit .c-useful-point:before {
		width: 17.6vw;
		height: 5.867vw;
		margin-bottom: 6.667vw;
	}

	.recruit .c-useful-point-ttl {
		width: 65.853658536585366%;
	}

	.recruit .c-useful-point-list {
		margin-top: 10.667vw;
	}

	.recruit .c-useful-point-list-btn {
		width: 40%;
		margin: 0 1.524390243902439%;
		font-size: 4vw;
	}

	.recruit .c-useful-point-list-btn a {
		padding: 2.933vw 0;
	}
}



/**********************************

 c-useful-point-content

***********************************/
.recruit .c-useful-point-content {
	display: none;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

.recruit .c-useful-point-content-top {
	padding-bottom: 80px;
}

.recruit .c-useful-point-content-bottom {
	height: 80px;
	/*height: 288px;*/
	margin-top: 50px;
	background: #194F96;
}

.recruit .c-useful-point-content-sec {
	margin-bottom: 130px;
}

.recruit .c-useful-point-content-sec:last-of-type {
	margin-bottom: 0;
}

.recruit .c-useful-point-content-sec-ttl {
	margin-bottom: 60px;
	color: #303C53;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	letter-spacing: .1em;
}

.recruit .c-useful-point-content-sec-pic {
	width: 92%;
	margin: 0 auto 50px;
}

.recruit .c-useful-point-content-checklist {
	width: 84.146341463414634%;
	margin: 60px auto 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.321428571428571;
	letter-spacing: .1em;
}

.recruit .c-useful-point-content-checklist a {
	display: block;
	padding: 15px 0;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: visible;
}

.recruit .c-useful-point-content-checklist a.ladies {
	background-color: #F8C6CF;
}

.recruit .c-useful-point-content-checklist a.ladies:before {
	content: "";
	display: block;
	width: 60px;
	height: 77px;
	margin-top: -24px;
	margin-right: -10px;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/icon_checklist01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.recruit .c-useful-point-content-checklist a.mens {
	background-color: #C4DCFF;
}

.recruit .c-useful-point-content-checklist a.mens:before {
	content: "";
	display: block;
	width: 60px;
	height: 77px;
	margin-top: -24px;
	margin-right: -10px;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/icon_checklist02.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.recruit .c-useful-point-content-checklist a .large {
	font-size: 24px;
}


@media screen and (max-width:959px){

}

@media screen and (max-width:820px){

	.recruit .c-useful-point-content {
	}

	.recruit .c-useful-point-content-top {
		height: 2.667vw;
		background: #194F96;
		padding-bottom: 0;
		margin-bottom: 18.667vw;
	}

	.recruit .c-useful-point-content-bottom {
		height: 12vw;
		margin-top: 13.333vw;
		background: #194F96;
	}

	.recruit .c-useful-point-content-sec {
		margin-bottom: 26.667vw;
	}

	.recruit .c-useful-point-content-sec-ttl {
		margin-bottom: 9.333vw;
		font-size: 8.267vw;
	}

	.recruit .c-useful-point-content-sec-pic {
		margin: 0 auto 30px;
	}

	.recruit .c-useful-point-content-checklist {
		width: 84.146341463414634%;
		margin-top: 10.667vw;
		font-size: 4vw;
	}

	.recruit .c-useful-point-content-checklist a {
		padding: 2.667vw 0;
	}

	.recruit .c-useful-point-content-checklist a.ladies:before {
		width: 12.8vw;
		height: 16.533vw;
		margin-top: -3.733vw;
		margin-right: -1.6vw;
	}

	.recruit .c-useful-point-content-checklist a.mens:before {
		width: 12.8vw;
		height: 16.533vw;
		margin-top: -3.733vw;
		margin-right: -1.6vw;
	}

	.recruit .c-useful-point-content-checklist a .large {
		font-size: 4.8vw;
	}
}



/**********************************

 c-useful-shukatsu-honne

***********************************/
.recruit .c-useful-shukatsu-honne {
	background: #fff;
	position: relative;
	z-index: 1;
}

.recruit .c-useful-shukatsu-honne:after {
	content: "";
	display: block;
	width: 100%;
	height: 4.166666666666667vw;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/bg06_pc.png) no-repeat center top;
	background-size: 100% 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
}

.recruit .c-useful-shukatsu-honne__inner {
	padding: 60px 0 60px;
}

.recruit .c-useful-shukatsu-honne__inner-ttl {
	width: 55%;
	margin: 0 auto 40px;
}

.recruit .c-useful-shukatsu-honne__inner-txt01 {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .15em;
}

.recruit .c-useful-shukatsu-honne__inner-txt01 span {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.recruit .c-useful-shukatsu-honne__inner-txt01 span:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -30px;
	margin-left: -30px;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/useful_shukatsu_true_line01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.recruit .c-useful-shukatsu-honne__inner-txt01 span:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: -20px;
	margin-right: -20px;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/useful_shukatsu_true_line01.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

@media screen and (max-width:959px){

}

@media screen and (max-width:820px){

	.recruit .c-useful-shukatsu-honne:after {
		width: 100%;
		height: 8vw;
		background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/bg06_sp.png) no-repeat center top;
		background-size: 100% 100%;
	}

	.recruit .c-useful-shukatsu-honne__inner {
		padding: 18.667vw 0 13.333vw;
	}

	.recruit .c-useful-shukatsu-honne__inner-ttl {
		width: 71.733333333333333%;
		margin-bottom: 13.333vw;
	}

	.recruit .c-useful-shukatsu-honne__inner-txt01 {
		font-size: 3.267vw;
		line-height: 1.9;
	}

	.recruit .c-useful-shukatsu-honne__inner-txt01 span:before {
		width: 16vw;
		height: 16vw;
		margin-top: -6.667vw;
		margin-left: -9.333vw;
	}

	.recruit .c-useful-shukatsu-honne__inner-txt01 span:after {
		width: 16vw;
		height: 16vw;
		margin-bottom: -4vw;
		margin-right: -8vw;
	}
}



/**********************************

 c-useful-shukatsu-navi

***********************************/
.recruit .c-useful-shukatsu-navi {

}

.recruit .c-useful-shukatsu-navi__inner {
	padding: calc(60px + 5.729166666666667vw) 0 calc(60px + 5.729166666666667vw);
}

.recruit .c-useful-shukatsu-navi__inner ul {
	display: flex;
	justify-content: center;
}

.recruit .c-useful-shukatsu-navi__inner ul li {
	width: 38%;
	margin: 0 4%;
}

.recruit .c-useful-shukatsu-navi__inner ul li a {
	display: block;
	overflow: visible;
	box-shadow: 12px 10px 0 rgba(0,60,138,0.15);
	position: relative;
	z-index: 1;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.recruit .c-useful-shukatsu-navi__inner ul li a:hover {
	transform: translateY(10px) translateX(12px);
	box-shadow: none;
}

.recruit .c-useful-shukatsu-navi__inner ul li a:before {
	content: "";
	display: block;
	width: 96px;
	height: 59px;
	margin-top: -30px;
	margin-left: -22px;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/useful_shukatsu_true_navi_check.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

@media screen and (max-width:959px){

}

@media screen and (max-width:820px){

	.recruit .c-useful-shukatsu-navi__inner {
		padding: 29.333vw 0 22.667vw;
	}

	.recruit .c-useful-shukatsu-navi__inner ul li {
		width: 39.466666666666667%;
		margin: 0 2.666666666666667%;
	}

	.recruit .c-useful-shukatsu-navi__inner ul li a {
		box-shadow: 7px 7px 0 rgba(0,60,138,0.15);
	}

	.recruit .c-useful-shukatsu-navi__inner ul li a:hover {
		transform: translateY(7px) translateX(7px);
	}

	.recruit .c-useful-shukatsu-navi__inner ul li a:before {
		width: 23.467vw;
		height: 14.4vw;
		margin-top: -9.067vw;
		margin-left: 1.6vw;
	}
}



/**********************************

 c-useful-shukatsu-internship

***********************************/
.recruit .c-useful-shukatsu-internship {
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.recruit .c-useful-shukatsu-internship:before {
	content: "";
	display: block;
	width: 100%;
	height: 4.166666666666667vw;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/bg05_pc.png) no-repeat center top;
	background-size: 100% 100%;
	position: absolute;
	bottom: 100%;
	left: 0;
	z-index: 1;
}

.recruit .c-useful-shukatsu-internship:after {
	content: "";
	display: block;
	width: 100%;
	height: 4.166666666666667vw;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/bg06_pc.png) no-repeat center top;
	background-size: 100% 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
}

.recruit .c-useful-shukatsu-internship__inner {
	padding: 60px 0;
}

.recruit .c-useful-shukatsu-internship__inner-ttl {
	width: 70%;
	margin: 0 auto 40px;
}

.recruit .c-useful-shukatsu-internship__inner-txt01 {
	margin-bottom: 50px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .15em;
}

.recruit .c-useful-shukatsu-internship__inner-pic01 {
	width: 84%;
	margin: 0 auto 90px;
}

.recruit .c-useful-shukatsu-internship__inner-list {
}

@media screen and (max-width:959px){

}

@media screen and (max-width:820px){

	.recruit .c-useful-shukatsu-internship:before {
		height: 8vw;
		background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/bg05_sp.png) no-repeat center top;
		background-size: 100% 100%;
	}

	.recruit .c-useful-shukatsu-internship:after {
		height: 8vw;
		background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/bg06_sp.png) no-repeat center top;
		background-size: 100% 100%;
	}

	.recruit .c-useful-shukatsu-internship__inner {
		padding: 16vw 0 20vw;
	}

	.recruit .c-useful-shukatsu-internship__inner-ttl {
		width: 80.266666666666667%;
		margin-bottom: 8vw;
	}

	.recruit .c-useful-shukatsu-internship__inner-txt01 {
		margin-bottom: 8vw;
		font-size: 3.267vw;
		line-height: 1.75;
		letter-spacing: normal;
	}

	.recruit .c-useful-shukatsu-internship__inner-pic01 {
		width: 84%;
		margin-bottom: 12vw;
	}

	.recruit .c-useful-shukatsu-internship__inner-list {
	}

}



/**********************************

 c-interaction

***********************************/
.recruit .c-interaction {
	width: 88%;
	padding: 100px 0 55px;
	margin: 0 auto 60px;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}

.recruit .c-interaction:last-child {
	margin-bottom: 0;
}

.recruit .c-interaction.color1 {
	background-color: #B7D8FF;
}

.recruit .c-interaction.color2 {
	background-color: #C6D2F1;
}

.recruit .c-interaction.color3 {
	background-color: #BCE5D1;
}

.recruit .c-interaction.color4 {
	background-color: #fff;
}

.recruit .c-interaction__ttl {
	width: 96.633663366336634%;
	margin-top: -18px;
	margin-left: -14px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.recruit .c-interaction__ttl.line1 {
	margin-top: 28px;
}

.recruit .c-interaction__ttl.long {
	width: 106%;
}

.recruit .c-interaction__list {
}

.recruit .c-interaction__list-item {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 20px;
}

.recruit .c-interaction__list-item:nth-child(even) {
	flex-direction: row-reverse;
}

.recruit .c-interaction__list-item:last-child {
	margin-bottom: 0;
}

.recruit .c-interaction__list-item .face {
	width: 18.415841584158416%;
}

.recruit .c-interaction__list-item:nth-child(odd) .face {
	margin-right: 2.97029702970297%;
}

.recruit .c-interaction__list-item:nth-child(even) .face {
	margin-left: 2.97029702970297%;
}

.recruit .c-interaction__list-item .cont {
	width: 65.742574257425743%;
	padding: 14px 15px;
	background-color: #fff;
	border: 1px solid #303C53;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}

.recruit .c-interaction__list-item .cont.mens {
	background-color: #fff;
}

.recruit .c-interaction__list-item .cont.ladies {
	background-color: #FEF9FA;
}

.recruit .c-interaction__list-item .cont.blue {
	background-color: #E3EFFF;
	border: 1px solid #E3EFFF;
}

.recruit .c-interaction__list-item .cont.mens:before {
	content: "";
	display: block;
	width: 12px;
	height: 17px;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/useful_shukatsu_true_sec01_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 20px;
	right: 100%;
	z-index: 1;
}

.recruit .c-interaction__list-item .cont.ladies:before {
	content: "";
	display: block;
	width: 12px;
	height: 17px;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/useful_shukatsu_true_sec01_arr02.png) no-repeat center / contain;
	position: absolute;
	top: 20px;
	left: 100%;
	z-index: 1;
}

.recruit .c-interaction__list-item .cont.blue:before {
	content: "";
	display: block;
	width: 12px;
	height: 17px;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/useful_shukatsu_true_sec01_arr03.png) no-repeat center / contain;
	position: absolute;
	top: 20px;
	left: 100%;
	z-index: 1;
}

.recruit .c-interaction__list-item .cont .large {
	/*font-size: 16px;*/
	font-size: 14px;
}

.recruit .c-interaction__list-item .cont p {
	margin-right: -.25em;
	font-size: 14px;
	font-weight: 500;
}

.recruit .c-interaction__list-item .cont p .red {
	color: #E44676;
}

.recruit .c-interaction__list-item .cont p.note01 {
	font-size: 9.6px;
	letter-spacing: -.03em;
}

@media screen and (max-width:959px){

}

@media screen and (max-width:820px){

	.recruit .c-interaction {
		width: 90%;
		padding: 22.667vw 0 9.333vw;
		margin-bottom: 16vw;
		border-radius: 2.667vw;
	}

	.recruit .c-interaction__ttl {
		width: 96.825396825396825%;
		margin-top: -2.667vw;
		margin-left: -4.533vw;
	}

	.recruit .c-interaction__ttl.line1 {
		margin-top: 6.4vw;
	}

	.recruit .c-interaction__ttl.long {
		width: 109.206349206349206%;
	}

	.recruit .c-interaction__list {
	}

	.recruit .c-interaction__list-item {
		margin-bottom: 4vw;
	}

	.recruit .c-interaction__list-item:nth-child(even) {
		flex-direction: row-reverse;
	}

	.recruit .c-interaction__list-item:last-child {
		margin-bottom: 0;
	}

	.recruit .c-interaction__list-item .face {
		width: 18.412698412698413%;
	}

	.recruit .c-interaction__list-item:nth-child(odd) .face {
		margin-right: 2.97029702970297%;
	}

	.recruit .c-interaction__list-item:nth-child(even) .face {
		margin-left: 2.97029702970297%;
	}

	.recruit .c-interaction__list-item .cont {
		width: 66.031746031746032%;
		padding: 2.667vw 2.667vw;
		border-radius: 0.8vw;
	}

	.recruit .c-interaction__list-item .cont.mens:before {
		width: 1.867vw;
		height: 2.667vw;
		top: 3.733vw;
	}

	.recruit .c-interaction__list-item .cont.ladies:before {
		width: 1.867vw;
		height: 2.667vw;
		margin-left: -.5px;
		top: 3.733vw;
	}

	.recruit .c-interaction__list-item .cont.blue:before {
		width: 1.867vw;
		height: 2.667vw;
		top: 3.733vw;
	}

	.recruit .c-interaction__list-item .cont .large {
		font-size: 2.667vw;
	}

	.recruit .c-interaction__list-item .cont p {
		margin-right: -.25em;
		font-size: 2.4vw;
	}

	.recruit .c-interaction__list-item .cont p.note01 {
		font-size: 1.6vw;
		letter-spacing: -.03em;
	}
}



/**********************************

 c-useful-shukatsu-disappointing

***********************************/
.recruit .c-useful-shukatsu-disappointing {

}

.recruit .c-useful-shukatsu-disappointing__inner {
	padding-top: calc(60px + 4.166666666666667vw);
	padding-bottom: 60px;
}

.recruit .c-useful-shukatsu-disappointing__inner-ttl {
	width: 90%;
	margin: 0 auto 40px;
}

.recruit .c-useful-shukatsu-disappointing__inner-txt01 {
	margin-bottom: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .15em;
}

.recruit .c-useful-shukatsu-disappointing__inner-pic01 {
	width: 84%;
	margin: 0 auto 90px;
}

.recruit .c-useful-shukatsu-disappointing__inner-list {
}

@media screen and (max-width:959px){

}

@media screen and (max-width:820px){

	.recruit .c-useful-shukatsu-disappointing__inner {
		padding-top: calc(21.333vw + 8vw);
		padding-bottom: 10.667vw;
	}

	.recruit .c-useful-shukatsu-disappointing__inner-ttl {
		width: 80.266666666666667%;
		margin-bottom: 8vw;
	}

	.recruit .c-useful-shukatsu-disappointing__inner-txt01 {
		margin-bottom: 8vw;
		font-size: 3.267vw;
		line-height: 1.75;
		letter-spacing: normal;
	}

	.recruit .c-useful-shukatsu-disappointing__inner-pic01 {
		width: 84%;
		margin-bottom: 12vw;
	}

}



/**********************************

 c-useful-freshers-honne

***********************************/
.recruit .c-useful-freshers-honne {
	background: #fff;
	position: relative;
	z-index: 1;
}

.recruit .c-useful-freshers-honne:after {
	content: "";
	display: block;
	width: 100%;
	height: 4.166666666666667vw;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/bg06_pc.png) no-repeat center top;
	background-size: 100% 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
}

.recruit .c-useful-freshers-honne__inner {
	padding: 60px 0 60px;
}

.recruit .c-useful-freshers-honne__inner-ttl {
	width: 80%;
	margin: 0 auto 65px;
}

.recruit .c-useful-freshers-honne__inner-txt01 {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1.6796875;
	letter-spacing: .15em;
}

.recruit .c-useful-freshers-honne__inner-txt01 span {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.recruit .c-useful-freshers-honne__inner-txt01 span:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -15px;
	margin-left: -50px;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/useful_freshers_true_line01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.recruit .c-useful-freshers-honne__inner-txt01 span:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: -10px;
	margin-right: -30px;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/useful_freshers_true_line01.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

@media screen and (max-width:959px){

}

@media screen and (max-width:820px){

	.recruit .c-useful-freshers-honne:after {
		width: 100%;
		height: 8vw;
		background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/bg06_sp.png) no-repeat center top;
		background-size: 100% 100%;
	}

	.recruit .c-useful-freshers-honne__inner {
		padding: 18.667vw 0 13.333vw;
	}

	.recruit .c-useful-freshers-honne__inner-ttl {
		width: 85.066666666666667%;
		margin-bottom: 45px;
	}

	.recruit .c-useful-freshers-honne__inner-txt01 {
		font-size: 3.267vw;
		line-height: 1.9;
	}

	.recruit .c-useful-freshers-honne__inner-txt01 span:before {
		width: 16vw;
		height: 16vw;
		margin-top: -6.667vw;
		margin-left: -9.333vw;
	}

	.recruit .c-useful-freshers-honne__inner-txt01 span:after {
		width: 16vw;
		height: 16vw;
		margin-bottom: -8vw;
		margin-right: -8vw;
	}
}



/**********************************

 c-useful-freshers-choice

***********************************/
.recruit .c-useful-freshers-choice {

}

.recruit .c-useful-freshers-choice__head {

}

.recruit .c-useful-freshers-choice__head-inner {
	padding-top: calc(60px + 4.166666666666667vw);
	padding-bottom: 60px;
}

.recruit .c-useful-freshers-choice__head-inner-ttl {
	width: 80%;
	margin: 0 auto 40px;
}

.recruit .c-useful-freshers-choice__head-inner-txt01 {
	margin-bottom: 45px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1.666666666666667;
	letter-spacing: .15em;
}

.recruit .c-useful-freshers-choice__head-inner-pic {
	width: 84%;
	margin: 0 auto 20px;
}

.recruit .c-useful-freshers-choice__head-inner-txt02 {
	width: 54.791666666666667%;
	margin: 0 auto 60px;
	font-size: 14.4px;
	font-weight: 500;
	text-align: right;
}

.recruit .c-useful-freshers-choice__body {

}

.recruit .c-useful-freshers-choice__body-head {
	margin-top: -60px;
}

.recruit .c-useful-freshers-choice__body-head ul {
	display: flex;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .14em;
}

.recruit .c-useful-freshers-choice__body-head ul li {
	width: 50%;
}

.recruit .c-useful-freshers-choice__body-head ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 54px;
	border-radius: 20px 20px 0 0;
}

.recruit .c-useful-freshers-choice__body-head ul li a.ladies {
	background-color: #F8C6CF;
}

.recruit .c-useful-freshers-choice__body-head ul li a.mens {
	background-color: #AFC7FF;
}

.recruit .c-useful-freshers-choice__body-wrap {
	margin-bottom: 60px;
}

.recruit .c-useful-freshers-choice__body-wrap-box {
	display: none;
}

.recruit .c-useful-freshers-choice__body-wrap-box:first-child {
	display: block;
}

.recruit .c-useful-freshers-choice__body-wrap-box#freshers-ladies {
	background-color: #F8C6CF;
}

.recruit .c-useful-freshers-choice__body-wrap-box#freshers-mens {
	background-color: #AFC7FF;
}

.recruit .c-useful-freshers-choice__body-wrap-box-inner {
	padding: 40px 0;
}

@media screen and (max-width:959px){

}

@media screen and (max-width:820px){
	.recruit .c-useful-freshers-choice {

	}

	.recruit .c-useful-freshers-choice__head {

	}

	.recruit .c-useful-freshers-choice__head-inner {
		padding-top: calc(60px + 8vw);
		padding-bottom: 50px;
	}

	.recruit .c-useful-freshers-choice__head-inner-ttl {
		width: 81.6%;
		margin-bottom: 35px;
	}

	.recruit .c-useful-freshers-choice__head-inner-txt01 {
		margin-bottom: 25px;
		font-size: 14px;
		line-height: 1.785714285714286;
		letter-spacing: .05em;
	}

	.recruit .c-useful-freshers-choice__head-inner-pic {
		width: 88%;
		margin-bottom: 15px;
	}

	.recruit .c-useful-freshers-choice__head-inner-txt02 {
		width: 88%;
		margin: 0 auto 25px;
		font-size: 9px;
	}

	.recruit .c-useful-freshers-choice__body-head {
		margin-top: -50px;
	}

	.recruit .c-useful-freshers-choice__body-head ul {
		font-size: 15px;
	}

	.recruit .c-useful-freshers-choice__body-head ul li a {
		height: 50px;
		border-radius: 4vw 4vw 0 0;
	}

	.recruit .c-useful-freshers-choice__body-wrap {
		margin-bottom: 10%;
	}

	.recruit .c-useful-freshers-choice__body-wrap-box-inner {
		padding: 9.333vw 0 13.333vw;
	}

}



/**********************************

 c-freshers-index

***********************************/
.recruit .c-freshers-index {
	margin-bottom: 70px;
}

.recruit .c-freshers-index__inner {

}

.recruit .c-freshers-index__inner-content {
	width: 88%;
	padding: 8% 6.25% 4%;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 15px;
}

.recruit .c-freshers-index__inner-content .ttl {
	width: 42%;
	margin: 0 auto 12%;
}

.recruit .c-freshers-index__inner-content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -4.571428571428571%;
}

.recruit .c-freshers-index__inner-content ul:after {
	content: "";
	display: block;
	width: 46%;
	margin-bottom: 8%;
}

.recruit .c-freshers-index__inner-content ul li {
	width: 46%;
	margin-bottom: 8%;
}

.recruit .c-freshers-index__inner-content ul li a {
	display: block;
	box-shadow: 7px 7px 0 rgba(96,189,166,1);
	position: relative;
	z-index: 1;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.recruit .c-freshers-index__inner-content ul li a:hover {
	transform: translateY(7px) translateX(7px);
	box-shadow: none;
}

@media screen and (max-width:959px){

}

@media screen and (max-width:820px){

	.recruit .c-freshers-index {
		margin-bottom: 18.667vw;
	}

	.recruit .c-freshers-index__inner-content {
		width: 84%;
		padding: 6.667vw 6.667vw 10.667vw;
		border-radius: 1.333vw;
	}

	.recruit .c-freshers-index__inner-content .ttl {
		width: 42.264150943396226%;
		margin-bottom: 16.363636363636364%;
	}

	.recruit .c-freshers-index__inner-content ul {
		margin-bottom: -7.547169811320755%;
	}

	.recruit .c-freshers-index__inner-content ul:after {
		display: none;
	}

	.recruit .c-freshers-index__inner-content ul li {
		width: 46.415094339622642%;
		margin-bottom: 7.547169811320755%;
	}

	.recruit .c-freshers-index__inner-content ul li a {
		box-shadow: 5px 5px 0 rgba(96,189,166,1);
	}

	.recruit .c-freshers-index__inner-content ul li a:hover {
		transform: translateY(5px) translateX(5px);
	}
}



/**********************************

 c-freshers-choice-list

***********************************/
.recruit .c-freshers-choice-list {
	width: 88%;
	margin: 0 auto;
}

.recruit .c-freshers-choice-list__sec {
	padding: 100px 0 30px;
	margin-bottom: 70px;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}

.recruit .c-freshers-choice-list__sec:last-child {
	margin-bottom: 0;
}

.recruit .c-freshers-choice-list__sec-ttl {
	width: 100%;
	margin-top: -20px;
	margin-left: -15px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.recruit .c-freshers-choice-list__sec-ttl.yell {
	margin-top: 40px;
}

.recruit .c-freshers-choice-list__sec-ttl .balloon {
	width: 140px;
	margin-bottom: -5px;
	position: absolute;
	bottom: 100%;
	right: 0;
	z-index: 1;
}

.recruit .c-freshers-choice-list__sec .ladies-pic01 {
	width: 66%;
	margin: 0 auto 40px;
}

.recruit .c-freshers-choice-list__sec .ladies-pic02 {
	width: 55%;
	margin: 0 auto 40px;
}

.recruit .c-freshers-choice-list__sec .ladies-pic03 {
	width: 86%;
	margin: 0 auto 40px;
}

.recruit .c-freshers-choice-list__sec .ladies-pic04 {
	width: 87.037037037037037%;
	margin: 0 auto 40px;
}

.recruit .c-freshers-choice-list__sec .ladies-pic05 {
	width: 90.572390572390572%;
	margin: 0 auto 40px;
}

.recruit .c-freshers-choice-list__sec .ladies-pic06 {
	width: 76%;
	margin: 0 auto 40px;
}

.recruit .c-freshers-choice-list__sec .ladies-pic07 {
	width: 88.552188552188552%;
	margin: 0 auto 40px;
}

.recruit .c-freshers-choice-list__sec .mens-pic01 {
	width: 86%;
	margin: 0 auto 40px;
}

.recruit .c-freshers-choice-list__sec .mens-pic02 {
	width: 86%;
	margin: 0 auto 40px;
}

.recruit .c-freshers-choice-list__sec .mens-pic03 {
	width: 86%;
	margin: 0 auto 40px;
}

.recruit .c-freshers-choice-list__sec .mens-pic04 {
	width: 91.582491582491582%;
	margin: 0 auto 40px;
}

.recruit .c-freshers-choice-list__sec .mens-pic05 {
	width: 90.572390572390572%;
	margin: 0 auto 40px;
}

.recruit .c-freshers-choice-list__sec .mens-pic06 {
	width: 90.572390572390572%;
	margin: 0 auto 40px;
}

.recruit .c-freshers-choice-list__sec-comment {
	margin-bottom: 60px;
}

.recruit .c-freshers-choice-list__sec-comment:last-child {
	margin-bottom: 0;
}

.recruit .c-freshers-choice-list__sec-comment-ttl {
	width: 60%;
	margin: 0 auto 25px;
}

.recruit .c-freshers-choice-list__sec-comment-item {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 20px;
}

.recruit .c-freshers-choice-list__sec-comment-item:last-child {
	margin-bottom: 0;
}

.recruit .c-freshers-choice-list__sec-comment-item .pic {
	width: 14%;
	margin-right: 25px;
	position: relative;
	z-index: 1;
}

.recruit .c-freshers-choice-list__sec-comment-item .pic.mens-face01 {
	width: 22%;
	margin-right: 10px;
}

.recruit .c-freshers-choice-list__sec-comment-item .pic .balloon {
	width: 90px;
	position: absolute;
	bottom: 110%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.recruit .c-freshers-choice-list__sec-comment-item .cont {
	display: flex;
	align-items: center;
	width: 64%;
	min-height: 75px;
	padding: 14px 15px;
	background-color: #FEF9FA;
	border: 1px solid #303C53;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}

.recruit .c-freshers-choice-list__sec-comment-item .cont:before {
	content: "";
	display: block;
	width: 12px;
	height: 15px;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/useful_freshers_choice_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 20px;
	right: 100%;
	z-index: 1;
}

.recruit .c-freshers-choice-list__sec-comment-item .cont.green {
	background-color: #EFF8F6;
}

.recruit .c-freshers-choice-list__sec-comment-item .cont.green:before {
	content: "";
	display: block;
	width: 12px;
	height: 15px;
	margin-right: 0;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/useful_freshers_choice_arr02.png) no-repeat center / contain;
	position: absolute;
	top: 20px;
	right: 100%;
	z-index: 1;
}

.recruit .c-freshers-choice-list__sec-comment-item .cont.orange {
	background-color: #FCEBDB;
}

.recruit .c-freshers-choice-list__sec-comment-item .cont.orange:before {
	content: "";
	display: block;
	width: 12px;
	height: 15px;
	margin-right: 0;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/useful_freshers_choice_arr03.png) no-repeat center / contain;
	position: absolute;
	top: 20px;
	right: 100%;
	z-index: 1;
}

.recruit .c-freshers-choice-list__sec-comment-item .cont.blue {
	background-color: #F9FBFE;
}

.recruit .c-freshers-choice-list__sec-comment-item .cont.blue:before {
	content: "";
	display: block;
	width: 12px;
	height: 15px;
	margin-right: 0;
	background: url(../../../Contents/ImagesPkg/fashion/f-recuit/20241226/useful_freshers_choice_arr04.png) no-repeat center / contain;
	position: absolute;
	top: 20px;
	right: 100%;
	z-index: 1;
}

.recruit .c-freshers-choice-list__sec-comment-item .cont p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4375;
	letter-spacing: .1em;
}

.recruit .c-freshers-choice-list__sec-point {
	width: 88%;
	padding: 20px 15px 15px;
	margin: 40px auto 0;
	background-color: #88CDBC;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}

.recruit .c-freshers-choice-list__sec-point .txt01 {
	width: 15.800865800865801%;
	margin-top: -12px;
	margin-left: -12px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.recruit .c-freshers-choice-list__sec-point .txt02 {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4375;
}

.recruit .c-freshers-choice-list__sec-ranking {
	margin-bottom: 95px;
}

.recruit .c-freshers-choice-list__sec-ranking.ladies {
	margin-bottom: 55px;
}

.recruit .c-freshers-choice-list__sec-ranking:last-child,
.recruit .c-freshers-choice-list__sec-ranking.mb0 {
	margin-bottom: 0;
}

.recruit .c-freshers-choice-list__sec-ranking-ttl {
	width: 84%;
	margin: 0 auto 30px;
}

.recruit .c-freshers-choice-list__sec-ranking ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: -5.892255892255892%;
	transform: translateX(5px);
}

.recruit .c-freshers-choice-list__sec-ranking ul li {
	width: 28%;
	margin: 0 1.683501683501684% 5.892255892255892%;
}

.recruit .c-freshers-choice-list__sec-ranking ul.mens-list01 li {
	width: 28%;
}

.recruit .c-freshers-choice-list__sec-ranking ul.mens-list02 li {
	width: 28%;
}

.recruit .c-freshers-choice-list__sec-ranking ul.mens-list02 li:last-child span {
	display: block;
	margin-right: -6.25%;
}

.recruit .c-freshers-choice-list__sec-ranking ul.mens-list03 li {
	width: 28%;
}

.recruit .c-freshers-choice-list__sec-ranking ul.mens-list03 li:nth-child(1) span {
	display: block;
	margin-right: -18.76%;
}

.recruit .c-freshers-choice-list__sec-ranking ul.mens-list03 li:nth-child(2) span {
	display: block;
	margin-right: -6.25%;
}

.recruit .c-freshers-choice-list__sec-ranking ul.mens-list03 li:nth-child(3) span {
	display: block;
	margin-right: -6.25%;
}

.recruit .c-freshers-choice-list__sec-txt01 {
	width: 74.074074074074074%;
	margin: 0 auto 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .05em;
}

@media screen and (max-width:959px){

}

@media screen and (max-width:820px){

	.recruit .c-freshers-choice-list {
		width: 84%;
		margin: 0 auto;
	}

	.recruit .c-freshers-choice-list__sec {
		padding: 18.667vw 0 6.667vw;
		margin-bottom: 18.667vw;
		border-radius: 1.333vw;
	}

	.recruit .c-freshers-choice-list__sec:last-child {
		margin-bottom: 0;
	}

	.recruit .c-freshers-choice-list__sec-ttl {
		width: 107.936507936507937%;
		margin-top: -5.333vw;
		margin-left: -4vw;
	}

	.recruit .c-freshers-choice-list__sec-ttl.yell {
		margin-top: 4.267vw;
	}

	.recruit .c-freshers-choice-list__sec-ttl .balloon {
		width: 33.6vw;
		margin-bottom: -0.533vw;
	}

	.recruit .c-freshers-choice-list__sec .ladies-pic01 {
		width: 64.126984126984127%;
		margin-bottom: 8vw;
	}

	.recruit .c-freshers-choice-list__sec .ladies-pic02 {
		width: 53.015873015873016%;
		margin-bottom: 5.333vw;
	}

	.recruit .c-freshers-choice-list__sec .ladies-pic03 {
		width: 91.111111111111111%;
		margin-bottom: 10.667vw;
	}

	.recruit .c-freshers-choice-list__sec .ladies-pic04 {
		width: 93.650793650793651%;
		margin-bottom: 9.333vw;
	}

	.recruit .c-freshers-choice-list__sec .ladies-pic05 {
		width: 88.888888888888889%;
		margin-bottom: 9.333vw;
	}

	.recruit .c-freshers-choice-list__sec .ladies-pic06 {
		width: 73.015873015873016%;
		margin-bottom: 9.333vw;
	}

	.recruit .c-freshers-choice-list__sec .ladies-pic07 {
		width: 90.476190476190476%;
		margin-bottom: 9.333vw;
	}

	.recruit .c-freshers-choice-list__sec .mens-pic01 {
		width: 85.714285714285714%;
		margin-bottom: 8vw;
	}

	.recruit .c-freshers-choice-list__sec .mens-pic02 {
		width: 90.476190476190476%;
		margin-bottom: 8vw;
	}

	.recruit .c-freshers-choice-list__sec .mens-pic03 {
		width: 87.301587301587302%;
		margin-bottom: 8vw;
	}

	.recruit .c-freshers-choice-list__sec .mens-pic04 {
		width: 96.19047619047619%;
		margin-bottom: 6.667vw;
	}

	.recruit .c-freshers-choice-list__sec .mens-pic05 {
		width: 91.428571428571429%;
		margin-bottom: 8vw;
	}

	.recruit .c-freshers-choice-list__sec .mens-pic06 {
		width: 91.428571428571429%;
		margin-bottom: 8vw;
	}

	.recruit .c-freshers-choice-list__sec-comment {
		margin-bottom: 8vw;
	}

	.recruit .c-freshers-choice-list__sec-comment-ttl {
		width: 57.777777777777778%;
		margin-bottom: 4vw;
	}

	.recruit .c-freshers-choice-list__sec-comment-item {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		margin-bottom: 5.333vw;
	}

	.recruit .c-freshers-choice-list__sec-comment-item:last-child {
		margin-bottom: 0;
	}

	.recruit .c-freshers-choice-list__sec-comment-item .pic {
		width: 15.873015873015873%;
		margin-right: 4vw;
	}

	.recruit .c-freshers-choice-list__sec-comment-item .pic.mens-face01 {
		width: 22.222222222222222%;
		margin-right: 1.333vw;
	}

	.recruit .c-freshers-choice-list__sec-comment-item .pic .balloon {
		width: 15.466666666666667vw;
		/*width: 18.4vw;*/
		margin-bottom: 0.8vw;
		margin-left: -1.333333333333333vw;
	}

	.recruit .c-freshers-choice-list__sec-comment-item .cont {
		width: 66.031746031746032%;
		min-height: 13.333vw;
		padding: 2.667vw 2.667vw;
		border-radius: 0.8vw;
	}

	.recruit .c-freshers-choice-list__sec-comment-item .cont:before {
		width: 1.867vw;
		height: 2.4vw;
		top: 3.2vw;
	}

	.recruit .c-freshers-choice-list__sec-comment-item .cont.green:before {
		width: 1.867vw;
		height: 2.4vw;
		top: 3.2vw;
	}

	.recruit .c-freshers-choice-list__sec-comment-item .cont.orange:before {
		width: 1.867vw;
		height: 2.4vw;
		top: 3.2vw;
	}

	.recruit .c-freshers-choice-list__sec-comment-item .cont.blue:before {
		width: 1.867vw;
		height: 2.4vw;
		top: 3.2vw;
	}

	.recruit .c-freshers-choice-list__sec-comment-item .cont p {
		font-size: 2.667vw;
		letter-spacing: .05em;
	}

	.recruit .c-freshers-choice-list__sec-point {
		width: 90.793650793650794%;
		padding: 5.333vw 2.667vw 2.667vw;
		margin-top: 6.667vw;
		border-radius: 1.333vw;
	}

	.recruit .c-freshers-choice-list__sec-point .txt01 {
		width: 12.267vw;
		margin-top: -1.067vw;
		margin-left: -2.133vw;
	}

	.recruit .c-freshers-choice-list__sec-point .txt02 {
		font-size: 2.667vw;
	}

	.recruit .c-freshers-choice-list__sec-ranking {
		margin-bottom: 16vw;
	}

	.recruit .c-freshers-choice-list__sec-ranking.ladies {
		margin-bottom: 9.333vw;
	}

	.recruit .c-freshers-choice-list__sec-ranking:last-child,
	.recruit .c-freshers-choice-list__sec-ranking.mb0 {
		margin-bottom: 0;
	}

	.recruit .c-freshers-choice-list__sec-ranking-ttl {
		width: 84.444444444444444%;
		margin-bottom: 5.333vw;
	}

	.recruit .c-freshers-choice-list__sec-ranking ul {
		margin-bottom: -7.936507936507937%;
		transform: translateX(2.5px);
	}

	.recruit .c-freshers-choice-list__sec-ranking ul li {
		width: 28.571428571428571%;
		margin: 0 1.587301587301587% 7.936507936507937%;
	}

	.recruit .c-freshers-choice-list__sec-ranking ul.mens-list01 li {
		width: 28.571428571428571%;
		margin: 0 1.587301587301587% 7.936507936507937%;
	}

	.recruit .c-freshers-choice-list__sec-ranking ul.mens-list01 li:nth-child(1) span {
		margin-right: -2.23%;
	}

	.recruit .c-freshers-choice-list__sec-ranking ul.mens-list01 li:nth-child(2) span {
		margin-right: -2.23%;
	}

	.recruit .c-freshers-choice-list__sec-ranking ul.mens-list01 li:nth-child(3) span {
		margin-right: -2.23%;
	}

	.recruit .c-freshers-choice-list__sec-ranking ul.mens-list02 li {
		width: 28.571428571428571%;
		margin: 0 1.587301587301587% 7.936507936507937%;
	}

	.recruit .c-freshers-choice-list__sec-ranking ul.mens-list02 li:nth-child(1) span {
		margin-right: -2.23%;
	}

	.recruit .c-freshers-choice-list__sec-ranking ul.mens-list02 li:nth-child(2) span {
		margin-right: -2.23%;
	}

	.recruit .c-freshers-choice-list__sec-ranking ul.mens-list02 li:nth-child(3) span {
		margin-right: -2.23%;
	}

	.recruit .c-freshers-choice-list__sec-ranking ul.mens-list03 li {
		width: 28.571428571428571%;
		margin: 0 1.587301587301587% 7.936507936507937%;
	}

	.recruit .c-freshers-choice-list__sec-ranking ul.mens-list03 li:nth-child(1) span {
		margin-right: -2.23%;
	}

	.recruit .c-freshers-choice-list__sec-ranking ul.mens-list03 li:nth-child(2) span {
		margin-right: -2.23%;
	}

	.recruit .c-freshers-choice-list__sec-ranking ul.mens-list03 li:nth-child(3) span {
		margin-right: -2.23%;
	}

	.recruit .c-freshers-choice-list__sec-txt01 {
		width: 87.301587301587302%;
		margin-bottom: 5.333vw;
		font-size: 2.667vw;
	}
}



/**********************************

 c-useful-freshers-outro

***********************************/
.recruit .c-useful-freshers-outro {

}

.recruit .c-useful-freshers-outro__inner {
	padding-top: 80px;
	padding-bottom: 130px;
}

.recruit .c-useful-freshers-outro__inner-txt01 {
	margin-bottom: 55px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.863636363636364;
	letter-spacing: .05em;
}

.recruit .c-useful-freshers-outro__inner-pic {
	width: 62.8125%;
	margin: 0 auto;
}

@media screen and (max-width:959px){

}

@media screen and (max-width:820px){

	.recruit .c-useful-freshers-outro__inner {
		padding-top: 10.667vw;
		padding-bottom: 10.667vw;
	}

	.recruit .c-useful-freshers-outro__inner-txt01 {
		margin-bottom: 9.333vw;
		font-size: 3.733vw;
		font-weight: 500;
	}

	.recruit .c-useful-freshers-outro__inner-pic {
		width: auto;
	}
}



/**********************************

 xxx

***********************************/
.recruit .xxx {

}

@media screen and (max-width:959px){

}

@media screen and (max-width:820px){

}
