@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: 900px;
    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: 400;
	font-size: 28px;
	text-align: center;
	margin: 3% auto 2%;
	line-height: 1.6em;
    padding: 0;
}

.st_wrap h2 {
    font-weight: 400;
	font-size: 26px;
	text-align: center;
	margin: 7% auto 1%;
	line-height: 1.8em;
    padding: 0;
}

.st_wrap h3 {
    font-weight: 400;
	font-size: 25px;
	text-align: left;
	margin: 2% auto 1%;
	line-height: 1.5em;
}

.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;
}

figure {
	margin: 0;
	padding: 0;
	position: relative;
}

.st_wrap p {
	margin: 3% 0;
    text-align: left;
    font-size: 15px;    
    line-height: 1.8em;
}

.logo {
	width: 60%;
	max-width: 400px;
	margin: 10% auto;
}

.Main {
	width: 100%;
	margin: 3% auto;
}

.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;
}

.link_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.link {
	width: 48%;
	margin: 1%;
}

.item_box {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.item_box_item {
	width: 45%;
}

.item_box_txt {
	width: 55%;
}

.btntxt {
	font-family: "Lato", sans-serif;
	font-size: 45px;
	font-weight: 600;
	letter-spacing: 0.025em;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-shadow: 2px 2px 3px #777;
}

.btntxt2 {
	font-family: "Lato", sans-serif;
	font-size: 24px;
	font-weight: 600;
	width: 100%;
	letter-spacing: 0.025em;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-shadow: 2px 2px 3px #777;
}

.triangle-button{
	width: 25%;
    border-radius: 4px;
    color: #000;
    display: block;
    padding: 4px;
	font-size: 17px;
	font-weight: 400;
    position: relative;
    text-align: center;
    text-decoration: none;
	float: right;
}

.triangle-button::after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #000;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.triangle-button{
    color: #000;
    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 #000;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.btn-1 {
	display: block;
    width: 70%;
    max-width: 300px;
    font-size: 15px;
    margin: 7% auto 5%;
    padding: 10px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
}

.point_video {
	width: 100%;
	margin: 3% auto 5%;
}



@media only screen and (max-width: 750px) {
	
	#Main {
	margin:0 auto 2%;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	
	.st_wrap {
		width: 96%;
		margin: 2% auto;
	}

    .st_wrap p {
        font-size: 12px;
    }
    
	.st_wrap h1 {
		font-size: 18px;
		margin: 4% auto 2%;
	}	
    
    .st_wrap h2 {
        font-size: 18px;
		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%;
	}
	
	.link_box {
		flex-direction: column;
	}
	
	.link {
        width: 90%;
        margin: 1% auto;
	}
	
	.item_box {
		width: 90%;
		flex-direction: column;
	}
	
	.item_box_item {
		width: 60%;
		margin: 0 auto;
	}
	
	.item_box_txt {
		width: 100%;
	}
	
    .btn-1 {
        font-size: 13px;
        margin: 4% auto 8%;
    }
	
	.triangle-button {
		font-size: 13px;
	}
	
	.triangle-button::after {
	    border-width: 5px 0 5px 5px;
	}
		
	.btntxt {
		font-size: 22px;
	}
	
	.btntxt2 {
		font-size: 18px;
	}
	
}


