@charset "utf-8";


/***** トップページ *****/ 
#pop-up{z-index: 9999; position: fixed; width: 100%; height: 100vh; top: 0; left: 0;background: rgba(0, 0, 0, .5);} 
#pop-up .window{width: 90%; max-width: 800px; display: flex; justify-content: center; align-items: center; position: fixed; top: 55%;left: 50%; transform: translate(-50%, -50%);}
#pop-up .window .popup-img{box-shadow: 0px 2px 4px rgba(0,0,0,0.6); position: relative;}
#pop-up .window .popup-img img{width: 100%; height: auto;}
#pop-up .window .popup-close{width: 5vw; max-width: 24px; position: absolute; right: 0.5vw; top: -6vw;}

@media screen and (min-width: 640px) {
	#pop-up .window{width: 45%;}
	#pop-up .window .popup-close{top: -3vw;}
}


 /***** 会社概要 *****/ 
.body-about #about_top .txt_wrap{text-align: center;}

/***** 採用情報 *****/ 
.body-recruit #cruise_guide, .body-recruit #telephone_operator{background-color: var(--Gray01, #f4f8fc);}
.body-recruit #counter_service, .body-recruit #pr_work{background-color: var(--white);}


	  
	  
	