@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);
}

.liteContents{
grid-area: liteContents;
container-type: inline-size;
}
.liteSideBar{
grid-area: liteSideBar;
display: none;
}
.liteFooter{
grid-area: liteFooter;
}

.headerCopy{
background-color: var(--liteYellow);
color: var(--baseBlue);
text-align: center;
font-size: clamp(18px,3.5vw,24px);
font-weight: 800;
}
.visibilityHidden{
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.containerAll{
display: grid;
grid-template-areas:
	"liteHeader liteHeader"
	"liteContents liteContents"
	"liteFooter liteFooter";
grid-template-columns: 1fr;
grid-template-rows: auto 1fr auto;
margin: auto;
}
.marker {
background:linear-gradient(transparent 50%, rgba(250, 238, 0) 50%);
display: inline;
background-repeat: no-repeat;
background-size: 0% 100%;
transition:background-size 1.5s;
}
.marker.on {
background-size: 100% 100%;
}

.headerImg{
padding: 0 1em 1em;
background-image: url("/wp-content/themes/wk_altpaper/lp/img-sc-lite/header-bg-new-w480.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
text-align: center;
}

.headerImg img{
width: 100%;
max-width: 1280px;
}


/* コンテンツCSS */
.liteContents > div{
margin: auto;
}
.colorRed{
color: var(--redColor);
}
.fb{
font-weight: 800;
}
.sclRead{
box-sizing: border-box;
padding: 3em 1em;
background-color: var(--readColor);
text-align: center;
font-feature-settings: "palt";
}

.wrapTit{
border-bottom: solid 4px var(--blue);
}
.sclRead h3{
font-size: clamp(16px,2.5vw,36px);
font-weight: 900;
color: var(--blue);
}
.sclRead p{
margin-top: 1em;
font-size: clamp(14px,1.8vw,21px);
font-family: "Noto Serif JP", serif;
line-height: 1.75em;
}

.columnTit{
box-sizing: border-box;
margin: auto;
padding: 0.5em;
width: 90%;
font-size: clamp(18px,2.5vw,36px);
font-weight: 900;
color: var(--blue);
background-color: var(--whiteColor);
text-align: center;
border: solid 1px var(--blue);
max-width: 1200px;
}

.bgYellow{
background-color: var(--liteYellow);
background-position: bottom;
background:linear-gradient(transparent 50%, rgba(255, 198, 49) 50%);
}

.boxA{
background-image: url("/wp-content/themes/wk_altpaper/lp/img-sc-lite/bg-boxa.png");
background-size: cover;
background-position: center;
}

.boxAContainer{
margin: auto;
padding: 3em 0;
display: flex;
justify-content: center;
width: 90%;
max-width: 1064px;
}
.boxATxtArea{
font-size: clamp(14px,2vw,21px);
font-family: "Noto Serif JP", serif;
line-height: 1.5em;
}
.boxATxtArea li{
margin-top: 1em;
}

.boxB{
box-sizing: border-box;
padding: 2em 0 0;
background-color: var(--pastelColor);
text-align: center;
font-size: clamp(18px,2vw,24px);
}
.boxB h3,.boxB h4{
margin: 0.5em 0;
font-weight: 800;
}
.boxB h3{
color: var(--redColor);
}

.boxBorder{
background:linear-gradient(transparent 50%,rgba(252, 250, 227) 50%);
}
.boxBorder > p{
box-sizing: border-box;
margin: 3em auto auto;
padding: 1em;
border: solid 1px var(--gray);
border-radius: 8px;
width: 90%;
max-width: 1064px;
background-color: var(--whiteColor);
font-size: clamp(14px,1.5vw,21px);
font-feature-settings: "palt";
text-align: justify;
font-weight: 300;
line-height: 1.75em;
}


.boxC{
padding-top: 4em;
padding-bottom: 4em;
background-color: var(--paleYellow);
}

.flexC{
margin: auto;
display: block;
width: 90%;
}

.boxChild{
margin: auto;
box-sizing: border-box;
max-width: 344px;
border: solid 1px var(--blue);
}
.boxChild:nth-of-type(2){
margin: 1em auto ;
}
.boxChild p{
box-sizing: border-box;
padding: 0.5em;
background-color: var(--blue);
color: var(--yellow);
font-weight: 800;
text-align: center;
border: solid 1px var(--whiteColor);
}

.reportArea{
padding: 2em 5%;
background-color: var(--readColor);
display: block;
justify-content: center;
}
.reportBox{
box-sizing: border-box;
margin: 2em auto;
max-width: 522px;
border: solid 1px var(--blue);
border-radius: 8px;
background-color: var(--whiteColor);
text-align: center;
}
.reportBox > h4{
box-sizing: border-box;
padding: 0.5em 0;
background-color: var(--blue);
color: var(--whiteColor);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
font-size: clamp(16px,2.5vw,21px);
}
.reportBox p{
box-sizing: border-box;
padding: 0.5em;
}

.boxContainer{
display: flex;
box-sizing: border-box;
margin: 3em auto auto;
padding: 1em;
border: solid 1px var(--gray);
border-radius: 8px;
width: 90%;
max-width: 1064px;
background-color: var(--whiteColor);
font-size: clamp(14px,1.5vw,21px);
font-feature-settings: "palt";
text-align: justify;
font-weight: 300;
line-height: 1.75em;
}
.boxContainer img{
margin-right: 1em;
width: 100%;
min-width: 78px;
}

.boxCContainer{
display: block;
justify-content: center;
margin: auto;
width: 90%;
max-width: 1064px;
}

.boxCChild{
box-sizing: border-box;
margin: 1em 0.5em 0.5em;
display: flex;
width: 100%;
max-width: 100%;
border: solid 1px var(--blue);
background-color: var(--whiteColor);
}
.boxCChild > p{
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
font-size: clamp(18px,1.2vw,24px);
width: 100%;
background-color: var(--blue);
color: var(--yellow);
border: solid 1px var(--whiteColor);
}

.meritWrap{
background-color: var(--readColor);
}
.meritArea{
box-sizing: border-box;
margin: auto;
padding: 4em 0 0;
display: flex;
flex-wrap: wrap;
width: 90%;
max-width: 1064px;
}
.meritBox{
box-sizing: border-box;
margin: auto auto 1em;
width: calc(50% - 5%);
background-color: var(--whiteColor);
border: solid 1px var(--blue);
text-align: center;
}
.meritBox h4{
box-sizing: border-box;
padding: 0.5em 0;
background-color: var(--blue);
color: var(--whiteColor);
text-align: center;
border: solid 1px var(--whiteColor);
font-size: clamp(14px,1.6vw,18px);
font-weight: 800;
font-feature-settings: "palt";
}
.meritBox div{
padding: 0.5em;
}
.meritBox p{
padding: 1em;
font-size: clamp(12px,2vw,16px);
font-weight: 300;
}

.meritDesc{
box-sizing: border-box;
padding: 0 5% 4em;
background-color: var(--readColor);
font-size: clamp(10px,2vw,12px);
font-weight: 300;
text-align: right;
}

#price{
scroll-margin-top: 100px;
}

.priceArea p{
margin: 2em auto;
max-width: 1064px;
text-align: center;
}
.priceArea table{
margin: auto auto 2em;
max-width: 1064px;
border-top: solid 1px var(--blue);
border-left: solid 1px var(--blue);
font-size: clamp(18px,2.5vw,24px);
}
.priceArea th,.priceArea td{
border-bottom: solid 1px var(--blue);
border-right: solid 1px var(--blue);
text-align: right;
}
.priceArea td{
padding-right: 1em;
font-weight: 800;
}
.priceArea th > div{
box-sizing: border-box;
padding: 0.5em;
background-color: var(--blue);
color: var(--whiteColor);
text-align: center;
border: solid 1px var(--whiteColor);
}
.priceArea table .smallTxt{
font-size: 70%;
}
.bannerArea{
margin: auto;
width: 90%;
max-width: 1064px;
text-align: center;
}
div.ctaArea{
margin: 2em auto auto;
width: 90%;
text-align: center;
}
div.ctaArea a{
display: block;
background-image: linear-gradient(45deg, #ffd669, #ffffff);
border-radius: 100px;
width: 90%;
max-width: 800px;
margin: 2em auto;
padding: 0.5em;
position: relative;
text-decoration: none;
color: var(--blue);
font-size: clamp(20px,2.5vw,42px);
font-weight: 900;
font-feature-settings: "palt";
box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
}

div.ctaArea a:hover{
top: 3px;
box-shadow: none;
}

span.bannerFS{
font-size: clamp(19px,2.5vw,36px);
}

.nagare{
margin: auto;
width: 90%;
max-width: 1064px;
}

.complete{
box-sizing: border-box;
padding: 2em 1em;
margin: 2em auto 0;
text-align: center;
background-color: var(--orange);
font-size: clamp(14px,2vw,24px);
}
.compDesc{
margin: 0.5em auto 4em;
width: 90%;
max-width: 1064px;
font-size: clamp(10px,2vw,12px);
font-weight: 300;
text-align: right;
}

.paperWeb{
padding: 4em 0;
width: 90%;
max-width: 1064px;
text-align: center;
}

.cBlack{
color: var(--black);
}

.faqWrap{
display: flex;
flex-wrap: wrap;
margin: 4em auto;
width: 90%;
max-width: 1064px;
font-size: clamp(14px,2vw,24px);
font-feature-settings: "palt";
line-height: 1.75em;
text-align: justify;
}
.faqWrap dt{
margin-bottom: 1em;
}
.faqWrap dd{
margin-bottom: 2em;
padding-bottom: 2em;
border-bottom: solid 4px #e5e5e5;
}
.faqWrap dt,.faqWrap dd{
display: flex;
width: 100%;
align-content: center;
}

.faqWrap dt div,.faqWrap dd div{
margin-right: 1em;
width: 20%;
max-width: 140px;
}
.faqWrap dt p{
font-weight: 800;
}
.faqWrap dt p,.faqWrap dd p{
width: calc(80% - 1em);
align-content: center;
}

.privacyPolicy{
box-sizing: border-box;
margin: 4em auto;
padding: 1em;
width: 90%;
max-width: 1064px;
height: 300px;
overflow: scroll;
border: solid 1px #e5e5e5;
}
.privacyPolicy pre{
white-space: pre-wrap;
font-size: clamp(12px,2vw,16px);
}

.securityMarkWrap{
display: flex;
margin: 4em auto;
max-width: 1064px;
}
.securityMarkWrap div{
display: flex;
justify-content: center;
align-items: center;
}
.securityMarkWrap img{
width: 50%;
}
.securityTxt{
margin: auto auto 2em;
width: 90%;
max-width: 1064px;
font-size: 16px;
}
.securityList{
margin: auto auto 2em;
width: 86%;
max-width: 1064px;
list-style-type:decimal;
line-height: 2em;
font-size: 16px;
}
.securityMessageLast{
margin: auto auto 4em;
width: 90%;
max-width: 1064px;
text-align: right;
font-size: 16px;
}
.securityActionMark{
margin: 4em auto;
text-align: center;
}

.companyArea{
background-color: var(--readColor);
padding: 1px 0;
}
.companyWrap{
display: flex;
margin: 4em auto;
width: 90%;
max-width: 1064px;
}
.logoC{
margin-right: 1em;
width: 100%;
max-width: 200px;
}
.companyListArea{
width: calc(100% - 200px - 1em);
min-width: 200px;
font-size: clamp(12px,2vw,16px);
}
.companyListWrap01,.companyListWrap02{
display: flex;
border-bottom: solid 1px var(--blue);
margin-bottom: 1em;
padding-bottom: 1em;
}
.companyListWrap01 dt,.companyListWrap02 dt{
width: 100%;
max-width: 80px;
min-width: 48px;
}
.companyListWrap02 dd{
margin-right: 1em;
}
.companyListWrap02 dd::before{
content: "・";
color: var(--blue);
margin-left: -1em;
}
/* //コンテンツCSS/////////////// */

/* フッタCSS */
.liteFooter{
margin-bottom: 84px;
padding: 1em 0;
background-color: var(--baseBlue);
color: var(--whiteColor);
text-align: center;
font-size: 12px;
}
/* //フッタCSS/////////////// */

@container (min-width: 320px){/* liteContentsが320px以上/////////////////// */

}
@container (min-width: 480px){/* liteContentsが480px以上/////////////////// */
	.headerImg{
	padding: 0 1em 1em;
	background-image: url("/wp-content/themes/wk_altpaper/lp/img-sc-lite/header-bg-new-w600.jpg");
	}

}
@container (min-width: 600px){/* liteContentsが600px以上/////////////////// */
	.headerImg{
	padding: 0 1em 1em;
	background-image: url("/wp-content/themes/wk_altpaper/lp/img-sc-lite/header-bg-new-w960.jpg");
	}

	.flexC{
	margin: auto;
	display: flex;
	width: 90%;
	max-width: 1064px;
	}
	.boxChild{
	margin: auto;
	box-sizing: border-box;
	max-width: 344px;
	border: solid 1px var(--blue);
	}
	.boxChild:nth-of-type(2){
	margin: auto 16px ;
	}

	.boxCContainer{
	display: flex;
	}

	.boxCChild{
	box-sizing: border-box;
	margin: auto 0.5em;
	display: flex;
	width: 100%;
	max-width: 100%;
	border: solid 1px var(--blue);
	background-color: var(--whiteColor);
	}

	.meritBox{
	box-sizing: border-box;
	margin: 0 auto 1em;
	width: calc(33% - 1%);
	}
	.meritBox h4{
	padding: 0.5em 0;
	font-size: clamp(14px,1.6vw,18px);
	}
	.meritBox div{
	padding: 0.5em;
	}
	.meritBox p{
	padding: 0.5em;
	font-size: clamp(14px,2vw,16px);
	font-feature-settings: "palt";
	}

	.complete{
	width: 90%;
	max-width: 1064px;
	border-radius: 16px;
	}
	
	.reportArea{
	display: flex;
	padding: 4em 5%;
	}
	
	.reportBox{
	margin: auto 1em;
	}


}
@container (min-width: 960px){/* liteContentsが960px以上/////////////////// */
	.headerImg{
	padding: 0 1em 1em;
	background-image:url("/wp-content/themes/wk_altpaper/lp/img-sc-lite/header-bg-w1920.jpg");
	background-size: cover;
	}
}

@media (min-width: 1200px) {/* ウィンドウサイズ1200px以上////////////////////////////// */

	.headerH1 img{
	width: 212px;
	height: 40px;
	}

	.containerAll{
	grid-template-areas:
		"liteHeader liteSideBar"
		"liteContents liteSideBar"
		"liteFooter liteFooter";
	grid-template-columns: 1fr 358px;
	grid-template-rows: auto 1fr auto;
	}
	
	.liteSideBar{
	margin-top: 100px;
	display: block;
	}
	
	#pardot_iframe{
	position: fixed;
	width: 358px;
	height: calc(100% - 100px);
	}
	
	#pardot_iframe iframe{
	height: calc(100% - 42px);
	}
	
	.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%;
	}


}