@charset 'utf-8';
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}[type="checkbox"]{-webkit-appearance:checkbox;appearance:checkbox}[type="radio"]{-webkit-appearance:radio;appearance:radio}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}
/* ======================================
	base
====================================== */
html {
	font-family: 'Noto Sans JP', sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 1.9;
	background-color: #fff;
	scroll-padding-top: 60px;
	scroll-behavior: smooth;
}

@media all and (-ms-high-contrast:none) {
	html {
		font-family: "メイリオ", Meiryo, Verdana, sans-serif;
	}
}
img {
	max-width: 100%;
	height: auto;
}
section {
	position: relative;
	overflow: hidden;
	padding: 0 0 2em;
}
strong {
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	html {
		scroll-padding-top: 85px;
	}
	body {
		font-size: 16px;
	}
	a {
		transition: all .3s;
	}
	a:hover {
		opacity: .7;
	}
	section {
		padding: 0 0 4.5em;
	}
}
/* ======================================
	common
====================================== */
.sp, .pc {
	display: none;
}
.inner {
	width: 94%;
	margin: 0 auto;
}
.note {
	color: #444;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	padding-top: .5em;
}
.center {
	text-align: center;
}
.sectionHeading {
	border-bottom-width: 3px;
	margin-bottom: 2em;
}
.sectionHeading h2 {
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	padding-bottom: .5em;
}
.pageHeading {
	background-color: #444;
	margin-bottom: 1.5em;
	padding: 1em;
}
.pageHeading h2 {
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.sp {
		display: inherit;
	}
}
@media screen and (min-width: 768px) {
	.pc {
		display: inherit;
	}
	.note {
		font-size: 14px;
	}
	.container {
		display: flex;
		justify-content: space-between;
	}
	.container>div {
		width: 100%;
	}
	.sectionHeading {
		margin-bottom: 3.2em;
	}
	.sectionHeading h2 {
		font-size: 30px;
	}
	.pageHeading {
		margin-bottom: 3em;
	}
	.pageHeading h2 {
		font-size: 24px;
	}
}
/* ======================================
	header
====================================== */
header {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	border-top-width: 6px;
	padding: .5em 0;
}
header>.inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .ttl>span,
header .ttl>a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .ttl .logo {
	width: 2em;
	margin-right: .4em;
}
header .ttl h1 {
	font-size: 11px;
	line-height: 1.2;
}
header .ttl h1 strong {
	display: block;
	font-weight: 500;
	font-size: 15px;
	padding-left: .2em;
}
header nav>ul {
	display: none;
}
header nav .btn a {
	display: block;
	background-color: #fff;
	line-height: 1.4;
	font-weight: 700;
	border-radius: .5em;
	box-shadow: 0 0 4px rgba(0, 0, 0, .3);
	padding: .5em;
}
header nav .btn a span.guide::after {
	content: '';
	display: inline-block;
	width: 1.5em;
	height: 1em;
	background: url("../img/icon_guide.png") center center / contain no-repeat;
	position: relative;
	top: .1em;
	left: .2em;
}
header nav .btn a span.back::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-right: .5em solid #000;
	position: relative;
	top: -.1em;
	margin-right: .4em;
}
@media screen and (min-width: 950px) {
	header {
		border-top-width: 8px;
	}
	header>.inner {
        width: 100%;
        padding: .5em 20px;
	}
	header .ttl h1 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 16px;
	}
	header .ttl h1 strong {
		font-size: 30px;
	}
	header nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
	}
	header nav>ul {
		display: block;
        display: flex;
        justify-content: space-between;
        align-items: center;
	}
	header nav>ul>li {
		margin-right: 3vw;
	}
	header nav>ul>li a {
		font-size: 19px;
		font-weight: 700;
	    background: url("../img/icon_pageDown.png") right .5em center / 1em auto no-repeat;
		padding-right: 2em;
	}
	header nav .btn a {
		font-size: 19px;
        background-size: 1.2em auto;
        background-position: right 1em center;
        padding: .5em 1.5em;
	}
}
/* ======================================
	main
====================================== */
main section .inner {
	max-width: 850px;
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 768px) {
	
}
/* ==========================================================
	footer
========================================================== */
footer {
	position: relative;
	background-color: #444;
	padding: 1em;
}
footer .info {
	color: #fff;
	margin-top: 1.5em;
	padding-bottom: 2em;
}
footer .info .name {
	font-size: 26px;
	line-height: 1.4;
	padding-bottom: .5em;
}
footer nav .pageTop {
	position: absolute;
	right: 3%;
	top: 0;
}
footer nav .pageTop .btn a {
	display: block;
	background-color: #fff;
	border-bottom-left-radius: .8em;
	border-bottom-right-radius: .8em;
	padding: .4em 1em;
}
footer nav .pageTop .btn a span {
	background: #fff url("../img/icon_pageUp.png") left center / 1.2em auto no-repeat;
	padding-left: 1.5em;
}
footer nav ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 1em;
}
footer nav ul li {
	color: #fff;
	line-height: 1.4;
	border-left: #fff 1px solid;
	padding-left: 1em;
}
footer nav ul li:first-child {
	margin-right: 1em;
	border-left: none;
	padding-left: 0;
}
footer nav .copyright {
	font-size: 12px;
	color: #fff;
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 768px) {
	footer {
		padding: 2em 0;
	}
	footer .inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	footer .info {
		margin-top: .5em;
		padding-bottom: 0;
	}
	footer .info .name {
		font-size: 38px;
	}
	footer nav .pageTop .btn a {
		font-size: 20px;
		padding: .8em 1.5em;
	}
	footer nav ul {
		justify-content: flex-end;
	}
}

























