@charset "utf-8";

@media all and (min-width:701px){

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

p {
	font-size: 18px;
	text-indent: 1em;
	padding-left: 1em;
	letter-spacing: 0.2em;
	line-height: 2em;
	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: 16px;
	line-height: 2;
}

#wrap {
	position: relative;
	height: auto !important;/*IE6対策*/
	height: 100%;/*IE6対策*/
	min-height: 100%;
	overflow: hidden;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	letter-spacing: 0.4em;
	font-size:12px;
	min-height: 0vw;
	z-index: 20000;
}

.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
	width: 100%;
}

.is-animation {
	background-image: none;
	background-color: rgba(255, 255, 255, 0.65);
	padding-top: 0%;
}

header nav {
	width: 98%;
	padding-left: 2%;
}

header ul li a {
	color: #000000;
	text-decoration: none;
}

header ul {
	list-style: none;
	width: 99%;
	padding: 0;
	text-align: right;
}

header li {
	display: inline-block;
	margin-left: 1%;
}

.hamburger{
	display: none;
}

.globalMenuSp{
	display: none;
}

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

.maintop::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-image: url(../img/news-haikei.png);
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 999;
}

.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 {
	position: absolute;
	top:0;
	left:0;
	background : url(../img/top-1.png) no-repeat center center;
	background-size:cover;
	z-index: 300;
}

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

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

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

.top-pic6{
	width: 100%;
	max-width: 1068px;
}


/*【ニュース】【今日もすまいる】1501pxここから*/
@media screen and (min-width:1501px){

/*【ニュース】*/
.news {
	position: relative;
	top: -150;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	z-index: 5000;
}
.news img{
	width: 100%;
}

.news-title {
	position: absolute;
	top: -50;
	left: 7%;
}

.news-naiyo-box {
	position: absolute;
	width: 30%;
	max-width: 550px;
	height: 250px;
	margin-left: 5%;
	padding: 10px;
	background-color: #ffffff;
	border-radius: 20px;
	overflow: auto;
	-ms-overflow-style: none;/* IE対策 */
	overflow: -moz-scrollbars-none;/* Firefox対策 */
}
.news-naiyo-box::-webkit-scrollbar {
	/* Google Chrome対策 */
	display: none;
}

dl {
	width: 96%;
	height: auto;
	margin: 5px auto;
	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.png);
	background-size: 100%;
	background-repeat: repeat;
	overflow: hidden;
	animation: smileLoop 80s linear infinite;
	z-index: 1;
}

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

.message-box {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	z-index: 5;
}

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

.message-r{
	position: relative;
	right: -35%;
	z-index: 500;
}

.message-ts{
	width: 93%;
	margin-bottom: 50px;
	margin-left:7%;
}

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

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

.m-ex {
	width: 90%;
	max-width: 750px;
	margin-left: 5%;
	margin-right: 5%;
}

.happy-g{
	position: absolute;
	top: 0;
	width: 33%;
	max-width: 620px;
	margin-top: 200px;
	margin-left: 5%;

}
.happy-g img{
	width: 100%;
}

}
/*【ニュース】【今日もすまいる】1501pxここまで*/

/*【ニュース】【今日もすまいる】1500pxここから*/
@media screen and (min-width:701px) and ( max-width:1500px) {

.news {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5000;
	background-color: #fcf4ec;
}
.news img{
	width: 100%;
}

.news-title {
	position: absolute;
	top: -50;
	left: 13%;
}

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

dl {
	width: 96%;
	height: auto;
	margin: 5px auto;
	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: 92%;
	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.png);
	background-size: 100%;
	background-repeat: repeat;
	overflow: hidden;
	animation: smileLoop 80s linear infinite;
	z-index: 1;
}

/*【今日もすまいる】 */
.top-message {
	position: relative;
	width: 100%;
	height: 1250px;
	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: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 50px;
	z-index: 5;
}

.message-box::before {
	position: absolute;
	top: -150;
	right: -20%;
	width: 100%;
	height: 900px;
	background-image: url(../img/dot-smile.png);
	background-size: 400px;
	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:85%;
	max-width: 615px;
	margin:0 auto 50px auto;
}

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

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

.m-ex {
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
}

.happy-g{
	width: 60%;
	max-width: 620px;
	margin: 0 auto;
	padding-top: 50px;
	z-index: 500;
}

.happy-g img{
	width: 100%;
}

}
/*【ニュース】【今日もすまいる】1500pxここまで*/

/*【介護サービス】【障がい福祉サービス】【サービス付き高齢者向け住宅】【求人情報】【詳細ボタン】1301px用ここから*/
@media screen and ( min-width:1301px) {

.c123{
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 50px auto 0 auto;
	padding-top: 150px;
	padding-bottom: 50px;
}
.c123 img{
	width: 100%;
}

.service-title {
	position: absolute;
	top: 0;
	width: 40%;
	margin: 0 5% 0 50%;
	text-align: right;
}
.service-title img{
	width: 100%;
	max-width: 393px;
}

/* 【介護サービス】 */
.c1 {
	position: relative;
	width: 100%;
	height: 900px;
	padding-bottom: 150px;
}

/* 左側 */
.c1-l{
	position: absolute;
	top: 30;
	left: -180;
	float: left;
	width: 65%;
	max-width: 1150px;
	min-width: 750px;
	z-index: 500;
}

.c1-m {
	position: relative;
	width: 90%;
	overflow: hidden;
	box-shadow: 15px 15px #ff6600;
	animation: maruyura 25s linear infinite;
}

.c1-list {
	position: absolute;
	top: 6%;
	right: 34%;
	color: #000;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
				-1px 1px 0 #FFF, 1px -1px 0 #FFF,
				0px 1px 0 #FFF, 0-1px 0 #FFF,
				-1px 0 0 #FFF, 1px 0 0 #FFF;
	z-index: 600;
}

.c1-jigyou {
	width: 173px;
	padding-left: 30px;
}

.c1-list ul {
	list-style-type: none;
	line-height: 1.8em;
	margin: 10px 0 0 0;
	padding-left: 0;
}

.c1-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;
}

.fusen-boX1 {
	position: absolute;
	top: 0;
	left: 20%;
	width: 90%;
	max-width: 1150px;
	min-width: 650px;
	z-index: 550;
}

.fusen1 {
	position: absolute;
	left: 60%;
	width: 7%;
	max-width: 70px;
}

.fusen2 {
	position: absolute;
	left: 48%;
	width: 7%;
	max-width: 70px;
	margin-top: 16%;
}

/* 右側 */
.c1-r {
	position: relative;
	top: 210;
	right: 10%;
	float: right;
	width: 45%;
	max-width: 800px;
	height: 750px;
	background-image: url(../img/bg-r.png);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 400;
}

.c1-s {
	position: absolute;
	top: -100;
	right: -15%;
	width: 35%;
	max-width: 280px;
	min-width: 210px;
}

.c1-box{
	width: 88%;
	max-width: 680px;
	margin-left: 12%;
}

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

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

.c1-more {
	position: absolute;
	left: 0;
	margin-top: 30px;
}

.c1-m1 {
	position: absolute;
	bottom: 50;
	right: -10%;
	width: 50%;
	max-width: 400px;
	overflow: hidden;
	animation: maruyura 25s linear infinite;
}

/*【障がい福祉サービス】*/
.c2{
	position: relative;
	width: 100%;
	height: 900px;
	padding-bottom: 50px;
}

/* 右側 */
.c2-r{
	position: absolute;
	top: 100;
	right: -180;
	float: right;
	width: 65%;
	max-width: 1150px;
	min-width: 850px;
	z-index: 500;
}

.c2-m{
	position: relative;
	width: 90%;
	overflow: hidden;
	box-shadow: 15px 15px #ff6600;
	animation: maruyura 25s linear infinite;
}

.c2-list {
	position: absolute;
	top: 68%;
	left: 38%;
	color: #000;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
				-1px 1px 0 #FFF, 1px -1px 0 #FFF,
				0px 1px 0 #FFF, 0-1px 0 #FFF,
				-1px 0 0 #FFF, 1px 0 0 #FFF;
	z-index: 600;
}

.c2-jigyou {
	width: 173px;
	padding-left: 30px;
}

.c2-list ul {
	list-style-type: none;
	line-height: 1.8em;
	margin: 10px 0 0 0;
	padding-left: 0;
}

.c2-list ul 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;
}

.fusen-boX2 {
	position: absolute;
	top: -80;
	left: 23%;
	width: 90%;
	max-width: 1100px;
	min-width: 650px;
	z-index: 550;
}

.fusen3 {
	position: absolute;
	width: 7%;
	max-width: 70px;
}

.fusen4 {
	position: absolute;
	left: -12%;
	width: 7%;
	max-width: 70px;
	margin-top: 18%;
}

/* 左側 */
.c2-l {
	position: relative;
	top: 20;
	float: left;
	width: 45%;
	max-width: 800px;
	height: 750px;
	margin-left: 4%;
	background-image: url(../img/bg-l.png);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 400;
}

.c2-s {
	position: absolute;
	top: -110;
	left: -5%;
	width: 35%;
	max-width: 280px;
	min-width: 210px;
}

.c2-box{
	width: 88%;
	max-width: 680px;
	margin-right: 12%;
}

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

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

.c2-more {
	position: absolute;
	right: 0;
	margin-top: 30px;
}

.c2-m1 {
	position: absolute;
	bottom: 0;
	width: 50%;
	max-width: 400;
	overflow: hidden;
	animation: maruyura 25s linear infinite;
}

/*【高齢者向け住宅】*/
.c3 {
	position: relative;
	width: 100%;
	height: 900px;
	padding-bottom: 50px;
}

/* 左側 */
.c3-l{
	position: absolute;
	top: 30;
	left: -180;
	float: left;
	width: 65%;
	max-width: 1150px;
	min-width: 750px;
	z-index: 500;
}

.c3-m {
	position: relative;
	width: 90%;
	overflow: hidden;
	box-shadow: 15px 15px #ff6600;
	animation: maruyura 25s linear infinite;
}

.c3-list {
	position: absolute;
	top: 18%;
	right:42%;
	color: #000;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
				-1px 1px 0 #FFF, 1px -1px 0 #FFF,
				0px 1px 0 #FFF, 0-1px 0 #FFF,
				-1px 0 0 #FFF, 1px 0 0 #FFF;
	z-index: 600;
}

.c3-jigyou {
	width: 173px;
	padding-left: 30px;
}

.c3-list ul {
	list-style-type: none;
	line-height: 1.8em;
	margin: 10px 0 0 0;
	padding-left: 0;
}

.c3-list ul 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;
}

.fusen-boX3 {
	position: absolute;
	top: 0;
	left: 20%;
	width: 90%;
	max-width: 1150px;
	min-width: 650px;
	z-index: 550;
}

.fusen5 {
	position: absolute;
	left: 60%;
	width: 7%;
	max-width: 70px;
}

.fusen6 {
	position: absolute;
	left: 48%;
	width: 7%;
	max-width: 70px;
	margin-top: 16%;
}

/* 右側 */
.c3-r {
	position: relative;
	top: 210;
	right: 10%;
	float: right;
	width: 45%;
	max-width: 800px;
	height: 750px;
	background-image: url(../img/bg-r.png);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 400;
}

.c3-s {
	position: absolute;
	top: -120;
	right: -14%;
	width: 35%;
	max-width: 280px;
	min-width: 210px;
}

.c3-box{
	width: 88%;
	max-width: 680px;
	margin-left: 12%;
}

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

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

.c3-more {
	position: absolute;
	left: 0;
	margin-top: 30px;
}

.c3-m1 {
	position: absolute;
	bottom: 0;
	right: -14%;
	width: 50%;
	max-width: 400px;
	overflow: hidden;
	animation: maruyura 25s linear infinite;
}

/*【求人情報】*/
.recruit {
	position: relative;
	width: 100%;
	height: 200px;
	padding-top: 35%;
	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: 0;
	width: 38%;
	max-width: 1920px;
	margin: 12% 10% 0 52%;
}
.recruit-title img{
	width: 100%;
	max-width: 373px;
}

.recrute-moji{
	position: relative;
	bottom: 165%;
	width: 90%;
	max-width: 1920px;
	margin: 0 auto;
	padding-bottom:
}

.recruit-ex {
	position: absolute;
	top: 0;
	width: 47%;
	max-width: 580px;
	margin-left: 15px;
}

.point-list {
	position: absolute;
	top: 210;
	width: 500px;
	font-size: 18px;
	letter-spacing: 0.2em;
	color: #502d16;
	font-weight: 600;
}

.recruit-point {
	width: 20%;
	max-width: 80px;
	padding-left: 50px;
}

.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;
}

.recruit-more {
	position: relative;
	width: 90%;
	max-width: 1920px;
	margin: 0 auto;
}

.r-more {
	position: absolute;
	left: 28%;
	margin-top: 90px;
}

/*【詳細ボタン】*/
.btn {
	width: 140px;
	height: 55px;
	line-height: 50px;
	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: 25px;
}
.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: 140px;
	height: 55px;
	line-height: 50px;
	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: 25px;
}
.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;
}

}
/*【介護サービス】【障がい福祉サービス】【サービス付き高齢者向け住宅】【求人情報】【詳細ボタン】1301px用ここまで*/

/*【介護サービス】【障がい福祉サービス】【サービス付き高齢者向け住宅】【求人情報】【詳細ボタン】1300px用ここから*/
@media screen and ( max-width:1300px) {

.c123{
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 50px auto 0 auto;
	padding-top: 150px;
	padding-bottom: 20px;
}
.c123 img{
	width: 100%;
}

.service-title {
	position: absolute;
	top: 0;
	width: 50%;
	margin: 0 5% 0 45%;
	text-align: right;
}
.service-title img{
	width: 100%;
	max-width: 393px;
}

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

/* 上側 */
.c1-l{
	position: relative;
	left: 3%;
	width: 95%;
	max-width: 1000px;
	min-width: 700px;
	margin: 0 auto;
	z-index: 500;
}

.c1-m {
	position: relative;
	width: 90%;
	overflow: hidden;
	box-shadow: 15px 15px #ff6600;
	animation: maruyura 25s linear infinite;
}

.c1-list {
	position: absolute;
	top: 9%;
	right: 37%;
	color: #000;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
				-1px 1px 0 #FFF, 1px -1px 0 #FFF,
				0px 1px 0 #FFF, 0-1px 0 #FFF,
				-1px 0 0 #FFF, 1px 0 0 #FFF;
	z-index: 600;
}

.c1-jigyou {
	width: 173px;
	padding-left: 30px;
}

.c1-list ul {
	list-style-type: none;
	line-height: 1.8em;
	margin: 10px 0 0 0;
	padding-left: 0;
}

.c1-list ul 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;
}

.fusen-boX1 {
	position: absolute;
	top: 0;
	left: 20%;
	width: 85%;
	max-width: 1150px;
	min-width: 590px;
	z-index: 550;
}

.fusen1 {
	position: absolute;
	left: 60%;
	width: 7%;
	max-width: 70px;
}

.fusen2 {
	position: absolute;
	left: 48%;
	width: 7%;
	max-width: 70px;
	margin-top: 16%;
}

/* 下側 */
.c1-r {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin: 150px auto 0 auto;
	padding-bottom: 350px;
	background-image: url(../img/bg-r.png);
	background-size: 80%;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 400;
}

.c1-s {
	position: absolute;
	top: -100;
	right: -2%;
	width: 28%;
	max-width: 280px;
	min-width: 190px;
}

.c1-box{
	width: 80%;
	max-width: 680px;
	margin: 0 auto;
}

.c1-title {
	position: relative;
	top: 40;
	width: 88%;
	max-width: 580px;
}

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

.c1-more {
	position: absolute;
	left: 0;
	margin-top: 30px;
}

.c1-m1 {
	position: absolute;
	bottom: 50;
	right: 5%;
	width: 50%;
	max-width: 400px;
	overflow: hidden;
	animation: maruyura 25s linear infinite;
}

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

/* 上側 */
.c2-r{
	position: relative;
	left: 3%;
	width: 95%;
	max-width: 1000px;
	min-width: 700px;
	margin: 0 auto;
	z-index: 500;
}

.c2-m{
	position: relative;
	width: 90%;
	overflow: hidden;
	box-shadow: 14px 14px #ff6600;
	animation: maruyura 25s linear infinite;
}

.c2-list {
	position: absolute;
	top: 63%;
	left: 35%;
	color: #000;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
				-1px 1px 0 #FFF, 1px -1px 0 #FFF,
				0px 1px 0 #FFF, 0-1px 0 #FFF,
				-1px 0 0 #FFF, 1px 0 0 #FFF;
	z-index: 600;
}

.c2-jigyou {
	width: 173px;
	padding-left: 30px;
}

.c2-list ul {
	list-style-type: none;
	line-height: 1.8em;
	margin: 10px 0 0 0;
	padding-left: 0;
}

.c2-list ul 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;
}

.fusen-boX2 {
	position: absolute;
	top: -80;
	left: 23%;
	width: 85%;
	max-width: 1150px;
	min-width: 590px;
	z-index: 550;
}

.fusen3 {
	position: absolute;
	top: 0;
	width: 7%;
	max-width: 70px;
}

.fusen4 {
	position: absolute;
	left: -12%;
	width: 7%;
	max-width: 70px;
	margin-top: 18%;
}

/* 下側 */
.c2-l {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin: 150px auto 0 auto;
	padding-bottom: 350px;
	background-image: url(../img/bg-l.png);
	background-size: 80%;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 400;
}

.c2-s {
	position: absolute;
	top: -110;
	left: 6%;
	width: 28%;
	max-width: 280px;
	min-width: 190px;
}

.c2-box{
	width: 80%;
	max-width: 680px;
	margin: 0 auto;
}

.c2-title {
	position: relative;
	top: 70;
	left: 29%;
	width: 88%;
	max-width: 580px;
}

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

.c2-more {
	position: absolute;
	right: 0;
	margin-top: 30px;
}

.c2-m1 {
	position: absolute;
	bottom: 50;
	left: 10%;
	width: 50%;
	max-width: 400;
	overflow: hidden;
	animation: maruyura 25s linear infinite;
}

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

/* 上側 */
.c3-l{
	position: relative;
	left: 3%;
	width: 95%;
	max-width: 1000px;
	min-width: 700px;
	margin: 0 auto;
	z-index: 500;
}

.c3-m {
	position: relative;
	width: 90%;
	overflow: hidden;
	box-shadow: 15px 15px #ff6600;
	animation: maruyura 25s linear infinite;
}

.c3-list {
	position: absolute;
	top: 18%;
	right: 40%;
	color: #000;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
				-1px 1px 0 #FFF, 1px -1px 0 #FFF,
				0px 1px 0 #FFF, 0-1px 0 #FFF,
				-1px 0 0 #FFF, 1px 0 0 #FFF;
	z-index: 600;
}

.c3-jigyou {
	width: 173px;
	padding-left: 30px;
}

.c3-list ul {
	list-style-type: none;
	line-height: 1.8em;
	margin: 10px 0 0 0;
	padding-left: 0;
}

.c3-list ul 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;
}

.fusen-boX3 {
	position: absolute;
	top: 0;
	left: 20%;
	width: 85%;
	max-width: 1150px;
	min-width: 590px;
	z-index: 550;
}

.fusen5 {
	position: absolute;
	left: 60%;
	width: 7%;
	max-width: 70px;
}

.fusen6 {
	position: absolute;
	left: 48%;
	width: 7%;
	max-width: 70px;
	margin-top: 16%;
}

/* 下側 */
.c3-r {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin: 150px auto 0 auto;
	padding-bottom: 350px;
	background-image: url(../img/bg-r.png);
	background-size: 80%;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 400;
}

.c3-s {
	position: absolute;
	top: -120;
	right: -1%;
	width: 28%;
	max-width: 280px;
	min-width: 190px;
}

.c3-box{
	width: 80%;
	max-width: 680px;
	margin: 0 auto;
}

.c3-title {
	position: relative;
	top: 40;
	width: 88%;
	max-width: 580px;
}

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

.c3-more {
	position: absolute;
	left: 0;
	margin-top: 30px;
}

.c3-m1 {
	position: absolute;
	bottom: 50;
	right: 5%;
	width: 50%;
	max-width: 400px;
	overflow: hidden;
	animation: maruyura 25s linear infinite;
}

/*【求人情報】*/
.recruit {
	position: relative;
	width: 100%;
	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:0;
	width: 48%;
	margin: 0 10% 0 42%;
	text-align: right;
}
.recruit-title img{
	width: 100%;
	max-width: 373px;
}

.recrute-moji{
	position: relative;
	padding-top: 150px;
	margin-bottom: 35%;
	left: 3%;
	width: 100%;
}

.recruit-ex {
	width: 70%;
	max-width: 800px;
	margin: 0 5% 70px 20px;
}

.point-list {
	position: relative;
	width: 500px;
	font-size: 18px;
	letter-spacing: 0.2em;
	color: #502d16;
	font-weight: 600;
}

.recruit-point {
	position: absolute;
	top: -50;
	left: 50;
	width: 20%;
	max-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: 5%;
	left: 30%;
}

/*【詳細ボタン】*/
.btn {
	width: 100px;
	height: 40px;
	line-height: 35px;
	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: 25px;
}
.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: 100px;
	height: 40px;
	line-height: 35px;
	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: 25px;
}
.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;
}

}
/* 【介護サービス】【障がい福祉サービス】【サービス付き高齢者向け住宅】【求人情報】【詳細ボタン】1300px用ここまで */

/* コピーライト */
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);
}

}