#content{

}


#topBGContent{
	background: url("/images/recruit_career/topbgcontent_bg.png") center bottom no-repeat;
	background-size: 100% auto;
}
#kvOuter{
	position: relative;
}
#kvOuterIn{
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
}
#kvOuterIn:before{
	content: "";
	position: absolute;
	bottom: -6em;
	left: -10em;
	max-width: 420px;
	max-height: 420px;
	width: 30vw;
	height: 30vw;
	background: url("/images/recruit_career/dot_bg.png")left top;
	background-size: 24px auto;
}
.kvSlider .slick-list{
	border-radius: 0 0 20px 20px;
	overflow: hidden;
}
#kvOuterIn .title{
	position: absolute;
	bottom: 1.5em;
	left: 1.2em;
	font-weight: 700;
	font-size: 50px;
	color: #DD1A1F;
	line-height: 1.8em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: 0px 0px 20px rgba(255, 255, 255, 1),10px 10px 20px rgba(255, 255, 255, 1),-10px -10px 20px rgba(255, 255, 255, 1);
}
#kvOuterIn .illust{
	position: absolute;
	bottom: -4em;
	right: -4em;
	max-width: 350px;
	width: 20vw;
}
#kvOuterIn .sSP{
	display: none;
}


#InterviewAnchor{
	max-width: 1180px;
	padding: 0 40px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	margin-top: 15em;
}
h2{
	font-size: 18px;
	position: relative;
	line-height: 2em;
	margin-bottom: 2.5em;
}
h2:before{
	content: "";
	position: absolute;
	top: -2.5em;
	left: 0;
	width: 2em;
	height: 5px;
	background: #DD1A1F;
	border-radius: 30px;
}
h2 span{
	font-size: 320%;
	font-weight: 500;
	font-family: 'Jost', sans-serif;
	margin-right: 0.2em;
}


.IAContent{
	display: flex;
	justify-content: space-between;
	padding-bottom: 7em;
}
.IAContent .IAContentIn{
	width: 24%;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 5px #eeeeee;
}
.IAContent .IAContentIn a{
	text-decoration: none;
}
.IAContent .IAContentIn .photo{
	overflow: hidden;
}
.IAContent .IAContentIn .photo img{
	transition: 0.2s;
}
.IAContent .IAContentIn a:hover .photo img{
	transform: scale(1.1, 1.1);
}
.IAContent .IAContentIn .text{
	padding: 1.5em 2em;
	position: relative;
}
.IAContent .IAContentIn .text .arrow{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 2.5em;
	height: 2.5em;
	background: #DD1A1F;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px 0 0 0;
}
.IAContent .IAContentIn .text .arrow img{
	width: 1.5em;
}
.IAContent .IAContentIn .text .shopName{
	font-size: 22px;
	font-weight: 700;
}
.IAContent .IAContentIn .text .post{
	font-size: 16px;
	color: #DD1A1F;
	margin-top: 0.7em;
}



#InterviewContentStart{
	background: rgb(253,240,193);
	background: linear-gradient(0deg, rgba(253,240,193,1) 0%, rgba(250,248,241,1) 100%);
}
.InterviewContentIn{
	padding-top: 5em;
}

.InterviewContentIn:nth-of-type(2n){
	
}

.InterviewContentBox{
	position: relative;
}
.IProfileTitle {
	display: flex;
	justify-content: flex-end;
	position: relative;
	max-width: 1180px;
	padding: 0 40px;
	margin: 0 auto;
}
.IProfileTitle:before{
	content: "";
	position: absolute;
	top: 3em;
	right: -5em;
	max-width: 190px;
	max-height: 190px;
	width: 30vw;
	height: 30vw;
	background: url("/images/recruit_career/dot_bg.png")left top;
	background-size: 24px auto;
}
.IProfileTitle .photoOuter{
	position: relative;
	width: 65%;
}

.IProfileTitle .photoOuter .olive{
	position: absolute;
	top: 7em;
	left: -1em;
	max-width: 75px;
}
.IProfileTitle .photoOuter .cheese{
	position: absolute;
	bottom: 1em;
	left: -1em;
	max-width: 80px;
}
.IProfileTitle .photoOuter .pasta{
	position: absolute;
	bottom: 3em;
	right: -1em;
	max-width: 150px;
}
.IProfileTitle .txtOuter{
	position: absolute;
	top: 2.5em;
	left: 40px;
	display: flex;
	flex-direction: column;
}
.IProfileTitle .txtOuter .no{
	font-family: 'Jost', sans-serif;
	font-size: 23px;
	color: #DD1A1F;
	font-weight: 500;
	margin-bottom: 1em;
}
.IProfileTitle .txtOuter .no span{
	margin-left: 0.2em;
	font-size: 200%;
}
.IProfileTitle .txtOuter .txt{
	display: flex;
	flex-direction: column;
}
.IProfileTitle .txtOuter .name{
	width: fit-content;
	background: #DD1A1F;
	color: #fff;
	font-weight: 700;
	font-size: 60px;
	border-radius: 5px;
	padding: 0.2em 0.5em 0.3em;
	line-height: 1em;
}
.IProfileTitle .txtOuter .post{
	margin-top: 1.5em;
	display: flex;
	flex-direction: column;
}
.IProfileTitle .txtOuter .post span{
	display: block;
	width: fit-content;
	background: #fff;
	color: #DD1A1F;
	font-weight: 700;
	font-size: 40px;
	border-radius: 5px;
	padding: 0.2em 0.5em 0.3em;
	line-height: 1em;
	margin-top: 0.2em;
	letter-spacing: 0.1em;
}
.IProfileTitle .txtOuter .joining{
	font-size: 18px;
	margin-top: 4.5em;
	max-width: 20em;
	width: 100%;
}


.InterviewContentIn.photoLeft .IProfileTitle{
	justify-content: flex-start;
}
.InterviewContentIn.photoLeft .IProfileTitle:before{
	right: auto;
	left: -5em;
}
.InterviewContentIn.photoLeft .IProfileTitle .txtOuter{
	left: auto;
	right: 40px;
	align-items: flex-end;
}
.InterviewContentIn.photoLeft .IProfileTitle .txtOuter .txt,
.InterviewContentIn.photoLeft .IProfileTitle .txtOuter .post{
	align-items: flex-end;
}
.InterviewContentIn.photoLeft .IProfileTitle .photoOuter .olive{
	left: auto;
	right: -1em;
	transform:rotateY(180deg);
}
.InterviewContentIn.photoLeft .IProfileTitle .photoOuter .cheese{
	left: auto;
	right: -1em;
	transform:rotateY(180deg);
}
.InterviewContentIn.photoLeft .IProfileTitle .photoOuter .pasta{
	right: auto;
	left: -1em;
	transform:rotateY(180deg);
}
.InterviewContentIn.photoLeft .IProfileTitle .txtOuter .joining{
	text-align: right;
}


/*.InterviewContentIn:nth-of-type(2n) .IProfileTitle{
	justify-content: flex-start;
}
.InterviewContentIn:nth-of-type(2n) .IProfileTitle:before{
	right: auto;
	left: -5em;
}
.InterviewContentIn:nth-of-type(2n) .IProfileTitle .txtOuter{
	left: auto;
	right: 40px;
	align-items: flex-end;
}
.InterviewContentIn:nth-of-type(2n) .IProfileTitle .txtOuter .txt,
.InterviewContentIn:nth-of-type(2n) .IProfileTitle .txtOuter .post{
	align-items: flex-end;
}
.InterviewContentIn:nth-of-type(2n) .IProfileTitle .photoOuter .olive{
	left: auto;
	right: -1em;
	transform:rotateY(180deg);
}
.InterviewContentIn:nth-of-type(2n) .IProfileTitle .photoOuter .cheese{
	left: auto;
	right: -1em;
	transform:rotateY(180deg);
}
.InterviewContentIn:nth-of-type(2n) .IProfileTitle .photoOuter .pasta{
	right: auto;
	left: -1em;
	transform:rotateY(180deg);
}*/


.ITextArea{
	background: url("/images/recruit_career/interview_bg.png") #fff center top no-repeat;
	background-size: cover;
	margin-top: -6em;
	padding-top: 12em;
}
.ITextAreaIn{
	max-width: 1180px;
	padding: 0 40px 7em;
	margin: 0 auto;
	display: none;
}
.ITextAreaIn .photo{
	float: right;
	width: 30%;
	margin: 0 0 2em 2em;
	overflow: hidden;
	border-radius: 10px;
}
.ITextAreaIn dl dt{
	font-size: 22px;
	color: #C8332C;
	font-weight: 700;
	margin-bottom: 0.7em;
	margin-top: 1.3em;
}
.ITextAreaIn dl dt:first-child{
	margin-top: 0;
}
.ITextAreaIn dl dd{
	font-size: 18px;
	padding-bottom: 1.5em;
	border-bottom: #DD1A1F dashed 2px;
}
.ITextAreaSPFlex > div > p{
	margin-top: 1em;
	line-height: 1.3em;
}

.InterviewContentBox .btn{
	position: absolute;
	bottom: -1.8em;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 220px;
	z-index: 10;
}
.InterviewContentBox .btn .on{
	display: none;
}
.InterviewContentBox .btn:before{
	content: "";
	width: 1.3em;
	height: 0.8em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.3em;
	margin: auto;
	background: url("/images/recruit_career/icon_arrow.svg") center top no-repeat;
	background-size: 100% auto;
	transition: 0.2s;
}
.InterviewContentBox .btn span{
	padding: 0.5em 1.3em 0.7em;
	font-size: 20px;
	text-align: center;
}
.InterviewContentBox .btn.open .on{
	display: block;
}
.InterviewContentBox .btn.open .off{
	display: none;
}
.InterviewContentBox .btn.open:before{
	transform:rotate(180deg);
}



#RecruitContentStart{
	background: url("/images/recruit_career/recruit_bg.png") center top no-repeat;
	background-size: 100% auto;
	padding: 8em 0 0;
}
#RecruitContentIn{
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}
.RecruitBox .RecruitBoxIn{
	position: relative;
	z-index: 1;
}
.RecruitBox .RecruitBoxIn:nth-of-type(n+2){
	margin-top: 5em;
}
.RecruitBox .RecruitBoxIn h3{
	font-size: 30px;
	margin-bottom: 1em;
}
.RecruitBox .RecruitBoxIn table{
	border-bottom: #000000 solid 1px;
}
.RecruitBox .RecruitBoxIn table tr th,
.RecruitBox .RecruitBoxIn table tr td{
	border-top: #000000 solid 1px;
	padding: 1.5em 0;
	font-size: 18px;
}
.RecruitBox .RecruitBoxIn table tr th{
	color: #DD1A1F;
	width: 10em;
}
.titleFlex{
	display: flex;
	align-items: flex-end;
}
.titleFlex .txt{
	line-height: 1.2em;
	margin-left: 1.5em;
}
.titleFlex h3{
	margin-bottom: 0 !important;
}

.EntryFlow{
	display: flex;
	justify-content: space-between;
	margin-top: 2em;
}
.EntryFlow li{
	background: #FFF4F5;
	border-radius: 5px;
	width: 28%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.3em 1em;
	position: relative;
}
.EntryFlow li:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -3.3em;
	margin: auto;
	width: 1em;
	height: 1.8em;
	background: url("/images/recruit_career/icon_arrow_gray.svg") center center no-repeat;
	background-size: 100% auto;
}
.EntryFlow li:last-child:before{
	display: none;
}
.EntryFlow li .no{
	font-size: 28px;
	font-weight: 700;
	color: #DD1A1F;
	font-family: 'Jost', sans-serif;
}
.EntryFlow li .txt{
	font-size: 18px;
	margin-left: 1em;
}


#EntryContentStart{
	background: #fdf0c1;
	margin-top: 7em;
	padding: 7em 40px 4em;
	position: relative;
}
#EntryContentStart:before{
	content: "";
	position: absolute;
	top: -15em;
	right: 0;
	background: url("/images/recruit_career/recruit_bg01.png") left top no-repeat;
	background-size: 100%;
	display: block;
	max-width: 800px;
	width: 50%;
	max-height: 1500px;
	height: 90em;
}
#EntryContentStart:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("/images/recruit_career/recruit_bg02.png") left bottom no-repeat;
	background-size: 100%;
	display: block;
	max-width: 1100px;
	width: 45%;
	max-height: 860px;
	height: 90em;
}
#EntryContentIn{
	max-width: 1400px;
	margin: 0 auto;
	padding: 5em 40px;
	background: #fff;
	position: relative;
	z-index: 1;
}
#EntryContentIn h2{
	text-align: center;
}
#EntryContentIn h2:before{
	display: none;
}
#EntryContentIn h2 span{
	margin: 0;
}
#EntryContentIn h2 .note{
	color: #DD1A1F;
}

#EntryContentIn table{
	width: fit-content;
	margin: 0 auto;
	min-width: 870px;
	max-width: 1000px;
}
#EntryContentIn table tr th,
#EntryContentIn table tr td{
	padding: 0.7em 0;
}
#EntryContentIn table tr th{
	width: 15em;
	padding-right: 2em;
	line-height: 1.5em;
}
#EntryContentIn table tr .flexBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#EntryContentIn table tr .flexBox.fs{
	justify-content: flex-start;
}
#EntryContentIn table tr .flexBox.fs li{
	margin-right: 1.5em;
}
#EntryContentIn table tr .flexBox .required{
	border-radius: 3px;
	background: #DD1A1F;
	color: #fff;
	font-size: 14px;
	padding: 0.5em;
	line-height: 1em;
}
#EntryContentIn table input,
#EntryContentIn table textarea{
	border-radius: 6px;
	border: #707070 solid 1px;
	background: #fff;
	padding: 0.8em;
	width: 100%;
	resize: none;
}
#EntryContentIn table input:focus,
#EntryContentIn table textarea:focus{
	outline: none;
}
#EntryContentIn table input.w50p{
	width: 50%;
}
#EntryContentIn table input.w30p{
	width: 30%;
	min-width: 12em;
}
#EntryContentIn table input.w30p[id="tel"]{
	width: 100%;
}
#EntryContentIn table input[type="file"]{
	padding: 0;
	border: none;
	border-radius: 0;
}
#EntryContentIn table input[type="file"] + input[type="file"]{
	margin-top: 1em;
}
#EntryContentIn table .note{
	font-size: 14px;
	margin-top: 0.5em;
	word-break: break-word;
	line-height: 1.5em;
	text-indent: -1em;
	padding-left: 1em;
}


.selectDesign {
	overflow: hidden;
	text-align: center;
	position: relative;
	border: 1px solid #707070;
	border-radius: 5px;
	background: #fff;
	margin-right: 0.5em;
}
.selectDesign.w01{
	width: 6.5em;
}
.selectDesign.w02{
	width: 5em;
}

.selectDesign select {
	font-family: 'Noto Sans JP','Yu Gothic Medium' , "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, verdana ,sans-serif;
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 0.6em 1.5em 0.6em 0.8em;
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 1.3em;
}
.selectDesign select::-ms-expand {
    display: none;
}
.selectDesign:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	width: 29px;
	height: 100%;
	padding: 0;
	z-index: 0;
	background:url(/images/recruit_career/icon_select_pc.gif) #c9161d center center no-repeat;
	background-size: 100% auto;
	display: block;
}



.radioDesign,
.checkboxDesignAgree{
	position: relative;
	display: flex;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	line-height: 30px;
}
.radioDesign p{
	line-height: 30px !important;
}
.radioDesign input,
.checkboxDesignAgree input{
	opacity: 0;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 0;
	margin: 0;
}

.radioDesign input + span {
	position: relative;
	border: #C3C3C3 solid 1px;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 7px;
	background: #fff;
	border-radius: 20px;
}
.radioDesign input + span:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	border-radius: 10px;
}
.radioDesign input:checked + span:before{
	content: "";
	background: #C9161D;
}



.checkboxDesignAgree{
	justify-content: center;
	margin-top: 30px;
}
.checkboxDesignAgree input + span {
	position: relative;
	border: #C3C3C3 solid 1px;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 7px;
	background: #fff;
	border-radius: 5px;
}
.checkboxDesignAgree input + span:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
}
.checkboxDesignAgree input:checked + span:before{
	content: "";
	background: #C9161D;
	width: 5px;
	height: 3px;
	transform: rotate(45deg);
	position: absolute;
	bottom: 6px;
	left: 2px;
}
.checkboxDesignAgree input:checked + span:after {
	content: "";
	background: #C9161D;
	width: 11px;
	height: 3px;
	transform: rotate(133deg);
	position: absolute;
	top: 7px;
	right: 1px;
}

.checkboxDesignAgree a{
	position: relative;
	z-index: 10;
	text-decoration: underline;
}
.checkboxDesignAgree a:hover{
	text-decoration: none;
}


#EntryContentIn .btnBox{
	margin-top: 2em;
	display: flex;
	justify-content: center;
}
#EntryContentIn .btnBox a{
	padding: 0.5em 3em;
}


#EntryContentStart .illustPasta{
	position: absolute;
	top: 25em;
	left: 0;
	right: 87em;
	margin: auto;
	max-width: 250px;
	transform: rotateY(180deg);
}
#EntryContentStart .illustOlive{
	position: absolute;
	top: 20em;
	left: 90em;
	right: 0;
	margin: auto;
	max-width: 150px;
}
#EntryContentStart .illustCutlery{
	position: absolute;
	bottom: 13em;
	left: -4em;
	margin: auto;
	max-width: 100px;
}
#EntryContentStart .illustCheese{
	position: absolute;
	bottom: 20em;
	right: -5em;
	margin: auto;
	max-width: 130px;
}



.FromRecruiter{
	max-width: 1180px;
	padding: 5em 40px;
	margin: 0 auto;
	position: relative;
}
.FromRecruiter:before {
	content: "";
	position: absolute;
	top: 3em;
	right: -5em;
	max-width: 190px;
	max-height: 190px;
	width: 30vw;
	height: 30vw;
	background: url("/images/recruit_career/dot_bg.png")left top;
	background-size: 24px auto;
}
.FromRecruiter .FromRecruiterIn{
	background: #fff;
	border-radius: 5px;
	padding: 3.5em 2.5em;
	position: relative;
	z-index: 1;
}
.FromRecruiter .FromRecruiterIn .title{
	color: #DD1A1F;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 0.7em;
}
.FromRecruiter .FromRecruiterIn .txt{
	font-size: 18px;
	line-height: 1.8em;
}
.FromRecruiter .olive {
	position: absolute;
	top: 5em;
	left: -1em;
	max-width: 75px;
	z-index: 1;
}
.FromRecruiter .cheese {
	position: absolute;
	bottom: 4em;
	left: -1em;
	max-width: 80px;
	z-index: 1;
}
.FromRecruiter .pasta {
	position: absolute;
	bottom: 4em;
	right: -1em;
	max-width: 150px;
	z-index: 1;
}





@media screen and (max-width:1599.5px){
	#kvOuterIn .illust{
		right: 0em;
	}
	
	
	
}

@media screen and (max-width:1199.5px){
	#InterviewAnchor{
		margin-top: 15vw;
	}
	.IProfileTitle .txtOuter .joining{
		width: 29vw;
	}
}

@media screen and (max-width:1099.5px){
	.IProfileTitle .txtOuter .joining {
		margin-top: 1em;
	}
	
	#EntryContentStart .illustCheese{
		bottom: 28em;
		right: -7em;
	}
	
}

@media screen and (max-width:999.5px){
	#kvOuterIn .title{
		font-size: 5vw;
	}
	.IAContent .IAContentIn .text {
		padding: 1em;
	}
	.IAContent .IAContentIn .text .shopName{
		font-size: 2.2vw;
	}
	
	
	.ITextArea{
		background-position: right top;
		background-size: 100% auto;
	}
	.IProfileTitle .txtOuter{
		top: -4vw;
	}

	
	.IProfileTitle .txtOuter .name{
		font-size: 6vw;
	}
	.IProfileTitle .txtOuter .post span{
		font-size: 4vw;
	}
	
	#EntryContentIn table{
		min-width: auto;
	}
	#EntryContentIn table input.w50p {
		width: 80%;
	}
	
	
	#EntryContentStart:before{
		top: -15vw;
		width: 35vw;
	}
}
	
	

/* SP */
@media screen and (max-width:767.5px){
	#kvOuterIn .sSP{
		display: block;
	}	
	#kvOuterIn .sPC{
		display: none;
	}
	.kvSlider .slick-list{
		border-radius: 0;
	}
	#kvOuterIn .title {
		font-size: 7vw;
		bottom: 2.5em;
		left: 1em;
		line-height: 1.5em;
	}
	#kvOuterIn .illust {
		width: 9em;
		bottom: -2em;
		right: 1em;
	}
	#kvOuterIn:before{
		display: none;
	}
	#kvOuterIn .slick-dots{
		bottom: -2.5em;
	}
	#kvOuterIn .slick-dots li{
		margin: 0 0.4em;
	}
	.slick-dotted.slick-slider{
		margin: 0 !important;
	}
	
	
	h2 {
		font-size: 16px;
		margin-bottom: 1.5em;
	}
	h2 span {
		font-size: 250%;
		display: block;
	}
	h2:before {
		top: -1.5em;
	}
	
	
	#InterviewAnchor {
		margin-top: 0;
		padding: 8em 20px 0;
		background: url("/images/recruit_career/topbgcontent_bg_sp.png") center bottom no-repeat;
		background-size: cover;
	}
	.IAContent{
		display: block;
		padding-bottom: 4em;
	}
	.IAContent .IAContentIn {
		width: auto;
	}
	.IAContent .IAContentIn:nth-of-type(n+2){
		margin-top: 1em;
	}
	.IAContent .IAContentIn a{
		display: flex;
	}
	.IAContent .IAContentIn .photo{
		width: 40%;
	}
	.IAContent .IAContentIn .photo img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.IAContent .IAContentIn .text{
		width: 60%;
	}
	.IAContent .IAContentIn .text .shopName {
		font-size: 16px;
		line-height: 1.7em;
	}
	.IAContent .IAContentIn .text .post {
		font-size: 14px;
		line-height: 1.7em;
	}
	
	#topBGContent{
		background: none;
	}
	
	
	
	.InterviewContentIn {
		padding-top: 2em;
	}
	.InterviewContentIn:nth-of-type(n+2) {
		padding-top: 5em;
	}
	.IProfileTitle{
		padding: 0 20px;
	}
	.IProfileTitle .photoOuter{
		width: auto;
	}
	.IProfileTitle .photoOuter .olive {
		top: 4em;
		width: 17%;
		opacity: 0.8;
	}
	.IProfileTitle .photoOuter .cheese{
		display: none;
	}
	.IProfileTitle .photoOuter .pasta {
		bottom: -1em;
		width: 30%;
		opacity: 0.8;
	}
	
	.IProfileTitle .txtOuter{
		position: static;
	}
	.IProfileTitle .txtOuter .txt{
		position: absolute;
		bottom: 0.5em;
		left: calc(20px + 0.5em);
	}
	.IProfileTitle .txtOuter .no {
		font-size: 3.5vw;
		position: absolute;
		top: 4vw;
		left: 20px;
	}
	
	.IProfileTitle .txtOuter .name {
		font-size: 8vw;
	}
	.IProfileTitle .txtOuter .post {
		margin-top: 0.5em;
	}
	.IProfileTitle .txtOuter .post span {
		font-size: 6vw;
	}
	
	.IProfileTitle .txtOuter .joining{
		font-size: 4vw;
		position: absolute;
		bottom: -3em;
		left: 20px;
		margin: 0;
		width: calc(100% - 40px);
		max-width: none;
		text-align: left !important;
	}

	.IProfileTitle:before{
		right: 0;
		top: 2em;
		width: 24vw;
		background-size: 13px auto;
	}
	.InterviewContentIn.photoLeft .IProfileTitle:before {
		right: auto;
		left: 0.8em;
	}
	
	.InterviewContentIn.photoLeft .IProfileTitle .txtOuter .no{
		left: auto;
		right: 20px;
	}
	.InterviewContentIn.photoLeft .IProfileTitle .txtOuter .txt{
		left: auto;
		right: calc(20px + 0.5em);
	}
	.InterviewContentIn.photoLeft .IProfileTitle .txtOuter .joining{
		left: auto;
		right: 20px;
	}
	
	
	.ITextArea{
		background: url("/images/recruit_career/interview_bg_sp.png") #fff center top no-repeat;
		background-size: cover;
		margin-top: -3em;
		padding-top: 10em;
	}
	.ITextAreaIn{
		padding: 0 20px 4em;
	}
	
	.InterviewContentBox .btn span {
		font-size: 16px;
	}
	
	.ITextAreaIn dl dt {
		font-size: 18px;
	}
	.ITextAreaIn dl dd {
		font-size: 15px;
	}
	.ITextAreaIn .photo {
		float: none;
		width: auto;
		margin: 1.5em 0 0;
	}
	
	.ITextAreaSPFlex{
		display: flex;
		flex-direction: column-reverse;
	}
	
	
	
	#RecruitContentStart {
		background-image: url("/images/recruit_career/recruit_bg_sp.png");
		padding: 5em 0 0;
	}
	#RecruitContentIn {
		padding: 0 20px;
	}
	.RecruitBox .RecruitBoxIn:nth-of-type(n+2) {
		margin-top: 3em;
	}
	.RecruitBox .RecruitBoxIn h3 {
		font-size: 24px;
	}
	.RecruitBox .RecruitBoxIn table tr th,
	.RecruitBox .RecruitBoxIn table tr td {
		padding: 1.2em 0;
		font-size: 15px;
		display: block;
		width: 100%;
		line-height: 1.5em;
	}
	.RecruitBox .RecruitBoxIn table tr th{
		padding-bottom: 0.5em;
	}
	.RecruitBox .RecruitBoxIn table tr td{
		border: none;
		padding-top: 0;
	}
	.titleFlex {
		display: block;
	}
	.titleFlex .txt {
		margin-left: 0;
		margin-top: 1em;
		font-size: 90%;
	}
	.EntryFlow{
		display: block;
	}
	.EntryFlow li{
		width: auto;
	}
	.EntryFlow li:nth-of-type(n+2){
		margin-top: 3em;
	}
	.EntryFlow li:before{
		left: 0;
		right: 0;
		top: auto;
		bottom: -2.5em;
		margin: auto;
		transform:rotate(90deg);
	}
	
	#EntryContentStart {
		margin-top: 3em;
		padding: 4em 20px 5em;
	}
	#EntryContentIn {
		padding: 3em 15px 2em;
	}
	#EntryContentIn table tr th,
	#EntryContentIn table tr td{
		display: block;
		font-size: 16px;
	}
	#EntryContentIn table tr th{
		width: auto;
		padding-right: 0;
		padding-bottom: 0;
	}
	#EntryContentIn table tr th .flexBox{
		justify-content: flex-start;
	}
	#EntryContentIn table tr .flexBox{
		flex-wrap: wrap;
	}
	#EntryContentIn table tr .flexBox .required{
		margin-left: 1.5em;
	}
	#EntryContentIn table tr .selectDesign{
		margin-bottom: 0.7em;
	}
	
	#EntryContentIn table input{
		font-size: 16px;
	}
	#EntryContentIn table input.w50p {
		width: 100%;
	}
	#EntryContentIn table input.w30p {
		width: 45%;
	}

	
	#EntryContentIn table .note {
		font-size: 12px;
		line-height: 1.4em;
		margin-top: 1em;
	}

	#EntryContentStart .illustPasta,
	#EntryContentStart .illustOlive,
	#EntryContentStart .illustCutlery,
	#EntryContentStart .illustCheese{
		display: none;
	}
	
	.checkboxDesignAgree {
		margin-top: 1em;
	}
	#EntryContentIn .btnBox {
		margin-top: 1em;
	}
	
		
	.FromRecruiter{
		padding: 4em 20px 3em;
	}
	.FromRecruiter:before {
		right: 0;
		top: 2em;
		width: 24vw;
		background-size: 13px auto;
	}
	.FromRecruiter .FromRecruiterIn {
		padding: 2.5em 20px;
	}
	.FromRecruiter .FromRecruiterIn .title {
		font-size: 22px;
		margin-bottom: 0.5em;
	}
	.FromRecruiter .FromRecruiterIn .txt {
		font-size: 15px;
	}
	.FromRecruiter .olive {
		top: 2em;
	}
	.FromRecruiter .cheese{
		display: none;
	}
	.FromRecruiter .pasta{
		bottom: 0;
		width: 30%;
		opacity: 0.8;
	}
	
	
	
	
	
}
