@charset "utf-8";
/* CSS Document */
/*

c100 m60
#005bac

c100
#00a0e9

c100 m90
#0b318f

c10
#eaf6fd

k30
#c9caca

*/
:root {
	box-sizing: border-box;
	cursor: default;
	font: 16px/1.5 sans-serif;
	text-rendering: optimizeLegibility;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
::selection {
	background-color: #eaf6fd;
	text-shadow: none;
}
*{
	margin: 0;
	padding: 0;
}
html {
	background-color: #ffffff;
}
body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: auto;
	font-size: 16px;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-style: normal;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	letter-spacing: 0.05em;
	color: #333333;
}
h1{
	letter-spacing: 0.07em;
}
p{
	text-align: justify;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a {
	color: #00a0e9;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
@media (min-width: 960px) {
	.sp {display: none!important;}
}
@media not all and (min-width: 960px) {
	.pc {display: none!important;}
}

/*
----- 共通パーツ -----
*/
a.anchor{
	display: block;
	padding-top: 70px;
	margin-top: -70px;
}
p{
	margin: 20px 0;
	line-height: 1.8;
}

/*
----- ヘッダー -----
*/
body {
	padding-top: 55px;
}
#header {
	background-color: #fff;
	box-shadow: 0 2px 8px -3px rgb(0 0 0 / 20%);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 55px;
	z-index: 100;
}
#header .header_inner {
	display: flex;
	justify-content: space-between;
}
#header .header_right {
	display: flex;
	justify-content: flex-end;
}
#header .header_logo a {
	display: inline-block;
	padding: 11px 10px 8px;
}
#header .header_logo img {
	width: auto;
	height: 36px;
}
.header_nav {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,.95);
	-webkit-transform: translateY(-101%);
	-ms-transform: translateY(-101%);
	transform: translateY(-101%);
	-webkit-transition: transform 0.6s cubic-bezier(0.1, 0.8, 0.35, 1);
	-ms-transition: transform 0.6s cubic-bezier(0.1, 0.8, 0.35, 1);
	transition: transform 0.6s cubic-bezier(0.1, 0.8, 0.35, 1);
	will-change: transform;
}
.nav-opened .header_nav {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.header_list {
	padding-top: 57px;
}
.header_item {
}
.header_item a {
	display: block;
	margin: 0 auto;
	padding: 14px 0;
	width: 90%;
	color: #333333;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #d5dee2;
	text-align: center;
}
.header_item:last-child a {
	border-bottom: none;
}
#nav-toggle {
	display: block;
	z-index: 10;
	width: 30px;
	box-sizing: content-box;
	padding: 14px;
	line-height: 1;
}
#nav-toggle .bar {
	position: relative;
	width: 24px;
	height: 16px;
	margin: 0 auto;
}
#nav-toggle .bar:after {
	content: "MENU";
	display: block;
	position: absolute;
	bottom: -15px;
	right: -6px;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
}
.nav-opened #nav-toggle .bar:after {
	content: "CLOSE";
	right: -5px;
	color: #333333;
	letter-spacing: 0;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	width: 24px;
	height: 2px;
	border-radius: 2px;
	background: #333333;
	-webkit-transition: all 0.6s cubic-bezier(0.1, 0.8, 0.35, 1);
	-ms-transition: all 0.6s cubic-bezier(0.1, 0.8, 0.35, 1);
	transition: all 0.6s cubic-bezier(0.1, 0.8, 0.35, 1);
}
#nav-toggle span {
	top: 7px;
	-webkit-transition: background-color 0.3s 0.3s;
	-ms-transition: background-color 0.3s 0.3s;
	transition: background-color 0.3s 0.3s;
	will-change: background-color;
}
#nav-toggle span:before {
	top: -7px;
	transition-property: top, transform;
	will-change: top transform;
}
#nav-toggle span:after {
	bottom: -7px;
	transition-property: bottom, transform;
	will-change: bottom transform;
}
.nav-opened #nav-toggle span {
	background: transparent;
	transition-delay: 0s;
}
.nav-opened #nav-toggle span:before {
	background: #333333;
	top: 0;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}
.nav-opened #nav-toggle span:after {
	background: #333333;
	bottom: 0;
	-webkit-transform: rotate(-315deg);
	-ms-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
@media (min-width: 960px) {
	body {
		padding-top: 65px;
	}
	#header {
		height: 65px;
	}
	#header .header_inner {
		margin: 0 auto;
		width: 90%;
		max-width: 1008px;
	}
	#header .header_logo a {
		padding: 15px 24px 8px;
	}
	#header .header_logo img {
		height: 40px;
	}
	.header_nav {
		position: static;
		width: 100%;
		background-color: transparent;
		transform: none;
	}
	.header_list {
		padding-top: 0;
		display: flex;
		justify-content: flex-end;
	}
	.header_item {
		
	}
	.header_item a {
		display: block;
		position: relative;
		overflow: hidden;
		height: 65px;
		line-height: 65px;
		margin: 1px;
		padding: 0 24px;
		width: auto;
		color: #333333;
		font-size: 95%;
		border-bottom: none;
		-webkit-transition: background-color 0.5s;
		-ms-transition: background-color 0.5s;
		transition: background-color 0.5s;
	}
	.header_item a:after {
		content: "";
		display: block;
		position: absolute;
		right: 13px;
		bottom: -4px;
		left: 13px;
		height: 4px;
		background: #005bac;
		-webkit-transition: all 0.6s cubic-bezier(0.1, 0.8, 0.35, 1);
		-ms-transition: all 0.6s cubic-bezier(0.1, 0.8, 0.35, 1);
		transition: all 0.6s cubic-bezier(0.1, 0.8, 0.35, 1);
		will-change: bottom;
	}
	.header_item a:hover {
		color: #005bac;
	}
	.header_item a:hover:after {
		bottom: 0;
		transition-duration: .3s;
	}
}


/*
----- フッター -----
*/
#footer {
	background-color: #005bac;
	text-align: center;
}
#footer .footer_inner {
	padding: 80px 0;
}
#footer .footer_logo {
	width: 70%;
	max-width: 270px;
	margin: 25px auto;
}
#footer .footer_info {
	color: #ffffff;
	font-size: 90%;
	line-height: 2;
}
#footer .footer_info a {
	color: #ffffff;
	text-decoration: none;
}
#footer .footer_info a:hover {
	text-decoration: underline;
}
#footer .copyright {
	margin: 0;
	padding: 15px 0;
	background: #111111;
	color: #ffffff;
	font-size: 75%;
}
#footer .footer_sns {
	display: flex;
	justify-content: center;
}
#footer .footer_sns a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 90%;
	white-space: nowrap;
}
#footer .footer_sns a img {
	width: 30px;
	margin: 10px;
}
@media (min-width: 960px) {
}

