@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}

section {
	margin: 0;
}

article {
	position: relative;
}

.st_wrap {
	width:100%;
	max-width: 1000px;
    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: "Tenor Sans", sans-serif;
    font-weight: 400;
	font-size: 40px;
	line-height: 1.5em;
	text-align: left;
	margin: 5% auto 3%;
	color: #626262;
}

.st_wrap h1 .no {
	font-size: 150%;
	margin-right: 5%;
	color: #d05f1b;
	font-style: italic;
}



.st_wrap h2, .top_blc h2 {
	font-family: "Tenor Sans", sans-serif;
    font-weight: 400;
	font-size: 40px;
	line-height: 1.3em;
	text-align: center;
	margin: 3% auto 7%;
	color: #d05f1b;
}

.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;
}

.bkc01 {
	background-color: #fff;
	padding: 3px 10px;
}

.bkc02 {
	background-color: #DDEBF9;
	margin: 50px 0;
	padding: 10px 30px;
}

.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: #a2807e;
}

.st_wrap p {
	margin: 10px 0 5px;
    font-size: 14px;    
    line-height: 2.0em;
	font-weight: 400;
}

.wrap_content {
	margin: 0;
	padding: 1% 0;
    background: #fff;
}

.sub {
	font-family: "Roboto", sans-serif;
	font-size: 15px;
}

.sp {
	display:none;
}


.Lead {
	font-weight: normal;
	text-align: center;
	font-size: 15px;
	padding: 0;
	margin: 2% auto;
	line-height: 2.5em;
}




.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%);
}

.Red {
	color: #FF0004;
}

.style_box{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	position: relative;
}


.style_1 {
	width: 65%;
	margin: 5% 35% 0 0;
}


.style_2 {
	width: 50%;
	margin: -15% 0 5% 50%;
}

.style_txt {
	width: 45%;
	text-align: right;
	position: absolute;
	bottom: 7%;
	left: 0;
}

.style_txt_c {
	width: auto;
	text-align: center;
	margin: 4% auto;
}

.item_box{
	width: 90%;
	max-width: 600px;
	margin: 3% auto 5%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.item_img {
	width: 40%;
}

.item_txt {
	width: 55%;
	padding: 5% 0;
	text-align: left;
}

.name_box {
	width: auto;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	line-height: 1.8em;
	margin: 15px 10px;
	text-align: left;
}

.clear {
	clear:both;
}

.gwlogo {
    width: 60%;
	min-width: 100px;
    margin: 3% auto;
}

.btn-1 {
    display: inline;
	text-align: center;
	font-weight: 400;
    font-size: 13px;
	width: 130px;
	background-color: #626262;
	color: #fff;
	border: solid 1px #626262;
	box-sizing: border-box;
	transition: .3s;
}

a.btn-1 {
    text-decoration: none;
    color: #fff;
}

a.btn-1:hover {
	background-color: #96BBD2;
	color: #fff;
	border: solid 1px #96BBD2;
}

.btn-2 {
    display: block;
	font-family: "Tenor Sans", sans-serif;
    font-size: 18px;
	line-height: 2em;
	margin: 2% auto;
}

a.btn-2 {
    text-decoration: none;
	color: #000;
}

.btn-3 {
    display: block;
	text-align: center;
	margin: 4% auto 5%;
	padding: 10px 0;
	font-weight: 400;
    font-size: 15px;
	line-height: 2em;
	width: 400px;
	background-color: #626262;
	color: #fff;
	border: solid 1px #626262;
	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;
}

.scroll-underline {
  /*display: inline;*/
  
  background-image: linear-gradient(90deg, #626262, #626262);
  background-repeat: no-repeat;
  background-size: 0% 2px; 
  
  background-position: right 100%; 
  
  animation: draw-line linear both;
  animation-timeline: view();
  animation-range: contain 10% contain 40%; 
}

@keyframes draw-line {
  0% {
    background-size: 0% 2px;
  }
  100% {
    background-size: 100% 2px;
  }
}


@media only screen and (max-width: 750px) {

	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.st_wrap {
		width: 100%;
		margin: 0 auto;
	}

	.st_wrap h1 {
		font-size: 25px;
		margin: 4% auto 2%;
	}	
    
    .st_wrap h2 {
        font-size: 22px;
		line-height: 1.6em;
		margin: 4% auto 3%;
    }
    
    .st_wrap h3 {
        font-size: 14px;
    }
	
    .st_wrap p {
        font-size: 12px;
    }
    
    .bkc02 {
    	margin: 30px 0;
    	padding: 10px;
	}
		
	.Lead {
		font-size:13px;
		margin: 4% auto 6%;
	}
	
	.style_1 {
    	width: 80%;
    	margin: 5% 20% 0 0;
	}
	
	.style_2 {
    	width: 60%;
    	margin: -10% 0 5% 40%;
	}
	
	.style_txt {
		width: 80%;
		margin: 2% auto;
		text-align: center;
		position: relative;
		bottom: auto;
		left: auto;
	}
	
	.item_box {
		width: 70%;
		margin: 5% auto;
		flex-direction: column;
	}
	
	.item_img {
		order: 1;
		width: 100%;
	}
	
	.item_txt {
		order: 2;
		width: 100%;
	}
	
	.name_box {
		font-size: 12px;
		line-height: 1.5em;
	}
	
	.Sml {
		font-size: 10px;
	}
	
    .btn-1 {
		display: inline-block;
		width: 70px;
        font-size: 12px;
		padding: 1px 0;
		margin: 0 0 0 8px;
    }
	
	.btn-2 {
		font-size: 13px;
	}
	
	.btn-3 {
		font-size: 15px;
		line-height: 1.8em;
		padding: 5px 0;
		width: 50%;
	}
	
}


