@charset "UTF-8";

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


*{margin:0;padding:0;text-decoration:none}fieldset{border:0}body{line-height:1.8}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}
html{font-size: 62.5%;}
body{font-size: 1.6em;}



ul {
}
ul li {
	list-style:none;	
}

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
    -webkit-appearance: none;
    border-radius: 0;
}

/* box-sizing */ 
* {
	box-sizing: border-box;
}




/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #000;
	transition: 0.3s;
	-webkit−transition: 0.3s;
}
a:hover {
	opacity: 0.5;
}


/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

.pc {
	display: block;
}
.sp {
	display: none;
}
table {
	width: 100%;
	border-collapse: collapse;
}
	table th {
	}
	table td {
	}





/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	position: relative;
	font-family: "Noto Sans JP";
	font-weight: 500;
	color: #000;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	line-height: 2.4;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	/*text-align: justify;*/
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}


.set {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	position: absolute;
	width: 100%;
	top: 0;
	padding: 20px;
	z-index: 200;
}

h1 {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 50px;
}
	h1 img {
		width: 100%;
		height: auto;
	}


nav{
	font-size: 1.6rem;
	font-weight: 500;
	text-align: right;
}
	nav li {
		display: inline-block;
		margin-left: 20px;
	}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.title {
	text-align: center;
	line-height: 1.4;
	position: relative;
	margin-bottom: 100px;
}
	.title h2 {
		font-size: 3.6rem;
		font-weight: 700;
		margin-bottom: 10px;
	}
	.title p {
		font-size: 1.4rem;
	}



.btn {
	background: #3fbb96;
	text-align: center;
}
	.btn a {
		display: block;
		color: #FFF;
		font-size: 1.4rem;
		padding: 10px 0;
	}

.bnr {
	margin-top: 30px;
}
.bnr img {
	width: 100%;
	height: auto;
}
.bnr a {
	width: 49%;
	margin-right: 2%;
}
.bnr a:last-child {
	margin-right: 0%;
}



.spBnr {
	display: none;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

#footer {
	background: #000;
	font-size: 1.2rem;
	text-align: center;
	padding: 100px 0 10px 0;
}

	#footer p {
		color: #FFF;
		margin-bottom: 100px;
	}
		#footer p img {
			width: 80px;
		}



	#footer a {
		position: absolute;
		bottom: 0;
		right: 0;
		color: #FFF;
	}






/* max 1023px */
@media screen and (max-width: 1023px) {
.pc {
	display: none;
}
.sp {
	display: block;
}

	
	
body {
	line-height: 1.8;
}
table {
}
	table th {
		display: block;
		width: 100%;
	}
	table td {
		display: block;
		width: 100%;
	}
	
	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
}
h1 {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 40px;
}
	h1 img {
		width: 100%;
		height: auto;
	}


nav{
	font-size: 1.2rem;
	font-weight: 500;
	text-align: right;
}
	nav li {
		display: inline-block;
		margin-left: 20px;
	}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.inner {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

.title {
	margin-bottom: 80px;
}
	.title h2 {
		font-size: 2.4rem;
	}
	.title p {
		font-size: 1.2rem;
	}



.btn {
	background: #3fbb96;
	text-align: center;
}
	.btn a {
		display: block;
		color: #FFF;
		font-size: 1.4rem;
		padding: 10px 0;
	}
	
	
.bnr {
}
.bnr img {
	width: 100%;
	height: auto;
}
.bnr a {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 2%;
}
.bnr a:last-child {
	margin-right: 0%;
}
	
	
	
	
.spBnr {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 1%;
	z-index: 100;
}
.spBnr li {
	width: 49.5%;
	margin-right: 1%;
}
.spBnr li img {
	width: 100%;
}
.spBnr li:last-child {
	margin-right: 0%;
}
	
	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

#footer {
	padding: 80px 0 110px 0;
}

	#footer p {
		margin-bottom: 50px;
	}
		#footer p img {
			width: 40px;
		}

	#footer a {
		display: block;
		position: relative;
		margin-bottom: 20px;
	}
	
	
}