@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


section {
	position: relative;
	margin: 0;
	padding: 0;
}

.bklook {
	margin: 0;
	padding: 0 0 6%;
	background: #10253F;
background: linear-gradient(180deg, rgba(16, 37, 63, 1) 81%, rgba(255, 255, 255, 1) 81%);
}

.st_wrap {
	clear: both;
	width:100%;
    text-align: center;
	padding: 0 ;
	margin:0 auto;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	position: relative;
}

.st_wrap h1 { 
	font-family: "Manrope", sans-serif;
    font-weight: 900;
	font-size: 65px;
	line-height: 1.2em;
	margin: 2% 0;
	text-align: left;
	color: #fff;
}

.st_wrap h2 {
	font-family: "Manrope", sans-serif;
    font-weight: 400;
	font-size: 23px;
	text-align: left;
	margin: 3% auto;
	color: #b9cde5;
}

.st_wrap h3 {
    font-weight: 500;
	font-size: 16px;
	text-align: center;
	margin: 6% auto 2%;
}

.st_wrap h4 {
	font-family: "Libre Baskerville", serif;
	font-size: 16px;
    font-weight: 400;
	text-align: center;
	margin: 3% auto 6%;
	color: #999;
}

.st_wrap h5 {
	font-size: 20px;
    font-weight: 700;
	text-align: center;
	margin: 8% auto 5%;
	padding: 1% 0;
	background-color: #888;
	color: #fff;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

.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; /* 文字の左隣 */
}


.st_wrap p {
	margin: 10px 0;
    text-align: left;
    font-size: 16px;    
    line-height: 1.8em;
	font-weight: 400;
}

.ttl {
	position: absolute;
  	top: 35%;
  	left: 5%;
	text-align: left;
}

.sp {
	display:none;
}

.top {
	width: 90%;
	margin: -15% auto 5%;
	display: flex;
	justify-content: center;
}

.top_img {
	width: 45%;
}

.MT20 {
	margin-top: 20%;
}


.Lead {
	font-weight: 500;
	text-align:center;
	font-size: 14px;
	padding: 0 ;
	margin: 6% auto;
	line-height: 2em;
	color: #10253f;
}


.Sml {
	font-size: 11px;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

.Sml strong {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #cebf98 30%);
}

.style_box{
	width: 100%;
	margin: 0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	position: relative;
}

.style_1{
	width: 60%;
	margin: 0 0 0;
}

.style_2 {
	width: 50%;
	margin: -35% 0 0 50%;
}

.itembox {
	margin: 0 30px 10%; 
	text-align: left;
}

.color {
	width: 280px;
	margin: 0;
}

.bdr {
	border-bottom: solid 1px #F2F2F2;
	margin: 6% 5%;
}

.clear {
	clear:both;
}


.btn-1 {
    display: inline;
	text-align: center;
	font-weight: 400;
    font-size: 15px;
    padding: 2px 30px;
	margin: 0 0 0 3%;
	width: 50%;
    color: #000;
	border: solid 1px #000;
	box-sizing: border-box;
	transition: .3s;
}

a.btn-1 {
    text-decoration: none;
}

a.btn-1:hover {
	background-color: #96BBD2;
	color: #fff;
	border: solid 1px #96BBD2;
}

.btn-2 {
    display: block;
	text-align: center;
	font-weight: 400;
    font-size: 17px;
    padding: 7px 10px;
	margin: 5% auto 8%;
	width: 50%;
    color: #000;
	border: solid 1px #000;
}

a.btn-2 {
    text-decoration: none;
}

.btn-3 {
    display: block;
	font-weight: 400;
    font-size: 15px;
    padding: 6px 20px;
	margin: 15% auto;
	width: 60%;
    color: #000;
	border: solid 1px #000;
	box-sizing: border-box;
	transition: .3s;
}

a.btn-3 {
    text-decoration: none;
}

a.btn-3:hover {
	background-color: #96BBD2;
	color: #fff;
	border: solid 1px #96BBD2;
}


#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}

@media only screen and (max-width: 750px) {

	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.st_wrap {
		width: 100%;
		margin: 0 auto;
	}

    .st_wrap p {
        font-size: 14px;
		line-height: 1.8em;
		display: flex;
		align-items: center;
    }
    
	.st_wrap h1 {
		font-size: 37px;
	}	
    
    .st_wrap h2 {
        font-size: 16px;
    }
    
    .st_wrap h3 {
        font-size: 14px;
    }
    
	.Lead {
		font-size: 15px;
		margin: 10% auto;
	}
	
	.color {
		width: 250px;
    	margin: 0;
	}
	
	.Sml {
		font-size: 10px;
	}
	
    .btn-1 {
		display: inline-block;
		width: 90px;
        font-size: 14px;
		padding: 1px 0;
		margin: 0 0 0 10px;
    }
	
	.btn-2 {
		font-size: 13px;
		margin: 10% auto;
	}
	
	.btn-3 {
		font-size: 14px;
		width: 50%;
	}
	
}


