@charset "UTF-8";
header{
	z-index: 9999;
	position: fixed;
}
nav * {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 100%;
	font: inherit;
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
nav p,
nav a {
	display: block;
	text-decoration: none;
	color: #22232a;
	-webkit-transition: .2s cubic-bezier(.39, .575, .565, 1);
	transition: .2s cubic-bezier(.39, .575, .565, 1);
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	font-size: 1.7rem;
	letter-spacing: 2px;
}
input:placeholder-shown, select:placeholder-shown, textarea:placeholder-shown, button:placeholder-shown {
	font-weight: 300;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, button::-webkit-input-placeholder {

	font-weight: 300;
}
input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder, button:-moz-placeholder {
	opacity: 1;
	font-weight: 300;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, button::-moz-placeholder {
	opacity: 1;
	font-weight: 300;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder, button:-ms-input-placeholder {
	font-weight: 300;
}
input:disabled, select:disabled, textarea:disabled, button:disabled {
	cursor: default;
}
nav ::before, nav ::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
nav#js-nav {
	width: 85vw;
	height: 100%;
}
header .logo_wrap {
	width: 15vw;
}
header .logo_wrap .logo{
	padding-top: 1rem;
	margin-left: 1.5vw;
	max-width: 180px;
}
#top-head a.button {
	display: block;
	color: #fff;
	background-color: #f37c00;
	padding: 2rem;
	margin: 0;
	text-align: center;
	font-size: 2rem;
	width: 100%;
	min-width: inherit;
	border: none;
	border-radius: 1rem 0 0 1rem;
	margin-top: 0;
}
#top-head li:nth-child(2) a.button{
	background-color: #25aae2;
}
#top-head a:hover, #top-head a:hover span{
	color: #ffe000;
}
#top-head a span.small{
	display: block;
	font-size: 1.4rem;
}
#top-head a span{
	display: block;
	font-size: 2rem;
}
#top-head .nav-item {
	position: relative;
	text-align: center;
	writing-mode: vertical-rl;
	margin-bottom: 2rem;
}
.nav {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-top: 1rem;
	position: fixed;
	right: 0;
	top: 44%;
	transform: translateY(-50%);
}
.nav ul{
	display: contents;
	justify-content: flex-end;
}
.nav li{
	display: block;

/*	text-align: center;*/
}
.nav-toggle {
	position: relative;
	width: 49px;
	min-height: 49px;
	background: #25bdcf;
}
.nav-toggle::before, .nav-toggle::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	background: #fff;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}
.nav-toggle::before {
	width: 15px;
	height: 1px;
}
.nav-toggle::after {
	width: 1px;
	height: 15px;
}
.nav-toggle.is-open::before {
	opacity: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.nav-toggle.is-open::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.nav-item.is-show>a {
	background: #ddd;
}
.nav-item+.nav-item {
	border-top: none;
}
.nav-item.is-show .dropdown::before, .nav-item:hover .dropdown::before {
	-webkit-transform: none;
	transform: none;
}
.nav-item>p,
.nav-item>a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.nav-toggle {
	display: none;
}
.nav-item.is-show .dropdown, .nav-item:hover .dropdown_wrap {
	opacity: 1;
	visibility: visible;
}
.nav-item.is-show .dropdown::before, .nav-item:hover .dropdown::before {
	-webkit-transform: none;
	transform: none;
}
#sp_fnav{
	display: none;
}
/* footer*/
#footer.l_footer{
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #0f367a;
}
#footer .f_logo_wrap{
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 300px;
	margin: 3rem auto;
}
#footer .copy_box{
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	margin: 0 auto 1rem;
}
/* --------------------------------------------------------------
	1599
-------------------------------------------------------------- */
@media screen and (max-width:1599px){
	#footer .f_caimg li:nth-child(2){
		right: 18%;
		top: -76%;
		max-width: 300px;
	}
	#footer .f_logo_wrap p{
		font-size: 1.4rem;
	}
	.f_contact .button{
		padding-left: 3rem;
	}
	.f_contact .button::after{
		width: 60px;
		right: -2%;
	}
}

/* --------------------------------------------------------------
	1315
-------------------------------------------------------------- */
@media screen and (max-width:1315px){
	#top-head .nav_up.flex li:last-child{
		margin-right: 195px;
	}
	#top-head.slidein .nav_up.flex li:last-child {
		margin-right: 213px;
	}
	nav a img{
		max-width: 35px;
	}
	.h_rl .nav-item a {
		font-size: 12px !important;
		letter-spacing: 1px;
	}
}
/* --------------------------------------------------------------
	1260
-------------------------------------------------------------- */
@media screen and (max-width:1260px) {
	.h_rl .nav {
		top: 0.5rem;
	}
	.slidein .nav-item a,
	.slidein .dropdown-item:first-child a {
		letter-spacing: 0.5px;
    	font-size: 15px;
		padding-left: 5px;
		padding-right: 5px;
	}
	#footer .f_logo_wrap p{
		font-size: 1.3rem;
	}
	.f_contact .button{
		padding-left: 1.8rem;
	}
}
/* --------------------------------------------------------------
	1200
-------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
	.nav_tab_n {
		pointer-events:none
	}
	#top-head a.button{
		font-size: 1.8rem;
		padding: 2rem 1.5rem;
	}
	#footer .footer_wrap{
		width: 95%;
	}
	#footer .footer_wrap .f_contact .f_icon .w4{
		width: 20% !important;
		margin: 0 auto;
	}
	#footer .f_nav li a{
		font-size: 1.6rem;
		padding: 1rem 0;
	}
	#footer .footer_wrap .w6{
		padding-left: 0;
	}
	#footer .f_logo_wrap p{
		font-size: 1.5rem;
	}
	#footer .f_nav{
		padding-left: 2rem;
	}
	#footer .footer_wrap .w3 {
		width: 31% !important;
		margin-top: -5rem;
	}
	#footer .footer_wrap .w9 {
		width: 69% !important;
		margin-bottom: 0;
	}
	#footer .footer_wrap .f_contact{
		padding-left: 5rem;
	}
	#footer .footer_wrap a.button{
		min-width: 180px;
	}
	#footer .footer_wrap .f_contact .w4 {
		width: 45% !important;
		padding: 0 1rem;
	}
	#footer .footer_wrap .flex.a_center.j_center .w4{
		margin-left: 0;
	}
}


@media only screen and (-webkit-min-device-pixel-ratio:2), (-webkit-min-device-pixel-ratio:2), (min-resolution:2dppx) {
	body nav {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	input, select, textarea, button {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

@media (prefers-reduced-motion:reduce) {
	nav * {
		-webkit-animation-duration: .01ms!important;
		animation-duration: .01ms!important;
		-webkit-animation-iteration-count: 1!important;
		animation-iteration-count: 1!important;
		-webkit-transition-duration: .01ms!important;
		transition-duration: .01ms!important;
		scroll-behavior: auto!important;
	}
}
@media screen and (max-width: 999px) {
	.nav{
		width: 100%;
		top: auto;
		right: auto;
		bottom: 0;
		left: 0;
		transform: translateY(0);
	}
	.nav ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#top-head ul li.nav-item{
		width: 50%;
		margin-bottom: 0;
	}
	#top-head a.button {
		width: 100%;
		margin-left: 0;
		writing-mode: horizontal-tb;
		border-radius: 0;
		max-width: none;
	}
	/*footer*/
	#footer.l_footer{
		padding-bottom: 60px;
	}
	#footer .f_logo_wrap{
		max-width: 200px;
	}
}/*max-width:999px*/
@media screen and (max-width: 767px) {
	header .logo_wrap{
		width: 30vw;
	}


}/*max-width: 767px*/
@media screen and (max-width: 639px){

}
@media screen and (max-width: 520px){
	#js-nav.panelactive ul:first-child::before {
		top: -9.5rem;
		left: -2%;
		width: 26vw;
		height: 15vh;
	}
}
@media screen and (max-width: 480px){
	#top-head a.button{
		font-size: 1.6rem;
		padding: 2rem 0;
	}
}