@charset "utf-8";

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video{
	margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;box-sizing:border-box;}

html{font-size:62.5%; background-color: #fff;}

body{
	font-family: "Roboto","M PLUS 1","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",'ヒラギノ角ゴ ProN W3','Hiragino Sans','Hiragino Kaku Gothic ProN','メイリオ',meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 1.8rem;
	line-height: 4.5rem;
	font-weight: 500;
	font-style: normal;
	background-color: #fff;
	color: #314045;
	-webkit-text-size-adjust:100%;
}
h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none;}
li{list-style-type:none;}
ins{text-decoration:none;}
mark{font-style:italic;font-weight:bold;}
del{text-decoration:line-through;}
abbr[title], dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;margin:1em 0;padding:0;border:0;border-top:1px solid #ccc;}
img{border:none;vertical-align:bottom;max-width:100%;height:auto;}
small{font-size:75%;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none;box-sizing:border-box;outline:none;
	color: #314045;}
p + p{margin-top:3.5rem;}



h2{
	font-size: 3.4rem;
	line-height: 4.9rem;
	text-align: left;
	font-family: "Roboto","M PLUS 1","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",'ヒラギノ角ゴ ProN W3','Hiragino Sans','Hiragino Kaku Gothic ProN','メイリオ',meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-weight: 700;
	letter-spacing: 0.2rem;
	color:#9F312D
}

h2 > span:nth-child(1){
	display: block;
	font-size: 2.0rem;
	line-height: 2.9rem;
	color: #303030;
	border-bottom: 1px solid #303030;
	padding-bottom: 1.2rem;
	margin-bottom: 1.2rem;
}

h2 > span:nth-child(2){}




p{
	display: block;
	position: relative;
	font-family: "Roboto","M PLUS 1","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",'ヒラギノ角ゴ ProN W3','Hiragino Sans','Hiragino Kaku Gothic ProN','メイリオ',meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 1.8rem;
	line-height: 4.0rem;
	font-weight: 400;
	font-style: normal;
	text-align: justify;
	color: #303030;
}



a,
input[type=submit]{
	transition: 0.2s ease-in-out;
}

a:hover,
input[type=submit]:hover{
	opacity: 0.8;
}


a img{
	transition: 0.2s ease-in-out;
}

a:hover img{
	opacity: 0.6;
}




img{
	display: block;
	position: relative;
	width: 100%;
}

section{
	display: block;
	position: relative;
	width: 100%;
	margin-top: 0rem;

}

section > div{
	display: block;
	position: relative;
	max-width: 95rem;
	margin-left: auto;
	margin-right: auto;
}



#wrapper{
	display: block;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
}



.pc{
	display: block;
}

.sp{
	display: none;
}


/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* footer */
/* -------------------------------------------------- */
/* -------------------------------------------------- */

footer{
	display:flex;
	position: relative;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	width: 100%;
	background-color: #FFF;
	padding: 14rem 5rem 5rem 5rem;
	background-color: #303030;
	z-index: 100;

}

footer .footerLogo{
	max-width: 56.7rem;
}

footer ul{
	margin-top: 12.6rem;
	display: flex;
}

footer ul li{
	max-width: 29.6rem;
	margin-left: 3.5rem;
	margin-right: 3.5rem;
}

footer h6{
	font-weight: 400;
	font-size: 1.2rem;
	margin-top: 8.8rem;
	line-height: 1.8rem;
	color: #FFF;
}





/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* preload */
/* -------------------------------------------------- */
/* -------------------------------------------------- */


#preload{
	position: fixed;
	top:0;
	left: 0;
	z-index: 99999;
	background-color: #fff;
	display:flex;
	flex-flow: wrap;
	justify-content:center;
	align-items: center;
	width: 100%;
}

#preload p{
	/*text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);*/
	position: relative;
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: 0.2rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-align: center;
	color: #314045;
	display: none;
}

#preload img{
	display: block;
	margin-top: 1.5rem;
	max-width: 300px;

}



/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* #back */
/* -------------------------------------------------- */
/* -------------------------------------------------- */



#backImg{
	display: block;
	position: fixed;
	top:0;
	left: 0;
	width:100%;
	height:100vh;

}

#backImg img{
	object-fit: cover;
	width:100%;
	height: 100%;
}


#topTitle{
	width: 100%;
	z-index: 10;
}


section{
	z-index: 10;
}

section#topTitle > div#topTitleInner{
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	max-width: none;
	height: 60vh;
	background: transparent linear-gradient(180deg, #FFFFFF 20%, #FFFFFFCC 100%) 0% 0% no-repeat padding-box;
}


section#topTitle > div > h1{
	display: block;
	position: absolute;
	width: 100%;
	bottom: 6vh;
}

section#topTitle > div > h1 > img{
	max-width: calc(1080px + 160px);
	margin-left: auto;
	margin-right: auto;
	padding-left: 80px;
	padding-right: 80px;
}




/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* header */
/* -------------------------------------------------- */
/* -------------------------------------------------- */

header{
	display:none;
	position: fixed;
	top: 0;
	height: 98px;
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	padding-left: 35px;
	z-index: 1000;
}

header>div{
	display:flex;
	flex-flow: wrap;
	height: 98px;
	justify-content:space-between;
	align-items: center;
	width: 100%;

}

header #headerLogo{
	max-width: 417px;
}

header #headerNavi{
	display: flex;

	font-weight: 700;
	align-items: center;



}

header #btCorprateSite{
	display: block;
	position: relative;
	line-height: 42px;
	height: 42px;
	border: 1px solid #707070;
	border-radius: 23px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 16px;
	color: #303030;
	letter-spacing: 0.1rem;
}

header #btEntry{
	display: flex;
	justify-content:center;
	align-items: center;
	position: relative;
	margin-left: 35px;
	background-color: #303030;
	color: #FFF;
	width: 130px;
	height: 98px;
	font-size: 2.0rem;
	letter-spacing: 0.15rem;
}



/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* lead */
/* -------------------------------------------------- */
/* -------------------------------------------------- */


#lead{
	padding-top: 16rem;
	padding-bottom: 16rem;
	padding-left: 5rem;
	padding-right: 5rem;
	background-color: rgba(255,255,255,1);

}




#lead > div:nth-child(1) h2 + p{
	margin-top: 8rem;
}

#lead > div:nth-child(1) > p{
	font-size: 1.8rem;
	line-height: 4.0rem;
	text-align: justify;
	letter-spacing: 0.2rem;
	color: #314045;
	font-weight: 400;
}

#lead > div:nth-child(1) > p + p{margin-top:2.5rem;}


#lead > div:nth-child(2){
	margin-top: 8rem;
}
#lead > div:nth-child(2) h3{
	color: #9F312D;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 4.0rem;
	letter-spacing: 0.2rem;
	margin-top: 5rem;
	margin-bottom: 1.5rem;
}

#lead > div:nth-child(2) h3:nth-child(1){
	margin-top: 0;
}

#lead > div:nth-child(2) p{
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 3.0rem;
	letter-spacing: 0.2rem;
}


#lead > div:nth-child(2) dl{
	display: flex;
	line-height: 1.8rem;
	letter-spacing: 0.1rem;
	margin-top: 1.8rem;

}

#lead > div:nth-child(2) dl:first-of-type{
	margin-top: 0rem;

}

#lead > div:nth-child(2) dl dt{
	display: block;
	position: relative;
	font-weight: 700;
	display: block;
	width: 180px;
	font-size: 1.8rem;
	line-height: 2.2rem;
}

#lead > div:nth-child(2) dl dd{
	display: block;
	position: relative;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2.3rem;
	width: calc(100% - 180px);
}


#lead > div:nth-child(3){
	display: block;
	position: relative;
	margin-top: 12rem;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 50px #0000000D;
	padding: 35px 20px 20px 20px;
}

#lead > div:nth-child(3) h3{
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.2rem;
	font-size: 2.2rem;
	line-height: 3.5rem;
	margin-bottom: 2.0rem;
}





/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* greeting */
/* -------------------------------------------------- */
/* -------------------------------------------------- */


#greeting{
	padding-top: 16rem;
	padding-bottom: 16rem;
	padding-left: 5rem;
	padding-right: 5rem;
	background-color: rgba(255,255,255,0.85);
}


#greeting dl{
	display: flex;
	position: relative;
	justify-content: space-between;
	margin-top: 8rem;
}

#greeting dl dt{
	display: block;
	position: relative;
	width: 25rem;
}

#greeting dl dd{
	display: block;
	position: relative;
	margin-left: 4.5rem;
	width: calc(100% - 25rem - 4.5rem);
}



#greeting dl dd p{
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 3.0rem;
	margin-top: 2rem;
	letter-spacing: 0.1rem;
	text-align: justify;
}

#greeting dl dd p:first-of-type{
	margin-top: 0;
}

#greeting .name{
	text-align: right;
	font-weight: 700;
	margin-top: 3rem;
}



/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* staff */
/* -------------------------------------------------- */
/* -------------------------------------------------- */


#staff{
	padding-top: 16rem;
	padding-bottom: 16rem;
	padding-left: 5rem;
	padding-right: 5rem;
	background-color: rgba(255,255,255,1);
}

#staff > div:nth-child(1) > div {
	margin-top: 8rem;
}

#staff > div:nth-child(1) > h2 + div{
	margin-top: 8rem;
}

#staff > div:nth-child(1) > div > p{
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 3.0rem;
	margin-top: 2rem;
	letter-spacing: 0.1rem;
	text-align: justify;
}

#staff > div:nth-child(1) > div > p:first-of-type{
	margin-top: 0;
}

#staff > div:nth-child(1) > div > p.name{
	text-align: right;
	font-weight: 700;
	margin-top: 3rem;
}


#staff > div:nth-child(2){
	margin-top: 12rem;
}

#staff > div:nth-child(2) > h3{
	font-size: 2.6rem;
	line-height: 3.7rem;
	font-weight: 700;
	color: #9F312D;
	margin-bottom: 3rem;
}

#staff > div:nth-child(2) > ul{
	display: flex;
	position: relative;
	flex-wrap: wrap;
	width: 100%;
}

#staff > div:nth-child(2) > ul > li{
	width: 50%;
}



/* 20241004 */
#staff div.interViewLink{
	display: flex;
	justify-content: center;
}

#staff div.interViewLink > a{
	display: flex;
	position: relative;
	align-items: center;
	background-color:#D5443F;
	font-weight: 400;
	gap:10px;
	color: #FFF;
	padding: 0px 30px;
	line-height: 70px;
	/*border-radius: 35px;*/
	/*font-size: 18px;*/
}

#staff div.interViewLink > a >.interViewLinkLogo{
	display: flex;
	position: relative;
	align-items: center;
}

#staff div.interViewLink > a >.interViewLinkLogo img{
	height: 32px;
}

#staff div.interViewLink > a >.interViewLinkText{
	display: flex;
	align-items: center;
}


#staff div.interViewLink > a:hover >.interViewLinkLogo{
	opacity: 1;
}

#staff div.interViewLink > a:hover >.interViewLinkLogo>img{
	opacity: 1;
}


/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* data */
/* -------------------------------------------------- */
/* -------------------------------------------------- */

#data{
	padding-top: 16rem;
	padding-bottom: 16rem;
	padding-left: 5rem;
	padding-right: 5rem;
	background-color: rgba(255,255,255,0.85);
}


#dataTable{
	margin-top: 8rem;
	display: flex;
	width: 100%;
	justify-content: space-between;
}


#dataTable dl{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 50px #0000000D;
	opacity: 1;
	padding: 40px 20px 40px 20px;
	width: calc(25% - 20px);
}

#dataTable dl#mfRatio{
	width: calc(50% - 20px);
}


#dataTable dl dt{
	display: block;
	position: relative;
	width: 100%;

}



#dataTable dl dt h3{
	font-size: 2.3rem;
	line-height: 3.2rem;
	font-weight: 700;
	color: #303030;
	margin-bottom: 2.5rem;
	text-align: center;
	letter-spacing: 0.2rem;
}


#dataTable dl>dd{
	display: block;
	position: relative;
	width: 100%;
}


#dataTable dl#mfRatio>dd{
	display: flex;
	justify-content: space-between;
	text-align: center;
}

#dataTable dl#mfRatio>dd>div{
	width: 50%;
}

#dataTable dl#mfRatio>dd>div:first-child{
	border-right: 1px solid #303030;
	width: calc(50% - 1px);
}


#dataTable dl>dd p{
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 3.0rem;
	font-size: 2.2rem;
	width: 100%;
	text-align: center;
	color: #314045;
	letter-spacing: 0.2rem;

}


#dataTable dl#mfRatio>dd>div>p{

}

#dataTable dl>dd p em{
	font-size: 6.0rem;
	line-height: 6.0rem;
	font-style: normal;
	letter-spacing: 0.0rem;
	font-weight: 500;

}


#dataTable dl>dd p span{
	font-size: 2.0rem;
	line-height: 2rem;
	font-style: normal;
	margin-left: 0.3rem;
}

#dataTable #male p{
	color: #455E67;
}
#dataTable #female p{
	color: #9F312D;
}





/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* recruit */
/* -------------------------------------------------- */
/* -------------------------------------------------- */

#recruit{
	padding-top: 16rem;
	padding-bottom: 16rem;
	padding-left: 5rem;
	padding-right: 5rem;
	background-color: rgba(255,255,255,0);
	z-index: 10;
}

section#recruit > div{
	max-width: calc(95rem + 140px);
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 6px #00000029;
	border-radius: 30px;
	padding: 60px 70px 70px 70px;
}

section#recruit > div > h2{
	font-size: 3.0rem;
	line-height: 4.4rem;
}

section#recruit > div > p{
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 3.0rem;
	margin-top: 5rem;
	letter-spacing: 0.2rem;
	text-align: justify;

}

section#recruit > div p a{
	color: #9F312D;
	padding-bottom: 1px;
	border-bottom: 1px solid #9F312D;
}

section#recruit > div > div{
	display: block;
	position: relative;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #DDD;
}

section#recruit > div > div:nth-of-type(1){
	margin-top: 60px;
	padding-top: 0px;
	border-top:none;
}


section#recruit > div dl{
	display: flex;
	margin-top: 1.0rem;
}


section#recruit > div dl > dt{
	width: calc(100% - 180px - 40px);
}

section#recruit > div dl > dd{
	width: 178px;
	margin-left: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

section#recruit > div h3{
	font-size: 2.0rem;
	line-height: 3.0rem;
	font-weight: 700;
	color: #9F312D;
	letter-spacing: 0.2rem;
}

section#recruit > div dl > dt > p{
	font-size: 1.4rem;
	line-height: 2.7rem;
	letter-spacing: 0.2rem;
}

section#recruit > div dl > dd > a{
	display: block;
	position: relative;
	width: 180px;
	line-height: 5rem;
	height: 5rem;
	color: #FFF;
	font-weight: 400;
	font-size: 1.6rem;
	text-align: center;
	border-radius: 2.5rem;
	background-color: #D5443F;
	letter-spacing: 0.2rem;
}






/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* max-width:900px */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */

@media only screen and (max-width:900px){



	h2{
		font-size: 3.0rem;
		line-height: 4.5rem;
	}

	h2 > span:nth-child(1){
		display: block;
		font-size: 1.7rem;
		line-height: 2.6rem;
		padding-bottom: 1.0rem;
		margin-bottom: 1.0rem;
	}





	p{
		font-size: 1.6rem;
		line-height: 3.6rem;
	}



	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* footer */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	footer{
		display:flex;
		flex-direction: column;
		justify-content:center;
		align-items: center;
		width: 100%;
		background-color: #FFF;
		padding: 10rem 3rem 3rem 3rem;
		background-color: #303030;
	}


	footer .footerLogo{
		max-width: 40rem;
	}

	footer ul{
		margin-top: 10rem;
		display: flex;
	}

	footer ul li{
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}

	footer ul li:first-of-type{
		margin-left: 0;
			}

	footer ul li:last-of-type{
		margin-right: 0;
	}

	footer h6{
		font-size: 1.1rem;
		margin-top: 8rem;
		line-height: 1.6rem;
		color: #FFF;
	}






	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* #back */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */






	section#topTitle > div#topTitleInner{
		height: 60vh;
	}


	section#topTitle > div > h1{
		display: block;
		position: absolute;
		width: 100%;
		bottom: 6vh;
	}

	section#topTitle > div > h1 > img{
		max-width: calc(1080px + 160px);
		margin-left: auto;
		margin-right: auto;
		padding-left: 80px;
		padding-right: 80px;
	}




	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* header */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	header{
		display:none;
		position: fixed;
		top: 0;
		height: 80px;
		background-color: rgba(255,255,255,0.8);
		width: 100%;
		padding-left: 35px;
		z-index: 1000;
	}

	header>div{
		display:flex;
		flex-flow: wrap;
		height: 80px;
		justify-content:space-between;
		align-items: center;
		width: 100%;

	}

	header #headerLogo{
		max-width: 350px;
	}

	header #headerNavi{
		display: flex;

		font-weight: 700;
		align-items: center;



	}

	header #btCorprateSite{
		line-height: 38px;
		height: 38px;
		border-radius: 19px;
		padding-left: 25px;
		padding-right: 25px;
		font-size: 14px;
	}

	header #btEntry{
		margin-left: 30px;
		color: #FFF;
		width: 100px;
		height: 80px;
		font-size: 18px;
	}



	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* lead */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */


	#lead{
		padding-top: 13rem;
		padding-bottom: 13rem;
		padding-left: 4rem;
		padding-right: 4rem;
	}




	#lead > div:nth-child(1) h2 + p{
		margin-top: 6rem;
	}

	#lead > div:nth-child(1) > p{
		font-size: 1.6rem;
		line-height: 3.5rem;

	}

	#lead > div:nth-child(1) > p + p
	{margin-top:2.2rem;}


	#lead > div:nth-child(2){
		margin-top: 6rem;
	}

	#lead > div:nth-child(2) h3{
		font-size: 2.8rem;
		line-height: 3.6rem;
		margin-top: 4rem;
		margin-bottom: 1.2rem;
	}


	#lead > div:nth-child(2) p{
		font-size: 1.5rem;
		line-height: 2.8rem;
	}


	#lead > div:nth-child(2) dl{
		line-height: 1.6rem;
		margin-top: 1.6rem;

	}


	#lead > div:nth-child(2) dl dt{

		width: 180px;
		font-size: 1.6rem;
		line-height: 2.3rem;
	}

	#lead > div:nth-child(2) dl dd{
		font-size: 1.4rem;
		line-height: 2.3rem;
		width: calc(100% - 180px);
	}


	#lead > div:nth-child(3){
		margin-top: 10rem;
		padding: 30px 15px 15px 15px;
	}

	#lead > div:nth-child(3) h3{
		font-size: 2.0rem;
		line-height: 3.2rem;
		margin-bottom:1.8rem;
	}





	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* greeting */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */


	#greeting{
		padding-top: 13rem;
		padding-bottom: 13rem;
		padding-left: 4rem;
		padding-right: 4rem;
	}


	#greeting dl{
		margin-top: 6rem;
	}

	#greeting dl dt{
		width: 20rem;
	}

	#greeting dl dd{
		margin-left: 4.0rem;
		width: calc(100% - 20rem - 4.0rem);
	}



	#greeting dl dd p{
		font-size: 1.5rem;
		line-height: 2.7rem;
		margin-top: 1.8rem;
		letter-spacing: 0.1rem;
		text-align: justify;
	}

	#greeting dl dd p:first-of-type{
		margin-top: 0;
	}

	#greeting .name{
		margin-top: 2.8rem;
	}



	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* staff */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */


	#staff{
		padding-top: 13rem;
		padding-bottom: 13rem;
		padding-left: 4rem;
		padding-right: 4rem;
	}

	#staff > div:nth-child(1) > div {
		margin-top: 6rem;
	}

	#staff > div:nth-child(1) > h2 + div{
		margin-top: 6rem;
	}

	#staff > div:nth-child(1) > div > p{
		font-size: 1.5rem;
		line-height: 2.8rem;
		margin-top: 1.8rem;
	}

	#staff > div:nth-child(1) > div > p:first-of-type{
		margin-top: 0;
	}

	#staff > div:nth-child(1) > div > p.name{
		margin-top: 2.8rem;
	}


	#staff > div:nth-child(2){
		margin-top: 10rem;
	}

	#staff > div:nth-child(2) > h3{
		font-size: 2.4rem;
		line-height: 3.5rem;
		margin-bottom: 2.8rem;
	}






	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* data */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	#data{
		padding-top: 13rem;
		padding-bottom: 13rem;
		padding-left: 4rem;
		padding-right: 4rem;
	}


	#dataTable{
		margin-top: 6rem;
	}


	#dataTable dl{
		padding: 35px 15px 35px 25px;
		width: calc(25% - 15px);
	}

	#dataTable dl#mfRatio{
		width: calc(50% - 15px);
	}




	#dataTable dl dt h3{
		font-size: 2.1rem;
		line-height: 3.0rem;
		margin-bottom: 2.3rem;
	}



	#dataTable dl>dd p{

		line-height: 2.8rem;
		font-size: 2.0rem;
	}


	#dataTable dl>dd p em{
		font-size: 5.5rem;
		line-height: 5.5rem;
	}


	#dataTable dl>dd p span{
		font-size: 1.8rem;
		line-height: 1.8rem;
		margin-left: 0.3rem;
	}




	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* recruit */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	#recruit{
		padding-top: 13rem;
		padding-bottom: 13rem;
		padding-left: 4rem;
		padding-right: 4rem;
	}

	section#recruit > div{
		max-width: calc(95rem + 140px);
		border-radius: 30px;
		padding: 45px 50px 50px 50px;
	}

	section#recruit > div > h2{
		font-size: 2.8rem;
		line-height: 4.2rem;
	}

	section#recruit > div > p{
		font-size: 1.5rem;
		line-height: 2.8rem;
		margin-top: 4rem;
	}

	section#recruit > div > div{
		margin-top: 35px;
		padding-top: 35px;
	}

	section#recruit > div > div:nth-of-type(1){
		margin-top: 55px;
	}


	section#recruit > div dl{
		margin-top: 1.0rem;
	}


	section#recruit > div dl > dt{
		width: calc(100% - 160px - 30px);
	}

	section#recruit > div dl > dd{
		width: 160px;
		margin-left: 30px;
	}

	section#recruit > div h3{
		font-size: 1.8rem;
		line-height: 2.8rem;
	}

	section#recruit > div dl > dt > p{
		font-size: 1.4rem;
	}

	section#recruit > div dl > dd > a{
		display: block;
		position: relative;
		width: 160px;
		line-height: 4.4rem;
		height: 4.4rem;
		color: #FFF;
		font-size: 1.5rem;
		border-radius: 2.2rem;
	}

}/* ########## 900px end ########## */





/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* max-width:768px */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */



@media only screen and (max-width:768px){



	h2{
		font-size: 2.6rem;
		line-height: 4rem;
	}

	h2 > span:nth-child(1){
		font-size: 1.5rem;
		line-height: 2.3rem;
		padding-bottom: 0.8rem;
		margin-bottom: 0.8rem;
	}





	p{
		font-size: 1.5rem;
		line-height: 3.4rem;
	}




	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* footer */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	footer{
		display:flex;
		flex-direction: column;
		justify-content:center;
		align-items: center;
		width: 100%;
		background-color: #FFF;
		padding: 8rem 2rem 2rem 2rem;
		background-color: #303030;
	}


	footer .footerLogo{
		max-width: 35rem;
	}

	footer ul{
		margin-top: 8rem;
		display: block;
	}

	footer ul li{
		margin-left: 0rem;
		margin-right: 0rem;
		max-width: 26rem;
	}

	footer ul li:first-of-type{
		margin-left: 0;
		margin-bottom: 2rem;
	}

	footer ul li:last-of-type{
		margin-right: 0;
	}

	footer h6{
		font-size: 1.1rem;
		margin-top: 6rem;
		line-height: 1.6rem;
		color: #FFF;
	}






	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* #back */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */



	/*#backImg{
		background-image: url(../images/bg_kv_sp.jpg);
	}*/


	section#topTitle > div#topTitleInner{
		height: 60vh;
	}


	section#topTitle > div > h1{
		display: block;
		position: absolute;
		width: 100%;
		bottom: 5vh;
	}

	section#topTitle > div > h1 > img{
		max-width: calc(35rem + 60px);
		margin-left: auto;
		margin-right: auto;
		padding-left: 30px;
		padding-right: 30px;
	}

	section#topTitle > div > h1 > img.pc{
		display: none;
	}

	section#topTitle > div > h1 > img.sp{
		display: block;
	}


	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* header */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	header{
		display:none;
		position: fixed;
		top: 0;
		height: 60px;
		background-color: rgba(255,255,255,0.8);
		width: 100%;
		padding-left: 25px;
	}

	header>div{
		height: 60px;
	}

	header #headerLogo{
		max-width: 300px;
	}

	header #headerNavi{
		display: flex;
	}

	header #btCorprateSite{
	display: none;
	}

	header #btEntry{
		margin-left: 0px;
		width:70px;
		height: 60px;
		font-size: 14px;
	}



	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* lead */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */


	#lead{
		padding-top: 8rem;
		padding-bottom: 8rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}




	#lead > div:nth-child(1) h2 + p{
		margin-top: 5rem;
	}

	#lead > div:nth-child(1) > p{
		font-size: 1.5rem;
		line-height: 3.2rem;

	}

	#lead > div:nth-child(1) > p + p
	{margin-top:2.1rem;}


	#lead > div:nth-child(2){
		margin-top: 5rem;
	}

	#lead > div:nth-child(2) h3{
		font-size: 2.4rem;
		line-height: 3.2rem;
		margin-top: 3.5rem;
		margin-bottom: 1.0rem;
	}


	#lead > div:nth-child(2) p{
		font-size: 1.4rem;
		line-height: 2.4rem;
	}


	#lead > div:nth-child(2) dl{
		line-height: 1.6rem;
		margin-top: 1.8rem;
		display: block;

	}


	#lead > div:nth-child(2) dl dt{

		width: 100%;
		font-size: 1.6rem;
		line-height: 2.3rem;
		margin-bottom: 0.8rem;
	}

	#lead > div:nth-child(2) dl dd{
		font-size: 1.3rem;
		line-height: 2.3rem;
		width: 100%;
	}


	#lead > div:nth-child(3){
		margin-top: 7rem;
		padding: 20px 10px 10px 10px;
	}

	#lead > div:nth-child(3) h3{
		font-size: 1.8rem;
		line-height: 3.0rem;
		margin-bottom:1.6rem;
	}





	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* greeting */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */


	#greeting{
		padding-top: 8rem;
		padding-bottom: 8rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}


	#greeting dl{
		margin-top: 5rem;
		display: block;
	}

	#greeting dl dt{
		width: 100%;
		margin-bottom: 3rem;
	}

	#greeting dl dt img{
		max-width: 20rem;
		margin-left: auto;
		margin-right: auto;
	}

	#greeting dl dd{
		margin-left: 0rem;
		width: 100%;
	}



	#greeting dl dd p{
		font-size: 1.4rem;
		line-height: 2.6rem;
		margin-top: 1.6rem;
	}

	#greeting dl dd p:first-of-type{
		margin-top: 0;
	}

	#greeting .name{
		margin-top: 2.6rem;
	}



	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* staff */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */


	#staff{
		padding-top: 8rem;
		padding-bottom: 8rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	#staff > div:nth-child(1) > div {
		margin-top: 5rem;
	}

	#staff > div:nth-child(1) > h2 + div{
		margin-top: 5rem;
	}

	#staff > div:nth-child(1) > div > p{
		font-size: 1.4rem;
		line-height: 2.6rem;
		margin-top: 1.6rem;
	}

	#staff > div:nth-child(1) > div > p:first-of-type{
		margin-top: 0;
	}

	#staff > div:nth-child(1) > div > p.name{
		margin-top: 2.6rem;
	}


	#staff > div:nth-child(2){
		margin-top: 6rem;
	}

	#staff > div:nth-child(2) > h3{
		font-size: 2.2rem;
		line-height: 3.3rem;
		margin-bottom: 2.6rem;
	}



	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* data */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	#data{
		padding-top: 8rem;
		padding-bottom: 8rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}


	#dataTable{
		margin-top: 5rem;
		flex-wrap: wrap;
	}


	#dataTable dl{
		padding: 25px 20px 20px 20px;
		width: calc(50% - 12.5px);
	}

	#dataTable dl#mfRatio{
		width: 100%;
		margin-bottom: 25px;
	}




	#dataTable dl dt h3{
		font-size: 1.9rem;
		line-height: 2.7rem;
		margin-bottom: 1.5rem;
	}



	#dataTable dl>dd p{

		line-height: 2.6rem;
		font-size: 1.8rem;
	}


	#dataTable dl>dd p em{
		font-size: 4.5rem;
		line-height: 4.5rem;
	}


	#dataTable dl>dd p span{
		font-size: 1.6rem;
		line-height: 1.6rem;
		margin-left: 0.3rem;
	}




	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* recruit */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	#recruit{
		padding-top: 8rem;
		padding-bottom: 8rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	section#recruit > div{
		border-radius: 20px;
		padding: 35px 30px 30px 30px;
	}

	section#recruit > div > h2{
		font-size: 2.6rem;
		line-height: 4.0rem;
	}

	section#recruit > div > p{
		font-size: 1.4rem;
		line-height: 2.6rem;
		margin-top: 3rem;
	}

	section#recruit > div > div{
		margin-top: 30px;
		padding-top: 30px;
	}

	section#recruit > div > div:nth-of-type(1){
		margin-top: 45px;
	}


	section#recruit > div dl{
		margin-top: 1.0rem;
		display: block;

	}


	section#recruit > div dl > dt{
		width: 100%;
		margin-bottom: 2.5rem;
	}

	section#recruit > div dl > dd{
		width:100%;
		margin-left: 0px;
	}

	section#recruit > div h3{
		font-size: 1.6rem;
		line-height: 2.6rem;
	}


	section#recruit > div dl > dt > p{
		font-size: 1.3rem;
		line-height: 2.4rem;
	}

	section#recruit > div dl > dd > a{
		display: block;
		position: relative;
		width: 200px;
		line-height: 4.4rem;
		height: 4.4rem;
		color: #FFF;
		font-size: 1.5rem;
		border-radius: 2.2rem;
	}

}/* ########## 768px end ########## */




/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* max-width:480px */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */




@media only screen and (max-width:480px){




	h2{
		font-size: 2.1rem;
		line-height: 3.0rem;
	}

	h2 > span:nth-child(1){
		font-size: 1.3rem;
		line-height: 2.2rem;
		padding-bottom: 0.7rem;
		margin-bottom: 0.7rem;
	}



	p{
		font-size: 1.4rem;
		line-height: 2.8rem;
	}


	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* footer */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	footer{
		background-color: #FFF;
		padding: 6rem 2rem 2rem 2rem;
		background-color: #303030;
	}


	footer .footerLogo{
		max-width: 26rem;
	}

	footer ul{
		margin-top: 5rem;
	}

	footer ul li{

		max-width: 24rem;
	}

	footer ul li:first-of-type{
		margin-bottom: 2rem;
	}


	footer h6{
		font-size: 1.0rem;
		margin-top: 5rem;
		line-height: 1.5rem;
	}






	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* #back */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */



	section#topTitle > div#topTitleInner{
		height: 50vh;
	}


	section#topTitle > div > h1{
		width: 100%;
		bottom: 4vh;
	}

	section#topTitle > div > h1 > img{
		max-width: calc(34rem);
		padding-left: 20px;
		padding-right: 20px;
	}




	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* header */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	header{
		height: 50px;
		padding-left: 20px;
	}

	header>div{
		height: 50px;
	}

	header #headerLogo{
		max-width: 150px;
	}

	header #headerLogo img.pc{
		display: none;
	}

	header #headerLogo img.sp{
		display: block;
	}

	header #headerNavi{
		display: flex;
	}

	header #btCorprateSite{
		display: none;
	}

	header #btEntry{
		margin-left: 0px;
		width:60px;
		height: 50px;
		font-size: 13px;
	}



	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* lead */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */


	#lead{
		padding-top: 6rem;
		padding-bottom: 6rem;
		padding-left: 2.0rem;
		padding-right: 2.0rem;
	}




	#lead > div:nth-child(1) h2 + p{
		margin-top: 4rem;
	}

	#lead > div:nth-child(1) > p{
		font-size: 1.4rem;
		line-height: 2.8rem;

	}

	#lead > div:nth-child(1) > p + p
	{margin-top:2rem;}


	#lead > div:nth-child(2){
		margin-top: 4rem;
	}

	#lead > div:nth-child(2) h3{
		font-size: 2.0rem;
		line-height: 3rem;
		margin-top: 3rem;
		margin-bottom: 0.8rem;
	}


	#lead > div:nth-child(2) p{
		font-size: 1.3rem;
		line-height: 2.2rem;
	}


	#lead > div:nth-child(2) dl{
		line-height: 1.5rem;
		margin-top: 1.6rem;
	}


	#lead > div:nth-child(2) dl dt{

		font-size: 1.5rem;
		line-height: 2.1rem;
		margin-bottom: 0.5rem;
	}

	#lead > div:nth-child(2) dl dd{
		font-size: 1.3rem;
		line-height: 2.2rem;
	}


	#lead > div:nth-child(3){
		margin-top: 4rem;
		padding: 15px 8px 8px 8px;
	}

	#lead > div:nth-child(3) h3{
		font-size: 1.5rem;
		line-height: 2.5rem;
		margin-bottom:1.4rem;
	}





	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* greeting */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */


	#greeting{
		padding-top: 6rem;
		padding-bottom: 6rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}


	#greeting dl{
		margin-top: 4rem;
		display: block;
	}

	#greeting dl dt{
		margin-bottom: 2.5rem;
	}

	#greeting dl dt img{
		max-width: 18rem;
		margin-left: auto;
		margin-right: auto;
	}




	#greeting dl dd p{
		font-size: 1.3rem;
		line-height: 2.5rem;
		margin-top: 1.5rem;
	}

	#greeting .name{
		margin-top: 2.5rem;
	}



	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* staff */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */


	#staff{
		padding-top: 6rem;
		padding-bottom: 6rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}

	#staff > div:nth-child(1) > div {
		margin-top: 4rem;
	}

	#staff > div:nth-child(1) > h2 + div{
		margin-top: 4rem;
	}

	#staff > div:nth-child(1) > div > p{
		font-size: 1.3rem;
		line-height: 2.3rem;
		margin-top: 1.4rem;
	}

	#staff > div:nth-child(1) > div > p:first-of-type{
		margin-top: 0;
	}

	#staff > div:nth-child(1) > div > p.name{
		margin-top: 2.4rem;
	}


	#staff > div:nth-child(2){
		margin-top: 4rem;
	}

	#staff > div:nth-child(2) > h3{
		font-size: 1.8rem;
		line-height: 2.7rem;
		margin-bottom: 2.0rem;
	}

	/* 20241004*/
		#staff div.interViewLink > a{

		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap:8px;
		color: #FFF;
		padding: 10px 15px 14px 15px;
		line-height: 40px;
		font-size: 14px;
		max-width: 290px;
	}

	/*#staff div.interViewLink > a >.interViewLinkLogo{
		display: flex;
		height: 30px;
	}*/
	
	#staff div.interViewLink > a >.interViewLinkLogo img{
	height: 26px;
	}

	#staff div.interViewLink > a >.interViewLinkText{
		display: flex;
		align-items: center;
		height: 14px;
	}


	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* data */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	#data{
		padding-top: 6rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 2.2rem;
	}


	#dataTable{
		margin-top: 4rem;
		flex-wrap: wrap;
	}


	#dataTable dl{
		padding: 20px 15px 15px 15px;
		width: calc(50% - 8px);
	}

	#dataTable dl#mfRatio{
		width: 100%;
		margin-bottom: 16px;
	}




	#dataTable dl dt h3{
		font-size: 1.7rem;
		line-height: 2.5rem;
		margin-bottom: 1.3rem;
	}



	#dataTable dl>dd p{

		line-height: 2.4rem;
		font-size: 1.6rem;
	}


	#dataTable dl>dd p em{
		font-size: 4.0rem;
		line-height: 4.0rem;
	}


	#dataTable dl>dd p span{
		font-size: 1.5rem;
		line-height: 1.5rem;
		margin-left: 0.3rem;
	}




	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* recruit */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	#recruit{
		padding-top: 6rem;
		padding-bottom: 6rem;
		padding-left: 2.0rem;
		padding-right: 2.0rem;
	}

	section#recruit > div{
		border-radius: 20px;
		padding: 25px 18px 18px 18px;
	}

	section#recruit > div > h2{
		font-size: 2rem;
		line-height: 3rem;
	}

	section#recruit > div > p{
		font-size: 1.3rem;
		line-height: 2.4rem;
		margin-top: 2.5rem;
	}

	section#recruit > div > div{
		margin-top: 20px;
		padding-top: 20px;
	}

	section#recruit > div > div:nth-of-type(1){
		margin-top: 35px;
	}


	section#recruit > div dl{
		margin-top: 0.8rem;
		display: block;

	}


	section#recruit > div dl > dt{
		width: 100%;
		margin-bottom: 2.0rem;
	}

	section#recruit > div dl > dd{
		width:100%;
		margin-left: 0px;
	}

	section#recruit > div h3{
		font-size: 1.4rem;
		line-height: 2.2rem;
	}


	section#recruit > div dl > dt > p{
		font-size: 1.3rem;
		line-height: 2.4rem;
	}

	section#recruit > div dl > dd > a{
		display: block;
		position: relative;
		width: 200px;
		line-height: 4.4rem;
		height: 4.4rem;
		color: #FFF;
		font-size: 1.5rem;
		border-radius: 2.2rem;
	}


}/*-- 480px end --*/


/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* animation */
/* -------------------------------------------------- */
/* -------------------------------------------------- */

.animation {
	visibility: hidden;
}

.animation.animated {
	visibility: visible;
}

.opacity {
	opacity: 1 !important;
}

.anim-list > * {
	opacity: 0.01;
	-webkit-transform: translateY(2rem);
	transform: translateY(2rem);
}

.anim-list > * .animated {
	opacity: 1;
	transition: 1.6s ease-out;
	-webkit-transform: none;
	transform: none;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform:translate3d(0, 2rem, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadein {
	animation-duration: 1.2s;
	animation-fill-mode: both;
	opacity: 0;
}

.fadein.animated {
	animation-name: fadeInUp;
}

