@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}

.bk01 {
	background-color: #eee;
}

.bk02 {
	background-color: #000;
	color: #fff;
}

.st_wrap {
	clear: both;
	width:100%;
	max-width: 800px;
    text-align: center;
	padding: 2% 0;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
	color: #000000;	
}

.st_wrap h1 {
	font-family: "Lato", sans-serif;
    font-weight: 600;
	font-size: 25px;
	text-align: center;
	margin: 3% auto 2%;
	line-height: 1.6em;
    padding: 0;
}

.st_wrap h2 {
    font-weight: 600;
	font-size: 22px;
	text-align: center;
	margin: 2% auto 3%;
	line-height: 1.8em;
    padding: 0;
}

.st_wrap h3 {
    font-weight: 600;
	font-size: 18px;
	text-align: left;
	margin: 2% auto 1%;
	line-height: 1.5em;
    padding: 0;
}

.st_wrap h4 {
	font-family: "Lato", sans-serif;
	font-size: 36px;
    font-weight: 700;
	text-align: center;
	margin: 5% auto 3%;
}

#fix_wrapper h5 {
	font-size: 20px;
    font-weight: 700;
	text-align: center;
	margin: 3% auto 5%;
	padding: 1% 0;
	background-color: #585858;
	color: #fff;
}

.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 2em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}

.co01 {
    color: #fff;
}

.st_wrap p {
	margin: 3% 0;
    text-align: left;
    font-size: 13px;    
    line-height: 1.8em;
}

.logo {
	width: 60%;
	max-width: 400px;
	margin: 10% auto;
}

.Main {
	width: 100%;
	max-width: 600px;
	margin: 5% auto 3%;
}

.sp {
	display:none;
}

.Lead {
	font-weight:normal;
	text-align:center;
	font-size: 15px;
	padding:0 ;
	line-height: 1.8em;
	margin: 3% auto;
	color: #000000;
}

.Logo  { width: 15%; max-width: 200px; margin: 10% auto 5%;}

.clear {
	clear:both;
}

.btn-1 {
    display: block;
    width: 70%;
    max-width: 300px;
    font-size: 15px;
    margin: 2% auto 10%;
    padding: 10px;
	font-weight: 600;
    color: #fff;
    background-color: #000;
}

a.btn-1 {
    text-decoration: none;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}

.triangle-button{
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.triangle-button::after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}




@media only screen and (max-width: 750px) {
	
	#Main {
	margin:0 auto 2%;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	
	.st_wrap {
		width: 90%;
		margin: 2% auto;
	}

    .st_wrap p {
        font-size: 12px;
    }
    
	.st_wrap h1 {
		font-size: 20px;
		margin: 4% auto 2%;
	}	
    
    .st_wrap h2 {
        font-size: 16px;
		line-height: 1.6em;
    }
    
    .st_wrap h3 {
        font-size: 16px;
    }
    
    .st_wrap h4 {
        font-size: 20px;
        margin: 8% auto 3%;
    }
	
	.st_wrap h5 {
		font-size: 16px;
	}
	
	.Lead {
		font-size:13px;
		margin: 4% auto 6%;
	}
	
	
    .btn-1 {
        font-size: 13px;
        margin: 4% auto 8%;
    }
	
}


