@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body{
	color: #707070;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
}
a{
}
a:hover{
	text-decoration: none;
	opacity: 0.8;
}
img{
	width: 100%;
}

h1{
	font-size: 20px;
}
h1 a{
	color: #fff;
}
h2{
	color: #fff;
	text-align: center;
	font-size: 60px;
	margin-top: 40px;
}
h3{
	color: #0083BE;
	text-align: center;
	font-size: 30px;
	margin-bottom: 40px;
}

.c_blue{
	color: #0083BE;
}
.t_lg{
	font-size: 120%;
	font-weight: bold;
}


header{
	background: #00D4FF;
	color: #fff;
	padding: 20px 0;
}
nav{
	position: fixed;
    z-index: 9999;
    width: 100%;
	top: -20px;
}

.h_row{
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
	align-items: center;
}

.btn_tel{
	background: #fff;
	border: 3px solid #0083BE;
	padding: 25px 10px 5px;
	font-size: 16px;
	color: #0083BE;
	font-weight: bold;
	right: 30px;
	top: -20px;
	text-align: center;
	border-radius: 10px;
	transition : all 0.3s ease 0s;
}
.btn_t_lg{
	font-size: 28px;

}
.btn_tel:hover{
	background: #0083BE;
	border: 3px solid #0083BE;
	color: #fff;
}

.mv_bg{
	background: #00D4FF;
	padding: 40px;
}
.mv_img{
	width: 40%;
	margin: 0 auto;
}

.h3_sub{
	font-size: 24px;
	text-align: center;
}


.newsbox{
	background: #CCF6FF;
	padding: 40px;
}
.news{
	border-bottom: 1px solid #fff;
	padding: 20px 0;
	display: flex;
	
	
}
.news a{
color: #707070;
}

span.date{
	color: #0083BE;
	margin-right: 20px;
	font-weight: bold;
}





.sc_bg{
	background-image:url(../img/bg.jpg);
	background-size: cover;
	background-position: 30%;
	padding: 80px 0 0;
}

.sc_box{
	padding: 80px;
	background: rgba(255,255,255,0.9);
	border-radius: 20px;
}


table.tbl_com{
	width: 100%;
	
}
table.tbl_com tr{
	border-bottom: 1px solid #CCD0D5;
}
table.tbl_com tr th{
	color: #0083BE;
	padding: 20px;
	width: 20%;
}
table.tbl_com tr td{
	padding: 20px;
}

#cta{
	margin-top: 80px;
	padding: 80px 0;
	background: rgba(255,255,255,0.9);
}
.h3_sub_cta{
	font-size: 24px;
	text-align: center;
	color: #0083BE;
	margin-top: -20px;
	margin-bottom: 40px;
}
a.btn{
	background: #fff;
	border: 3px solid #0083BE;
	padding: 10px;
	width: 100%;
	font-size: 26px;
	color: #0083BE;
	font-weight: bold;
	transition : all 0.3s ease 0s;
}
a.btn:hover{
	color: #0083BE;
	transform: translateY(-10px);
}

footer{
	padding: 80px 0 20px;
}

.copy{
	text-align: center;
	font-size: 12px;
	color: #fff;
}


a.btn2{
	background: #0083BE;
	padding: 10px;
    display: block;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	transition : all 0.3s ease 0s;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
}
a.btn2:hover{
	transform: translateY(-5px);
}




@media (max-width: 991.98px) {
	.chirashi{
		margin-bottom: 80px;
	}
}

@media (max-width: 767.98px){
	.h_row{
		padding: 0 15px;
	}
	.btn_tel{
		font-size: 12px;
		right: 15px;
	}	
	.btn_t_lg{
		font-size: 18px;
	}
	
	h2{
		font-size: 40px;
	}	
	.mv_img{
		width: 60%;
	}
	h3{
		font-size: 24px;
	}
	.h3_sub{
		font-size: 18px;
	}
	
	
	.sc_box{
		padding: 40px 20px;
	}
	
	
	
	a.btn{
		font-size: 20px;
		margin-bottom: 20px;
	}
}

@media (max-width: 575.98px) {
	body{
		font-size: 14px;
	}
	.mv_img{
	width: 100%;
}
	
	table.tbl_com tr th{

	padding: 15px;

}
table.tbl_com tr td{
	padding: 15px;
}
	
}