@charset "utf-8";
/* CSS Document */

:root {
	--baseBlue: #00174d;
	--liteYellow: #ffc631;
	--readColor: #e9f0f5;
	--redColor: #b60000;
	--whiteColor: #fff;
	--pastelColor: #ffe399;
	--gray: #b2b2b2;
	--paleYellow: #fcfae3;
	--blue: #254a84;
	--yellow: #fff070;
	--orange: #f2a900;
	--black: #000;
}
body{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

img[data-src] {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
img[data-src].loaded {
  opacity: 1;
}

.headerH1{
padding: 10px 0;
text-align: center;
}
.liteHeader{
grid-area: liteHeader;
container-type: inline-size;
}
.headerH1{
background-image: url("/wp-content/themes/wk_altpaper/lp/img-sc-lite/bg-header-w1920.png");
background-size: cover;
}
.headerH1 img{
width: 212px;
height: 40px;
aspect-ratio: 85 / 16;
}
.fixedBtn{
position: fixed;
bottom: 0;
width: 100%;
display: flex;
background-color: var(--blue);
border-bottom: solid 12px var(--blue);
padding: 1em 0 0.5em;
z-index: 100;
}
.fixedBtn > div{
width: 50%;
text-align: center;
}
.fixedBtn > div a{
display: block;
background-image: linear-gradient(45deg, #ffd669, #ffffff);
border-radius: 100px;
width: 90%;
margin: auto;
padding: 0.5em;
text-decoration: none;
color: var(--baseBlue);
font-size: clamp(14px,2.5vw,18px);
font-weight: 600;
box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
}

.pageinner{
margin: auto;
max-width: 900px;
}
.sclf_txt{
margin: 30px 0;
font-size: 16px;
line-height: 2em;
font-weight: normal;
font-feature-settings: "palt";
}
.page_teaser{
background: url("../img/about/about_teaser.jpg") no-repeat center center;
background-size: cover;
height: 200px;
display: flex;
align-items: center;
justify-content: center;
}
.teasertxt{
color: var(--whiteColor);
font-size: 38px;
}

/* //コンテンツCSS/////////////// */

/* フッタCSS */
.liteFooter{
padding: 1em 0;
background-color: var(--baseBlue);
color: var(--whiteColor);
text-align: center;
font-size: 12px;
}
/* //フッタCSS/////////////// */

@media (min-width: 1200px) {/* ウィンドウサイズ1200px以上////////////////////////////// */

	
	
	.headerH1{
	box-sizing: border-box;
	margin: -100px auto auto;
	padding-left: calc((100% - min(100%, 1575px)) / 2 + 10px);
	text-align: left;
	height: 100px;
	display: flex;
	align-items: center;
	width: 100%;
	position: fixed;
	z-index: 110;
	}

	.headerCopy{
	text-align: left;
	}
	.wFix{
	margin: auto;
	display: block;
	width: 100%;
	max-width: 1200px;
	}
	
	.liteHeader{
	margin-top: 100px;
	}
	.headerLogo{
	position: fixed;
	}
	.fixedBtn{
	position: fixed;
	top: 16px;
	bottom: inherit;
	right: calc((100% - min(100%, 810px)) / 2 + 10px);
	width: 500px;
	background-color: rgba(0,0,0,0);
	border-bottom: none;
	padding: 0.5em 0;
	z-index: 120;
	}
	.fixedBtn > div{
	width: 250px;
	text-align: center;
	}
	.fixedBtn > div a{
	width: 220px;
	}
	.fixedBtn > div a:hover{
	margin-top: 3px;
	box-shadow: none;
	}
	
	.liteFooter{
	position: fixed;
	bottom: 0;
	margin-bottom: 0;
	width: 100%;
	}


}