@charset "utf-8";

@media all and (max-width:700px){

img {
	image-rendering: -webkit-optimize-contrast;
}

p {
	font-size: 16px;
	text-indent: 1em;
	padding-left: 1em;
	letter-spacing: 0.2em;
	line-height: 1.8em;
	color: #502d16;
	font-weight: 600;
}

body {
	margin: 0px;
	padding: 0;
	letter-spacing: 0.15em;
	font-family: "メイリオ", "ＭＳ Ｐゴシック""ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 2;
}
#wrap {
	position: relative;
	height: auto !important;/*IE6対策*/
	height: 100%;/*IE6対策*/
	min-height: 100%;
}


header {
	display: none;
}

/*スマホ用ハンバーガーボタン*/
.hamburger {
	display: block;
	position: fixed;
	z-index: 9995;
	right: 13px;
	top: 12px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
}

.hamburger span {
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	left: 6px;
	background: #ff6600;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
	top: 10px;
}

.hamburger span:nth-child(2) {
	top: 20px;
}

.hamburger span:nth-child(3) {
	top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
	width: 0px;
}

.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.hamburger.active span:nth-child(1) {
	-webkit-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-o-transform: translateY(4px);
	transform: translateY(4px);
}

.hamburger.active span:nth-child(3) {
	-webkit-transform: translateY(-16px) rotate(90deg);
	-ms-transform: translateY(-16px) rotate(90deg);
	-o-transform: translateY(-16px) rotate(90deg);
	transform: translateY(-16px) rotate(90deg);
}

nav.globalMenuSp {
	position: fixed;
	z-index: 9992;
	top: 0;
	left: 0;
	color: #000;
	background: #fff;
	text-align: center;
	transform: translateY(-100%);
	transition: all 0.9s;
	width: 100%;
	opacity: 0.95;
}

nav.globalMenuSp ul {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	width: 100%;

}

nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #ff6600;
}

nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

nav.globalMenuSp ul li:hover {
	background: #ddd;
}

nav.globalMenuSp ul li a {
	display: block;
	color: #000;
	padding: 1em 0;
	text-decoration: none;
}

/* jQuery add-remove */
nav.globalMenuSp.active {
	transform: translateY(0%);
}

.sb {
	width: 100%;
}

.maintop {
	position : relative;
	width: 100%;
	height: 500px;
	z-index: 300;
	overflow: hidden;
	background-image: url(../img/top-1.png) ;
	background: #fff;
}

.maintop .pic{
	position : absolute;
	background: #000;
	top : 0;
	left : 0;
	bottom : 0;
	right : 0;
	opacity : 0;
	animation : fade 20s infinite , dai 20s infinite ; /* 4画像 × 各3s = 12s */
	z-index: 300:
}

.maintop .src1 {
	background : url(../img/top-1.png) no-repeat center center;
	background-size:cover;
	position: absolute;
	top:0;
	left:0;
	z-index: 300;
}

.maintop .src2 {
	background : url(../img/top-2.png) no-repeat center center;
	background-size:cover;
	animation-delay : 5s;
	position: absolute;
	bottom: 0;
	left:0;
	z-index: 300;
}

.maintop .src3 {
	background: url(../img/top-3.png) no-repeat center center;
	background-size:cover;
	animation-delay : 10s;
	position: absolute;
	bottom: 0;
	left:0;
	z-index: 300;
}

.maintop .src4 {
	background: url(../img/top-4.png) no-repeat center center;
	background-size:cover;
	animation-delay : 15s;
	position: absolute;
	bottom: 0;
	left:0;
	z-index: 300;
}

/*メイントップ文字1・2・3行目*/
.topmoji-box {
	position: relative;
	top: 25%;
	width: 95%;
	margin-left: 5%;
	text-align: right;
}
.topmoji-box img{
	width: 100%;
}

/*メイントップ文字1行目*/
.top-1b {
	position: relative;
	right: 1%;
	width: 100%;
	max-width: 690px;
	display: inline-block;
	z-index: 790;
}

.top-1t {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 90%;
	margin: auto;
	padding: 2px;
	z-index: 800;
}

.top-1f {
	position: absolute;
	bottom: -10%;
	right: 12%;
	width: 7%;
	max-width: 60px;
	z-index: 850;
}

/*メイントップ文字2行目*/
.top-2b {
	position: relative;
	right: 8%;
	width: 100%;
	max-width: 690px;
	margin-top: 6%;
	display: inline-block;
	z-index: 790;
}

.top-2t {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 90%;
	margin: auto;
	padding: 2px;
	z-index: 800;
}

.top-2f1 {
	position: absolute;
	left: 15%;
	top:79%;
	width: 15%;
	max-width: 150px;
	z-index: 850;
}

.top-2f2 {
	position: absolute;
	bottom: -10%;
	left: 23%;
	width: 15%;
	max-width: 140px;
	z-index: 850
}

/*メイントップ文字3行目*/
.top-3b {
	position: relative;
	right: 3%;
	width: 100%;
	max-width: 690px;
	margin-top: 6%;
	display: inline-block;
	z-index: 790;
}

.top-3t {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 90%;
	margin: auto;
	padding: 2px;
	z-index: 800;
}

.top-3f1 {
	position: absolute;
	top: -14%;
	left: -3%;
	width: 5%;
	max-width: 60px;
	z-index: 850;
}

.top-3f2 {
	position: absolute;
	bottom: -5%;
	left: 42%;
	width: 26%;
	max-width: 250px;
	z-index: 850;
}

/*【ニュース】*/
.news {
	position: relative;
	width: 100%;
	padding-top: 60px;
	border-top: 15px solid  #ff6600;
	background-color: #fcf4ec;
	z-index: 1000;
}

.news-naiyo-box {
	width: 90%;
	height: 170px;
	margin: 20 auto 0 auto;
	padding: 0 3% 5% 3%;
	background-color: #ffffff;
	border-radius: 5px;
	overflow: auto;
	-ms-overflow-style: none;/* IE対策 */
	overflow: -moz-scrollbars-none;/* Firefox対策 */
}
.news-naiyo-box::-webkit-scrollbar {
	/* Google Chrome対策 */
	display: none;
}

.news-title {
	position: absolute;
	top: 35;
	left: 5%;
}

dl {
	width: 94%;
	height: auto;
	margin: 5px 6% 5px 0;
	font-size: 16px;
}

dt {
	float: left;
	width: 20%;
	height: auto;
	margin-top: 1px;
	padding: 10px;
	text-align: left;
	color: #5c2602;
	font-weight: 600;
}

dd {
	float: left;
	width: 90%;
	height: auto;
	text-align: left;
	line-height: 1.3em;
	text-indent: 1em;
	color: #622801;
	border-bottom: 2px solid #f5c4a3;
}

#contents{
	position: relative;
	width: 100%;
	background-image: url(../img/haikei-ugoku-s.png);
	background-size: 100%;
	background-repeat: repeat;
	overflow: hidden;
	animation: smileLoop 80s linear infinite;
	z-index: 1;
}

/*【今日もすまいる】 */
.top-message {
	position: relative;
	width: 100%;
	height: 980px;
	text-align: left;
	z-index: 50;
	background-image: url(../img/message-haikei.png);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.top-message img{
	width:  100%;
}

.message-box {
	position: relative;
	width: 96%;
	margin: 0 auto;
	padding-top: 50px;
	z-index: 5;
}

.message-box::before {
	position: absolute;
	top: -140;
	right: -15%;
	width: 100%;
	height: 800;
	overflow: hidden;
	background-image: url(../img/dot-smile.png);
	background-size: 300px;
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	animation: dai2 5s infinite;
	z-index: 1;
}

.message-r{
	position: relative;
	width: 100%;
	z-index: 500;
}

.message-ts{
	width:95%;
	max-width: 615px;
	margin:0 auto 30px auto;
}

.message-title {
	width: 100%;
	max-width: 569px;
	margin-bottom: 30px;
}

.message-sub {
	width: 100%;
	max-width: 613px;
	border-bottom: 5px dotted #fdaa73;
}

.m-ex {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
}

.happy-g{
	width: 85%;
	max-width: 400px;
	margin: 0 auto;
}
.happy-g img{
	width: 100%;
}

/* 【介護サービス】【障がい福祉サービス】【サービス付き高齢者向け住宅】親BOX */
.c123{
	position: relative;
	margin-top: 150px;
}
.c123 img{
	width: 100%;
}

.service-title {
	position: absolute;
	top: -120;
	width: 60%;
	margin: 0 8% 0 32%;
	text-align: right;
}
.service-title img{
	width: 100%;
	max-width: 300px;
}

/* 【介護サービス】 */
.c1 {
	position: relative;
	width: 100%;
	height: auto;
}

/* 上側 */
.c1-l{
	display: none;
}

/* 下側 */
.c1-r {
	position: relative;
	width: 90%;
	margin: 80px 5% 0 5%;
	background-image: url(../img/bg-r.png);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 400;
}

.c1-s {
	position: absolute;
	top: -130;
	right: -2%;
	width: 30%;
	max-width: 260px;
	display: none;
}

.c1-box{
	width: 100%;
	margin: 0 auto;
}

.c1-title {
	position: relative;
	top: 20;
	left: 2%;
	width: 95%;
	max-width: 580px;
}

.c1-ex {
	position: relative;
	width: 100%;
	max-width: 650px;
	margin-top: 50px;
}

.c1-more {
	position: absolute;
	left: 2%;
	margin-top: 20px;
}

.c1-m1 {
	position: relative;
	right: -2%;
	width: 60%;
	max-width: 400px;
	margin-top: 60px;
	margin-left: 40%;
	overflow: hidden;
	animation: maruyura 25s linear infinite;
}

/*【障がい福祉サービス】*/
.c2{
	position: relative;
	width: 100%;
}

/* 上側 */
.c2-r{
	display: none;
}

/* 下側 */
.c2-l {
	position: relative;
	width: 90%;
	margin: 80px 5% 0 5%;
	background-image: url(../img/bg-l.png);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 400;
}

.c2-s {
	position: absolute;
	top: -130;
	left: -2%;
	width: 27%;
	max-width: 230px;
	display: none;
}

.c2-box{
	width: 100%;
	margin: 0 auto;
}

.c2-title {
	position: relative;
	top: 20;
	left: 2%;
	width:95%;
	max-width: 580px;
}

.c2-ex {
	position: relative;
	width: 100%;
	max-width: 650px;
	margin-top: 50px;
}

.c2-more {
	position: absolute;
	right: 2%;
	margin-top: 20px;
}

.c2-m1 {
	position: relative;
	left: -2%;
	width: 60%;
	max-width: 400px;
	margin-top: 60px;
	margin-right: 40%;
	overflow: hidden;
	animation: maruyura 25s linear infinite;
}

/*【高齢者向け住宅】*/
.c3 {
	position: relative;
	width: 100%;
	height: auto;
}

/* 上側 */
.c3-l{
	display: none;
}

/* 下側 */
.c3-r {
	position: relative;
	width: 90%;
	margin: 80px 5% 0 5%;
	background-image: url(../img/bg-r.png);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 400;
}

.c3-s {
	position: absolute;
	top: -130;
	right: -2%;
	width: 25%;
	max-width: 221px;
	display: none;
}

.c3-box{
	width: 100%;
	margin: 0 auto;
}

.c3-title {
	position: relative;
	top: 20;
	left: 2%;
	width: 95%;
	max-width: 580px;
}

.c3-ex {
	position: relative;
	width: 100%;
	max-width: 650px;
	margin-top: 50px;
}

.c3-more {
	position: absolute;
	left: 2%;
	margin-top: 20px;
}

.c3-m1 {
	position: relative;
	right: -2%;
	width: 60%;
	max-width: 400px;
	margin-top: 60px;
	margin-left: 40%;
	overflow: hidden;
	animation: maruyura 25s linear infinite;
}

/*【求人情報】*/
.recruit {
	position: relative;
	width: 100%;
	padding-top: 200px;
	overflow: hidden;
	background-image: url(../img/recruit-haikei.png);
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 5000;
}

.recruit-title {
	position: absolute;
	top: 10%;
	width: 58%;
	margin: 0 8% 0 34%;
	text-align: right;
}
.recruit-title img{
	width: 100%;
	max-width: 285px;
}


.recrute-moji{
	position: relative;
	margin-bottom: 200px;
	width: 100%;
}

.recruit-ex {
	width: 100%;
	margin-bottom: 80px;
}

.recruit-ex p{
	width: 90%;
	max-width: 580px;
	margin: 0 auto;
	padding: 0;
}

.point-list {
	position: relative;
	left: -15;
	padding-right: 5%;
	font-size: 16px;
	letter-spacing: 0.2em;
	color: #502d16;
	font-weight: 600;
}

.recruit-point {
	position: absolute;
	top: -50;
	left: 50;
	width: 80px;
}

.point-list ul {
	list-style-type: none;
	line-height: 1.8em;
}

.point-list li {
	padding-left: 30px;
	background-image: url("../img/icon-list.png");
	background-repeat: no-repeat;
	background-position: left 8 top 7;
	background-size: 14px auto;
}

.r-more {
	position: absolute;
	bottom: 3%;
	left: 20%;
}

/*【詳細ボタン】*/
.btn {
	width: 45%;
	max-width: 60px;
	height: 30px;
	line-height: 23px;
	text-decoration: none;
	display: inline-block;
	background: #ff6600;
	color: #fff;
	padding: 15px 40px 5px 30px;
	border-radius: 100px;
	text-align: center;
	outline: none;
	transition: ease .2s;
	font-size: 18px;
}
.btn:hover {
	background: #ffc900;
}
/* 矢印が右に移動 */
.btnarrow1::after {
	position: absolute;
	top: 50%;
	right: 16px;
	content: '';
	margin-top: -5px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	transition: all .2s;
}
.btnarrow1:hover::after {
	right: 12px;
}

/*【詳細ボタン・求人情報用】 */
.r-btn {
	width: 45%;
	max-width: 60px;
	height: 30px;
	line-height: 23px;
	text-decoration: none;
	display: inline-block;
	background: #ffffff;
	color: #ff6600;
	padding: 15px 40px 5px 30px;
	border-radius: 100px;
	text-align: center;
	outline: none;
	transition: ease .2s;
	font-size: 18px;
}
.r-btn:hover {
	background: #ffffff;
}
/* 矢印が右に移動 */
.r-btnarrow1::after {
	position: absolute;
	top: 50%;
	right: 16px;
	content: '';
	margin-top: -5px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #ff6600;
	border-right: 2px solid #ff6600;
	transform: rotate(45deg);
	transition: all .2s;
}
.r-btnarrow1:hover::after {
	right: 12px;
}

/* コピーライト */
footer {
	position: relative;
	width: 100%;
	height: 40px;/*フッターの高さ*/
	padding-top: 20px;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
	background-color:  #ff6600;
}

/* スクロール時に出るトップへのアイコン */
#page_top{
  position: fixed;
  right: 35;
  bottom: -100;
  z-index: 50000;
}
#page_top a{
  position: relative;
  display: block;
  text-decoration: none;
}
#page_top img{
  width: 100%
}

/*=== 画面スクロールでアニメーション ===*/
.sa {
  opacity: 0;
  transition: all .6s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}

/* 動き【左から右】 */
.sa--lr {
  transform: translate(-50%, 0);
}

/* 動き【右から左】 */
.sa--rl {
  transform: translate(50%, 0);
}

/* 動き【右上】 */
.sa--ur {
  transform: translate(-50%, 50%);
}

/* 動き【左上】 */
.sa--ul {
  transform: translate(50%, 50%);
}

/* 動き【右下】 */
.sa--dr {
  transform: translate(-50%, -50%);
}

/* 動き【左下】 */
.sa--dl {
  transform: translate(50%, -50%);
}

/* 動き【下から上】 */
.sa--up {
  transform: translate(0, 100px);
}

/* 動き【上から下】 */
.sa--down {
  transform: translate(0, -100px);
}

/* 動き【拡大】 */
.sa--scaleUp {
  transform: scale(.5);
}

/* 動き【縮小】 */
.sa--scaleDown {
  transform: scale(1.5);
}

/* 動き【左に回転】 */
.sa--rotateL {
  transform: rotate(180deg);
}

/* 動き【右に回転】 */
.sa--rotateR {
  transform: rotate(-180deg);
}

}