
body {
	margin: 0;
	padding: 0;
	color: #000000;
}



.st_wrapper {
	text-align: center;
	width: 100%;
    max-width: 1100px;
	margin: 0 auto;
    padding: 0;
	letter-spacing: 0.045em;
	font-family: 'Noto Sans JP', sans-serif;
}

.st_wrapper img {
	width: 100%;
	border: 0;
	vertical-align: bottom;/*余白削除*/
}

.st_wrapper a { 
	text-decoration: none;
	color: #000;
}

.top_content {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/bk.jpg");
	background-size: cover;
}

.top_inner {
	width: 80%;
	margin: 0 auto;
	height: auto;
	position: relative;
}

.top_ttl {
	width: 24%;
	position: absolute;
	top: 10%;
	left: 38%;
}


.wrap_content {
	width: 100%;
	padding: 0;
	margin: 15% auto;	
	text-align: center;
    position: relative;
	overflow: hidden;
}

.st_wrapper h1 {
	width: 100%;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 5% auto 3%;
	text-align: center;
	color: #246e91;
    border-bottom: 3px #246e91 solid;
}

.st_wrapper h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 2% auto;
	text-align: center;
	color: #fff;
}

.st_wrapper h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 1% auto 5%;
	text-align: center;
}

.st_wrapper p{
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6em;
    margin: 3% 0;
}

strong {
    font-size: 130%;
    font-weight: 600;
}

.lead {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.7em;
    margin: 6% auto 3%;
}



.bk2 {
	width: 70%;
	aspect-ratio: 3/4;
	margin: 0 0 0 30%;
	background-image: url("../images/bk2.jpg");
	background-size: cover;
	background-position: right center;
}


.bk2_2 {
	width: 40%;
	aspect-ratio: 3/4;
	margin: 0 50% 10% 10%;
	background-image: url("../images/bk2.jpg");
	background-size: cover;
	background-position: center center;
}


.bk3 {
	width: 90%;
	aspect-ratio: 3/4;
	margin: 5%;
	background-image: url("../images/bk3.jpg");
	background-size: cover;
	background-position: center center;
}



.bk3_2 {
	width: 60%;
	aspect-ratio: 3/4;
	margin: 0 0 10% 60%;
	background-image: url("../images/bk3.jpg");
	background-size: cover;
	background-position: center center;
}


.w_90 {
	width: 90%;
	margin: 0 auto;
}

.w_80 {
	width: 80%;
	margin: 0 auto;
}

.w_80_0 {
	width: 80%;
	margin: 0;	
}

.w_50 {
	width: 50%;
	margin: 0;
}

.w_45 {
	width: 40%;
}

.w_30 {
	width: 35%;
}

.flx {
	display: flex;
	flex-wrap: wrap;
}

.pt_25 {
	padding-top: 25%;
}

.mg_80___40 {
	margin: -80% 0 0 40%;
}

.mg_80___30 {
	margin: -110% 0 10% 30%;
}

.mg_40___55 {
	margin: -40% 0 10% 55%;
}

.mg_ {
	margin: -80% 28% 20%;
}

.mg_10__10 {
	margin: 10% 0 0 10%;
}

.txt1 {
	position: absolute;
	top: 5%;
	left: 5%;
}


.sp {
	display: none;
}

.Lft {
	text-align: left;
}

.Rht {
	text-align: right;
}

.Sml {
	font-family: futura-pt, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.6em;
    margin: 2% auto;
    text-align: left;
    color: #333;
}

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 20px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 20px 50px;
	display: inline-block;
	margin: 2% auto;
	letter-spacing: 0.15em;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.btn-1 {
	width: 50%;
    font-family: "Times New Roman", Times, "serif";
	margin: 2% auto 2%;
	font-size: 25px;
	line-height: 1.5em;
	font-weight: 600;
	color: #fff;
    background-color: #000;
    
}

.btn-2 {
	width: 400px;
	margin: 4% auto 6%;
	background-color: #fff;
	border: solid 2px #000;
	font-size: 14px;
	font-weight: 600;
	color: #000000;
}

.clear {
    clear: both;
}

/* ぼかしから出現 */
.blur{
  animation-name:blurAnime;
  animation-duration:3s;
  animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02);
  }

  to {
  filter: blur(0);
  transform: scale(1);
  }
}

@media only screen and (max-width:750px){
	
	.st_wrapper {
		width: 100%;
	}
	
	.top_content {
		width: 90%;
		margin: 5% auto 10%;
		padding: 7% 0;
	}
	
	.top_inner {
		width: 86%;
		margin: 0 7%;
	}
	
	.top_ttl {
		width: 30%;
		top: 8%;
		left: auto;
		right: 13%;
	}
	
	.bk2 {
		width: 80%;
		margin: 0 0 0 20%;
		background-size: cover;
	}
	
	.bk2_2 {
		width: 50%;
		margin: 0 50% 10% 0;
	}
	
	.st_wrapper h1 {
		font-size: 22px;
	}
	
	.st_wrapper h2 {
		font-size: 22px;
        margin: 3% auto;
	}
    
    .st_wrapper h3 {
        font-size: 22px;
    }
    
    .st_wrapper p {
        font-size: 13px;
    }
	
	.lead {
		font-size: 18px;
	}

	.w_50 {
		width: 100%;
	}
	
	.w_45 {
		width: 50%;
	}
	
	.w_30 {
		width: 45%;
	}
	
	.ws70 {
		width: 70%;
		margin: 10% 0 0;
	}
	
	.pt_25 {
		padding-top: 10%;
	}
	
	.mg_80___40 {
    	margin: -95% 0 0 30%;
	}
	
	.mg_80___30 {
    	margin: -110% 0 10% 26%;
	}
	
	.mg_40___55 {
    	margin: -40% 0 10% 40%;
	}

	.mg_10__10 {
		margin: 5% 0 0 10%;
	}
	
	.sRht {
		float: right;
		margin: 5% 0 10%;
	}
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
    .Sml {
        font-size: 12px;
        margin: 4% auto;
    }
    
	/* Button 1 */
	.btn-1 {
		width: 60%;
		padding: 2%;
		font-size: 18px;
	}
	
	.btn-2 {
		width: 65%;
		margin: 4% auto 10%;
		padding: 3%;
		font-size: 12px;
		border: solid 1px #000;
	}	
			
	
}






