@charset "utf-8";

/* ------------------------------------------------ CSS Document */

@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400italic);

/*
ロゴ：eb6d9d
背景：fff7f2

薄ピンク：df8a96
中ピンク：da5c80
濃ピンク：e4558b


紺：005083
青：a4dbf7 3ab2b3

オレンジ：f68624
*/

.bgcBK {
	background-color: rgba(0,0,0,0.1);
}


/* ------------------------------------------------ ページフェードイン */
body {
	margin: 0;
	padding: 0;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

	@keyframes fadeIn {
		0% {opacity: 0}
		100% {opacity: 1}
	}

	@-webkit-keyframes fadeIn {
		0% {opacity: 0}
		100% {opacity: 1}
	}

*::after,* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ------------------------------------------------ 共通 */
* {
  	margin: 0;
  	padding: 0;
  	list-style: none;
  	box-sizing: border-box;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family:  "Sawarabi Gothic", 'El Messiri', sans-serif;
	letter-spacing: 2.5px;
	line-height: 180%;
}

a {
  	text-decoration: none;
	color: #333;
	letter-spacing: 2.5px;
	line-height: 180%;
}
a:hover {
	transition: 0.7s ;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

p {
	text-align: justify;
	letter-spacing: 2.5px;
	line-height: 180%;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* パンクス */
.crumb {
	margin-top: -50px;
}
.crumb a {
	color: #df8a96;
	text-decoration: underline;
}
.crumb i {
	padding: 0 5px;
}

/* ------------------------------------------------ 配置系 */
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

/* ------------------------------------------------ アイコン */
i.fa {
	padding-right: 5px;
	color: #eb6d9d;
}

/* ------------------------------------------------ マージン系 */
.mb10 {
	margin-bottom: 10px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb150 {
	margin-bottom: 150px;
}

.ml20 {
	margin-left: 20px;
}

.mt10 {
	margin-top: 10px;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mt100 {
	margin-top: 200px;
}
.mt150 {
	margin-top: 150px;
}
.mt-40 {
	margin-top: -30px;
}

.mtb10 {
	margin: 10px 0;
}

/* ------------------------------------------------ フォント系 */
.font12 {
	font-size: 12px;
}
.font14 {
	font-size: 14px;
}
.font20 {
	font-size: 20px;
}
.font25 {
	font-size: 25px;
}
.font30 {
	font-size: 30px;
}
.font35 {
	font-size: 35px;
}

.pink {
	color: #e4558b;
}
.bb_pk {
	border-bottom: 1px solid #df8a96;
}

.blue {
	color: #3ab2b3;
}

.org {
	color: #f68624;
}

/* ------------------------------------------------ リセット系 */
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
	font-weight: normal;
}

/* ------------------------------------------------ ヘッダエリア */

/* スライドショー */
ul.bxslider {
	padding: 0;   /* または padding-left: 0; */
	margin: 0;
}
ul.bxslider img {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 0;
}

.pageimg img {
	width: 100%;
}

/* グローバルナビ */
.headerwrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
}


/* ------------------------------------------------ コンテンツエリア */
.wrapper {
	display: block;
	clear: both;
	width: 1080px;
	height: auto;
	margin: 100px auto 0;
}

.liquid {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 100px auto 0;
	padding: 50px 0;
	background-color: #fff7f2;
}
.liquid_wrap {
	display: block;
	clear: both;
	width: 1080px;
	height: auto;
	margin: 0 auto;
}

.liquid_color {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	padding: 50px 0;
	background-color: #ebf6f7;
}
.liquid_color_wrap {
	display: block;
	clear: both;
	width: 1080px;
	height: auto;
	margin: 50px auto;
}

/* ------------------------------------------------ タイトル */
h2.ttl {
	width: 100%;
	font-size: 25px;
	color: #fff;
	margin: 0 0 50px 0;
	padding: 10px;
	display: inline-block;
	line-height: 1.3;
	background: #eb6d9d;
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;
}
h2.ttl:before {
	content: '●';
	color: #fff;
	margin-right: 8px;
}

h2.ttl_ble {
	width: 100%;
	font-size: 25px;
	color: #fff;
	margin: 0 0 50px 0;
	padding: 10px;
	display: inline-block;
	line-height: 1.3;
	background: #3ab2b3;
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;
}
h2.ttl_ble:before {
	content: '●';
	color: #fff;
	margin-right: 8px;
}

h2.ttl_org {
	width: 100%;
	font-size: 25px;
	color: #fff;
	margin: 0 0 50px 0;
	padding: 10px;
	display: inline-block;
	line-height: 1.3;
	background: #f68624;
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;
}
h2.ttl_org:before {
	content: '●';
	color: #fff;
	margin-right: 8px;
}

h3.large_ttl {
	font-family: "Sawarabi Mincho";
	font-size: 22px;
	line-height: 2em;
	color: #df8a96;
}

h3.middle_ttl {
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #df8a96;
}

h2.big_ttl_pnk {
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
	font-family: "Sawarabi Mincho";
	font-size: 35px;
	color: #df8a96;
	line-height: 1.1;
}
h2.big_ttl_ble {
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
	font-family: "Sawarabi Mincho";
	font-size: 35px;
	color: #3ab2b3;
	line-height: 1.1;
}
h2.big_ttl_org {
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
	font-family: "Sawarabi Mincho";
	font-size: 35px;
	color: #f68624;
	line-height: 1.1;
}

/* ------------------------------------------------ トップ：事業内容 */
.column1 {
	display: block;
	clear: both;
	box-sizing: border-box;
	overflow: auto;
}
.columnpic {
	float: left;
	width: 40%;
	margin: 0 5% 0 0;
}
.columnpic_right {
	float: right;
	width: 40%;
	margin: 0 0 0 5%;
}
.columntext {
	float: left;
	width: 55%;
	text-align: justify;
	text-justify: distribute;
	box-sizing: border-box;
	overflow: auto;
}

/* ------------------------------------------------ トップ：お問い合わせ */
.flexbox_221 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;	
}

.f_item_221 {
    width: 100%;
	text-align: center;
	margin: 0 auto;
}

.f_item_221 p {
   text-align: center;
}

.f_item_221 a {
	display: block;
	width: 40%;
	margin: 0 auto;

}


/* ------------------------------------------------ ハハナの思い */


/* ------------------------------------------------ 訪問看護/重度心身障害 */
.flexbox_221_nomb {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
	margin: 15px 0 50px;
	
}
.f_item_221_nomb {
    width: 46%;
	text-align: center;
	margin: 0 2%;
}

.flex_ptxt {
	margin: 15px 2% 50px;
}

/* ------------------------------------------------ 求人 */
.recruit{
	width:100%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
 
.recruit th{
	padding: 15px;
	border-top: solid 1px #ffffff;
	width: 30%;
	overflow: hidden;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	background-color: #beffff;
}
 
.recruit td{
	padding: 15px;
	text-align: left;
	vertical-align: top;
	color: #595960;
	background-color: #ffffff;
	border-top: dotted 1px #beffff;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}















/* ------------------------------------------------ ページトップ */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: block;
    background-color: #08102b;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    padding: 15px 25px;
}
.pagetop a:hover {
    display: block;
    background-color: #08102b;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 15px 25px;
	filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.pagetop i.fa {
	margin: 0;
	padding: 0;
	color: #fff;
}

/* ------------------------------------------------ フッタ */
footer {
	font-size: 14px;
	display: inline-block;
	clear: both;
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
	margin: 100px 0 0 0;
	padding: 0;
}

.f_navi {
	text-align: center;
	margin: 30px 0 0;
	padding: 10px 0;
	border-top: 1px dotted #e0e0e0;
	border-bottom: 1px dotted #e0e0e0;
}
.f_navi a {
	padding: 0 20px;
}

.footwrap {
	width: 1080px;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
}

.flexbox_ft {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
	margin: 0 auto;
}
.f_item_ft {
    width: 32%;
	margin: 0 1%;
	margin: 0 auto;
}


/* ロゴマーク */
footer h2.logo {
	width: 203px;
	height: 60px;
}
footer h2.logo a {
	float: left;
	width: 203px;
	height: 60px;
	background-image: url(../images/logo_sp.png);
	font-size: 0.1em;
	text-indent: -9999em;
}
	@media all and (-webkit-min-device-pixel-ratio: 1.5) {
		footer h2.logo a {
			background-image: url(../images/logo_sp@2x.png);
			background-size: 203px 60px;
		}
	}

p.copy {
	text-align: center;
	font-size: 12px;
	margin: 30px 0 0;
}


@media (max-width: 767px){
/* パンクス */
.crumb {
	margin-top: -100px;
	font-size: 12px;
}

/* ------------------------------------------------ ヘッダエリア */
header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	background-color: rgba(255,255,255,1);
	z-index: 0;
}
.headerwrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.absolute_left {
	display: none;
}
.absolute_right {
	display: none;
}

/* ロゴマーク */
h1.logo {
	width: 203px;
	height: 60px;
}
h1.logo a {
	position: fixed;
	z-index: 1;
	width: 203px;
	height: 60px;
	left: 50%;
	margin-left: -102px;
	background-image: url(../images/logo_sp.png);
	font-size: 0.1em;
	text-indent: -9999em;
}
	@media all and (-webkit-min-device-pixel-ratio: 1.5) {
		h1.logo a {
			background-image: url(../images/logo_sp@2x.png);
			background-size: 203px 60px;
		}
	}

ul.headerulli {
	display: none;
}

.headermenu a {
	display: none;
}

/* ------------------------------------------------ スライドショー */
ul.bxslider img {
	margin: 0 auto;
	z-index: 0;
}

.pageimg img {
	width: 100%;
}

/* ------------------------------------------------ コンテンツエリア */
.wrapper {
	width: 90%;
	margin: 150px auto 0;
}

.liquid_wrap {
	width: 90%;
}

.liquid_color_wrap {
	display: block;
	clear: both;
	width: 90%;
	margin: 0 auto;
}

/* ------------------------------------------------ トップ：事業内容 */
.columnpic {
	clear: left;
	width: 100%;
	margin: 0 0 5% 0;
}
.columnpic_right {
	clear: right;
	width: 100%;
	margin: 0 0 5% 0;
}
.columntext {
	clear: left;
	width: 100%;
}

/* ------------------------------------------------ トップ：お問い合わせ */
.f_item_221 {
    width: 100%;
	margin: 0 0 30px;
	
}
	
	.f_item_221 a {
    width: 80%;	
}
	
	.f_item_221 p.mt10 {
		text-align: left;
	}
	

/* ------------------------------------------------ ハハナの思い */


/* ------------------------------------------------ 訪問看護/重度心身障害 */
.f_item_221_nomb {
    width: 100%;
}

/* ------------------------------------------------ 求人 */
.recruit th{
	width:100%;
	display:block;
	margin: 0 auto;
	border:none;
	border-radius: 3px;
}
.recruit td{
	display: list-item;
	width: 100%;
	border-top: none !important;
}












/* ------------------------------------------------ ページトップ */
.pagetop {
    bottom: 0;
    right: 0;
}

/* ------------------------------------------------ フッタ */
footer {
	height: auto;
}

.footwrap {
	width: 90%;
}

footer h2 {
	margin: 0 auto;
}

.f_item_ft {
    width: 100%;
	margin: 0 0 25px 0;
}

.f_item_ft h4,.f_item_ft p {
	text-align: center;
}

p.copy {
	text-align: center;
}

}


@media (min-width: 768px) and (max-width: 980px) {
/* パンクス */
.crumb {
	margin-top: -100px;
	font-size: 12px;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	background-color: rgba(255,255,255,1);
	z-index: 0;
}
.headerwrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.absolute_left {
	display: none;
}
.absolute_right {
	display: none;
}

/* ロゴマーク */
h1.logo {
	width: 203px;
	height: 60px;
}
h1.logo a {
	position: fixed;
	z-index: 1;
	width: 203px;
	height: 60px;
	left: 50%;
	margin-left: -102px;
	background-image: url(../images/logo_sp.png);
	font-size: 0.1em;
	text-indent: -9999em;
}
	@media all and (-webkit-min-device-pixel-ratio: 1.5) {
		h1.logo a {
			background-image: url(../images/logo_sp@2x.png);
			background-size: 203px 60px;
		}
	}


ul.headerulli {
	display: none;
}

.headermenu a {
	display: none;
}

/* ------------------------------------------------ スライドショー */
ul.bxslider img {
	margin: 0 auto;
	z-index: 0;
}

.pageimg img {
	width: 100%;
}

/* ------------------------------------------------ コンテンツエリア */
.wrapper {
	width: 90%;
	margin: 150px auto 0;
}

.liquid_wrap {
	width: 90%;
}

.liquid_color_wrap {
	display: block;
	clear: both;
	width: 90%;
	margin: 0 auto;
}








/* ------------------------------------------------ ページトップ */
.pagetop {
    bottom: 0;
    right: 0;
}

/* ------------------------------------------------ フッタ */
footer {
	height: auto;
}

.footwrap {
	width: 90%;
}

footer h2 {
	margin: 0 auto;
}

}


@media (min-width: 981px) {
/* ------------------------------------------------ ヘッダエリア */
header {
	width: 100%;
	box-shadow: 0px 5px 20px -3px rgba(172,21,88,.1);
	-webkit-box-shadow: 0px 5px 20px -3px rgba(172,21,88,.1);
	-moz-box-shadow: 0px 5px 20px -3px rgba(172,21,88,.1);
}

.headbox {
	position: relative;
}

.absolute_left {
	position: absolute;
	z-index: 99999;
	top: 15px;
	left: 50px;
}
.absolute_right {
	position: absolute;
	z-index: 99999;
	top: 15px;
	right: 50px;
}

/* ロゴマーク */
h1.logo {
	position: absolute;
	width: 270px;
	height: 270px;
	z-index: 999999;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
h1.logo a {
	float: left;
	width: 270px;
	height: 270px;
	margin: 0 auto;
	background-image: url(../images/logo.png);
	font-size: 0.1em;
	text-indent: -9999em;
}
	@media all and (-webkit-min-device-pixel-ratio: 1.5) {
		header h1 a {
			background-image: url(../images/logo@2x.png);
			background-size: 270px 270px;
		}
	}


/*
.menu ul {
	font-size: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 4px;
	list-style: none;
	text-align: center;
}
.menu li {
	font-size: 24px;
	margin: 0 8px;
	display: inline-block;
}
*/
.menu li a {
	text-decoration: none;
	padding-bottom: 3px;
	color: #000;
	display: block;
	position: relative;
}
.menu li a:before {
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	transition: all 0.5s ease;
	border-bottom: 3px solid #da5c80;
	position: absolute;
	display: block;
}
.menu li a:hover:before {
	width: 50%;
	border-bottom: 3px solid #da5c80;
}
.menu li a:after {
	content: '';
	width : 0;
	right: 50%;
	bottom: 0;
	transition: all 0.5s ease;
	border-bottom: 3px solid #da5c80;
	position: absolute;
	display: block;
}
.menu li a:hover:after {
	width: 50%;
	border-bottom: 3px solid #da5c80;
}

/* ロゴマーク */
h1.logo {
	margin: 0 auto;
}

}

/*# sourceMappingURL=style.css.map */