
body {
	margin: 0;
	padding: 0;
}

body img {
	border: 0;
	vertical-align: bottom;/*余白削除*/
}


.st_wrapper a { color: #fff;}

.st_wrapper {
	text-align: center;
	width: 100%;
	margin: 0 auto;
    padding: 0;
	letter-spacing: 0.045em;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	background-color: #5f5937;
}

.wrap_content {
	width: 1200px;
	padding: 3% 0;
	margin: 0 auto;	
	text-align: center;
}


.st_wrapper img {
	width: 100%;
	margin: 0 auto;
}

.st_wrapper h1 {
	font-family: "Roboto", sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.5em;
	margin: 3% auto;
	text-align: center;
}

.st_wrapper h2 {
	font-family: "Roboto", sans-serif;
	font-size: 140px;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0;
}

.lft {
	position: absolute;
	top: 0;
	left: 0;
}

.rht {
	position: absolute;
	top: 0;
	right: 0;
}

.st_wrapper h3 {
	font-family: "Roboto", sans-serif;
	font-size: 35px;
	font-weight: 500;
	line-height: 1.3em;
	margin: 2% 0 4%;
}


.st_wrapper p{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	margin: 2% 0;
}


.bkvisual {
	margin: 0;
	padding: 5% 0 8%;
	height: 650px;
	background-image: url("../images/visual.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}

.top_area {
	position: absolute;
	width: 30%;
	top: 30%;
	left: 10%;
	color: #fff;
}

.bkylw {
	margin: 0;
	padding: 5% 0 8%;
	background-color: #5f5937;
}

.bl_logo {
	width: 50%;
	max-width: 200px;
	margin: 4% auto 8%;
}

.style_box {
	width: 85%;
	margin: 8% auto 3%;
	position: relative;
}

.style_box_img {
	width: 60%;
	margin: 0 0 0 40%;
	background-color: #fff;
}

.txtarea {
	width: 60%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
}


.style_box_img2 {
	width: 60%;
	margin: 0 40% 0 0;
	background-color: #fff;
}

.txtarea2 {
	width: 60%;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}

.flx {
	width: 75%;
	margin: 4% auto;
	display: flex;
	justify-content: space-around;
}

.flx img {
	width: 16%;
}

.link_box {
	width: 85%;
	margin: 1% auto 3%;
	display: flex;
	justify-content: center;
}

.link_box_item {
	width: calc((100% - 2%) / 5);
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}

.sp {
	display: none;
}

.pc {
	text-align: center;
}

.clear {
    clear: both;
}

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 20px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	margin: 2% auto;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
	
}



/* Button 1 */
.btn-1 {
	padding-left: 2px;
	text-decoration: underline;
}


.btn-1 small {
	font-size: 60%;
}


.btn-2 {
	width: 300px;
	margin: 3% auto 7%;
	border: solid 1px #fff;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	border-radius: 40px;
}

a.btn-2 {
	text-decoration: none;
}


/*back to top*/
.gotop{
  position: fixed;
  right: 0;
  bottom: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 50px;
  color: #000;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width:750px){
	
	.bkvisual {    
		height: 40vh;
	}
	
	.st_wrapper {
		width: 100%;
	}
	
	.st_wrapper h1 {
		font-size: 28px;
	}
	
	.st_wrapper h2 {
		font-size: 68px;
	}
	
	.st_wrapper h3 {
		font-size: 20px;
	}
	
	
	.st_wrapper p {
		font-size: 10.5px;
	}
	
	.st_wrapper p br {
		display: none;
	}
	
	.wrap_content {
		width: 100%;
		padding: 0 0 8%;
	}
	
	.top_area {
		width: 50%;
        top: 40%;
        left: 25%;
	}
	
	.bl_logo {
		width: 30%;	
	}
	
	.style_box_img, .style_box_img2 {
		width: 57%;
	}
	
	.txtarea, .txtarea2 {
		width: 40%;
		text-align: left;
	}
	
	.style_box {
		width: 90%;
	}
	
	.link_box {
		 flex-wrap: wrap;
	}
	
	.link_box_item {
		width: 50%;
		font-size: 13px;
		line-height: 1.6em;
		margin: 2% auto;
	}
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	
	/* Button 1 */
	.btn-1 {
	}
	
	.btn-2 {
		width: 45%;
		margin: 4% auto 8%;
		padding: 1.5%;
		font-size: 14px;
		position: relative;
	}	
			

	.gotop {
		font-size: 35px;
		padding: 5px;
	}	
	
	
	
}






