@charset "UTF-8";

/*---------------------------------------------

Style CSS

for lp-adlerwork
coded by d-spica at 2020-06-02

---------------------------------------------*/


@import url("default.css");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&display=swap");

html {
	background: #FFF;
	line-height: 1.4;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 3.125vw;
	font-weight: 400;
	color: #231815;
}

body {
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
}

a {
	color: inherit;
	transition: 0.4s;
}

a:hover {
	opacity: 0.65;
}

.oBP {
	display: none;
}

.nav-contact a {
	display: inline-block;
	box-sizing: border-box;
	background: #3E3A39;
	padding: 0.3em 1em;
	width: 100%;
	text-decoration: none;
	text-align: right;
	letter-spacing: 0.1em;
	line-height: 1.4;
	font-family: 'EB Garamond', serif;
	font-size: 1.4rem;
	color: #FFF;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	box-sizing: border-box;
	padding: 0.5rem 2rem;
	width: 100%;
	transition: 0.4s;
}

.scroll header {
	background: rgba(255,255,255,0.9);
}

header h1 {
	font-family: 'EB Garamond', serif;
	font-size: 1.8rem;
	font-weight: 400;
}

header p {
	position: relative;
	box-sizing: border-box;
	margin-right: -1.25rem;
	padding-top: 3.6rem;
	width: 5rem;
	height: 5rem;
	line-height: 1;
	transform: scale(0.5);
}
	
header p i {
	display: block;
	position: absolute;
	top: 2.3rem;
	left: 0;
	background: #231815;
	width: 5rem;
	height: 0.4rem;
	transition: 0.4s;
}

header p span {
	display: block;
	overflow: hidden;
	text-align: center;
	letter-spacing: 0.15em;
	font-weight: 700;
	font-size: 1.4rem;
	transition: 0.4s;
}

header p i:nth-of-type(1) {
	margin-top: -2.3rem;
}

header p i:nth-of-type(2) {
	margin-top: -1.1rem;
}

header p i:nth-of-type(3) {
	margin-top: 0.1rem;
}

header p.open i:nth-of-type(1) {
	margin-top: 0;
	transform: rotate(135deg);
}

header p.open i:nth-of-type(2) {
	margin-top: 0;
	transform: rotate(225deg);
}

header p.open i:nth-of-type(3) {
	transform: scale(0,1);
}

header p.open span {
	transform: scale(0,1);
}
	
nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
	box-sizing: border-box;
	background: url("../img/top-bg-00.jpg") no-repeat 50% 50% / cover;
	padding: calc(8vh + 4rem ) 1.72rem;
	width: 100%;
	height: 100vh;
	font-size: 1.4rem;
}

nav li {
	margin-bottom: 6vh;
}

nav li a {
	display: inline-block;
	padding: 0.2em;
	line-height: 1.2;
}

nav li a.current {
	border-bottom: solid 1px #231815;
}


main {
	overflow: hidden;
}

section .box {
	position: relative;
	box-sizing: border-box;
	padding: 6rem 2rem;
}

section p {
	line-height: 2;
	font-size: 0.9rem;
}

section a {
	text-decoration: underline;
	text-underline-position: under;
}

section dl.card {
	background: #FFF;
	padding: 0 2rem 2rem;
}

section dl.card:nth-of-type(n+2) {
	margin-top: 4rem;
}

section .card dt {
	margin-bottom: 1.5rem;
	font-family: 'EB Garamond', serif;
	font-size: 2rem;
	font-weight: 700;
}

section .card dt i {
	display: block;
	margin: 0 -2rem 2.5rem;
}

section .card dd .head {
	font-size: 1.2rem;
	font-weight: 700;
}

section .card dd .nav-contact {
	margin: 1em 0;
}

section .cards li {
	box-sizing: border-box;
	background: #D8D9D9;
	padding: 0 2rem 2rem;
	line-height: 2;
}

section .cards li:nth-of-type(n+2) {
	margin-top: 2.5rem;
}

section .cards li i {
	display: block;
	margin: 0 -2rem 1.5rem;
}

section .cards li em {
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
}

section .cards li em u {
	display: inline-block;
	font-size: 0.9rem;
	font-weight: 400;
}

#s00 {
	background: url("../img/top-bg-00.jpg") no-repeat 50% 50% / cover fixed;
	box-sizing: border-box;
	padding-top: 6rem;
	height: 100vh;
}

#s00 h2 {
	margin-bottom: 2em;
	text-align: center;
	font-family: 'EB Garamond', serif;
	font-size: 2.4rem;
	font-weight: 700;
}
	

#s00 dl {
	margin: 0 auto;
	background: rgba(255,255,255,0.6);
	padding: 2rem;
	max-width: 56rem;
}

#s00 dt {
	margin-bottom: 1em;
	font-family: 'EB Garamond', serif;
	font-size: 2rem;
	font-weight: 700;
}
	
#s01::after {
	content: '';
	display: block;
	background: url("../img/top-bg-01.jpg") no-repeat 50% 50% / cover fixed;
	width: 100%;
	height: 100vh;
}

#s01 h2 {
	margin-bottom: 2.5rem;
	text-align: center;
	font-family: 'EB Garamond', serif;
	font-size: 2rem;
	font-weight: 400;
}

#s01 dl.card:nth-of-type(2) {
	background: #2D88FF;
	color: #FFF;
}


#s02::after {
	content: '';
	display: block;
	background: url("../img/top-bg-02.jpg") no-repeat 25% 50% / cover fixed;
	width: 100%;
	height: 100vh;
}
	
#s02 h2 {
	margin-bottom: 2.5rem;
	text-align: center;
	font-family: 'EB Garamond', serif;
	font-size: 1.7rem;
	font-weight: 400;
}

#s03 h2 {
	margin-bottom: 2.5rem;
	text-align: center;
	font-family: 'EB Garamond', serif;
	font-size: 2rem;
	font-weight: 400;
}

#s03 ul.cards {
	margin-top: 4rem;
}

footer {
	position: relative;
	background: #231815;
	padding: 6rem 1rem 2.5rem;
	text-align: center;
	font-size: 0.8rem;
	color: #FFF;
}

footer .nav-up {
	position: absolute;
	top: -1.6rem;
	left: calc(50% - 1.6rem);
	width: 3.2rem;
	height: 3.2rem;
}


@media all and (min-width:640px) {
	
	html {
		font-size: 20px;
	}
	
	section .box {
		margin: 0 auto;
		max-width: 30rem;
	}
	
}


@media all and (min-width:800px) {
	
	html {
		font-size: 1.5625vw;
	}

	.oBP {
		display: inline-block;
	}

	.uBP {
		display: none;
	}

	header {
		display: block;
		padding: 1.5rem 2rem 1rem;
	}

	header p {
		display: none;
	}

	nav {
		top: 2rem;
		left: 19rem;
		z-index: 9;
		background: none;
		padding: 0;
		width: auto;
		height: auto;
		white-space: nowrap;
		font-size: 1rem;
	}

	nav li {
		display: inline-block;
		margin-bottom: 0;
		margin-left: 3vw;
	}

	section .box {
		margin: 0 auto;
		max-width: 64rem;
	}

	section dl.card {
		position: relative;
		margin-left: 54%;
		padding: 2rem 3rem;
	}

	section .card dt i {
		position: absolute;
		top: 50%;
		left: -117.39%;
		z-index: -1;
		margin: -50% 0 0;
		width: 150%;
	}

	section ul.cards {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: -4rem;
	}

	section .cards li {
		margin-bottom: 4rem;
		padding: 0 3rem 2rem;
		width: 47%;
	}

	section .cards li:nth-of-type(n+2) {
		margin-top: 0;
	}

	section .cards li i {
		margin: 0 -3rem 1.5rem;
	}

	#s00 dl {
		padding: 3rem 5rem;
		max-width: 50rem;
	}

	#s01 dl.card:nth-of-type(1) {
		margin-top: 7.5rem;
	}

	#s01 dl.card:nth-of-type(2) {
		margin-top: 9rem;
	}

	#s02 h2 {
		font-size: 2rem;
	}

	#s03 dl.card {
		margin-top: 5rem;
		margin-right: 54%;
		margin-left: 0;
	}

	#s03 .card dt i {
		top: 50%;
		left: auto;
		right: -117.39%;
	}

	#s03 ul.cards {
		margin-top: 6.5rem;
	}

}

@media all and (min-width:1280px) {
	
	html {
		font-size: 20px;
	}
	

}


