@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');





/**
 * 共通
 */
html,
body{
	scroll-behavior: smooth;
	position: relative;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 2;
	color: #1a1a1a;
	/* Light 300, Regular 400, Medium 500, Bold 700, Black 900 */
	font-weight: 500;
	background-color: #fff;
	overflow-x: hidden;
}
html.ofh,
body.ofh{
	overflow: hidden!important;
}
.zenmaru{
	font-family: 'Zen Maru Gothic', serif;
	/* Light 300, Regular 400, Medium 500, Bold 700, Black 900 */
	font-weight: 500;
	font-style: normal;
}
.poppins{
	font-family: "Poppins", sans-serif;
	/* Thin 100, ExtraLight 200, Light 300, Regular 400, Medium 500, SemiBold 600, Bold 700, ExtraBold 800, Black 900 */
	font-weight: 500;
	font-style: normal;
}
.wrap{
	width: 600px;
	margin: 0 auto;
}
.inner{
	width: 570px;
	margin: 0 auto;
}
.nonei{
	display: none!important;
}
.flex{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.fwn{
	flex-wrap: nowrap;
}
.jcsb{
	justify-content: space-between;
}
.jcc{
	justify-content: center;
}
.jce{
	justify-content: end;
}
.aifs{
	align-items: flex-start;
}
.aife{
	align-items: flex-end;
}
.ais{
	align-items: stretch;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.peni{
	pointer-events: none!important;
}
.vertical{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.text_ellipsis{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
}
.pr{
	position: relative;
}
.pc_item{

}
.sp_item{
	display: none;
}
@media screen and (max-width: 600px){
	.wrap{
		width: 100vw;
	}
	.inner{
		width: 95vw;
	}
	.pc_item{
		display: none;
	}
	.sp_item{
		display: block;
	}
}
section{
	position: relative;
}





/**
 * 2025.08.06
 */
img.image02,
img.image03,
img.image04{
	display: block;
	margin: 40px 0;
}
img.image02{
	width: 600px;
	height: calc(600px * (772/1080));
}
img.image03{
	width: 570px;
	height: calc(570px * (350/540));
}
img.image04{
	width: 600px;
	height: calc(600px * (393/1080));
}
@media screen and (max-width: 600px){
	img.image02{
		width: 100vw;
		height: calc(100vw * (772/1080));
	}
	img.image03{
		width: 95vw;
		height: calc(95vw * (350/540));
	}
	img.image04{
		width: 100vw;
		height: calc(100vw * (393/1080));
	}
}
.c_red{
	color: #e73562;
}
.c_brown{
	color: #7b5544;
}
.c_orange{
	color: #ff6347;
}
.marker_yellow{
	background: linear-gradient(transparent 50%, #ffff94 0%);
}





/**
 * section
 * mv
 */
section.mv h1{
	width: 600px;
	height: calc(600px * (1400/1080));
	margin-bottom: 40px;
}
section.mv h1.recruitgeneral{
	width: 600px;
	height: calc(600px * (1080/1400));
}
section.mv h1 img{
	display: block;
	width: 100%;
	height: 100%;
}
section.mv p.ttl{
	font-size: 16px;
	/*font-weight: 700;*/
	font-weight: 500;
	margin-bottom: 16px;
}
section.mv .txts p{
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
}
section.mv .txts p:last-child{
	margin-bottom: 0;
}
@media screen and (max-width: 600px){
	section.mv h1{
		width: 100vw;
		height: calc(100vw * (1400/1080));
	}
	section.mv h1.recruitgeneral{
		width: 100vw;
		height: calc(100vw * (1080/1400));
	}
}





/**
 * section
 * recruit
 */
section.recruit{
	padding: 120px 0 calc(120px * (1/2)) 0;
}
section.recruit ul.recruit_lists li.recruit_list{
	margin-bottom: 40px;
}
section.recruit ul.recruit_lists li.recruit_list:last-child{
	margin-bottom: 0;
}
section.recruit ul.recruit_lists li.recruit_list dl dt{
	padding: calc(16px * (1/2)) 0 calc((16px * (1/2)) + 1px) 0;
}
section.recruit ul.recruit_lists li.recruit_list dl dt:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 1px;
	background-color: #bfbfbf;
}
section.recruit ul.recruit_lists li.recruit_list dl dt h2{
	font-size: 16px;
	font-weight: 700;
}
section.recruit ul.recruit_lists li.recruit_list dl dd{
	padding: calc(14px * (1/2)) 0;
}
section.recruit ul.recruit_lists li.recruit_list dl dd p{
	font-size: 14px;
	font-weight: 400;
}
section.recruit ul.recruit_lists li.recruit_list dl dd p.bold{
	font-weight: 700;
}
section.recruit ul.recruit_lists li.recruit_list dl dd p.c_orange{
	color: #fe9a2e;
}
section.recruit ul.recruit_lists li.recruit_list dl dd ul li{
	padding-left: 14px;
}
section.recruit ul.recruit_lists li.recruit_list dl dd ul li:before{
	position: absolute;
	content: '';
	top: calc((14px * 2) * (1/2));
	left: calc(14px * (1/2));
	transform: translate(-50%, -50%);
	width: calc(14px * (4/14));
	height: calc(14px * (4/14));
	border-radius: 100%;
	outline: 1px solid #1a1a1a;
}
section.recruit ul.recruit_lists li.recruit_list dl dd ul.type01 li:before,
section.recruit ul.recruit_lists li.recruit_list dl dd ul.type02 li:before{
	border-radius: 0;
	outline: none;
}
section.recruit ul.recruit_lists li.recruit_list dl dd ul.type01 li:before{
	width: auto;
	height: auto;
	border-top: calc(14px * (3/6)) solid #1a1a1a;
	border-left: calc(14px * (2/6)) solid transparent;
	border-right: calc(14px * (2/6)) solid transparent;
}
section.recruit ul.recruit_lists li.recruit_list dl dd ul.type02 li:before{
	width: calc(14px * (4/6));
	height: calc(14px * (4/6));
	border: none;
	background-color: #1a1a1a;
}





/**
 * section
 * form
 */
section.form{
	padding: calc(120px * (1/2)) 0 120px 0;
}
section.form .form_header{
	margin-bottom: 40px;
}
section.form .form_header p{
	font-size: 14px;
	font-weight: 400;
}
section.form ul.form_lists li.form_list dl dt{
	padding: calc(16px * (1/2)) 0 calc((16px * (1/2)) + 1px) 0;
}
section.form ul.form_lists li.form_list dl dt:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 1px;
	background-color: #bfbfbf;
}
section.form ul.form_lists li.form_list dl dt h2 span{
	display: block;
}
section.form ul.form_lists li.form_list dl dt h2 span.txt{
	font-size: 16px;
	font-weight: 500;
}
section.form ul.form_lists li.form_list dl dt h2 span.must{
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	padding: 0 calc(14px * (1/2));
	background-color: #d00003;
	border-radius: calc(14px * (1/4));
	margin-left: 14px;
}
section.form ul.form_lists li.form_list dl dd{
	padding: calc(14px * (1/2)) 0;
}
section.form ul.form_lists li.form_list dl dd input[type="text"],
section.form ul.form_lists li.form_list dl dd select,
section.form ul.form_lists li.form_list dl dd textarea{
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	padding: 0 calc(16px * (1/2));
	outline: 1px solid #bfbfbf;
	border-radius: calc(16px * (1/4));
}
section.form ul.form_lists li.form_list dl dd select{
	padding: 0 calc((16px * (1/2)) + (16px * (2/2)) + (16px * (1/2))) 0 calc(16px * (1/2));
	background-image: url('https://bra-ve.co.jp/dev/wp-content/themes/twentytwentyone/images/recruitmarketing/icon_select.svg');
	background-position: right calc(16px * (1/2)) center;
	background-repeat: no-repeat;
	background-size: 16px;
}
section.form ul.form_lists li.form_list dl dd input[type="text"]::placeholder,
section.form ul.form_lists li.form_list dl dd input[type="text"],
section.form ul.form_lists li.form_list dl dd select,
section.form ul.form_lists li.form_list dl dd textarea{
	color: #bfbfbf;
}
section.form ul.form_lists li.form_list dl dd input[type="text"]:focus,
section.form ul.form_lists li.form_list dl dd input[type="text"].act,
section.form ul.form_lists li.form_list dl dd select:focus,
section.form ul.form_lists li.form_list dl dd select.act,
section.form ul.form_lists li.form_list dl dd textarea:focus,
section.form ul.form_lists li.form_list dl dd textarea.act{
	color: #1a1a1a;
	outline: 1px solid #fe9a2e;
}
section.form .privacy{
	padding: 20px 0;
}
section.form .privacy .scrollbox{
	outline: 1px solid #bfbfbf;
	height: calc(12px * 8);
	overflow-y: scroll;
	margin-bottom: 12px;
}
section.form .privacy .scrollbox p{
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	padding: 12px;
}
section.form .privacy .check span{
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding-left: calc(14px * 2);
	cursor: pointer;
}
section.form .privacy .check span:before,
section.form .privacy .check span:after{
	position: absolute;
	content: '';
	top: calc((14px * 2) * (1/2));
	left: calc(14px * (1/2));
	transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
}
section.form .privacy .check span:before{
	background-color: #fff;
	outline: 1px solid #bfbfbf;
	border-radius: calc(14px * (1/4));
}
section.form .privacy .check span.act:before{
	background-color: #fe9a2e;
}
section.form .privacy .check span:after{
	background-image: url('https://bra-ve.co.jp/dev/wp-content/themes/twentytwentyone/images/recruitmarketing/icon_check.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
}
section.form .privacy .check span.act:after{
	opacity: 1;
}
section.form .btn{
	display: block;
	width: 100%;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	padding: 0 calc(16px * (1/2));
	background-color: #fe9a2e;
	outline: 1px solid #fe9a2e;
	border-radius: calc(16px * (1/4));
}
section.form .btn.peni{
	pointer-events: none!important;
	filter: grayscale(100%);
}





/**
 * footer
 * site_footer
 */
footer.site_footer{
	padding: 40px 0;
}
footer.site_footer a,
footer.site_footer a img{
	display: block;
}
footer.site_footer a{
	width: 200px;
	height: calc(200px * (30/200));
}
footer.site_footer a img{
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 600px){
	footer.site_footer a{
		width: 33.33vw;
		height: calc(33.33vw * (30/200));
	}
}