@charset "UTF-8";

/*================================================
 *  about+processページ用
 ================================================*/
#contents::before {
	position: fixed;
	content: '';
	background-color: #fff;
	width: 100%;
	height: 230px;
	top: 225px;
	left: 0;
	z-index: 1;
}

section #slider {
	width: 330px;
}

section #slider #top_slider,
section #slider #bottom_slider {
	width: 295px;
}
section #slider #top_slider {
	margin: 0 0 50px auto;
}

section #text_area h2 {
	text-align: center;
	padding: 20px 0 50px;
	background-color: #fff;
	width: 410px;
}
section #text_area #wrap_scroll {
	width: 360px;
	margin-right: 0;
	margin-left: auto;
	padding-top: 230px;
	position: relative;
}
section #text_area #wrap_scroll p {
	line-height: 2;
	font-size: 15px;
}

/*******固定用*******/
@media screen and (min-width:800px) {
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
h1 {
	position: fixed;
	top: 275px;
	z-index: 2;
}
#contents {
	padding-top: 225px;
}

section #slider {
	position: fixed;
	top: 325px;
	z-index: 2;
}
section #text_area h2 {
	position: fixed;
	top: 325px;
	left: 50%;
	margin-left: -40px;
	z-index: 2;
}
footer {
	position: relative;
	z-index: 100;
}
	
}







/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:799px) {

#contents {
	padding-top: 67vw;
}
#contents::before {
	height: 50vw;
	top: 0;
}
section #slider {
	background-color: #fff;
	width: 100vw;
	position: fixed;
	top: 16vw;
	left: 0;
	z-index: 100;
}
section #sp_slider li {
	padding: 0 1vw;
}

section #text_area h2 {
	padding: 7vw 0 5vw;
	width: 100vw;
	position: fixed;
	top: 44vw;
	left: 0;
	z-index: 1;
}
#about section #text_area h2 img {
	height: 10vw;
}
#process section #text_area h2 img {
	height: 7vw;
}
section #text_area #wrap_scroll {
	width: 100%;
	margin: 0;
	padding-top: 0;
}
section #text_area #wrap_scroll p {
	font-size: 3.6vw;
}






	
}