@charset "UTF-8";

/*-------------------------
ファーストビュー
---------------------------*/
.first-view {
	display: block;
	width: 100%;
	height: 580px;
	background-image: url(../img/top-img02.png), url(../img/top-img01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 70%;
	position: relative;
}


.first-view img {
	width: 210px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.main-copy {
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
  	font-size: 18px;
  	position: absolute;
  	top: 30px;
  	right: 10px;
  	letter-spacing: 0.3em;
  	font-family: 'Zen Maru Gothic', serif;
	font-weight: 500;
}

.main-copy p {
	display: inline-block;
	padding: 15px 5px;
	margin-left: 10px;
  	background-color: rgba(255,255,255,0.8);
  	color: #4D4D4D;

}



/*-------------------------
ABOUT US
---------------------------*/
#sec-002 {
	padding-bottom: 30px;
	position: relative;
}
#sec-002 h2 {
	font-size: 19px;
	color: #DC7F80;
	border-color: #DC7F80;
	position: relative;
}
#sec-002 h2::after {
	border-top: 13px solid #DC7F80;
}
.illust02 img {
	display: block;
	width: 40px;
	position: absolute;
	top: 7px;
	left: 7px;
}
.illust03 img {
	display: block;
	width: 80px;
	position: absolute;
	bottom: 20px;
	left: 12px;
}
.sub-copy {
	box-sizing: border-box;
	width: 80%;
	margin: 0 auto;
	position: relative;
}
.illust01 img {
	display: block;
	width: 40px;
	position: absolute;
	top: 0;
	right: 0;
}
.sub-copy p {
	width: 100%;
	margin: 20px 0;
	font-size: 21px;
	line-height: 30px;
	text-align: left;
	padding-left: 5px;
	border-bottom: 2px solid #DC7F80;
  	font-family: 'Zen Maru Gothic', serif;
	font-weight: 500;
  	color: #333;
}
.sub-copy p:nth-child(1) {
	width: 240px;
}


.yazirushi::after {
	content: "";
	width: 50px;
	height: 8px;
	border-bottom: solid 1px;
	border-right: solid 1px;
	transform: skew(45deg);
}

.yazirushi {
	display: inline-flex;
	transform: rotate(90deg);
}
.scroll-down {
	width: 50px;
	height:  30px;
	margin: 30px auto;
}


/*-------------------------
業務内容
---------------------------*/
#sec-003 {
	padding-bottom: 100px;
	background-color: #EAE5E0;
}
#sec-003 h2 {
	font-size: 18px;
	color: #DC7F80;
	border-color: #DC7F80;
}
#sec-003 h2::after {
	border-top: 13px solid #DC7F80;
}

#sec-003 .introduction {
	box-sizing: border-box;
	padding: 0 10px 10px;
	font-size: 18px;
	line-height: 1.8em;
	color: #555;
	text-align: justify;
}
#img-container {
	width: 100%;
	position: relative;

}
#img-container ul {
	width: 100%;
}
#img-container ul li {
	width: 48%;
	margin: 1%;
	float: left;
}

.partition01 {
	width: 120px;
	margin: 20px auto 40px;
	padding-top: 120px;
}

.box02 img {
	margin-top: -40px;
}
.illust04 img {
	display: block;
	width: 60px;
	position: absolute;
	top: -10px;
	left: 45px;
}
.illust05 img {
	display: block;
	width: 60px;
	position: absolute;
	bottom: -10px;
	right: 35px;
}

#sec-003::before {
	content: "";
    width: 100%;
    height: 108px;
    z-index: 2;
    background-color: #fff;
    position: absolute;
    clip-path: polygon(50% 40%, 0 0, 100% 0);
}
.serviceList {
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.serviceList img {
	width: 100%;
	margin-bottom: 5px;
}

.serviceList li {
	width: 50%;
	padding: 0 1% 10px;
	margin-bottom: 20px;
  	font-family: 'Zen Maru Gothic', serif;
  	line-height: 20px;
  	font-weight: bold;
	text-align: center;
	color: #777;
}

.serviceList li p {
	height: 2.5em;
}





/*-------------------------
施設紹介
---------------------------*/
#sec-004 {
	padding-top: 50px;
	margin-bottom: 100px;
}
#sec-004 h2 {
	color: #55B8D3;
	border-color: #55B8D3;
	position: relative;
}
#sec-004 h2::after {
	border-top: 13px solid #55B8D3;
}


#setsubi-container {
	margin-bottom: 20px;
}

#setsubi-container a img{
	width: 70%;
	margin: 0 auto;
}

#setsubi-container a {
	display: block;
	width: 31%;
	/*max-width: 180px;*/
	height: 100%;
	padding: 8px;
	margin-left: 2%;
	margin-bottom: 8px;
	text-align: center;
	background-color: #84CADE;
	border-radius: 10px;
	box-sizing: border-box;
	float: left;

}

#setsubi-container  p {
	font-size: 13px;
	color: #fff;
	text-align: center;
	margin-bottom: 6px;
	letter-spacing: 0.2em;
}

.illust06 img {
	display: block;
	width: 60px;
	position: absolute;
	top: -50px;
	left: 35px;
}

/*-------------------------
こんな方に選ばれてます
---------------------------*/

#sec-005 {
	padding: 50px 10px 80px;

	background-color: #fcf0f3;
}
#sec-005 h2{
	margin: 0 auto 30px;
	background-color: #DC7F80;
	color: #fff;
}
.sec-005-ttl-container img {
	width: 160px;
	margin: 0 auto 20px;
}
#sec-005 h2::after {
	border-top: 13px solid #fff;
}

.chice li{
	padding: 10px;
  	font-family: 'Zen Maru Gothic', serif;
  	font-size: 18px;
}

.chice li img, 
.chice li p {
	float: left;
}

.chice li p {
	width: 80%;
	margin-top: -3px;
	padding-left: 5px;
	text-align: justify;
	font-weight: bold;

}
.chice {
	margin-bottom: 30px;
}

@media screen and (min-width:681px) {




}



/*-------------------------
利用者様の声
---------------------------*/
#sec-006 {
	padding: 50px 0 80px;
	overflow: hidden;
}
.illust14 img {
	display: block;
	width: 55px!important;
	position: absolute;
	top: -30px;
	left: 25px;
}
.illust15 img {
	display: block;
	width: 55px!important;
	position: absolute;
	bottom: -25px;
	right: 15px;
}
#sec-006 h2 {
	box-sizing: border-box;
	width: 90%;
	padding: 20px;
	color: #666;
	border: 1px solid #333;
	border-radius: 20px;
	position: relative;
}
#sec-006 h2 img {
	display: block;
	width: 130px;
	margin: 5px auto 0;
}
.review-wrapper {
	margin-bottom: 10px;
}
/*共通*/

.review-inner p {
	box-sizing: border-box;
	padding: 10px 20px 45px;
	background-color: #fff;
	font-family: 'Kiwi Maru', serif;
	font-size: 14px;
	font-weight: 300;
	text-align: justify;
	/*z-index: 999;*/
}
.cloud {
	display: block;
	font-size: 30px;
  	font-weight: bold;
  	color: #fff;
  	-moz-transform:    scale( 1.5 , 1  );  /* Firefox※ */
	-webkit-transform: scale( 1.5 , 1  );  /* Chrome,Safari */
	-o-transform:      scale( 1.5 , 1  );  /* 旧Opera※ */
	-ms-transform:     scale( 1.5 , 1  );  /* IE */
	transform:         scale( 1.5 , 1  );  /* CSS3 */
	z-index: 9;
}


.review-inner01 {
	position: relative;
	height: 280px;
}
.cloud01 {
	display: block;
	width: 250px;
	position: absolute;
	top: 0;
	left: -50px;
}
.review-inner01 p {
	position: absolute;
	top: 60px;
	left: 0;
}
.no01 {
	display: block;
	position: absolute;
	top: 15px;
	left: 50px;

}
.illust16 img {
	display: block;
	width: 55px;
	position: absolute;
	top: 10px;
	right: 80px;
}

.review-inner02 {
	position: relative;
	height: 230px;
}
.cloud02 {
	display: block;
	width: 250px;
	position: absolute;
	top: 0;
	right: -80px;
}
.review-inner02 p {
	position: absolute;
	top: 60px;
	left: 0;
}
.no02 {
	display: block;
	position: absolute;
	top: 15px;
	right: 50px;

}
.illust17 img {
	display: block;
	width: 75px;
	position: absolute;
	top: -10px;
	left: 50px;
}


.review-inner03 {
	position: relative;
	height: 280px;
}
.cloud03 {
	display: block;
	width: 250px;
	position: absolute;
	top: 0;
    left: 35%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.review-inner03 p {
	position: absolute;
	top: 70px;
	left: 0;
}
.no03 {
	display: block;
	position: absolute;
	top: 20px;
    left: 30%;
    
}
.illust18 img {
	display: block;
	width: 105px;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 9;
}


.review-inner04 {
	position: relative;
	height: 250px;
	margin-bottom: 10px;
}
.cloud04 {
	display: block;
	width: 250px;
	position: absolute;
	top: 0;
	right: -80px;
}
.review-inner04 p {
	position: absolute;
	top: 60px;
	left: 0;
}
.no04 {
	display: block;
	position: absolute;
	top: 15px;
	right: 50px;

}
.illust19 img {
	display: block;
	width: 55px;
	position: absolute;
	top: -10px;
	left: 50px;
}
.illust20 img {
	display: block;
	width: 65px;
	position: absolute;
	bottom: -10px;
	right: 50px;
}
.review-inner05 {
	position: relative;
	height: 280px;
}
.cloud05 {
	display: block;
	width: 250px;
	position: absolute;
	top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.review-inner05 p {
	position: absolute;
	top: 70px;
	left: 0;
}
.no05 {
	display: block;
	position: absolute;
	top: 20px;
    left: 45%;
    
}
.illust21 img {
	display: block;
	width: 65px;
	position: absolute;
	bottom: 0;
	right: 50px;
}

.sodan {
	margin-bottom: 10px;
  	font-family: 'Zen Maru Gothic', serif;
	font-size: 21px;
	font-weight: bold;
	color: #666;
	text-align: center;
}

/*-------------------------
介護相談
---------------------------*/
#sec-007 {
	padding: 0 10px 80px;
}

#sec-007 h2 {
	color: #55B8D3;
	border-color: #55B8D3;
}
#sec-007 h2::after {
	border-top: 13px solid #55B8D3;
}
#sec-007 .introduction {
	text-align: justify;
}

.kaigo-container {
	margin-bottom: 50px;
}
.kaigosodan {
	padding: 20px 10px;
}

.kaigosodan li {
	margin-bottom: 10px;
	color: #DC7F80;
	font-weight: bold;
}

.kaigosodan li img, 
.kaigosodan li p {
	float: left;
}

.kaigosodan li p {
	width: 80%;
	padding-left: 5px;
	text-align: justify;
	font-weight: bold;

}


/*-------------------------
新着情報
---------------------------*/

#sec-008 {
	background-color: #EAE5E0;
	padding-bottom: 50px;
	padding-top: 50px;
	position: relative;
}

#news-wrap {
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto 20px;
	background-color: #fff;
	padding: 10px 10px 25px;
	border-radius: 20px;
	position: relative;
}
#sec-008 h2 {
	width: 210px;
	/*border-bottom: 3px dotted #A4A4A4;*/
}

#news-wrap dl {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
}
#news-wrap dl dt {
	display: block;
	font-size: 14px;
	color: #999999;
}
#news-wrap dl dd {
	display: block;
	margin-bottom: 12px;
	line-height: 18px;
}

#news-wrap img {
	width: 100px;
	position: absolute;
	bottom: 5px;
	right: 0;
}
.partition02 {
	width: 160px;
	margin: 40px auto 40px;
}

.illust07 img {
	display: block;
	width: 110px;
	position: absolute;
	top: -50px;
	right: 20px;
}
.illust08 img {
	display: block;
	width: 75px;
	position: absolute;
	bottom: -30px;
	left: 15px;
}


/*-------------------------
コンセプト
---------------------------*/

#sec-009 {
/*	background-color: #EAE5E0;*/
	padding: 50px 0 80px;
}
.sec-009-ttl-container {
	position: relative;
}
.sec-009-ttl-container img {
	width: 50px;
	position: absolute;
	top: -20px;
	left: 0;
}


/*#sec-009::before {
	content: "";
    width: 100%;
    height: 108px;
    z-index: 2;
    background-color: #fff;
    position: absolute;
    clip-path: polygon(50% 40%, 0 0, 100% 0);
}*/

#sec-009 .introduction {
	box-sizing: border-box;
	padding: 30px 10px 30px;
	font-size: 18px;
	line-height: 1.8em;
	color: #555;
	text-align: justify;
}
#tsunagari {
	width: 375px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 400px;
}

#tsunagari div {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	
	opacity: 0.77;
}
#tsunagari p {
	width: 180px;
  	font-family: 'Zen Maru Gothic', serif;
	font-size: 21px;
	color: #555;
	font-weight: 500;

	text-align: center;
}
.tuna {
	position: absolute;
	top: 2%;
	left: 28%;
}
.chii {
	position: absolute;
	bottom: 20px;
	left: 5%;
}
.fuku {
	position: absolute;
	bottom: 20px;
	right: 5%;
}
#tsunagari div:nth-child(1){
	background-color: #EA748C;
	background-image: url(../img/img-tsunagari.png);
	background-size: 120px;
	background-repeat: no-repeat;
	background-position: center 30%;
	position: absolute;
	top: 130px;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}

#tsunagari div:nth-child(2){
	background-color: #BEDA81;
	background-image: url(../img/img-shakai.png);
	background-size: 120px;
	background-repeat: no-repeat;
	background-position: 40% center;
	position: absolute;
	top: 260px;
	left: 30%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#tsunagari div:nth-child(3){
	background-color: #55B8D3;
	background-image: url(../img/img-fukushi.png);
	background-size: 120px;
	background-repeat: no-repeat;
	background-position: 60% center;
	position: absolute;
	top: 260px;
	left: 70%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}








/*-------------------------
ごあいさつ＋スタッフ紹介
---------------------------*/
#sec-010 {
	padding-bottom: 50px;

}

#sec-010 h2 {
	color: #666;
}
#greeting-wrapper {
	box-sizing: border-box;
	padding: 10px;
}
#greeting-wrapper ul {

	margin-bottom: 20px;
}
#greeting-wrapper ul li {
	width: 50%;
	float: right;
}
.rep-txt {
	width: 45%!important;
	margin-left: 10px;
	margin-top: 100px;
	font-family: 'BIZ UDMincho', serif;
	color: #555;

}
.rep-txt p {
	font-size: 28px;
}
.rep-txt span {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}
.greetin-txt {
	margin-bottom: 20px;
	text-align: justify;
	color: #555;
}


/*-------------------------
アクセスマップ
---------------------------*/

#sec-011 {
	padding-bottom: 50px;
}
#sec-011 h2 {
	color: #666;
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.access-wraper {
	position: relative;
}
.illust12 img {
	display: block;
	width: 110px;
	position: absolute;
	top: -75px;
	left: 0;
}
.access-info dl {
	position: relative;
}

.access-info dt {
	font-size: 16px;
	font-weight: bold;
}

.access-info dd {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

.illust13 img {
	display: block;
	width: 55px;
	position: absolute;
	top: -30px;
	right: 0;
}
.access-info {
	width: 80%;
	margin: 15px auto 20px;
	color: #666;

}

.access-info p {
	letter-spacing: 0.1em;
  	font-family: 'Zen Maru Gothic', serif;
	color: #666;
	font-weight: bold;
	line-height: 1.7em;
}

.access-info dl {
	padding-top: 20px;
}



/*-------------------------
instagram
---------------------------*/
#sec-012 {
	background-color: #EAE5E0;
	padding-bottom: 50px;
	padding-top: 50px;
	position: relative;
}
#sec-012 h2 {
	color: #666;
	font-weight: 700;
}

.sns-wrapper {
  position: relative;
  padding-top: 111%;
  height: 0;
  overflow: hidden;
}

.sns-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*.sns-wrapper ul {
	margin-bottom: 25px;
}

.sns-wrapper ul li {
	box-sizing: border-box;
	width: 31.3%;
	height: 120px;
	margin: 1%;
	background-color: #333;
	float: left;
}*/


/*-------------------------
コラム
---------------------------*/
#sec-013 {
	background-color: #EAE5E0;
	padding-bottom: 50px;
	padding-top: 50px;
	position: relative;
}

#sec-013 .ttl-container {
	width: 100%;
	position: relative;
}
.illust09 img {
	display: block;
	width: 45px;
	position: absolute;
	top: 0;
	left: 25px;
}
.illust10 img {
	display: block;
	width: 45px;
	position: absolute;
	top: 0;
	right: 25px;
}



.blog-wrapper {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
}
.blog-wrapper ul {
	margin-bottom: 25px;
}
.blog-wrapper ul li {
	width: 50%;
	text-align: left;
    float: left;
}


.blog-wrapper ul li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
}

.blog-thumb {
	display: block;
	width: 100%;
	height: 100px;
	background-color: #dcdcdc;
	border-radius: 10px;
}

.blog-date {
	display: block;
	font-size: 12px;
	color: #666;

}

.blog-ttl {
	display: block;
	height: 2em;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.illust11 img {
	display: block;
	width: 45px;
	position: absolute;
	bottom: 15px;
	right: 25px;
}



/*-------------------------
Q&A
---------------------------*/
#sec-014 {
	padding-bottom: 50px;
}
#sec-014 h2 {
	box-sizing: border-box;
	width: 90%;
	padding: 20px;
	color: #666;
	border: 1px solid #333;
	border-radius: 20px;

}


#sec-014 h2 img {
	display: block;
	width: 50%;
	margin: 0 auto;
}

.accordion_container {
    width: 90%;
    margin: 0 auto 15px;
    border: 1px solid #444;
    border-radius: 20px;
}

.accordion__content p {
    margin-top: 10px;
    margin-left: 37px!important;
    padding-bottom: 20px;
    line-height: 20px!important;
}

.accordion__title {    
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    height: 55px;
    padding: 10px 40px;
    position: relative;
    cursor: pointer;
    user-select: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
  
}

.accordion_container p {
    font-size: 14px;
    text-align: justify;
    margin-left: 15px;
    line-height: 18px;

}

.accordion__title::before, .accordion__title::after {
    content: '';
    display: block;
    background-color: #000;
    position: absolute;
    top: 50%;
    width: 15px;
    height: 2px;
    right: 20px;
}

.accordion__title::after {
    transform: rotate(90deg);
    transition-duration: .3s;
}

.accordion__title:hover,
.accordion__title:active,
.accordion__title.is-active { 
   
}

.accordion__title.is-active::before {
    opacity: 0;
}

.accordion__title.is-active::after {
    transform: rotate(0);
}

.accordion__content {
/*    border-left: 1px solid transparent;
    border-right: 1px solid transparent;*/
    padding: 0 12px;
    text-align: left;
    line-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: .3s;
    position: relative;
}

.accordion__content.is-open {

    padding-bottom: 10px;
    background-color: #F7F6F2;
    border-radius: 0 0 20px 20px;
    /*padding: .625em 0;*/
    line-height: normal; /* numberに書き換える*/
    height: auto;
    opacity: 1;
}


.question img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 5px;
    width: 38px;
    margin-top: 10px;
}
.anser img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 5px;
    width: 38px;
    margin-top: 5px;
}



/*681px以上*/
@media screen and (min-width:681px) {
/*-------------------------
ファーストビュー
---------------------------*/
	.first-view {
/*		max-width: 1200px!important;*/
		margin: 0 auto;
		height: 750px;
		background-position: 25% 75%;

	}

	.main-copy {
		font-size: 24px;
		right: 10%;
	}

	#sec-003::before {
		height: 210px;
	}
/*-------------------------
ABOUT US
---------------------------*/
	#sec-002 {
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
	}
	#sec-002 h2 {
		width: 500px;
		border: none;
		font-size: 32px;
	}
	.caption::after {
		display: none;
	}
	.sub-copy {
		max-width: 380px;
	}
	.illust01 img {
	width: 60px;

	}
	.illust03 img {

		left: 87px;
	}


/*-------------------------
業務内容
---------------------------*/
	#sec-003 .introduction {
		width: 100%;
		max-width: 900px;
		margin: 0 auto;

	}

	#sec-003 h2 {
		border: none;
		font-size: 32px;
	}
	#img-container {
		max-width: 900px;
		margin: 0 auto;
	}
	#img-container ul li {
		width: 23%;
	}
	.box02 img {
		margin-top: 0;
	}

	.serviceList {
		width: 690px;
		margin: 0 auto;
	}
	.serviceList li {
		width: 33.3%;
		padding: 0 3% 10px;
		margin-bottom: 20px;
	}


/*-------------------------
施設紹介
---------------------------*/
	#sec-004 {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 50px;
	}
	#sec-004 h2 {
		border: none;
		font-size: 32px;

	}
	#setsubi-container {
		width: 100%;
		max-width: 900px;
		margin: 0 auto 30px;
	}
	#setsubi-container a {
		width: 18%;
		margin-bottom: 15px;
	}
	#setsubi-container a img {
		width: 75%;
	}
	#setsubi-container p {
		font-size: 15.5px;
	}

/*-------------------------
こんな方に選ばれてます
---------------------------*/
	#sec-005 .chice {
		width: 100%;
		max-width: 640px;
		margin: 0 auto 50px;
	}
	#sec-005 h2 {
		width: 480px;
		padding: 20px;
		background-color: #fcf0f3;
		border: none;
		border-radius: 0;
		font-size: 32px;
		color: #DC7F80;
	}

	.chice li {
		font-size: 21px;
		letter-spacing: 0.2em;
	}
	.chice li img {
		width: 50px;
	}
	.chice li p {
		margin-top: 0;
		margin-left: 10px;
		padding: 5px 0;
	}


/*-------------------------
利用者様の声
---------------------------*/
	#sec-006 {
		width: 100%;
		max-width: 900px;
		margin: 0 auto 30px;
		padding: 50px 0 0;
	}
	#sec-006 h2 {
		border: none;
		font-size: 32px;
	}
	#sec-006 h2 img {
		width: 180px;
	}
	.review-inner {
		width: 50%;
		height: 250px;
		margin-bottom: 10px;
		float: left;
		overflow: hidden;
	}
	.review-wrapper {
		margin-bottom: 50px;
	}
	.btn-container {
		width: 100%;
		max-width: 600px;
		margin: 0 auto 30px;
	} 
	#sec-006 .btn03 a {
    	margin: 0 auto 5px;	
		padding: 20px 10px;
    	font-size: 21px;

	}
	#sec-006 .btn02 {
		width: 48%;
		float: left;
	}
	#sec-006 .btn03 {
		width: 48%;
		float: left;
		margin-left: 2%;
	}

	.illust17 img {
		width: 65px;
		top: 0;
	}

	.illust19 img {
		top: 0;
	}

/*-------------------------
介護相談
---------------------------*/
	#sec-007 {
		width: 100%;
		max-width: 940px;
		margin: 0 auto 50px;
	}
	#sec-007 h2 {
		width: 480px;
		padding: 20px;
		border: none;
		border-radius: 0;
		font-size: 32px;

	}
	.kaigo-container {
		width: 100%;
	}
	.kaigo-container li {
		font-size: 18px;
		letter-spacing: 0.2em;
	}
	.kaigo-container li img {
		width: 50px;
	}
	.kaigo-container li p {
		margin-top: 0;
		margin-left: 10px;
		padding: 5px 0;
	}

	.kaigo-innerL {
		width: 40%;
/*		margin-top: 50px;*/
		float: right;
	}
	.kaigo-innerR {
		width: 60%;
		float: right;
	}

/*-------------------------
新着情報
---------------------------*/


	#sec-008 h2 {
		font-size: 32px;

	}

	.dot-line {
		display: none;
		
	}

	#news-wrap {
		width: 100%;
		max-width: 850px;
		position: relative;
	}

	#news-wrap dl {
 		width: 600px;
 		border-bottom: dotted 2px #A4A4A4;

	}

	#news-wrap dl dt {
		width: 100%;
		text-align: left;
		float: left;
		padding: 5px 0;
		
	}

	#news-wrap dl dd {
		width: 100%;
		padding: 5px 0;
		margin-bottom: 0;
		font-size: 18px;
		color: #666;
		
	}

	.illust08 img {
		left: 15%;
	}



/*-------------------------
コンセプト
---------------------------*/
	#sec-009 h2 {
		font-size: 32px;
	}

	#sec-009::before {
    	height: 208px;
	}

	#sec-009 .introduction {
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
	}





/*-------------------------
ごあいさつ＋スタッフ紹介
---------------------------*/
	#sec-010 h2 {
		font-size: 32px;
	}

	#greeting-wrapper {
		width: 100%;
		max-width: 900px;
		margin: 0 auto 30px;
	}

	#greeting-wrapper ul {
		width: 30%;
		margin-top: 30px;
		float: left;
	}

	.greetin-txt {
		width: 60%;
		float: left;
		margin-top: 30px;
		margin-left: 30px;
		font-size: 18px;
		letter-spacing: .1em;
	}

	#greeting-wrapper ul li {
		width: 100%;
		float: none;
	}

	.rep-img  {
		width: 100%;
	}

	.rep-txt {
		width: 100%!important;
		margin-top: 0;
		margin-left: 70px;
	}


/*-------------------------
アクセスマップ
---------------------------*/
	#sec-011 {
		width: 100%;
		max-width: 900px;
		margin: 0 auto 30px;
	}	

	#sec-011 h2 {
		font-size: 32px;
		color: #666;
		
	}

	.gmap {
		width: 45%;
		float: right;
		padding-bottom: 40.25%;

	}

	.access-info {
		width: 50%;
		margin-right: 5%;
		float: right;
	}




/*-------------------------
instagram
---------------------------*/



	#sec-012 h2 {
		font-size: 32px;		
	}

	.sns-wrapper {
		padding-top: 111%;
	}




/*-------------------------
コラム
---------------------------*/
	.blog-wrapper {
		width: 100%;
		max-width: 900px;
		margin: 0 auto 30px;
	}

	#sec-013 h2 {
		font-size: 32px;
	}

	.blog-wrapper ul li {
		width: 25%;
		margin-bottom: 10px;
	}

	.blog-thumb {
		height: 180px;
	}







/*-------------------------
Q&A
---------------------------*/
	.qa-wraper {
		margin-bottom: 50px;
	}

	#sec-014 {
		width: 100%;
		max-width: 900px;
		margin: 0 auto 30px;
	}

	#sec-014 h2 {
		border: none;
		font-size: 32px;
	}

	#sec-014 h2 img {
		width: 20%;
	}

	#sec-014 .btn03 a {
    	margin: 0 auto 5px;	
		padding: 20px 10px;
    	font-size: 21px;

	}

	#sec-014 .btn02 {
		width: 48%;
		float: left;
	}

	#sec-014 .btn03 {
/*		width: 48%;*/
/*		float: left;*/
		margin-left: 2%;
	}



}

@media screen and (min-width:1023px){
.sns-wrapper {
	height: 1000px;
	padding-top:0;
}



@media screen and (max-width:480px){


}
