@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');

/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-size: 100%;
	vertical-align: baseline;
}
ol, ul, dl{
    list-style:none;
}

html{
	margin:0;
	padding:0;
}

body{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.8;
	font-weight:400;
}

.pc{
	display:block;
}
.sp{
	display:none;
}
.pcVisble{
	visibility:visible;
}
.spVisble{
	visibility:hidden;
}

a:link,a:visited {
	text-decoration: none;
	cursor:pointer;
}
.youtube{
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
.youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mt30 { margin-top:30px; }
.mt50 { margin-top:50px; }

.fw { font-weight:700; }

.w30 { width:30%; }
.w50 { width:50%; }
.w70 { width:70%; }
.w80 { width:80%; }
@media screen and (max-width: 980px) {
	.w30 { width:100%; }
	.w50 { width:100%; }
	.w70 { width:100%; }
	.w80 { width:100%; }
}
.w100p { width:100px; }

.h120 { height:120px; }
.h240 { height:240px; }
.h360 { height:360px; }

/*--------------*/
/* header{
	position:fixed;
	height:70px;
	width:100%;
	padding:0 0 0 50px;
	background:#fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	z-index:100;
}
.header{
	position:relative;
	display:flex;
	justify-content:space-between;
	width:100%;
	margin:0 auto;
	font-size:13px;
}
.header > li:nth-of-type(1) {
	position:relative;
	width:18%;
	padding:23px 0 0 0;
}
.header > li:nth-of-type(2){
	width:calc(82% - 230px);
	margin:25px 230px 0 0;
	text-align:right;
}
#navi li{
	display:inline-block;
	padding:0 10px 0;
	border-right:1px solid #333;
	line-height:1;
	text-align:center;
}
#navi li:first-child a{
	color:#ff0000;
}
#navi li:last-child{
	border:none;
}

header .contact{
	position:absolute;
	top:0;
	right:0;
	display:flex;
	justify-content:center;
	align-items:center;
	width:200px;
	height:50px;
	font-weight:600;
	color:#fff;
	background:#00A0E9;
	font-size:13px;
} */
/*--------------*/
/* footer{
	position:relative;
}
.footer{
	padding:220px 0 55px 6.9%;
	background-image:linear-gradient(90deg, #2C4A6D 0%, #007CD4 100%);
	clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
	color:#fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.footer .link{
	display:flex;
	justify-content:space-between;
}
.footer .link a{
	color:#fff;
	font-size:13px;
}
.footer .link > li{
	position:relative;
	width:19%;
	padding:0 10px;
	border-left:1px solid #00A0E9;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.footer .link > li:nth-of-type(1){
	width:23.8%;
	border:none;
	font-size:13px;
}
.footer h1{
	margin:0 0 15px;
	font-size: 20px;
	font-weight: 500;
}
.footer .btn{
	display: flex;
	width: 150px;
	height: 40px;
	margin:40px 0 0;
	flex-direction: column;
	justify-content: center;
	color: #FFF;
	text-align: center;
	font-weight: 500;
	background:#00A0E9;
}
.footer .banner{
	position:absolute;
	bottom:0;
}
.footer .banner img{
	height:62px;
}
.footer h2{
	margin:0 0 30px;
	line-height:1;
	font-weight: 700;
}
.footer h2 span{
	display:block;
	margin:0 0 10px;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 12px;
	font-weight: 300;
}

.footer .link > li:last-child{
	font-weight: 700;
}
.footer .link > li:last-child a{
	font-size:14px;
}
.footer .link > li > ul > li{
	margin:0 0 4px;
}
.footer .link > li:last-child ul > li:nth-of-type(4){
	margin:0 0 60px;
}
.footer .link > li > ul > li.policy{
	font-weight: 400;
}

#totop{
	position:absolute;
	top:-120px;
	right:0;
	width:60px;
	height:123px;
	background:url(../img/totop.svg) no-repeat;
	background-position:100%;
	cursor:pointer;
}
footer > ul{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:10px 6.9%;
	font-size:12px;
}
footer > ul img{
	height:50px;
} */

@media screen and (max-width: 980px) {
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.pcVisble{
		visibility:hidden;
	}
	.spVisble{
		visibility:visible;
	}
	/*--------------*/
	/* header{
		height:50px;
		padding:0 5%;
	}
	.header > li:nth-of-type(1) {
		width:80%;
		padding:13px 0 0 0;
	}
	header .contact{
		display:none;
	}
	#navi{
		position:fixed;
		top:50px;
		left:100%;
		width:100%;
		height:calc(100vh - 50px);
		background:#00A0E9;
		z-index:100;
		transition:0.4s ease-in-out;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	#navi.open{
		left:0;
		transition:0.4s ease-in-out;
	}
	#naviBtn{
		position:absolute;
		top:5px;
		right:5%;
		width:40px;
		height:40px;
		background:#00A0E9;
	} */
	/*--------------*/
	/* .footer{
		padding:100px 5% 40px;
		clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
	}
	.footer .link > li{
		display:none;
	}
	.footer .link > li:nth-of-type(1){
		display:block;
		width:100%;
	}
	.footer .btn{
		margin:20px 0 40px;
	}
	.footer .banner{
		position:relative;
		bottom:0;
	}
	footer > ul{
		flex-wrap:wrap;
		padding:10px 5%;
	}
	footer > ul li{
		width:100%;
	}
	footer > ul img{
		width:100%;
		height:auto;
	} */
}
