@charset "utf-8";

body{
	bottom:-10px;
}

footer{
	display: block;
	position: relative;
}


#contentsWrapper{
	z-index: 0;
}

#contentsWrapper *{
	font-family: "Roboto","Zen Kaku Gothic New","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",'ヒラギノ角ゴ ProN W3','Hiragino Sans','Hiragino Kaku Gothic ProN','メイリオ',meiryo,"ＭＳ Ｐゴシック",sans-serif;
}


#contentsWrapper h2{
	font-size: 40px;
	line-height: 58px;
	text-align: center;
	font-family: "Roboto","Zen Kaku Gothic New","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",'ヒラギノ角ゴ ProN W3','Hiragino Sans','Hiragino Kaku Gothic ProN','メイリオ',meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-weight: 700;
	letter-spacing: 0.8em;
	margin-top: 120px;

}


#contentsWrapper h2:nth-of-type(1){
	margin-top: 0rem;
}

#contentsWrapper h2:nth-of-type(1)::before{
	content: "";
	display: block;
	position: relative;
	width: 66px;
	height: 80px;
	background-image: url(../images/ico_title_head.svg);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

#contentsWrapper section{
	margin: 0 0;
	padding: 0 50px 0 50px;
	width: 100%;
}

#contentsWrapper p{
	display: block;
	position: relative;
	font-family: "Roboto","Zen Kaku Gothic New","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",'ヒラギノ角ゴ ProN W3','Hiragino Sans','Hiragino Kaku Gothic ProN','メイリオ',meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	font-style: normal;
	text-align: justify;
	color: #314045;
}

#contentsWrapper a,
#contentsWrapper input[type=submit]{
	transition: 0.2s ease-in-out;
}

#contentsWrapper a:hover,
#contentsWrapper input[type=submit]:hover{
	opacity: 0.8;
}


#contentsWrapper a img{
	transition: 0.2s ease-in-out;
}

#contentsWrapper a:hover img{
	opacity: 0.6;
}




#contentsWrapper img{
	display: block;
	position: relative;
	width: 100%;
}

#contentsWrapper section{
	display: flex;
	position: relative;
	margin-top: 0;
	width: auto;
	padding-left: 0px;
	padding-right:0px;
	justify-content:flex-start;
	align-items: center;
	flex-direction: column;

}

#contentsWrapper section>div{
	display: block;
	position: relative;
	max-width: 750px;
}



/* -------------------------------------------------- */
/* -------------------------------------------------- */
/*kv */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#kv{
	display: flex;
	position: relative;
	align-items:center;
	justify-content:flex-start;
	width: 100%;
	height: 820px;
	background-color: #000;
	overflow: hidden;
}


#kvImg{
	width: 100%;
	object-fit: cover;
	display: block;
	z-index: 1;
}

#kvImg img{
	width: 100%;
	max-width: 1800px;
	height:820px;
	object-fit: cover;
	margin-left: auto;
	margin-right: auto;
}

#kvText{
	display: flex;
	flex-direction: column;
	position: absolute;
	background-color: rgba(255,255,255,0.8);
	padding: 30px 30px 30px 30px;
	/*margin-top: 300px;*/
	z-index: 100;
}


#kvText .kvWmppLogo{
	display: block;
	max-width: 310px;
	margin-left: auto;
	margin-right: auto;
}

#kvText h1{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 700;

}

#kvText h1 .kvTextNumber{
	font-family: "Roboto";
	font-size: 38px;
	line-height: 53px;
	letter-spacing: 0.1em;
	margin-top: 26px;
	font-weight: 500;

}

#kvText h1 .kvTitle{
	font-size: 28px;
	line-height: 40px;
	letter-spacing: 0.1em;
	margin-top: 1rem;
	text-align: center;
}

#kvText h1 .kvTitleSub{
	font-size: 19px;
	line-height: 28px;
	letter-spacing: 0.1em;
	margin-top: 8px;
	font-weight: 500;
}



#kvText p{
	display: block;
	text-align: center;
	margin-top: 24px;
}

#kvText p>em{
	display: flex;
	align-items: center;
	}

#kvText p.kvCompanyCenter{
	margin-top: 10px;
}

#kvText p.kvCompanyCenter + p{
	margin-top: 2px;
}

#kvText p .kvCompany{
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.08em;
	margin-top: 8px;
	font-weight: 500;

}

#kvText p .kvName{
	display: block;
	text-align: center;
	font-size: 25px;
	line-height: 37px;
	letter-spacing: 0.1em;
	margin-top: 4px;
	font-weight: 700;
}

#kvText p .kvName em{
	font-weight: 700;
	font-size: 0.7em;
	margin-left: 0.5em;
}



#kvText p.kvCompanyCenter{
	margin-top: 0;
}

#kvText p.kvCompanyCenter + p{
	margin-top: 0;
}

.kvX{
	width: 20px;
}

.xIcon{
	width: 20px;
}


#kvText.kvText_WMEdge{
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	bottom: 0;
	width:calc(100% - 60px);
	padding: 35px 30px 32px 30px;
	margin-top: 0;
	z-index: 100;
}



#kvText.kvText_WMEdge .kvCategory{
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	padding: 0 0;
	gap:30px;

}

#kvText.kvText_WMEdge .kvCategory>div{
	display: flex;
	align-items: center;
	gap:10px;
}

#kvText.kvText_WMEdge .kvCategory>div>img{
	width: 100px;
}

#kvText.kvText_WMEdge .kvCategory>div>.kvTag{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #314045;
	width: auto;
	min-width: auto;
	font-size: 11px;
	height: 22px;
	padding-left: 9px;
	padding-right: 9px;
	margin: 0 0;
}



#kvText.kvText_WMEdge .kvCategory>p{
	display:flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: 0.1em;
	gap:10px;
}


#kvText.kvText_WMEdge .kvCategory>p>.kvTextNumber{
	margin-top: 0;
	font-size: 24px;
}


#kvText.kvText_WMEdge h1{
	font-size: 28px;
	line-height: 40px;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 15px;
}




#kvText.kvText_WMEdge>p{
	display:flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 33px;
	gap:15px;
}





#kvText.kvText_WMEdge p .kvCompany{
	display: block;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.1em;
	margin-top: 0;
	font-weight: 500;
	margin-right: 10px;

}

#kvText.kvText_WMEdge p .kvName{
	display: block;
	font-size: 25px;
	line-height: 37px;
	margin-top: 0;
}







@media only screen and (max-width:980px){

	

	#kvText.kvText_WMEdge{
		width:calc(100% - 50px);
		padding: 30px 25px 27px 25px;
	}



	#kvText.kvText_WMEdge h1{
		font-size: 26px;
		line-height: 38px;
	}




	#kvText.kvText_WMEdge>p{
		flex-direction: column;
		gap:8px;
	}
	
	#kvText.kvText_WMEdge p .kvCompany{
	display: block;
	text-align: left;
	font-size: 11px;
	line-height: 17px;
	width: 250px;


}

#kvText.kvText_WMEdge p .kvName{
	font-size: 23px;
	line-height: 35px;
}
	

}/* end of max-width:980px*/




/* -------------------------------------------------- */
/* -------------------------------------------------- */
/*lead */
/* -------------------------------------------------- */
/* -------------------------------------------------- */

#contentsWrapper section.lead > div{
	padding-top: 100px;
}


#contentsWrapper section.lead>div>p{
	font-size: 18px;
	line-height: 45px;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-top: 35px;
}

#contentsWrapper section.lead > div > p:first-of-type{
	margin-top: 0;
}


#contentsWrapper section.lead > div > p.note{
	font-size: 12px;
	font-weight: 400;
	display: flex;
	align-items: flex-start;
	letter-spacing: 0.1em;
	line-height: 20px;
	margin-top: 40px;
	gap:5px;
}


/* -------------------------------------------------- */
/* -------------------------------------------------- */
/*content */
/* -------------------------------------------------- */
/* -------------------------------------------------- */




#contentsWrapper section.content > div{
	padding-top: 120px;
}

#contentsWrapper section.content > div h3{
	display: block;
	position: relative;
	text-align: center;
	color:#019EE3;
	font-size: 30px;
	line-height: 50px;
	letter-spacing: 0.1em;
	font-weight: 700
}

#contentsWrapper section.content > div h3 span{
	display: block;
	font-size: 24px;
}



#contentsWrapper section.content > div > p.question{
	font-size: 18px;
	line-height: 34px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 50px;
	text-align: left;
}

#contentsWrapper section.content > div > p.question::before{
	content:'ーー';
	font-size: 18px;
	line-height: 34px;
	font-weight: 300;
	letter-spacing: -0.175em;
	margin-right: 10px;
}

#contentsWrapper section.content > div > p.question:first-of-type{
	margin-top: 80px;
}

#contentsWrapper section#content_05 > div >p.question{
	margin-top: 80px;
}

#contentsWrapper section.content>div>div.contentInner{
	margin-top: 50px;
}

#contentsWrapper section.content>div>div.contentInner>p{
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-top: 35px;
}

#contentsWrapper section.content>div>div.contentInner> p.note{
	font-size: 12px;
	font-weight: 400;
	display: flex;
	align-items: flex-start;
	letter-spacing: 0.1em;
	line-height: 20px;
	margin-top: 40px;
	gap:5px;
}

#contentsWrapper section.content>div>div.contentInner>p span.text2Line{
	letter-spacing: -0.1em;
	margin-right: 0.2em;
}

#contentsWrapper section.content>div>div.contentInner>p:first-of-type{
	margin-top: 0;
}

#contentsWrapper section.content>div>div.contentImg{
	display: block;
	position: relative;
	margin-top: 80px;
}

#contentsWrapper section.content>div>div.contentImg img{
	margin-left: auto;
	margin-right: auto;
}

/*
#contentsWrapper section.content>div>div#contentImg01 img{
	max-width: 500px;
}*/

#contentsWrapper section.content>div>div.contentImg400 img{
	max-width: 400px;
}

#contentsWrapper section.content>div>div#contentImg01.contentImg400 img{
	max-width: 400px;
}

#contentsWrapper section.content>div>div.contentImg500 img{
	max-width: 500px;
}

#contentsWrapper section.content>div>div#contentImg01.contentImg500 img{
	max-width: 500px;
}

#contentsWrapper section.content>div>div.contentImg600 img{
	max-width: 600px;
}


#contentsWrapper section.content>div>div#contentImg01.contentImg600 img{
	max-width: 600px;
}

#contentsWrapper section.content>div>div.contentImg p{
	margin-top: 16px;
	display: block;
	position: relative;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

#contentsWrapper section.content>div>div.contentInner+div.contentImg+div.contentInner{
	margin-top: 80px;
}


#contentsWrapper section.content>div>div.contentInner+div.contentImg+div.contentImg{
	margin-top: 40px;
}


#contentsWrapper section.content>div>div.contentInner+div.contentImg+div.contentImg+div.contentInner{
	margin-top: 80px;
}








/* -------------------------------------------------- */
/* -------------------------------------------------- */
/*profile */
/* -------------------------------------------------- */
/* -------------------------------------------------- */

#contentsWrapper section#profile{
	background-color: #F2FAFF;
	padding-top: 90px;
	padding-bottom: 90px;
	margin-top: 120px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: -20px;
}

#contentsWrapper section#profile>div.profileArea{
	display: flex;
	flex-wrap:wrap;
	flex-direction: column;
	gap:30px;
}

#contentsWrapper section#profile .profileArea dl{
	display: flex;
	justify-content: center;
	align-items: center;
}

#contentsWrapper section#profile .profileArea dl dt{
	width: 200px;
}

#contentsWrapper section#profile .profileArea dl dt>div{
	width: 200px;
	border-radius: 100px;
	overflow: hidden;
}

#contentsWrapper section#profile .profileArea dl dt>div>img{
	width: 200px;
	height: 200px;
	object-fit: cover;
}

#contentsWrapper section#profile .profileArea dl dd{
	width: calc(100% - 200px);
	padding-left: 30px;
}

#contentsWrapper section#profile .profileArea dl dd h4{
	font-size: 14px;
	line-height: 21px;
	font-weight: 700;
	color: #019EE3;
}

#contentsWrapper section#profile .profileArea dl dd h5{
	font-size: 16px;
	line-height: 24px;
	margin-top: 13px;
}

#contentsWrapper section#profile .profileArea dl dd h5 span{
	font-size: 14px;
	line-height: 21px;
}

#contentsWrapper section#profile .profileArea dl dd p{
	margin-top: 15px;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
}

#contentsWrapper section#profile .companyArea{
	display: flex;
	position: relative;
	border:1px solid #019EE3;
	width: 100%;
	max-width: 690px;
	margin-top: 60px;
	padding: 30px 30px;
}

#contentsWrapper section#profile .companyArea.companyAreaOnly{
	margin-top: 0;
}

#contentsWrapper section#profile .companyArea>dl{
	display: flex;
	position: relative;
	gap:20px;
	flex-direction: column;
	width: 100%;
}

#contentsWrapper section#profile .companyArea dt{
	font-size: 16px;
	font-weight: 700;
	color:#019EE3;
	width: 100%;
	
}

#contentsWrapper section#profile .companyArea dd{
	width: 100%;
}

#contentsWrapper section#profile .companyArea dd h4{
	font-size: 16px;
}

#contentsWrapper section#profile .companyArea dd ul{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 16px;
	font-size: 14px;
	gap:8px;
}

#contentsWrapper section#profile .companyArea dd ul>li{
	display: block;
	position: relative;
	width: 100%;
}

#contentsWrapper section#profile .companyArea dd ul a{
	color:#019EE3;
	text-decoration: underline;
	transition: 0.2s ease-in-out;

}

#contentsWrapper section#profile .companyArea dd ul a:hover{
	opacity: 0.7;
}


#contentsWrapper .icoExternalLink{
	display:inline-block;
	vertical-align:middle;
	position: relative;
	width: 12px;
	margin-left: 5px;
}



#contentsWrapper section#profile .backBtArea{
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

#contentsWrapper section#profile .backBtArea.backBtAreaOnly{
	margin-top:0;
}


#contentsWrapper section#profile .backBtArea a.backBt{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 60px;
	background-color: #019EE3;
	color: #FFF;
	transition: 0.2s ease-in-out;
	font-size: 16px;
}

#contentsWrapper section#profile .backBtArea a.backBt:hover{
	text-decoration: none;
	opacity: 0.7;
}



#contentsWrapper section.content .nibaiDaashi{
	letter-spacing: -0.15em;
	padding-right: 0.15em;
}



/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* max-width:768px */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */


@media only screen and (max-width:768px){

	footer{
		display: block;
		position: relative;
		min-height:230px;
		height: auto;
		
	}




	#contentsWrapper h2{
		font-size: 20px;
		line-height:30px;
		letter-spacing: 8px;
		margin-top: 60px;

	}


	#contentsWrapper h2:nth-of-type(1)::before{
		content: "";
		display: block;
		position: relative;
		width: 66px;
		height: 80px;
		background-image: url(../images/ico_title_head.svg);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
	}



	#contentsWrapper p{
		font-size: 14px;
		line-height: 30px;

	}



	#contentsWrapper section{

		padding-left: 20px;
		padding-right: 20px;

	}

	#contentsWrapper section>div{
		width: 100%;
		max-width: 100%;
	}




	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/*kv */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	#kv{
		display: flex;
		position: relative;
		align-items:center;
		width: 100%;
		height: 600px;
	}



	#kvImg{
		width: 100%;
		object-fit: cover;
		display: block;
		z-index: 1;
		overflow: hidden;
	}

	#kvImg img{
		width: 100%;
		height:600px;
		object-fit: cover;
	}


	.kvC #kvImg img{
		width: 140%;
		margin-left: -20%;
		margin-right: -20%;
	}


	
	.xIcon{
	width: 14px;
}


	#kvText.kvText_WMEdge{
		width:calc(100% - 30px);
		padding: 15px 20px 18px 15px;
	}



	#kvText.kvText_WMEdge .kvCategory{
		display: flex;
		flex-direction: column;
			gap:10px;

	}

	#kvText.kvText_WMEdge .kvCategory>div{
		gap:10px;
	}

	#kvText.kvText_WMEdge .kvCategory>div>img{
		width: 70px;
	}

	#kvText.kvText_WMEdge .kvCategory>div>.kvTag{
		font-size: 10px;
		height: 18px;
		padding-left: 8px;
		padding-right: 8px;
	}



	#kvText.kvText_WMEdge .kvCategory>p{
		line-height: 20px;
		gap:5px;
		font-size: 14px;
	}


	#kvText.kvText_WMEdge .kvCategory>p>.kvTextNumber{
		font-size: 16px;
	}


	#kvText.kvText_WMEdge h1{
		font-size: 20px;
		line-height: 30px;
		margin-top: 10px;
	}




	#kvText.kvText_WMEdge>p{
		margin-top: 13px;
		gap:2px;
	}
	
	





	#kvText.kvText_WMEdge p .kvCompany{
		font-size: 11px;
		line-height: 18px;
		margin-right: 8px;
		width: 250px;

	}

	#kvText.kvText_WMEdge p .kvName{
		font-size: 18px;
		line-height: 32px;
	}



	
	


	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/*lead */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	#contentsWrapper section.lead > div{
		padding-top: 30px;
	}


	#contentsWrapper section.lead>div>p{
		font-size: 15px;
		line-height: 27px;
		margin-top: 20px;
		letter-spacing: 0.1em;
	}
	
	#contentsWrapper section.lead > div > p:first-of-type{
		margin-top: 0;
	}


	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/*content */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	#contentsWrapper section.content > div{
		padding-top: 80px;
	}

	#contentsWrapper section.content > div h3{

		font-size: 20px;
		line-height: 32px;
		letter-spacing: 0.1em;
	}

	#contentsWrapper section.content > div h3 span{
		display: block;
		font-size: 16px;
	}



	#contentsWrapper section.content > div > p.question{
		font-size: 15px;
		line-height: 25px;
		margin-top: 30px;
	}

	#contentsWrapper section.content > div > p.question::before{
		content:'ーー';
		font-size: 14px;
		line-height: 28px;
		margin-right: 5px;
	}

	#contentsWrapper section.content > div > p.question:first-of-type{
		margin-top: 60px;
	}

	#contentsWrapper section#content_05 > div >p.question{
		margin-top: 40px;
	}

	#contentsWrapper section.content>div>div.contentInner{
		margin-top: 25px;
	}

	#contentsWrapper section.content>div>div.contentInner>p{
		font-size: 14px;
		line-height: 25px;
		font-weight: 400;
		margin-top: 25px;
	}

	#contentsWrapper section.content>div>div.contentInner>p:first-of-type{
		margin-top: 0;
	}

	#contentsWrapper section.content>div>div.contentImg{
		display: block;
		position: relative;
		margin-top: 60px;
	}

	#contentsWrapper section.content>div>div.contentImg img{
		margin-left: auto;
		margin-right: auto;
	}

	#contentsWrapper section.content>div>div#contentImg01 img{
		max-width: 100%;
	}

	#contentsWrapper section.content>div>div.contentImg p{
		margin-top: 12px;
		display: block;
		position: relative;
		text-align: center;
		font-size: 12px;
		line-height: 18px;
	}
	
	#contentsWrapper section.content>div>div.contentInner+div.contentImg+div.contentInner{
	margin-top: 60px;
}


	#contentsWrapper section.content>div>div.contentInner+div.contentImg+div.contentImg{
		margin-top: 30px;
	}


	#contentsWrapper section.content>div>div.contentInner+div.contentImg+div.contentImg+div.contentInner{
		margin-top: 60px;
	}



	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/*profile */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	#contentsWrapper section#profile{
		background-color: #F2FAFF;
		padding-top: 35px;
		padding-bottom: 35px;
		margin-top: 80px;
	}

	
	
	
	#contentsWrapper section#profile>div.profileArea{
	gap:30px;
	}

	#contentsWrapper section#profile .profileArea dl{
		flex-direction: column;
		gap:15px;
	}

	#contentsWrapper section#profile .profileArea dl dt{
		width: 180px;
	}

	#contentsWrapper section#profile .profileArea dl dt>div{
		width: 180px;
		border-radius: 90px;
	}

	#contentsWrapper section#profile .profileArea dl dt>div>img{
		width: 180px;
		height: 180px;
	}

	#contentsWrapper section#profile .profileArea dl dd{
		width: 100%;
		max-width: 540px;
		padding-left: 0;
	}

	#contentsWrapper section#profile .profileArea dl dd h4{
		text-align: center;
		font-size: 13px;
		line-height: 20px;

	}

	#contentsWrapper section#profile .profileArea dl dd h5{
		text-align: center;
		font-size: 15px;
		line-height: 23px;
		margin-top: 10px;
	}

	#contentsWrapper section#profile .profileArea dl dd h5 span{
		font-size: 14px;
		line-height: 20px;
	}

	#contentsWrapper section#profile .profileArea dl dd p{
		margin-top: 14px;
		font-size: 13px;
		line-height: 24px;
	}

	#contentsWrapper section#profile .companyArea{
		max-width: 500px;
		width:calc(100% - 30px);
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 40px;
		padding:20px 20px;
	}

	#contentsWrapper section#profile .companyArea>dl{
		gap:15px;
	}

	#contentsWrapper section#profile .companyArea dt{
		font-size: 15px;
	}


	#contentsWrapper section#profile .companyArea dd h4{
		font-size: 15px;
	}

	#contentsWrapper section#profile .companyArea dd ul{
		font-size: 13px;
		gap:10px;
	}



	#contentsWrapper .icoExternalLink{
		width: 11px;
	}
	
	
	#contentsWrapper section#profile .backBtArea{
	margin-top: 50px;
}


#contentsWrapper section#profile .backBtArea a.backBt{

	width: 280px;
	height: 50px;
	font-size: 14px;
}





}/*----- 768px end------*/










/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* max-width:480px */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */




@media only screen and (max-width:480px){


	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/*kv */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	#kv{
		display: flex;
		position: relative;
		align-items:center;
		flex-direction: column;
		width: 100%;
		height: auto;
	}


	#kvImg{
		width: 100%;
		object-fit: cover;
		display: block;
		z-index: 1;
		order: 1;
	}

	#kvImg img{
		width: 100%;
		height:300px;
		object-fit: cover;
	}

	.kvC #kvImg img{
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
	}

	#kvText{
		background-color: rgba(255,255,255,1);
		width:auto;
		order: 2;
		margin-top: 0;
	}

	#kvText h1{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		font-weight: 700;
		text-align: left;
		margin-right: none;
		padding-right: none;
		margin-bottom: 15px;
		padding-bottom: 15px;
		padding-right: 0;
		width: 100%;
		border-right:none;
		border-bottom: 1px solid #314045;

	}

	#kvText h1 .kvTitle br{
		display: none;
	}

	#kvText h1 .kvTitleSub{
		font-size: 12px;
		line-height: 18px;
		margin-top: 6px;
		text-align: left;

	}




	
	
	.xIcon{
	width: 14px;
}


	#kvText.kvText_WMEdge{
		position: relative;
		padding-top: 30px;

	}



	#kvText.kvText_WMEdge .kvCategory{
		display: flex;
		flex-direction: column;
			gap:20px;

	}

	#kvText.kvText_WMEdge .kvCategory>div{
		gap:10px;
	}

	


	#kvText.kvText_WMEdge .kvCategory>p{
		line-height: 20px;
		gap:5px;
		font-size: 14px;
	}


	#kvText.kvText_WMEdge .kvCategory>p>.kvTextNumber{
		font-size: 16px;
	}


	#kvText.kvText_WMEdge h1{
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 25px;
		margin-bottom: 20px;
	}

	#kvText.kvText_WMEdge h1 > br{
		display: none;
	}


	#kvText.kvText_WMEdge>p{
		gap:8px;
		margin-bottom: 0;
	}

	#kvText.kvText_WMEdge>p>em{
		flex-direction: column;
	}



	#kvText.kvText_WMEdge p .kvCompany{
		margin-right: 8px;
		width: 100%;
		text-align: center;

	}
	
	/*#kvText.kvText_WMEdge p .kvCompany br{
		display: none;
	}*/


	#kvText.kvText_WMEdge p .kvName{
		font-size: 18px;
		line-height: 32px;
	}



	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/*content */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	#contentsWrapper section.content > div{
		padding-top: 60px;
	}




	#contentsWrapper section.content > div > p.question{
		margin-top: 30px;
	}


	#contentsWrapper section.content > div > p.question:first-of-type{
		margin-top: 40px;
	}

	#contentsWrapper section#content_05 > div >p.question{
		margin-top: 30px;
	}
	
	#contentsWrapper section.content>div>div.contentImg{
		display: block;
		position: relative;
		margin-top: 40px;
	}
	
	#contentsWrapper section.content>div>div.contentInner+div.contentImg+div.contentInner{
	margin-top: 40px;
}


	#contentsWrapper section.content>div>div.contentInner+div.contentImg+div.contentImg{
		margin-top: 20px;
	}


	#contentsWrapper section.content>div>div.contentInner+div.contentImg+div.contentImg+div.contentInner{
		margin-top: 40px;
	}

	
	#contentsWrapper section#profile{
		margin-top: 60px;
	}

	
#contentsWrapper section#profile .backBtArea{
	margin-top: 35px;
}




}/*-- 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;
}


