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



	font-face



--------------------------------------------------- */

/********************************************
	共通
*********************************************/
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	}

body {
    height: 100%;
    margin: 0;
}
html,
body {}
body {
	color: #2f3032;
	display: block;
    font-family: 'YuGothic Medium', '游ゴシック Medium', 'YuGothic', '游ゴシック', '游ゴシック体', 'Noto Sans Japanese Light', sans-serif;
	height: 100%;
	max-width: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 15px;
	
	}
a,
a:hover {
	text-decoration: none;

	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}
	a:link {}
	a:visited {}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	outline: none;
	max-width:100%;
	}
img:hover { outline: none; }
a:hover img {
	opacity:0.75;
}
ul { list-style: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: lighter;
	margin: 0;
	}
.fade-in {
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
	transition-timing-function:ease-in-out;
}
em { font-style:normal; }

.fade-in {
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
}
.min {
    font-family: 'Droid Serif', YuMincho, "Yu Mincho", 'Hiragino Mincho ProN', Georgia, "Times New Roman", Times, 'MS P Mincho', 'MS Mincho', serif;
}

/********************************************
	anchor
*********************************************/
.com-anchor {
	display: block;
	margin-top: -80px;
	padding-top: 80px;
}
@media screen and (max-width: 770px) {
.com-anchor {
	margin-top: -70px;
	padding-top: 70px;
}
}

/********************************************
	device
*********************************************/
@media screen and (min-width: 771px) {
.desktop-only {}
.smartphone-only { display: none; }
.desktop-only-di { display: inline; }
.desktop-only-dib { display: inline-block; }
.desktop-only-db { display: block; }
.smartphone-only-di,
.smartphone-only-dib,
.smartphone-only-db { display: none; }
}
@media screen and (max-width: 770px) {
.desktop-only { display: none; }
.smartphone-only { display: block; }
.desktop-only-di,
.desktop-only-dib,
.desktop-only-db { display: none; }
.smartphone-only-di { display: inline; }
.smartphone-only-dib { display: inline-block; }
.smartphone-only-db { display: block; }
}

/********************************************
	crumbs
*********************************************/
#crumbs {
	height: auto !important;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	}
	#crumbs a, #crumbs p {
		color: #452d03;
		display: inline-block;
		font-size: 12px;
		position: relative;
		}
		#crumbs a:after {
			content: '|';
			display: inline-block;
			padding: 0 10px;
			}

/********************************************
	com_btn
*********************************************/	



/********************************************
	header
*********************************************/	

header {
    background: rgba(255, 255, 255, 1);
    left: 0;
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}
body.scrollactive header {
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
}
header .logo {
    background-image: url(/portal/src/img/common/logo.png);
    background-position:  center bottom;
    height: 70px;
    float: left;
    margin-left: 1.5%;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 178px;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}
	
header .logo a {
    text-indent: -9999px;
    display: block;
    height: 100%;
}

header .inner {
    height: 100%;
    max-width: 100%;
    text-align: left;
}

header #glnav {
    float: right;
    height: 100%;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
    letter-spacing: -1em;
}
header .h_right {
    float: right;
    height: 100%;
    letter-spacing: -1em;
}

header .h_right li {
    display: inline-block;
    letter-spacing: 0;
    height: 100%;
}

header .h_right li a {
    color: #2f3032;
    display: inline-block;
    vertical-align:  top;
    letter-spacing: 1px;
    padding: 30px 20px;
    font-size: 16px;
    height: 100%;
    width: 100%;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}
header li.m_about a:hover, 
header li.m_about a.current {
	color: #93907d;
}
header li.m_day a:hover, 
header li.m_day a.current {
	color: #18a85f;
}
header li.m_ss a:hover, 
header li.m_ss a.current {
	color: #a18e0f;
}
header li.m_residence a:hover, 
header li.m_residence a.current {
	color: #c67475;
}
header li.m_recruit a:hover, 
header li.m_recruit a.current {
	color: #0993ba;
}
header li.m_traning a:hover, 
header li.m_traning a.current {
	color: #72b76d;
}

header .h_right li a:before {
    content: '';
    background: #dfd9bd;
    width: 1px;
    height: 40%;
    left: 0;
    position: absolute;
    top: 30%;
}

header .h_right .h_nav, header .h_right .contact {
    float: right;
    height: 100%;
}

header .contact li a {
    color: #fff;
    background-color: #c4ad51;
    background-image: url(/portal/src/img/common/ico_mail.png);
    background-position: center top 10px;
    background-repeat: no-repeat;
    font-size: 1em;
    padding: 50px 0 10px 0;
    width: 100%;
    text-align:  center;
    height: 100%;
    display:  inline-block;
	position:relative;
}
header .contact li:last-child a {
    background-color: #43a778;
    background-image: url(/portal/src/img/common/ico_visiter.png);
}
header ul.contact li a:before {
    content:  none;
}
header .inner:after, 
header .header_wrap:after {
    content: '';
    display: block;
    clear: both;
}

header .header_wrap {
    float: left;
    height: 100%;
	width: 80%;
}

header .contact {
    float:  right;
    width: 20%;
    height:  100%;
    letter-spacing: -1em;
}

header .contact li {
    height: 100%;
    display:  inline-block;
    vertical-align:  top;
    width:  50%;
    letter-spacing: 0;
}
header .contact li a:after {
	content:'';
	width: 100%;
	height: 100%;
	border: 3px solid rgba(255,255,255,0);
	box-sizing: border-box;
	position:absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
}
header .contact li a:hover:after {
	border: 3px solid rgba(255,255,255,0.5);
}

#glnav-trigger {
    display: none;
}
/********************************************
	footer
*********************************************/	

footer .f_logo {
    line-height: 1.7;
    background-image: url(/portal/src/img/common/e-logo.svg);
    background-position: center;
    height: 90px;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 230px;
    background-size: 100%;
    margin-right: 10px;
}
footer .copy {
    text-align: center;
    font-size: 0.75em;
    padding: 10px 0 20px 0;
    border-top: #d8d8d8 1px solid;
    color: #7f7e7e;
}

footer .f_link .inner {
    /*max-width: 1024px;*/
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

footer .f_logo a {
    text-indent: -9999px;
    display: block;
    height: 100%;
}

footer .f_logo span {
    display: block;
    padding-top: 30px;
    font-size: 0.95em;
    font-weight: 600;
    padding-left: 50px;
}

footer .f_link .f_add {
    position: relative;
    padding-left: 20px;
    font-size: 0.95em;
    text-align:  left;
}

footer .f_link .inner:after {
	content: '';
	display: block;
	clear: both;
}
footer .f_link02 {
    padding: 20px 0;
    text-align: center;
    border-bottom: #f0eedf 1px solid;
}

footer .f_link02 a {
    color: #484746;
    font-size: 0.9em;
    margin: 0 1%;
}

footer .logo_area {
    text-align: center;
    padding: 30px 0;
    background: #fcfbf8;
}
footer .f_menu {
    border-bottom: #d5d0c6 1px dotted;
}

footer .f_menu ul li {
    display: inline-block;
    text-align: center;
    font-size: 0.95em;
    letter-spacing: 0;
    position: relative;
    letter-spacing: 0;
}

footer .f_menu ul li a {
    color: #2fa76a;
    padding: 0 30px;
}

footer .copyright {
    padding: 15px 0;
    font-size: 0.85em;
    text-align: center;
    background: #fcfbf8;
}

footer .f_menu ul {
    letter-spacing: -1em;
    text-align: center;
}

footer .f_menu ul li a:before, 
footer .f_menu ul li:last-child a:after {
    content:  '';
    width: 1px;
    height: 80%;
    background: #d5d0c6;
    position:  absolute;
    left:  0;
}

footer .f_menu ul li:last-child a:after {
    left:  inherit;
    right: 0;
}

footer .f_logo, footer .f_add {
    display:  inline-block;
}

footer .f_link .f_add:before {
    content:  '';
    width:  1px;
    height:  100%;
    position: absolute;
    background: #d5d0c6;
    left:  0;
}
footer .f_link02 a:before {
    content: '〉';
    display: inline-block;
    margin-right: 2px;
}

footer .f_link .f_add .name {
    letter-spacing:  2px;
    font-size: 18px;
}
footer .f_link .f_add p span:last-child:before {
    content: '／';
    padding: 0 5px;
}
.sub footer .f_link .inner {
    padding: 40px 0;
}

.f_bbs_link {
	display: none;
	margin-top: 5px;
	}
	.f_bbs_link a {
		color: #666;
		font-size: 12px;
		/*text-decoration: underline;*/
		}
.top .top_only { display: block; }

@media screen and (min-width: 1361px) {
.rotate {
	-webkit-transform: rotate(.03deg);
	-moz-transform: rotate(.03deg);
	transform: rotate(.03deg);
}
header .h_right .menu_contact { display: none;}

}

@media screen and (max-width: 1360px) {
/* header > glnav-trigger */
	header .header_wrap {
    	width: 50%;
	}
	#glnav-trigger {
		background: rgba(255, 255, 255, 1);
		cursor: pointer;
		display: table;
		float: right;
		height: 100%;
		position: relative;
		width: 10%;
		z-index: 200;
		-webkit-transition-duration: .5s;
		-moz-transition-duration: .5s;
		transition-duration: .5s;
		}
		#gt-wrap {
			display: table-cell;
			height: 100%;
			width: 100%;
			text-align: center;
			vertical-align: middle;
			}
		#gt-wrap p {
		color:  #2fa76a;
		line-height: 2;
		font-size: 15px;
		line-height: 1;
		padding-top: 7px;
		}

			#gt-mark {
			    height: 20px;
			    margin: 0 auto;
			    position: relative;
			    width: 25px;
			    z-index: 200;
			 }
				#gt-mark span {
					background: #2fa76a;
					display: block;
					width: 25px;
					height: 2px;
					position: absolute;
					transition: .5s;
					}
					#gt-mark span:nth-child(1) { top: 0; }
					#gt-mark span:nth-child(2) { top: 8px; }
					#gt-mark span:nth-child(3) { top: 16px; }
			#glnav {
				right:0;
				opacity:0; 
				width: 100%;
				text-align:left;
				-webkit-transition: opacity .4s ease,top 0s ease 1s;
				transition: opacity .4s ease,top 0s ease 1s;
				height: 100vh;
				-webkit-overflow-scrolling: touch;
				top: -9999px;/*通常時はビュー外*/
				overflow-y: scroll;
				position: fixed;
			}
			
			header .menu #mainnavi li a:hover:after, header .menu #mainnavi li .on:after { content: none; }
					#glnav-trigger {background: #fff;height: 80px;}
			
								.menu-open #gt-mark span:nth-child(1) {
									-webkit-transform: translateY(8px) rotate(-45deg);
									-moz-transform: translateY(8px) rotate(-45deg);
									transform: translateY(8px) rotate(-45deg);
									}
								.menu-open #gt-mark span:nth-child(2) { opacity: 0; }
								.menu-open #gt-mark span:nth-child(3) {
									-webkit-transform: translateY(-8px) rotate(45deg);
									-moz-transform: translateY(-8px) rotate(45deg);
									transform: translateY(-8px) rotate(45deg);
									}
			.menu-open #glnav {
				opacity:1;
				width: 100%;
				padding:0;
				overflow-y: auto;
				box-sizing: border-box;
				-webkit-transition: opacity .4s ease,top 0s ease 0s;
				transition: opacity .4s ease,top 0s ease 0s;
				opacity: 1;
				top: 0;
			}
			header .inner {
				float: left;
				width: 90%;
				height: 80px;
			}
			header .contact {
				float: right;
				width: 25%;
				height: 100%;
				letter-spacing: -0.5em;
			}
			header, 
			header .header_wrap {
				height: auto;
			}
			header .ht_wrap {
				position: relative;
				z-index: 200;
				height: 80px;
				background: #fff;
			}
			header .ht_wrap .logo {
				background-size: 150px auto;
			}
			header .ht_wrap {
				width: 50%;
			}
			.h_right .h_nav {
				right: 0;
				opacity: 0;
				background: rgba(62,168,119,1);
				width: 100%;
				text-align: left;
				-webkit-transition: opacity .4s ease,top 0s ease 1s;
				transition: opacity .4s ease,top 0s ease 1s;
				/*height: 100vh;
				-webkit-overflow-scrolling: touch;*/
				top: -9999px;
				position: fixed;
			}
			.menu-open .h_right .h_nav {
				width: 100%;
				height: 100%;
				padding: 0;
				overflow-y: scroll;
				box-sizing: border-box;
				-webkit-transition: opacity .4s ease,top 0s ease 0s;
				transition: opacity .4s ease,top 0s ease 0s;
				opacity: 1;
				top: 0;
				position: fixed;
				transform: translateY(80px);
			}
			header .h_right li {
				display:  block;
				height: auto;
			}
			
			header .h_right li a {
				display:  block;
			}
			
			header .h_right li a {
				color: #fff;
				line-height: 1;
				width:  50%;
				margin-left:  auto;
				margin-right: auto;
				padding: 20px;
				font-size: 1.1em;
			}
			
			#glnav-trigger {
				width: 10%;
			}
			
			header .h_right li:nth-child(even) {
				background: #5fb78e;
			}
			
			header .h_right li a span:before {
				content: '';
				background-image: url(/portal/src/img/common/ico_about.png);
				background-position: center;
				background-repeat:  no-repeat;
				width: 50px;
				height: 50px;
				display: inline-block;
				vertical-align:  middle;
				padding-right: 20px;
			}
			header .h_right li.m_day a span:before {
				background-image: url(/portal/src/img/common/ico_dayservice.png);
			}
			header .h_right li.m_ss a span:before {
				background-image: url(/portal/src/img/common/ico_shortstay.png);
			}
			header .h_right li.m_residence a span:before {
				background-image: url(/portal/src/img/common/ico_presidence.png);
			}
			header .h_right li.m_recruit a span:before {
				background-image: url(/portal/src/img/common/ico_recruit.png);
			}
			header .h_right li.m_traning a span:before {
				background-image: url(/portal/src/img/common/ico_training.png);
			}
			header .h_right li a:before {
				content:  none;
			}
			header .h_right .menu_contact p {
				letter-spacing: 2px;
				color: #fff;
				font-family: 'Droid Serif', YuMincho, "Yu Mincho", 'Hiragino Mincho ProN', Georgia, "Times New Roman", Times, 'MS P Mincho', 'MS Mincho', serif;
				font-size: 1.3em;
				font-weight: 600;
				text-align:  center;
				margin-bottom: 10px;
			}
			
			header .h_right .menu_contact {
				margin-top: 60px;
				padding-bottom: 50px;
			}
			
			header .h_right .menu_contact a {
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #faf8ef), color-stop(0.00, #fff));
				background: -webkit-linear-gradient(top, #fff 0%, #faf8ef 88%);
				background: -moz-linear-gradient(top, #fff 0%, #faf8ef 88%);
				background: -o-linear-gradient(top, #fff 0%, #faf8ef 88%);
				background: -ms-linear-gradient(top, #fff 0%, #faf8ef 88%);
				background: linear-gradient(to bottom, #fff 0%, #faf8ef 88%);
				border-radius:  6px;
				padding: 25px 60px;
				color: #c4ad51;
				font-size: 1.8em;
				}
			
			header .h_right .menu_contact li {
				background: none;
				margin-bottom: 10px;
			}
			
			header .h_right .menu_contact .m_visiter a {
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #dcf4ea), color-stop(0.00, #fff));
				background: -webkit-linear-gradient(top, #fff 0%, #dcf4ea 88%);
				background: -moz-linear-gradient(top, #fff 0%, #dcf4ea 88%);
				background: -o-linear-gradient(top, #fff 0%, #dcf4ea 88%);
				background: -ms-linear-gradient(top, #fff 0%, #dcf4ea 88%);
				background: linear-gradient(to bottom, #fff 0%, #dcf4ea 88%);
				color: #3ea877;
			}
			header .h_right .menu_contact a span:before {
				background-image: url(/portal/src/img/common/ico_mail_sp.png);
				width: 52px;
				height: 44px;
				padding-right: 30px;
			}
			header .h_right .menu_contact .m_visiter a span:before {
				background-image: url(/portal/src/img/common/ico_visiter_sp.png);
			}
header .h_nav a:hover, 
header li a.current {
	color: #fff !important;
	opacity: .6;
}

footer .f_link .inner {
    max-width: 95%;
}
footer .f_menu ul li a {
    padding: 0 20px;
    font-size: 0.9em;
}
footer .f_link02 a { font-size:0.85em; }
#crumbs {
    padding-top: 10px;
    width: 95%;
}


	

}
@media screen and (max-width: 768px) {
body { font-size:14px; }
header .logo {
    background-size: 120px;
    background-position: center left 10px;
}
#glnav-trigger {
    width: 15%;
}

header .inner {
    width: 85%;
}
header, header .inner, 
#glnav-trigger {
    height: 70px;
}

header .contact {
    width: 50%;
}

header .contact li a {
    font-size: 0.9em;
    padding: 40px 0 10px 0;
    background-size: 34px;
}
header {
    height: 70px;
}


.menu-open .h_right .h_nav {
    transform: translateY(70px);
}

header .h_right li a {
    padding: 8px;
    width: 75%;
}


header .h_right li a span {
    display: block;
    padding-top: 5px;
}

header .h_right .menu_contact a {
    padding: 10px;
    font-size: 1.5em;
}

header .h_right li a span:before {
    background-size: 40px;
}

footer .contactArea .inner dd .num, footer .contactArea .inner dd p {
    display: block;
}
footer .contactArea .inner dt:before {
    content: url(/portal/src/img/common/ico_tel.png); 
    display:  inline-block;
    vertical-align:  middle;
    padding-right: 10px;
}

footer .contactArea .inner dt {
    background-image: none;
    font-size: 1.2em;
    padding-left: 0;
}

footer .contactArea .inner dd .time, footer .contactArea .inner dd .name {
    font-size: 0.9em;
}
footer .contactArea .inner dt, footer .contactArea .inner dd {
    display:  block;
}
.contactArea {
    margin-top: 30px;
}
.titArea h2 {
    margin-bottom: 10px;
}

footer .f_menu ul li a:before, footer .f_menu ul li:last-child a:after {
	content: none; 
}
footer .f_menu ul li {
    display: block;
    text-align: left;
    line-height: 4;
    width: inherit;
    font-size: 1em;
    border-bottom: #d5d0c6 1px solid;
    padding-left: 10px;
}

footer .f_menu ul li:nth-child(4) {
    width: auto;
}

footer .f_menu ul:first-child li {
    padding-left: 0;
	position: relative;
}
footer .f_menu ul li a {
	padding-left: 20px;
}
footer .f_menu ul:first-child li:after {
	content:'';
	position: absolute;
    top: 50%;
    right: 15px;
    z-index: 30;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all 0.3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	border-top: 1px solid #00a95c;
    border-right: 1px solid #00a95c;
}

footer .f_link .inner {
    max-width: 100%;
    padding: 50px 0 0 0;
}

footer .f_menu {
    border-bottom: none;
}

footer .f_logo, footer .f_link .f_add {
    display: block;
    text-align: center;
    padding: 0;
}

footer .f_logo {
    background-position: center;
    width: 30%;
    margin: 0 auto;
}

footer .copyright {
    padding-bottom: 10px;
}
.sub footer .f_link .inner {
    padding: 0;
}

}

@media screen and (max-width: 480px) {
header .contact li a {
    font-size: 0.8em;
}
header .header_wrap {
    width: 40%;
}
#glnav-trigger { width: 15%;}
footer .contactArea .inner dt, 
footer .contactArea .inner dd {
    display:  block;
}
footer .f_bnr a .btnArea {
    padding: 20px 0;
}

footer .f_bnr a {
    display:  block;
    width: 100%;
}
footer .f_bnr a .btnArea p {
    font-size: 1.2em;
}

footer .f_bnr a:first-child {
    margin-bottom: 20px;
}
footer .f_logo {
    width: 50%;
    height: 60px;
}
#crumbs {
    padding: 0;
}


}