<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/* RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* RESET HTML5 */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}






/* GENERAL */

html {
    overflow-y:scroll;
    }

body {
	font-family:  "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	text-align: center;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
a{
	color: #000;
	text-decoration: none;
}
img{ vertical-align: bottom; }

/*header*/

header{
	width: 96%;
	padding: 10px 2%;
	margin-bottom: 50px;
	text-align: left;
}
header img.logo{
	float: left;
	width: 30%;
	max-width: 200px;
	height:auto;
}
header ul.nav{
	float: right;
	width: 55%;
	max-width: 740px;
}
header ul.nav li{
	float: left;
	width: 30%;
	margin-right: 10%;
	margin-bottom: 60px;
}
header ul.nav li.menu-recruit{
	width: 20%;
	margin-right: 0;
}
header ul.nav li a{
	display: block;
	padding: 0 10px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgb(137, 210, 225) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
	line-height: 2;
}
header ul.nav li a:hover{
  background-position: -100% 0;
  color: #fff;
}


/*footer*/

footer{
	width: 100%;
	padding-top: 134px;
	background: url(../images/foot-bg.png) repeat-x #f9f9f9;
	overflow:hidden;
}
.foot-wrap{
	width: 100%;
	padding: 65px 0;
	background: #556276;
}
.foot-cont{
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
	color: #fff;
	text-align: left;
	overflow: hidden;
}
.foot-cont a{ color: #fff; }
.foot-access{
	float: left;
	width: 40%;
}
.foot-access img{
	margin-bottom: 30px;
}
.foot-access span{
	display: block;
	font-size: 24px;
}
.foot-access .recruit{
	display: block;
	max-width: 75%;
	padding: 10px 15px;
	margin-top: 30px;
	border: 1px solid #fff;
}
.foot-access .recruit span{
	display: block;
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	font-size: 26px;
	font-weight:  bold;
	line-height: 2;
	border-right: 1px solid #fff;
	vertical-align: text-top;
}
.foot-access .recruit:hover{
	background: #939eb4
}
.foot-sche{
	float: right;
	width: 60%;
	margin-top: 20px;
	margin-bottom: 60px;
}
.foot-sche table{
	width: 100%;
	color: #000;
	text-align: center;
	background: #fff;
	border-top: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
}
.foot-sche table th{
	color: #fff;
	text-align: center;
	background: #888;
}
.foot-sche table th,.foot-sche table td{
	padding: 10px 5px;
	border-bottom: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
}
.foot-nav{
	float: right;
	width: 60%;
}
.foot-nav ul{
	width: 100%;
}
.foot-nav ul li{
	float: left;
	width: 35%;
}
.foot-nav ul li.menu-recriot{
	width: 30%;
}
.foot-nav ul li a{
	display: block;
	line-height: 2;
}

/*TOPスクロールボタン*/
#page-top {
	position: fixed;
	bottom: 70px;
	right: 30px;
}
#page-top a {
	display: block;
	width: 40px;
	height: 40px;
	line-height:1;
}
#page-top a img{
	width: 100%;
}
#page-top a:hover {
	opacity: 0.6;
}


/*clearfix*/
.clearfix,.head-navi,section,aside li,.contents{zoom: 1;}
.clearfix:after,.head-navi:after,section:after,aside li:after,.contents:after{content: ""; display: block; clear: both;}


.for-sp,#headerContainer{ display: none;}


@media screen and (max-width: 1254px ){
header ul.nav {
	width: 70%;
}
header ul.nav li{
	width: 40%;
	margin-right: 0%;
	margin-bottom: 20px;
	font-size: 14px;
}
}
@media screen and (max-width: 770px ){
.for-pc{ display: none;}
.for-sp,#headerContainer{ display: inherit;}

header{
	width: 100%;
	padding: 10px 0;
	margin: 0 0 20px;
}
#logo a{
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
#logo a img{
	width: 40%;
	margin: 0 auto;
}
footer{
	padding-top: 80px;
	background-size: 250%;
}
.foot-cont{
	margin: 0 auto;
	color: #fff;
	text-align: left;
	overflow: hidden;
}
.foot-access{
	float: none;
	width: 100%;
	font-size: 13px;
}
.foot-access img{
	float: left;
	width: 25%;
	margin: 0 5% 0px 0;
}
.foot-access span{
	display: block;
	font-size: 18px;
}
.foot-access .recruit{
	max-width: 100%;
	padding: 5px 15px;
	margin-top: 30px;
}
.foot-access .recruit span{
	padding-right: 15px;
	margin-right: 15px;
	font-size: 18px;
}
/*.foot-sche,*/.foot-nav{ display: none; }
.foot-sche{
	float: none;
	width: 100%;
	margin-bottom: 0;
	font-size: 13px;
}
/*TOPスクロールボタン*/
#page-top {
	bottom: 3%;
	right: 5%;
}


.drawer-hamburger {
	border: 0;
	background: 0;
	position: absolute;
	display: block;
	top: 5px;
	right: 0;
	padding: 15px 20px;
	width: 20px;
	height: 30px;
	background-color: transparent;
	border: 0;
	z-index: 90;
	outline: 0;
}
@media(max-width:320px){
	.drawer-hamburger {
	top: 30px;
	}
}
.drawer-hamburger:hover {
	cursor: pointer;
}
#header a span.drawer-hamburger-icon {
	position: relative;
	display: block;
	margin-top: 10px;
}
#header a span.drawer-hamburger-icon, #header a span.drawer-hamburger-icon:before, #header a span.drawer-hamburger-icon:after{
	height: 3px;
	width: 100%;
	border-radius: 1px;
	background-color: #fff;
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
#header .for-sp a span.drawer-hamburger-icon, #header .for-sp a span.drawer-hamburger-icon:before, #header .for-sp a span.drawer-hamburger-icon:after {
	background-color: #000;
}
.drawer-hamburger.for-sp{
	top: 5px; 
}
#header a span.drawer-hamburger-icon:before, #header a span.drawer-hamburger-icon:after {
	position: absolute;
	content: " ";
	top: -10px;
	left: 0;
}
#header a span.drawer-hamburger-icon:after {
	top: 10px;
}
#header a span.drawer-open .drawer-hamburger-icon {
	background-color: transparent;
}
/* -remodal- */
.remodal-wrapper {
	text-align: left!important;
}
.remodal {
	margin-top: 5px;
	padding: 20px 35px!important;
	background-color: #fafafa;
	font-size: 13px;
	vertical-align: top!important;
}
.remodal a {
	text-decoration: none;
	display: block;
	padding: 5px 2em;
	margin-bottom: 10px;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}
.remodal .remodal-close, .remodal .remodal-close:hover {
	display: block;
	position: absolute;
	top: 10px;
	left: 90%;
	width: 32px;
	height: 32px;
	padding: 0;
	text-indent: 9999px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	background: url(https://nohnohana.com/wp2016/wp-content/themes/hana/images/mod_icon_close.png) no-repeat 0 16px;
	background-size: 16px;
}
.remodal-wrapper h2 a, h2.remodal-search {
	padding: 0 0 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-family: Ryumin Regular KL, "リュウミン M-KL", YuMincho, '游明朝', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	border-bottom: 2px solid #1a1a1a;
}
.remodal-wrapper h2 a span {
	font-size: 16px;
	font-weight: normal;
	display: block;
}
.remodal-wrapper ul {
	margin: 0 0 10px;
}
.remodal-wrapper ul li {
	clear: left;
	width: 100%;
	list-style: none;
}

.remodal-wrapper ul li a {
	padding: 2px 0;
	font-size: 13px;
}
.remodal-wrapper ul li.menu-recriot a{
	display: inline-block;
	padding-right: 10px;
}
.remodal-wrapper .remodal a.remodal-cancel {
	display: block;
	width: 100%;
	margin: 40px auto 0 auto;
	padding: 5px 0;
	border: 1px solid #658f65;
	background: #fafafa;
	font-size: 13px;
	color: #658f65;
	text-align: center;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.remodal .child {
    display: none;
    margin: 0 0 30px 1em;
    padding: 0;
    background: #fff;
	overflow: hidden;
}
 .remodal .child .menu {
      background: #eaeaea;
      color: #5e5e5e; }
.remodal .child .menu:hover {
        background: #d0d0d0; }
.remodal .child &gt; li {
	clear: inherit;
	float: left;
	width: 50%;
    margin: 4px 0;
}
.remodal .child &gt; li.long{
	float: none;
	width: 100%;
}
.remodal .child &gt; li a{
	border-bottom: none;
}
.remodal .child &gt; li img{
	max-width: 1.5em;
	margin-right: 0.5em;
	vertical-align: bottom;
}
}</pre></body></html>