@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width:100%;
	padding: 1% 0;
	margin: 0 auto;
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	color: #333;	
    font-size: 16px;
	text-align: center;
	overflow: hidden;
}

.st_wrap article {
	margin: 5% auto;
	padding: 1% 0;
	position: relative;
}

.st_wrap a {
	color: #000;
}

.st_wrap h1 {
  	font-weight: 500;
	font-size: 23px;
	text-align: center;
	margin: 4% auto 2%;
}

.st_wrap h2 {
	font-size: 25px;
	text-align: center;
	margin: 6% auto 4%;
    line-height: 1.8em;
	font-weight: 600;
}

.st_wrap h3 {
	font-size: 25px;
	text-align: center;
	margin: 2% auto 4%;
    line-height: 1.5em;
	font-weight: 600;
}

.st_wrap h4 {
	font-size: 22px;
	text-align: center;
	margin: 8% auto 3%;
    line-height: 1.6em;
	font-weight: 500;
}

.st_wrap h5 {
	font-size: 18px;
	text-align: center;
	margin: 1% auto;
    line-height: 1.3em;
	font-weight: 700;
}

.st_wrap p {
    font-size: 14px;
	font-weight: 400;
    line-height: 1.6em;
    margin: 4% auto;
	text-align: center;
}

.st_wrap hr {
	border-bottom: solid 2px #898989;
	margin: 2% 0 5%;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

.bkgry {
	background-color: #B0B0B0;
	padding: 10px 20px;
	color: #fff;
}

.bklgry {
	background-color: #eee;
	margin: 5% 0 0;
	padding: 3% 0;
}

.bkgren {
	background-color: #EAFEE6;
	margin: 0;
	padding: 3% 0;
}

.bkble {
	background-color: #EAF3FF;
	margin: 0 0 5%;
	padding: 3% 0;
}

.wrap_content {
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
	padding: 1% 10px;
	position: relative;
}

.ttl {
	font-size: 22px;
	text-align: center;
	margin: 5% auto 1%;
    line-height: 1.6em;
	font-weight: 500;
}

.sp {
	display:none;
}

.Lead {
	font-weight: 500;
	text-align:center;
	font-size: 15px;
	margin: 3% auto;
	line-height: 1.8em;
}

.sub {
	font-size: 18px;
	text-align: center;
	font-weight: 500;
	margin: 10% auto 3%;
}

.info_box {
	width: 90%;
	max-width: 600px;
	margin: 5% auto;
	padding: 20px 10px;
	background-color: #e1fcfc;
	border-radius: 30px;
}

.t_P {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
    margin: 10px auto 15px;
}

.bnr {
	width: 90%;
	max-width: 600px;
	margin: 8% auto;
}

.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

strong {
	font-size: 140%;
}

small {
	font-size: 80%;
}


.clear {
	clear:both;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}

	
.scroll {
	width: 40%;
	margin: 2% auto;
}

.flx {
	width: auto;
	max-width: 800px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: relative;
	margin: 8% auto 3%;
}

.c01 {
	color: #7D7D7D;
}

.c02 {
	color: #67AF43;
}

.c03 {
	color: #2E6FA8;
}

/* General button style (reset) */
.Btn {
	border: none;
	font-family: inherit;
	font-size: 1.2rem;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 3px;
	display: inline-block;
	margin: 3% auto;
    line-height: 1.2em;
	font-weight: 700;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.Btn-1 {
    display: block;
	font-size: 16px;
	line-height: 1.9em;
	font-weight: 600;
	width: 40%;
	max-width: 300px;
	margin: 3% auto 8%;
	padding: 8px 0;
	border: solid 2px #000;
	box-sizing: border-box;
	border-radius: 5px;
	color: #000;
}

a.Btn-1 {
	color: #000;
}

.Btn-2 {
    display: block;
	font-size: 15px;
	line-height: 1.7em;
	font-weight: 600;
	width: 80%;
	max-width: 400px;
	margin: 7% auto;
	padding: 15px 0;
	background-color: #000;
	box-sizing: border-box;
}

a.Btn-2 {
	color: #fff;
}

.Btn-3 {
  	font-family: "Arsenal SC", sans-serif;
  	font-weight: 900;
    display: block;
	color: #777;
	font-size: 55px;
	margin: 2% auto 5%;
}

a.Btn-3 {
	color: #777;
}

.Btn-4 {
    display: block;
	font-size: 15px;
	font-weight: 600;
	max-width: 200px;
	margin: 0 auto 10%;
	padding: 10px 0;
	background-color: #98d9c3;
}

a.Btn-1, a.Btn-2, a.Btn-4 {
	text-decoration: none;
}

.arrow_d {
	width: 60px;
	position: absolute;
	bottom: -5%;
	left: 35%;
}


.arrow_r {
  position: relative;
}

.arrow_r:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

.link_box {
	width: 90%;
	margin: 3% auto 5%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 2%;
}

.link_box .link {
	width: 29%;
	text-align: center;
}

.btn_link {
    display: block;
    width: 90%;
	max-width: 400px;
    margin: 4% auto;
    padding: 15px 0;
	font-size: 15px;
	line-height: 1.6em;
	font-weight: 500;
    text-align: center;
	color: #000;
	border-radius: 25px;
	transition: .8s;
	box-shadow: 0px 5px 2px #B0B0B0;
}

a.btn_link {
	text-decoration: none;
}


.gry {
	background: #f0f0f0;
background: linear-gradient(16deg, rgba(240, 240, 240, 1) 0%, rgba(173, 173, 173, 1) 92%);
}


.gren {
	background: #c0e8ac;
background: linear-gradient(16deg, rgba(192, 232, 172, 1) 0%, rgba(95, 181, 83, 1) 92%);
}


.ble {
	background: #accce8;
background: linear-gradient(16deg, rgba(172, 204, 232, 1) 0%, rgba(137, 156, 224, 1) 92%);
}


.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: solid 2px #898989;
  content: "";
  width: 1em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}


.point_video {
	display: block;
    width: 70%;
	margin: 5% auto 10%;
	border: solid 2px #eee;
	box-sizing: border-box;
}

.point_video iframe {
    width: 100%;
}

@media only screen and (max-width: 750px) {
	
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.st_wrap {
		width: 100%;
		margin: 0 auto 1%;
		overflow: hidden;
	}
	
	.wrap_content {
		padding: 0;
	}
	
	.st_wrap h1 {
		font-size: 18px;
		margin: 5% auto;
	}	
	
	.st_wrap h2 {
		font-size: 18px;
		padding: 6px 10px;
		margin: 8% auto 1%;
	}
	
	.st_wrap h3 {
		font-size: 18px;
		margin: 5% auto 3%;
	}	
	
	.st_wrap h4 {
		font-size: 15px;
	}

    .st_wrap p {
        font-size: 13px;
		margin: 2% auto;
		text-align: left;
    }
	
	.ttl {
		font-size: 18px;
		margin: 3% auto 1%;
	}
	
	.Lead {
		font-size: 13px;
	}
	
	.sub {
		font-size: 14px;
	}
	
	.t_P {
		font-size: 15px;
		line-height: 1.6em;
		margin: 10px auto 5px;
	}
	
	.Sml {
		font-size: 11px;
		line-height: 1.8em;
		margin: 2% 0;
	}
	
	.arrow_d {
		width: 30px;
    	position: absolute;
    	bottom: -8%;
    	left: 32%;
	}
	
	.btn_link {
		padding: 10px 0;
		margin: 2% auto 6%;
	}
	
	.br_sp {
		display: block;
	}
	
    .Btn_s {
        width: 80%;
		margin: 1% auto 7%;
    }	
	
	.scroll {
		width: 70%;
	}
	
	.Btn-1 {
		font-size: 13px;
		width: 60%;
		margin: 5% auto 8%;
	}
	
	.Btn-2{
		width: 70%;
		font-size: 14px;
    	line-height: 1.4em;
		margin: 10% auto 8%;	
		border-radius: 5px;
	}
	
	.link_box {
		flex-direction: column;
		width: 100%;
		margin: 5% auto;
	}
	
	.link_box .link {
		width: 100%;
	}
	
	.btn_link {
		width: 70%;
		max-width: 300px;
	}
	
}

