@charset "UTF-8";

/* **********************

File: layout_pc.css
Last Update: 2026/01/29

********************** */



/* common
------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

html{
background:#FFF;
font-size:62.5%;
-webkit-text-size-adjust:100%;
}

body{
position:relative;
font-size:10px;
font-size:1.0rem;
line-height:1;
font-family:'Noto Sans JP', 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;	
font-weight:400;
letter-spacing:0em;
background:#FFF;
color:#000;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}

.pj_logo{
display:flex;
justify-content:center;
align-items:center;
width:100%;
height:100vh;
}

.logo_inner{
width:280px;
margin:-35px 0px 0px;
}

@media screen and (max-width:765px), print{
	.pj_logo{
	height:100vh;
	height:100svh; 
	}

	.logo_inner{
	width:200px;
	margin:-30px 0px 0px;
	}
}