@charset "utf-8";

html {
	scroll-behavior: smooth;
}
body {
	margin: 0; padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 200%;
}

div,p,span,dt,dd,ul,li{
	margin: 0;padding: 0;
}

img{
	vertical-align:top;
}

a {
	color: #00AAC8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1{
	padding: 100px 0 80px 0;
	font-size: 60px;
	font-weight: 600px;
	line-height: 120%;
	text-align: center;
	color: #00A3E0;
	border-bottom: 0;
}
h2{
}
h3{
}
h4{
}
@media screen and (max-width: 768px) {
	h1{
		padding: 30px 0 20px 0;
		font-size: 30px;
	}
}
ul.flex{
	margin: 0; padding: 0;
	display: flex;
	flex-wrap: wrap;
}


img.img-100{
	width: 100%;
}

.br-pc{display: inline;}
.br-sp{display: none;}
.show-pc{display: inline;}
.show-sp{display: none;}
@media screen and (max-width: 768px) {
	.br-pc{display: none;}
	.br-sp{display: inline;}
	.show-pc{display: none;}
	.show-sp{display: inline;}
}

header{
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
	background-color: #F5F6F5;
}
header .left{
	height: 90px;
}
header .left img.logo{
	height: 65px;
	margin: 8px 0 0 20px;
}
header .right{
	display: flex;
	float: right;
}
header .right .phone{
	margin: 0 20px 0 0;
}
header .right .phone p{
	padding-top: 28px;
	font-size: 16px;
	font-weight: 700;
}
header .right .contact{
	width: 260px;
	height: 90px;
	background: #00A3E0;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
header .right .contact p{
	padding-top: 28px;
}
header .right a:hover{
	opacity: 0.7 ;
	transition : 0.5s;
}

@media screen and (max-width: 768px) {
	header{
		height: 40px;
	}
	header .left{
		height: 40px;
	}
	header .left img.logo{
		height: 30px;
		margin: 5px 0 0 10px;
	}
	header .right .phone{
		margin: 0 10px 0 0;
	}
	header .right .phone p{
		padding-top: 8px;
		font-size: 9px;
		line-height: 120%;
		text-align: right;
	}
	header .right .contact{
		width: 105px;
		height: 40px;
		font-size: 9px;
	}
	header .right .contact p{
		padding-top: 4px;
	}
}

contents{
	margin: 0;padding: 0;
}
contents .contents-wrap{
	margin: 0;padding: 0;
	width: 100%;
}
contents .contents-wrap.bg-color{
	background-color: #fff;
}
contents .ConWid{
	margin: 0;padding: 0;
	max-width: 100%;
}
contents .ConReg{
	margin: 0 auto;padding: 0 20px;
	max-width: 1720px;
}
contents .ConNar{
	margin: 0 auto;padding: 0 20px;
	max-width: 1280px;
}
@media screen and (max-width: 768px) {
	contents .contents-wrap{
	}
	contents .ConReg{
		max-width: 100%;
	}
	contents .ConNar{
		max-width: 100%;
	}
}
footer{
	width: 100%;
	color: #000;
	background-color: #fff;
	text-align: center;
}
footer .address{
	font-size: 18px;
	font-weight: 700;
	padding: 50px 0 30px 0;
}
footer .address small{
	font-size: 16px;
	font-weight: 500;
}
footer .menu{
	padding: 20px 0 50px 0;
	border-top: 1px solid #c8c8c8;
	font-size: 18px;
	font-weight: 500;
}
footer .menu a{
	color: #000;
	text-decoration: none;
}
footer .menu a:hover{
	color: #000;
	text-decoration: underline;
}
footer .copyright{
	background-color: #00A3E0;
	color: #fff;
	padding: 30px;
}

@media screen and (max-width: 768px) {
	footer .address{
		font-size: 16px;
		padding: 30px 0 10px 0;
		line-height: 150%;
	}
	footer .address small{
		font-size: 14px;
		line-height: 150%;
	}
	footer .menu{
		padding: 20px 0 30px 0;
		font-size: 16px;
		line-height: 150%;
	}
	footer .copyright{
		padding: 30px 0px;
		font-size: 14px;
		line-height: 150%;
	}
}