@charset "UTF-8";
@import url(./reset.css);

* {
	box-sizing: border-box;
}

body {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: normal;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	line-height: 1.6;
	color: #000;
}


p{
	font-size: 16px;
	line-height: 1.8;
}

a{text-decoration: none;}

.inner{
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 3%;
}


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

.title{
	text-align: center;
	font-size: 50px;
	line-height: 1;
	color: #F39800;
	margin: 70px auto 40px;
}
.title h3{
	margin: 15px auto 0;
}

.copy{
	text-align: center;
	font-size: 20px;
}

.red{color: red;}

.clearfix{text-align: center;}

.clearfix:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.mb0 { margin-bottom: 0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb3em { margin-bottom: 3em !important; }
.mb4em { margin-bottom: 4em !important; }
.mb5em { margin-bottom: 5em !important; }
.mb6em { margin-bottom: 6em !important; }


iframe{width: 100%;height: 300px;margin-top: 50px;}

@media screen and (max-width: 767px){
	.pcOnly{
		display: none;
	}
	section{margin-bottom: 70px;}
	.inner{min-width: 100%;}
	p{font-size: 13px;}

   .title{
	font-size: 30px;
	line-height: 1;
	color: #F39800;
	margin: 50px auto 25px;
   }
   .copy{font-size: 16px;}

}

@media screen and (min-width: 768px){
	.spOnly{
		display: none;
	}
}




/*--------------ヘッダー--------------*/
.header {
	background: #FDD000;
	background-size: 548px;
	width: 100%;
	height: 110px;
	position: relative;
	z-index: 999;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	margin: 0 auto;
	padding: 0;
	position: fixed;
}


.header .sp_nav, .close_btn {
	display: none;
}

.header .page_title {
	width: 160px;
	position: absolute;
	left: 20px;
	top: 24px;
	z-index: 9999;
}

.header .page_title img {
	width: 300px;
	height: 100%;
	transition: opacity 0.3s ease;
}

.header .page_title img:hover {
	opacity: 0.6;
}

.header nav {
	position: absolute;
	right: 0px;
	bottom: 0;
}

.header ul {
	display: inline-block;
	
}

.header ul li {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}

.header ul li a {
	border-bottom: 3px solid transparent;
	display: inline-block;
	padding: 0 20px;
	text-align: center;
	height: 70px;
	line-height: 80px;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	transition: border 0.3s ease;
}
@media screen and (max-width: 1200px){
	.header .page_title img {width: 250px;}
	.header ul li a {padding: 0 10px;}
}

.header ul li a:hover, .header ul li a.current {
	border-bottom: 3px solid #fff;
}

.header .contact_box {
	display: flex;
	justify-content: end;
	align-items: center;
	padding-right: 20px;
}

.header .contact_box div {
	color: #000000;
	margin-top: 15px;
}

.header .contact_box .h-insta img{
	display: block;
	height: 60px;
	width: 60px;
	margin-left: 10px;
	text-align: center;
}

.header .contact_box .tel {
	font-weight: bold;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-right: 2em;
	vertical-align: middle;
	height: 36px;
	line-height: 36px;
}

.header .contact_box .tel span.tel {
	font-size: 15px;
	display: inline-block;
	padding: 0 8px;
	background-color:#DB4914;
	border-radius: 3px;
	margin-right: 0.5em;
	height: 20px;
	line-height: 20px;
	margin-bottom: 13px;
}
span.tel{color: #fff;}

.header .contact_box .tel span.no {
	font-size: 30px;
	display: inline-block;
}

.header .contact_box .mail a {
	background-color: #DB4914;;
	display: block;
	line-height: 36px;
	height: 36px;
	text-align: center;
	width: 240px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	border-radius: 5px;
}

.header .contact_box .mail a:hover {
	background-color: #9c2c00;
}

.header .contact_box .mail a img {
	width: 21px;
	height: 15px;
	vertical-align: baseline;
	margin-right: 0.5em;
}





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


	.header{
		min-width: 100%;
		width: 100%;
		height: 80px;
	}
	
	.header .page_title {
		width: 151px;
		height: 80px;
		position: absolute;
		left: 10px;
		top: 0;
	}

	.header .page_title img {
		width: 190px;
		height: 30px;
		margin-top: 25px;
	}
	
	.header .sp_nav {
		display: block;
		position: absolute;
		width: 150px;
		height: 80px;
		right: 0px;
		top: 0px;
	}
	
	.header .sp_nav > div, .header .sp_nav > a {
		display: block;
		float: left;
		width: 50px;
		height: 80px;
		text-align: center;
		position: relative;
		border-left: 1px solid #000000;
	}
	
	.header .sp_nav > div img, .header .sp_nav > a img {
		width: 25px;
		margin-top: 20px;
	}
	
	.header .sp_nav > div::after, .header .sp_nav > a::after {
		display: block;
		width: 100%;
		color: #000000;
		font-size: 9px;
		position: absolute;
		left: 0;
		bottom: 15px;
		font-weight: bold;
	}

	.header .tel::after {
		content: 'お電話';
	}
	
	.header .mail::after {
		content: 'メール';
	}
	
	.header .menu_btn::after {
		content: 'メニュー';
	}
	
	.close_btn {
		display: block;
		width: 50px;
		height: 80px;
		position: absolute;
		right: 0;
		top: 0;
		text-align: center;
		z-index: 999999;
	}
	
	.close_btn img {
		width: 25px;
		margin-top: 20px;
	}
	
	.close_btn::after {
		content: '閉じる';
		display: block;
		width: 100%;
		color: #000000;
		font-size: 9px;
		position: absolute;
		left: 0;
		bottom: 15px;
		font-weight: bold;
	}
	
	.header nav {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999999;
		background-color: #9d2626;
		width: 100%;
		height: 100%;
	}
	
	.header nav.open {
		display: block;
	}
	
	.header ul {
		display: block;
		margin-top: 75px;
		border-top: 1px solid #000000;
	}

	.header ul li {
		display: block;
		font-size: 16px;
		border-bottom: 1px solid #000000;
	}

	.header ul li a {
		color: #fff;
		display: block;
		height: 70px;
		line-height: 70px;
		border: none;
	}
	
	.header ul li a:hover, .header ul li a.current {
		border-bottom: none;
	}
	
	.header ul li a:hover {
		border: none;
	}
	
	.header .contact_box {
		display: none;
	}
}







/*------TOP-----*/
.mv{
	height: 800px;
	width: 100%;
	margin: 0 auto 90px;
	padding: 100px 0 0;
	background: url(../img/mv.jpg) no-repeat center center / cover;
 }

 .mv_text img{
	width: 400px;
	display: block;
	margin: 0 auto -20px;
 }
 .mv_text h2{
	text-align: center;
	font-size: 60px;
	line-height: 1.6;
	font-family: 'Times New Roman', Times, serif;
	font-weight: lighter;
	color: #fff;
 }

.mv_text{margin: 50px auto;}



h1{
	font-family: 'Times New Roman', Times, serif;
	font-weight: lighter;
	text-align: center;
	font-size: 25px;
	line-height: 2;
}

.top-content{
	display: flex;
	justify-content: space-between;
	margin: 40px auto;
	flex-wrap: wrap;
}

.service{width: 23%;}

.banner{transition: 0.3s;}
.banner:hover{opacity: 0.5;}



/* ボタンのスタイル */
.btn1 a {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px 0;
	margin-bottom: 10px;
	background-color: #00A5E3;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: 0.3s;
  }
  .btn1 a:hover{background-color: #00729c;}

  .btn2 a {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px 0;
	margin-bottom: 10px;
	background-color: #F6A700;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: 0.3s;
  }
  .btn2 a:hover{background-color: #f05c00;}

  .btn3 a {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px 0;
	margin-bottom: 10px;
	background-color: #B5871B;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: 0.3s;
  }
  .btn3 a:hover{background-color: #805c07;}

  .btn4 a {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px 0;
	margin-bottom: 10px;
	background-color: #00b351;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: 0.3s;
  }
  .btn4 a:hover{background-color: #006f18;}
  
  /* アイコンのスタイル */
  .btn-arrow-right a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27px;
	width: 9px;
	height: 9px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
  }


  @media screen and (max-width: 1160px){
	.mv_text h2{font-size: 40px;}
  }

  @media screen and (max-width: 767px){
	.mv{
		min-width: 100%;
		padding: 90px 5px 0;
		height: 550px;
	}
	
	.mv_text img{
		width: 300px;
		margin: 0 auto -20px;
	 }
	 .mv_text h2{
		font-size: 25px;
		line-height: 1.4;
	}

	.mv_text{
		margin: 30px auto;
	}

	h1{font-size: 20px;}

	.service{
		width: 46%;
		margin-bottom: 30px;
	}
}





/*--------------サブタイトル--------------*/

.sv{
	height: 300px;
	width: 100%;
	margin: 0 auto 50px;
	padding: 20px 0;
	background: url(../img/mv.jpg) no-repeat center center / cover;
 }

 .sv_text h2{
	text-align: center;
	font-size: 50px;
	font-weight: lighter;
	color: #fff;
 }

.sv_text{margin: 140px auto;}


@media screen and (max-width: 860px){
	.sv_text h2{font-size: 37px;}
	.sv_text{margin: 110px auto;}
	.sv{height: 250px;}
}
@media screen and (max-width: 473px){
	.up{
		margin: 100px auto;
		line-height: 1.2;
	}
}




/*--------------レンタル--------------*/
.sub_copy{text-align: center;}

h6{
	font-size: 20px;
	color: #DB4914;
	margin-top: 5px;
}

.content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contents{
	width: 31%;
	margin-bottom: 50px;
}
.contents img{border: 1px solid #7b7b7b;}

.content::after{
	content:"";
	display: block;
	width:30%;
  }



  .stepbar {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding:2% 4% ;
	border: 1px solid #7b7b7b;
  }

  p.step-line{
	text-align: center;
  }
  .step-line span{
	border-left:1px solid #7b7b7b; 
	line-height: 50px;
  }
  
.fllow{
	display: flex;
	text-align: left;
	align-items: center;
}
.fllow h1{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: bold;
	font-size: 35px;
	margin-right: 10px;
	color:#F39800;
	line-height: 1;
}

.fllow h2{font-size: 25px;}
.stepbar p{
	text-align: left;
}


@media screen and (max-width:767px){
	.contents{width: 48%;}
	h6{font-size: 16px;}
	.fllow h1{font-size: 25px;}
	.fllow h2{font-size: 20px;}

}



/*--------------販売--------------*/
  .obi{
	text-align: center;
	line-height: 2;
	font-size: 25px;
	background-color: #008CCF;
	color:#ffff;
	margin: 50px auto 20px;
  }

  .caption{
	font-size: 12px;
	margin-top: 20px;
}

@media screen and (max-width:767px){
	.caption{font-size: 10px;}
}


/*--------------ケアプラン--------------*/
.plan h4{
	font-size: 24px;
	color: #eb9100;
	margin: 40px 0 10px;
	border: 1px solid #eb9100;
	padding: 10px 15px;
}

.staff{
	display: flex;
	justify-content: space-between;
}
.staff p{width: 66%; line-height: 2;}
.staff img{width: 30%; height: 100%;}

@media screen and (max-width:500px){
	.staff{display: block;}
	.staff p{width: 100%;}
	.staff img{
		width: 70%;
		margin: 20px auto;
		display: block;
	}
}
@media screen and (max-width:767px){
	.plan h4{
	font-size: 18px;
	margin: 30px 0 10px;
	padding: 5px 10px;
}
}




/*------フォーム-----*/
table {
	width: 100%;
    margin: 80px 0 ;
	font-size: 16px;
	line-height: 1.5;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;	
  font-family: sans-serif;
}
.form{
  margin: 20px 0 0 0;
}

tr {
	width: 100%;
}

th, td {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 1.5em;
  box-sizing: border-box;
  font-weight: normal;
}

th {
	width: 30%;
	background-color: #EAF6FD;
	vertical-align: middle;
}

td {
	background-color: #fff;
}

td p{
  line-height: 1.5;
  margin: 10px 0 0;
}


input[type='text'], textarea {
	min-width: 97%;
	padding: 0.5em;
	font-size: 16px;
	background-color: #f2f6f8;
	border: 1px solid #267f9d;
	border-radius: 5px;
}

input.short {
  min-width: initial;
}

.mb1em{
  margin: 15px 0;
}


textarea {
  min-width: 97%;
	min-height: 150px;
	line-height: 1.5;
}

.submit-btn {
	font-size: 16px;
	background-color: #DB4914;
	text-align: center;
	color: #fff;
	line-height: 80px;
	display: block;
	width: 300px;
	margin: 40px auto 60px;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	font-weight: bold;
	transition: 0.3s;
}

.submit-btn:hover {
	background-color: #ffaa00;
}

.need{
  background-color: rgb(211, 16, 16);
  color:#fff;
  font-size: 10px;
  padding: 3px;
  margin-left: 3px;
}


h5{
  margin: 50px auto 20px;
  text-align: center;
  font-size: 20px;
}

.about_privacy p{
  font-size: 16px;
}
.privacy {
  background-color: #e2e9ec;
  padding: 30px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin: 50px auto 50px;
  }


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

  table{
		margin: 30px 0;
	}

  th, td {
		display: block;
		width: 100%;
		font-size: 13px;
		padding: 1.2em 0.8em;
	}

	.submit-btn {
		font-size: 18px;
		height: 60px;
		line-height: 40px;
		width: 100%;
	}
	.privacy {
    padding: 20px 10px;
    font-size: 13px;
    margin: 0 auto 30px;
  }
  
  .about_privacy p{
    font-size: 12px;
    margin-bottom: 30px;
  }
}


/*------faq-----*/
.faq{
	margin-bottom: 100px;
	
}
.faq_list li {
	margin-bottom: 40px;
	background-color: #fff;
	text-align: left;
  list-style: none;
  border: solid 1px #000000;
}
.faq_list .dt {
	display: flex;
	align-items: center;
	cursor: pointer;
	background: url(../img/icon_plus.png) no-repeat right 30px center;
    background-size: 36px;
}
.faq_list li.open .dt {
	background: url(../img/icon_minus.png) no-repeat right 30px center;
    background-size: 36px;
}
.faq_list .dt .en {
	width: 90px;
	min-height: 90px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 36px;
	background-color: #FDD000;
	letter-spacing: 0;
	margin-right: 25px;
	font-family:serif
}
.faq_list .dt .jp {
	line-height: 1.5;
	font-size: 18px;
	font-weight: normal;
	color:rgb(59, 59, 59);
	width: calc( 100% - 200px );
}

.faq_list .dd {
	display: none;
	line-height: 1.8;
	font-size: 16px;
	padding: 30px;
	background-color: #dff1f6;
}



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

	.faq_list li {
		margin-bottom: 20px;
	}
	.faq_list .dt {
		background: url(../img/icon_plus.png) no-repeat right 10px center;
		background-size: 18px;
	}
	.faq_list li.open .dt {
		background: url(../img/icon_plus.png) no-repeat right 10px center;
		background-size: 18px;
	}
	.faq_list .dt .en {
		width: 30px;
		min-height: 50px;
		font-size: 16px;
		margin-right: 15px;
	}
	.faq_list .dt .jp {
		font-size: 13px;
		width: calc( 100% - 80px );
	}

	.faq_list .dd {
		font-size: 13px;
		padding: 20px;
	}
	
}










/*--------------サンクス--------------*/

.border_box{
padding: 30px;
box-sizing: border-box;
margin: 30px 0;
border: 1px solid #000000;
background-color: #fff;
text-align: center;
}

.thanks{
  text-align: center;
  margin: 150px 0 80px;
  color:#DB4914;
  font-size: 50px;
}


.back{
display: block;
width: 250px;
line-height: 70px;
background-color: #DB4914;
margin: 70px auto 150px;
font-weight: bold;
font-size: 20px;
color: #fff;
transition: .4s;
text-align: center;
border-radius: 10px;
}

.back:hover{
background-color: #fc6900;
}

@media screen and (max-width: 767px){
  .thanks{
    margin: 100px 0 50px;
    font-size: 40px;
  }
  .back{margin: 50px auto 80px;}
}







/*--------------片付け--------------*/
 .sv_text .clean-title{
     font-family:serif;
     font-weight: bold;
     color:#FFF100;
}
.large{
	font-size: 19px;
	line-height: 2;
	text-align: left;
}

.check-box{
	margin: 40px 0 30px;
	border-top: dotted 5px #9ac7f7;
	padding-top: 50px;
}
.check{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.check p{
	font-size: 18px;
	line-height: 1.2;
}
.check img{
	width: 30px;
	margin-right: 5px;
}

.category{
	font-size: 30px;
	color: #F39800;
	font-weight: bold;
	margin: 30px 0 -15px;
}
.look{
	font-size: 30px;
	color: rgb(231, 14, 14);
	text-align: center;
}

.fifty{
	text-align: center;
	font-weight: lighter;
	line-height: 2;
	font-size: 28px;
	margin: 40px 0;
}
.off{
	font-size: 32px;
	color: #f03017;
	font-weight: bold;
	border-bottom: 10px solid #f6ff00;
}

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

	.large{font-size: 14px;}
	.check p{font-size: 16px;}
	.category{font-size: 24px;}
	.look{font-size: 16px;}
	.fifty{font-size: 16px;}
	.off{font-size: 20px;}
}





/*------求人バナー-----*/
.rec{
	height: 250px;
	width: 100%;
	margin: 90px auto 0px;
	padding: 30px;
	background: url(../img/recruit.png) no-repeat center center / cover;
 }
 .rec_text{
	text-align: center;
 }

 .rec_text h2{
	text-align: center;
	font-size: 40px;
	line-height: 1.6;
	color: #DB4914;
 }

 .rec_text p{font-size: 20px;}

 .rec_text a{
	background-color:#FDD000;
	display: block;
	margin: 10px auto;
	line-height: 50px;
	height: 50px;
	text-align: center;
	width: 250px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	border-radius: 25px;
	transition: 0.3s;
}

.rec_text a:hover {
	background-color: #48a2fb;
	color:#fff;
}

.big{
	margin: 160px auto;
}

@media screen and (max-width: 767px){
	.rec_text h2{font-size: 30px;}
	.rec_text p{font-size: 18px;}
	.rec{height: 200px; padding: 20px;}
}




/*--------------フッター--------------*/

footer {
	background: #FDD000;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 40px 0;
	text-align: right;
}
.f-head{
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 2px solid #000;
}

.f-head a img{
	width: 300px;
}
.f-head .mail a {
	background-color: #DB4914;
	display: block;
	line-height: 36px;
	height: 36px;
	text-align: center;
	width: 250px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	border-radius: 5px;
	transition: 0.3s;
}

.f-head .mail a:hover {
	background-color: #000000;
}

.f-head .mail a img {
	width: 21px;
	height: 15px;
	vertical-align: baseline;
	margin-right: 0.5em;
}

.f-body{
	display: flex;
	justify-content: space-between;
	text-align: left;
	color: #000;
	margin-top: 20px;
}

.f-nav{
	display: flex;
	justify-content: end;
}

.f-nav nav{margin-left: 40px;}

.f-nav nav li {list-style: none;}
.f-nav nav li  a{color: #000;}


@media screen and (max-width: 767px){
	footer {
		padding: 30px 0;
	}
	.f-head{
		display: block;
		text-align: center;
	}
	.f-head a img{
		width: 250px;
	}
	.f-head .mail a {
		margin-top: 10px;
		width: 100%;
		line-height: 45px;
	height: 45px;
}
.f-body p{
	text-align: center;
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
}
}