@charset "UTF-8";


/*========================================

  Elements

========================================*/


body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	position: relative;
	min-width: 1200px;
	margin: 0;
	padding: 0;
	color: #000;
	background: #27b4db;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
}

html,
body {
	height: 100%;
	min-width: auto;
}

body.overflowhidden {
	overflow: hidden;
	height: 100%;
}

.f_serif {
	font-family: 'Noto Serif', serif;
	font-weight: 300;
}


p,
h1,
h2,
h3,
h4,
h5,
dt,
dd,
th,
td,
ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}


p {
	line-height: 2em;
}

/* Link ---------------*/
a {
	overflow: hidden;
	text-decoration: none;
	color: #26b;
}

a:visited {
	text-decoration: none;
	color: #26b;
}

a:hover {
	text-decoration: underline;
	color: #49b;
}

a:focus,
textarea:focus,
input:focus {
	border: none;
	outline: none;
}

img {
	vertical-align: bottom;
	border-style: none;
}

@media screen and (max-width: 767px) {
	img {
		max-width: 100%;
		height: auto;
	}
}

.spblock {
	display: none !important;
}

.pcblock {
	display: block !important;
}

@media screen and (max-width: 767px) {
	.spblock {
		display: block !important;
	}

	.pcblock {
		display: none !important;
	}
}



/*========================================

  nav

========================================*/
/* ハンバーガーメニュー ボタン */
.panel-wrap,
nav {
	display: none;
}

@media screen and (max-width: 767px) {
	.panel-wrap {
		display: block;
		cursor: pointer;
		position: fixed;
		top: 4vw;
		right: 4vw;
		width: 16vw;
		height: 16vw;
		color: #fff;
		transition: .5s;
		z-index: 99999;
		padding: 0;
		border-radius: 2vw;
		background-color: #1c91b1;
	}

	#panel-btn {
		position: relative;
		width: 8vw;
		height: 8vw;
		margin: 0;
		padding: 0;
		list-style: none;
		cursor: pointer;
	}

	#panel-btn li {
		margin: 0;
		padding: 0;
	}

	#panel-btn-icon {
		display: block;
		position: absolute;
		top: 8vw;
		left: 4vw;
		width: 8vw;
		height: 1px;
		margin: 0;
		background: #fff;
		transition: .4s;
	}

	#panel-btn-icon:before,
	#panel-btn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 8vw;
		height: 1px;
		background: #fff;
		transition: .3s;
	}

	#panel-btn-icon:before {
		margin-top: -8px;
	}

	#panel-btn-icon:after {
		margin-top: 6px;
	}

	#panel-btn.closepanel #panel-btn-icon {
		background: transparent;
	}

	#panel-btn.closepanel #panel-btn-icon:before,
	#panel-btn.closepanel #panel-btn-icon:after {
		margin-top: 0;
	}

	#panel-btn.closepanel #panel-btn-icon:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		background: #fff;
	}

	#panel-btn.closepanel #panel-btn-icon:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		background: #fff;
	}


	nav {
		display: block;
		position: fixed;
		z-index: 99998;
		top: 0;
		right: -101vw;
		bottom: 0;
		overflow-y: auto;
		width: 100vw;
		height: 50%;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
		transition: .5s;
		border: none;
		opacity: 0;
		background: #27b4db;
		background-size: auto 100%;
		overflow: scroll;
	}

	nav.active {
		right: 0;
		opacity: 1;
	}

	nav .inr {
		padding: 10vw;
		padding-top: 5vw;
	}

	nav .linklist {
		margin-top: 5vw;
	}

	nav ul {
		text-align: left;
	}

	nav .link li {
		margin-top: 5vw;
	}

	/**nav .link img {
		width: 0vw;
	}**/

	nav .linkbox {}

}

.linkbox {
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: 10vw;
}

.linkbox::before {
	display: block;
	content: "";
	background: url(../img/nav_ill.png) no-repeat;
	background-size: 100% auto;
	width: 12vw;
	height: 15vw;
	margin-left: 30vw;
	padding-bottom: 10vw;
}

.linkbox dt {
	font-size: 5vw;
	font-weight: bold;
}

.linkbox dd {
	font-size: 3.6vw;
	margin-top: 1vw;
}

.linkbox dd ul {
	font-size: 4.8vw;
}


.linklist {}



.linklist li {
	line-height: 1.7em;
	transition: .3s;
}

.linklist li a {
	color: #000;
}

.linklist li a:hover {
	text-decoration: none;
}

.linklist li:hover {
	transform: translateX(5px);
}

.linklist li a .h01 {
	color: #e40065;
}

.linklist li a .h01 {
	color: #e40065;
}

.linklist li a .h01 {
	color: #e40065;
}

.linklist li a .h02 {
	color: #e75297;
}

.linklist li a .h03 {
	color: #f3971c;
}

.linklist li a .h04 {
	color: #fdd000;
}

.linklist li a .h05 {
	color: #8dc21f;
}

.linklist li a .h06 {
	color: #0dac67;
}

.linklist li a .h07 {
	color: #2ca6e0;
}

.linklist li a .h08 {
	color: #7d4697;
}

.linklist_01 {
	 margin: auto;
}

.linklist_01 li {
	line-height: 5em;
	transition: .3s;
	display:flex;
	align-items: center;
	justify-content: center;
}

.linklist_01 li a {
	color: #000;
}

.linklist_01 li a:hover {
	text-decoration: none;
}

.linklist_01 li:hover {
	transform: translateX(5px);
}

/*========================================

  main

========================================*/


/*========================================

  footer

========================================*/

footer {
	text-align: center;
	padding-bottom: 150px;
}

footer p {
	font-size: 12px;
	margin-top: 2em;
}



@media screen and (max-width: 767px) {
	footer p {
		font-size: 3vw;
	}
}