@charset "UTF-8";
/* CSS Document */

section {
	width: 100%;
	padding: 0;
	height: 100vh;
}


section.concept-back {
    background-image: url(../../img/img_section_back.jpg);
    background-position: center;
}

section.page_1 {
	position: relative;
}

section.page_1 h2 {
	font-family: "Noto Sans JP";
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 25px;
	line-height: 1.7;
}

section.page_1 img.logo {
	width: 76.5%;
	max-width: 459px;
	display: block;
	margin: 0 auto 80px;
	
}

section.page_1 img.scroll_sp {
	width: 17%;
	max-width: 85px;
	display: block;
	margin: 0 auto 10px;
}

section.page_1 img.scroll_pc {
	display: none;
}


section.page_1 p.scroll_down {
	font-size: 16px;
	font-family: "Noto Sans JP";
	font-weight: 400;
	color: black;
	text-align: center;
}

section.sticky {
	position: -webkit-sticky;  /* for Safari */
    position: sticky;
	overflow: hidden;
	top: 0;
}


p {
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	
}

p span {
	font-size: 32px;
	font-weight: 700;
}


section.page_2 {

}

section div.content {
	width: 100%;
	position: absolute;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

section.page_2 div.content h1 {
	font-size: 46px;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-weight: 600;
	margin-bottom: 65px;
}


section.page_7 div.content {
	padding: 0 20px;
	max-width: 650px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

section.page_7 div.content h3 {
	font-size: 18px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	margin-bottom: 20px;
}

section.page_7 div.content h3 span {
	color: #3564af;
}

section.page_7 div.content p {
	text-align: left;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 20px
}

section.page_7 div.content dl {
	border: 1px solid #3564af;
	padding: 15px;
}

section.page_7 div.content dl dt {
	font-size: 16px;
	font-family: "Noto Sans JP";
	font-weight: 500;
	color: #3564af;
	text-indent: -0.5em;
	margin-bottom: 15px;
}

section.page_7 div.content dl dd {
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 13px;
}

section.page_7 div.content dl dd.cap {
	font-size: 14px;
	margin-bottom: 0;
}




section.page_8 div.content p span {
	display: block;
	margin-bottom: 15px;
}

section.page_8 div.content p span:first-of-type {
	margin-top: 15px;
}




section.page_9 div.content:first-of-type {
	content: "";
	display: block;
	width: 188px;
	height: 188px;
	border: 1px solid black;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

section.page_9 div.content p {
	width: 100px;
	text-align: left;
	font-size: 20px;
	line-height: 1;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	transition: 0.3s;
}

section.page_9 div.content p:before {
	content: "";
	display: block;
	width: 50px;
	border-top: 1px solid black;
	position: absolute;
	right: 0;
	top: 50%;
}

section.page_9 div.content p:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	position: absolute;
	right: 0;
	top: 5px;
	transform: rotate(45deg);
}


div.section_inner {
	border: 1px solid black;
	
}




@media screen and (min-width: 1025px) {
	section.page_1 img.scroll_sp {
		display: none;	
	}

	section.page_1 img.scroll_pc {
		display: block;
		width: 4%;
		max-width: 48px;
		display: block;
		margin: 0 auto 10px;
	}

	section.page_9 div.content p:hover {
		transform: scale(1.2) translate(-40%, -40%);
		transition: 0.3s;
		top: 50%;
    	left: 50%;
    	-webkit-transform: scale(1.2) translate(-40%, -40%);
    	-ms-transform:scale(1.2) translate(-40%, -40%);
		cursor:pointer;
	}
}

