@charset "utf-8";

.pconly {
	display: block !important;
}
.smponly {
	display: none !important;
}




/*************
フェードインアニメ
*************/

.fadeIn {
	animation-name: fadeInAnime;
	animation-duration: 2.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes fadeInAnime{
  0% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}


/*************
スクロールアニメ
*************/

.inview {
	opacity: 0;
	transition: transform 1.6s, opacity 3.0s;
}
.inview_n {
	opacity: 0;
	transition: opacity 2.2s;
}
.inview_l {
	transform: translateX(-100px);
}
.inview_r {
	transform: translateX(100px);
}
.inview_b {
	transform: translateY(60px);
}
.inview_n.inview.show {
	opacity: 1;
}
.inview_l.inview.show,
.inview_r.inview.show {
	transform: translateX(0);
	opacity: 1;
}
.inview_b.inview.show {
	transform: translateY(0);
	opacity: 1;
}

.dly2 {
	transition-delay: .2s;
	animation-delay: .2s;
}
.dly4 {
	transition-delay: .4s;
	animation-delay: .4s;
}
.dly6 {
	transition-delay: .6s;
	animation-delay: .6s;
}
.dly8 {
	transition-delay: .8s;
	animation-delay: .8s;
}


/* HEADER
------------------------------------------------------------*/
.header {
	position: fixed;
	width: 100%;
	height: 70px;
	padding: 0;
	z-index: 9999;
	background: #fff;
}
.lowdir .header {
}
.header .h-inbox {
	display: flex;
	width: 100%;
	height: 70px;
	margin: 0;
	align-items: center;
	justify-content: space-between;
}
.header h1 {
	width: 30%;
	padding: 10px 0 10px 10px;
}
.header h1 img {
	height: 50px;
	width: auto;
}
.header h4 {
	width: 40%;
	font-size: 0.9em;
	letter-spacing: 0.6em;
	text-align: center;
}
.header .topbtn {
	display: flex;
	width: 30%;
	text-align: right;
	justify-content: flex-end;
}
.header .topbtn a {
	display: flex;
	width: 70px;
	height: 70px;
	padding: 0;
	font-size: 0.9em;
	color: #fff;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #333;
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-ms-transition: all 0.6s;
		-o-transition: all 0.6s;
	transition: all 0.6s;
}
.header .topbtn a:hover {
	color: #fff;
	background: #000;
}


.menubtnbox {
	display: block;
	width: 70px;
	padding: 10px 0;
	background: #00a263;
	z-index: 111;
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-ms-transition: all 0.6s;
		-o-transition: all 0.6s;
	transition: all 0.6s;
}
.open .menubtnbox {
##	display: none;
}
.menu-btn {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	background: url(../images/smpnvbtn.png) no-repeat;
	background-size: 50px 50px;
}
.menu {
	position: fixed;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
		-webkit-transition: all .1s;
		transition: all .1s;
	visibility: hidden;
		filter:alpha(opacity=0);
		-moz-opacity: 0;
	opacity: 0;
	z-index: 11111;
}
.menu h3 {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	padding: 0;
	z-index: 11112;
	text-align: center;
}
.open .menu {
		-webkit-transition: all .1s;
	transition: all .1s;
	visibility: visible;
		filter:alpha(opacity=100);
		-moz-opacity: 1.0;
	opacity: 1.0;
}
.closebtn {
	padding: 10px 0 0;
}
.stfnvbox {
	display: flex;
	width: 90%;
	margin: 0 10% 0 0;
	padding: 10px 0 0;
}
.stfnvbox .stfitem {
	width: 23%;
	max-width: 180px;
	margin: 0 2% 0 0;
	background: #f0e600;
}
.stfnvbox .stfitem img {
	width:100%;
	height: auto;
}

.menu li.s01 a,
.menu li.s02 a {
	display: inline-block;
}
.menu li.s01 a span,
.menu li.s02 a span {
	padding: 0 40px 0 0;
	background: url(../images/more_arrow03.png) no-repeat right center;
	background-size: 30px 5px;
}
.open .closebtn:after {
	content: attr(data-txt-close);
	font-size: 0.7em !important;
	color: #FFF;
	text-align: center;
}
.open .smpnvlogo span {
	background-color: #FFF;
}
body.open {
	height:100%;
	overflow:hidden;
}


.menu-trigger2 {
	position: relative;
	display: block;
	font-size: 30% !important;
	width: 100%;
	height: 24px;
	margin: 0;
	padding: 0 12px;
	box-sizing: border-box;
}
.menu-trigger2 span {
	display: block;
	height: 3px;
	background-color: #fff;
	border-radius: 0px;
	margin: 6px auto;
	box-sizing: border-box;

}
.menu-trigger2 span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger2 span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger2 span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}

.menu-btn2:after {
	content: attr(data-txt-MENU);
	color: #fff;
	text-align:center;
	display:block;
	font-size:10px;
}

@media screen and (max-width: 640px) {

	.menu h3 {
		width: 60px;
		height: 60px;
	}
	.closebtn {
		padding: 7px 0 0;
	}
	.menu-trigger2 {
		height: 18px;
	}
}

#trigger_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 40px;
	background: rgba(34,155,96,.9);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	visibility: hidden;
	@include opacity(0);
	z-index:600;
}
.open #trigger_menu {
	-webkit-transition: all .3s;
	transition: all .3s;
	visibility: visible;
	opacity: 1;
}
#trigger_menu #trigger_menu_area {
	width: 90%;
	margin: 0 5%;
	text-align: left;
	padding-top: 0%;
	padding-right: 2%;
}
#trigger_menu ul {
	width: 90%;
	margin: 0 5%;
	letter-spacing:-0.2em;
}
#trigger_menu li {
	display:block;
	width: 100%;
	margin-bottom: 2%;
	letter-spacing:normal;
	text-align: center;
}
#trigger_menu li a {
	display: block;
	width: 100%;
	padding: 10px 0;
	text-decoration:none;
	line-height:1;
	font-size: 1.2em;
	color:#FFF;
	font-weight: 600;
}
#trigger_menu li a:hover,
#trigger_menu li a:hover p,
#trigger_menu li a:hover p span,
#trigger_menu li a:hover p span i {
	border: none !important;
	text-decoration: none !important;
}
#trigger_menu li a p {
	padding: 5px 0 1px;
}
#trigger_menu li a p span {
	display: inline-block;
	vertical-align: middle;
}
#trigger_menu li a p span i {
	font-style:normal;
	display:inline-block;
}
#trigger_menu li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 420px) {
	#trigger_menu .home_link {
	}
	#trigger_menu li.icon-house {
		width: 98%;
		margin: 0 1%;
	}
}

.entrybtn {
	width: 60%;
	max-width: 500px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
.entrybtn a {
	display: block;
	width: 100%;
	padding: 4px 0 5px;
	font-size: 1.2em;
	color: #229b60;
	font-weight: 500;
	text-decoration: none;
		-moz-border-radius: 24px;
		-webkit-border-radius: 24px;
	border-radius: 24px;
	background: #fff;
	text-align: center;
}
}

/* 全体
------------------------------------------------------------*/
.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.lowdir .wrapper {
	position: relative;
	margin: -200px 0 0;
	z-index: 99;
}
.lowdir.welfare .wrapper  {
	position: relative;
	margin: 0 0 0;
	z-index: 99;
}
.lowdir.require .wrapper {
	position: relative;
	margin: 0;
	padding: 150px 0 0;
	z-index: 99;
}
.pgindex .wrapper {
	margin-top: -10px;
}
.pgancbox {
}
.box {
	width: 1100px;
	margin: 0 auto;
}
.smlbox {
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
}
.widebox {
	width:100%;
	margin: 0;
}
.imgbox {
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.imgbox img {
	border: 0;
}
.dmybox img {
	width:100%;
	height: auto;
}
.fiximg img {
	width:100%;
	height: auto;
	border: 0;
}
.textbox {
	font-size: 1.0em;
	color: #111;
	text-align: left;
	font-weight: 300;
	line-height: 1.6em;
}
.textbox2 {
	padding: 20px 30px 40px;
}
.widecolumn {
	float: left;
	width: 750px;
	padding: 0;
}



/**************************
/* グリッド
**************************/


.gridWrapper {
	display: block;
	width: 100%;
}
* html .gridWrapper{height:1%;}

.grid {
	float:left;
}
.rgrid {
	margin-left: 5%;
}
.recBox {
	margin: 0;
	background:url(../images/bg_recbox.jpg);
}
.recBox a {
	display: block;
	width: 100%;
	height: 100%;
}


/*************
/* タイトル
*************/

h1.pgctgsub {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 36px;
	font-size: 1.6em;
}

h1.csub img {
	height: 60px;
	width: auto;
	margin: 0 auto;
}
h1.csub span {
	font-size: 16px;
}


h1.csub2 {
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #a23554;
}

h4.csub3 {
	width: 100%;
	padding: 4px 0;
	font-size: 1.7em;
	color: #197835;
	color: #111;
	text-align: center;
}
.widesub {
	width: 100%;
	height: 150px;
	padding: 0;
	text-align: center;
	background: #666;
}
.widesub h1 {
	width: 440px;
	height: 42px;
	margin: 0 auto;
	padding: 54px 0 0;
	text-align: center;
}
h4.evsub {
	margin: 0 auto 25px;
	padding: 0 0 12px 0;
	font-size: 1.6em;
	color: #111;
	text-align: center;
	border-bottom: dotted 1px #ccc;
}
.ctgsub {
	width: 50%;
	margin: 0 auto 30px;
	padding: 3px 6px;
	font-size: 1.5em;
	color: #197835;
	font-weight: normal;
	line-height: 1.6em;
	text-align: center;
	border: 1px solid #197835;
}

h1.prdsub {
	width: 100%;
	margin: 0 auto 20px;
	padding: 0 0 12px;
	font-size: 1.4em;
	color: #921d34;
	text-align: left;
	border-bottom: dotted 1px #ccc;
}


/*************
ボタン
*************/


.btnbox {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.btnLink {
	overflow: hidden;
	display: block;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 0.9em;
	color: #333 !important;
	letter-spacing: 0.1em;
	text-align: center;
	border: solid 1px #999;
	transition: all 0.3s ease 0s;
	text-align: center;
}
.btnLink span {
	display: inline-block;
	position: relative;
	padding: 14px 30px 14px 20px;
	color: #666;
	background: url(../images/icon_arrows.png) no-repeat 100% 54%;
	background-size: 16px 16px;
	vertical-align: middle;
}

.btnLink.style01 {
	background: #083c81 none repeat scroll 0% 0%;
}
.btnLink.style01 span {
	background: transparent url(../images/ico_link.png) no-repeat 100% 50%;
}
.btnLink.style02 {
	background: #385b70 none repeat scroll 0% 0%;
}
.btnLink.style02 span {
	background: transparent url(../images/ico_blank.png) no-repeat 100% 50%;
}


.btn01 {
	display: block;
	width: 100%;
	padding: 5px 0;
	background: #eee0cc;
	text-align: center;
}
.btn01 a {
	display: block;
	width: 100%;
	height: auto;
}

.btn01:hover {
	background: #eee;
}
.btn02 {
	display: block;
	width: 60%;
	padding: 2px 0;
	font-size: 15px;
	color: #fff;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #990033;
	text-align: center;
}
.btn02:hover {
	background: #ab4a64;
}
.btn03 {
	display: block;
	width: 100%;
	padding: 5px 0;
	background: #fff;
	border: 1px solid #ab4a64;
	text-align: center;
}
.btn03 a {
	display: block;
	width: 100%;
	height: auto;
}
.btn03:hover {
	background: #c68992;
}

/*************
メイン コンテンツ
*************/
section.content{
	margin-bottom:20px;
	font-size:14px;
	overflow:hidden;
}
* html section.content{height:1%;}



/* pagetop
------------------------------------------------------------*/

#pageTop {
	width: 100%;
	height: 40px;
	text-align: center;
	background: #219b60;
}
#pageTop a {
	display: block;
	width: 100%;
	height: auto;
	padding: 5px 0;
}
#pageTop img {
	height: 30px;
	width: auto;
}


/* FOOTER
---------------------------------------------------- */

.footer {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #52514f;
}
.footer .box {
	position: relative;
	width: 96%;
	margin: 0 auto;
	padding: 30px 0 40px;
	z-index: 1;
}
.fnavbox {
	width: 100%;
	padding: 0 0 30px;
}
.fnv {
	display: inline-block;
	line-height: 1.3em;
	vertical-align: middle;
	text-align: center;
}
.fnv a {
	padding: 0 14px;
	font-size: 0.84em;
	color: #fff;
}
.fnv a:hover {
	color: #ccc;
}
.fnv+ .fnv {
}
.footer .ftabout {
	text-align: center;
}
.footer .ftabout h1 {
	display: block;
	padding: 0 0 8px;
}
.footer .ftabout h1 img {
	width: 180px;
	height: auto;
}
.footer .ftabout p {
	padding: 0 0 30px;
	font-size: 0.8em;
	color: #fff;
	line-height: 1.5em;
}
.footer .copy {
	font-size: 0.8em;
	color: #fff;
}




/* pageTop
------------------------------------------------------------*/


@media only screen and (max-width: 1100px){


.box {
	width: 96%;
	margin: 0 auto;
}
.smlbox {
	width: 94%;
	max-width: initial;
	margin: 0 3%;
}

h1.pgctgsub {
	width: 96%;
	margin: 0 auto 36px;
}

.topnv ul {
	float: right;
	padding: 0;
	height: 70px;
	background: #fff;
}
.topnv ul li {
	float: left;
	white-space: nowrap;
	display:inline;
	list-style-type:none;
}
.topnv ul li.gnv a {
	padding: 0 16px;
}
.topnv ul li.nv05 a {
	width: 160px;
	padding: 0;
	background: #9b322f;
}
.topnv ul li.nv05 a:hover {
	background: #111;
}




}

/* 896
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 896px){

.pconly {
	display: none !important;
}
.smponly {
	display: block !important;
}

.box {
	width: 94%;
	margin: 0 3%;
	padding: 0;
}
.smlbox {
	width: 90%;
	margin: 0 5%;
	padding: 0;
}
.header {
	width: 100%;
}
.header h4 {
	display: none;
}



h1.pgctgsub {
	width: 100%;
	margin: 0 auto 36px;
	font-size: 1.5em;
	text-align: center;
}

h1.csub img {
	width: 90%;
	max-width: 500px;
	height: auto;
	margin: 0 auto;
}
h1.csub2 img {
	width: 90%;
	max-width: 500px;
	height: auto;
	margin: 0 auto;
}

.btn01,
.btn02,
.btn03  {
	width: 100%;
	padding: 2px 0;
}
.btn01 img,
.btn02 img,
.btn02 img {
	width: 80%;
	max-width: 280px;
	height: auto;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.lowdir .wrapper {
	margin: -200px 0 0;
}
.pgindex .wrapper {
	margin-top: 0px;
}
.pgproduct .wrapper {
	width: 100% !important;
	margin: 0;
}
.grid {
	float: none !important;
	margin: 0;
}




/* contact
---------------------------------------------------- */

#btmcont {
	padding: 20px 0 50px;
}
#cv-area {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#cv-area .left {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 0 2%;
}
#cv-area .left .corpbnr {
	float: left;
	width: 49%;
	margin: 0 1% 0 0;
}
#cv-area .left .ctctbnr {
	float: left;
	width: 49%;
	margin: 0 0 0 1%;
}
#cv-area .left .corpbnr a,
#cv-area .left .ctctbnr a {
	display: block;
	padding: 30px 0;
	font-size: 20px;
	color: #000;
	line-height: 1.3;
	box-sizing: border-box;
	border: 2px solid #000;
	background: url(../images/icon_arrows.png) no-repeat 96% 54%;
	background-size: 32px 32px;
}
#cv-area .left .corpbnr a:hover ,
#cv-area .left .ctctbnr a:hover {
	display: block;
	color: #fff;
	border: 2px solid #000;
	background: #000 url(../images/icon_arrows02.png) no-repeat 96% 54%;
	background-size: 32px 32px;
}
#cv-area .right {
	position: relative;
	width: 100%;
	height: 110px;
	margin: 0 0 1%;
}

#cv-area .right .counseling a {
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	color: #000;
}
#cv-area .right .counseling a .bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-size: auto;
	background-size: cover;
	opacity: 1.0;
	background: url(../../common/images/counseling.jpg);
	background-size: 100% auto;
	border: solid 2px #fff;
}
#cv-area .right .counseling a .inner {
	width: 100%;
	margin-top: -18px;
	font-size: 22px;
	color: #fff;
	line-height: 1.3;
	z-index: 2;
	background: url(../images/icon_arrows02.png) no-repeat 96% 0;
	background-size: 32px 32px;
}
#cv-area .right .counseling a:hover .bg {
	opacity: 0.4;
}


}


/* --------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px){


/* HEADER
------------------------------------------------------------*/
.header {
	height: 60px;
}
.header .h-inbox {
	height: 60px;
}
.header .topbtn {
	display: flex;
	width: 30%;
	text-align: right;
	justify-content: flex-end;
}
.header .topbtn a {
	display: flex;
	width: 60px;
	height: 60px;
	padding: 0;
}
.header .topbtn a:hover {
	color: #fff;
	background: #000;
}

.menubtnbox {
	width: 60px;
	padding: 5px 0;
}



.lowdir .wrapper {
	margin: -160px 0 0;
}

/* FOOTER
---------------------------------------------------- */

.footer .box {
	position: relative;
	width: 96%;
	margin: 0 auto;
	padding: 20px 0 20px;
	z-index: 1;
}
.fnavbox {
	width: 80%;
	margin: 0 auto;
	padding: 0 0 30px;
}
.fnv {
	display: block;
	padding: 2px 0;
	line-height: 1.3em;
	vertical-align: middle;
	text-align: center;
	border-bottom: dotted 1px #eee;
}

}

/* --------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 480px){


h1.pgctgsub {
	margin: 0 auto 26px;
	font-size: 1.4em;
}

.header {
	width: 100%;
}
.header h1 {
	padding: 2px 0;
}
.header h1 img {
	height: 46px;
	width: auto;
}


.menubtnbox {
}

#smpnavbox {
	display: block;
	width: 100%;
	height: 56px;
	margin: 0;
	background: url(../../common/images/bg.png) repeat 0 0;
}
#smpnavbox ul {
	width: 112px;
}
#smpnavbox ul li.smpct a,
#smpnavbox ul li.smpnv a {
	display: block;
	width: 56px;
	height: 56px;
	margin: 0;
}
#smpnavbox ul li.smpct img {
	width: 40px;
	height: auto;
	padding-top: 10px;
}
#smpnavbox ul li.smpnv img {
	width: 40px;
	height: auto;
	padding-top: 12px;
}


.lowdir .wrapper {
	margin: -140px 0 0;
}


}



/* --------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 420px){

.lowdir .wrapper {
	margin: -120px 0 0;
}

.header h1 img {
	height: 40px;
	width: auto;
}


}