@charset "UTF-8";
/* CSS Document */

html{
	font-size: 62.5%;
	height: 100%;
}

body{
	height: 100%;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #392020;
    background-color: #ffffff;
	font-feature-settings: "palt";
	letter-spacing: 0.05rem;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscalle;
	line-height: 1;
	position: relative;
}



img{
	max-width: 100%;
	height: auto;
}
a{
    display: block;
	cursor: pointer;
	text-decoration: none;
}
button{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border: none;
    outline: none;
    display: block;
}


.sp-img{
	display: none;
}
.br-sp{
	display: none;
}






/*pc*/
/*--------------------------
body
----------------------------*/
.wrapp{
	margin: 0 auto;
}



/*--------------------------
header
----------------------------*/

.header-inner{
	display: table;
	width: 100%;
	padding: 2% 7%;
	box-sizing: border-box;
}
.logo{
	display: table-cell;
	width: 25%;
}
.logo>a{
	font-size: 2.4rem;
	font-weight: 700;
	color: #e36d88;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
}
.logo>a:hover{
	opacity: 0.5;
}


.sp-nav-inner,.sp-nav{
	display: none;
}


.nav-inner{
	display: table-cell;
	width: 75%;
}
.nav{
	display: flex;
	-webkit-display: flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

.nav-list{
	margin-right: 50px;
}
.nav-list:last-of-type{
	margin-right: 0;
}
.nav-list>a{
	font-size: 1.6rem;
	font-weight: 500;
	color: #392020;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
}

.nav-list>a:hover{
	opacity: 0.5;
}







/*--------------------------
top-firstview
----------------------------*/

.top-firstviewimg{
	background-image: url("../images/header.jpg");
	background-position: center;
	background-size: cover;
/*	padding-top: 2%;*/
}

.top-firstview{
	box-sizing: border-box;
	padding: 11% 7% 0;
}

.top-firstview .f-title{
	font-size: 3rem;
	letter-spacing: 1;
	font-weight: 700;
	margin-bottom: 28px;
}


.top-firstview .f-text{
	width: 40%;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 50px;
}

/*
.top-firstview .f-text:last-of-type{
	margin-bottom: 0;
}
*/

.top-firstview .staff-btn{
	display: inline-block;
	margin-bottom: 50px;
}
/*スタッフ募集ボタンアニメーション*/
.top-firstview a{
	transition: opacity .3s;
	animation: staff 2s ease infinite;

}

.top-firstview a:hover{
	opacity: 0.7;
}
@keyframes staff{
  0% {
/*	 width: 100%;*/
    transform: scale(1);
  }

  50% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1);
  }
}



/*--------------------------
footer
----------------------------*/
.footer{
	position: relative;
}



/*top*/
/*
.to-top{
	position: absolute;
	top: -25%;
	right: 3.5%;
	cursor: pointer;
	transition: top 0.3s;
	-webkit-transition: top 0.3s;
}
.to-top:hover{
	top: -28%;
}
*/




.footer-box{
	background-color: #fff;
	padding-top: 50px;
	overflow: hidden;
}
.footer .nav{
	justify-content: center;
	-webkit-justify-content: center;
/*	text-align: center;*/
	margin-bottom: 70px;
}
.footer .nav-list{
	margin-right: 50px;
}
.footer .nav-list:last-of-type{
	margin-right: 0;
}


.footer .logo{
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.footer .logo-text{
	font-size: 2.2rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 70px;
}


.copy{
	font-size: 1.3rem;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}


/*--------------------------
top-recruit
----------------------------*/
.top-recruit{
	display: flex;
	-webkit-display: flex;
/*
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
*/
}
.top-recruit-img{
	width: 50%;
	height: auto;
}
.top-recruit-inner{
	padding: 50px 7% 50px 80px;
}
.top-recruit-inner .section-title{
	margin-bottom: 20px;
}
.top-recruit-inner .section-text{
	margin-top: 20px;
}


/*--------------------------
top-contact
----------------------------*/
.top-contact{
	background-color: #fffafa;
	padding: 60px 7% 70px;
}
.top-contact-inner{
	display: flex;
	-webkit-display: flex;
/*	justify-content: space-between;*/
	justify-content: center;
	align-items: center;
/*	padding: 40px 7% 70px;*/
}
.top-contact .section-text{
	text-align: center;
	line-height: 1;
	font-weight: 500;
	font-size: 2.2rem;
	margin-bottom: 40px;
}
.top-contact-img{
	margin-right: 7%;
}


.top-contact .btn{
	width: 40%;
}
.top-contact .btn>a{
	font-size: 2.2rem;
	padding: 35px 0;
}




/*--------------------------
common-section
----------------------------*/

.section-title{
	font-weight: 700;
	font-size: 3rem;
	margin-bottom: 30px;
}
/*
.section-title-top{
	font-weight: 700;
	font-size: 3rem;
	margin-bottom: 20px;
}
*/
.section-sbtitle{
	font-weight: 500;
	font-size: 2.2rem;
	margin-bottom: 25px;
}
.page-title{
	font-weight: 700;
	font-size: 4rem;
	margin-bottom: 25px;

}

.section-text{
	line-height: 1.7;
	margin-bottom: 30px;
}






/*border*/
.border{
	width: 50px;
	height: 3px;
	background-color: #e36d88;
}



/*--------------------------
btn
----------------------------*/
.btn{
	background-color: #fff;
	border: 3px solid #e36d88;
	width: 60%;
	transition: all 0.3s;
/*	position: relative;*/
}
.btn>a{
	text-align: center;
	font-weight: 500;
	font-size: 1.8rem;
	padding: 20px 0;
	color: #e36d88;
	transition: all 0.3s;
	position: relative;
}
.btn>a:after{
	position: relative;
	left: 7px;
	content: "\f054";
	font-size: 1.6rem;
	font-family: FontAwesome;
}

.btn:hover{
	background-color: #e36d88;
}
.btn>a:hover{
	color: #fff;
}





/*--------------------------
top-service
----------------------------*/
.top-service{
	padding: 100px 7% 150px;
}
.top-service .section-title{
	margin-bottom: 20px;
}
.top-service-inner{
	display: flex;
	-webkit-display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 45px;
}
.top-service-inner a{
	color: #392020;
	transition: opacity .3s;
}
.top-service-inner a:hover{
	opacity: 0.6;
}
.top-service .section-text{
	line-height: 1;
	margin-bottom: 20px;
}
.top-service-inner .section-sbtitle:after{
	position: relative;
	left: 7px;
	content: "\f054";
	font-size: 1.6rem;
	font-family: FontAwesome;
}





/*--------------------------
top-access
----------------------------*/
.top-access{
	padding: 0px 7% 150px;
}
.top-access .section-title{
	margin-bottom: 20px;
}

.top-access-inner{
	display: flex;
	-webkit-display: flex;
	justify-content: space-between;
	margin-top: 45px;

}
.access-item{
	width: 100%;
}

.googlemap{
	position: relative;
	padding-top:50%;
}
.googlemap .map{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/*--------------------------
page-common
----------------------------*/
.page-inner{
	box-sizing: border-box;
	padding: 100px 7% 200px;
}

.u-page-inner{
	padding: 0px 7% 200px;
}



/*-------------------------------------------------------------------------
service-page
--------------------------------------------------------------------------*/
.service-category-inner{
	display: flex;
	-webkit-display: flex;
	justify-content: space-between;
	margin-top: 150px;
	margin-bottom: 150px;
}
.service-category{
	width: 33.333%;
	text-align: center;
	background-color: #fff;
	border: 1px solid #cdcdcd;
}
.service-category>a{
	padding: 35px 0;
	font-weight: 500;
	color: #392020;
	font-size: 1.8rem;
	transition: opacity 0.3s;
}
.service-category>a:after{
	position: relative;
	left: 7px;
	content: "\f078";
	font-size: 1.6rem;
	font-family: FontAwesome;
}
.service-category>a:hover{
	opacity: 0.5;
}



.service-section-inner{
	margin-bottom: 150px;
}
.service-section-inner:last-of-type{
	margin-bottom: 0;
}
.service-item-inner{
	display: flex;
	-webkit-display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.service-text-inner{
	width: 50%;
}


.service-sbsection-inner{
	padding-top: 100px;
}



/*-------------------------------------------------------------------------
company-page
--------------------------------------------------------------------------*/

table{
	border: none;
}
.table{
	width: 100%;
	text-align: left;
	margin-top: 70px;
}
.table tr{
	background-color: #F7F7F7;
}
.table tr:nth-child(even){
	background-color: #EDEDED;
}
.table tr th{
	width: 25%;
	box-sizing: border-box;
	padding: 35px 0 35px 80px;
	font-weight: 500;
	font-size: 1.8rem;
}
.table tr td{
/*	width: 25%;*/
	box-sizing: border-box;
	padding: 35px 0 35px;
}


/*-------------------------------------------------------------------------
recruit-page
--------------------------------------------------------------------------*/
.recruit-section-inner{
	margin-top: 40px;
}
.recruit-section-inner .section-text{
	margin-bottom: 0;
}
.recruit-iteminner{
	text-align: center;
	color: #e36d88;
	border: 3px solid #e36d88;
	padding: 30px 0;
	box-sizing: border-box;
	width: 50%;
	margin-bottom: 30px;
}
.number{
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 10px;
}


/*-------------------------------------------------------------------------
contact-page
--------------------------------------------------------------------------*/
input,textarea,select{
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	width: 100%;
	font-size: 1.6rem;
	border: none;
	padding: 25px;
	box-sizing: border-box;
	outline: none;
	color: #392020;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #fff;
}


.form{
	margin-top: 70px;
}
.form .table{
	margin-bottom: 80px;
}
.form .table tr th{
	width: 30%;
}
.form .table tr td{
	padding-right: 80px;
}
.form .vertical{
	vertical-align: top;
	padding-top: 60px;
}

.submit{
	width: 100%;
	text-align: center;
}
.submit input{
	cursor: pointer;
	width: 35%;
	font-family: 'Noto Sans JP', sans-serif;
	color: #e36d88;
	background: #fff;
	font-size: 2.2rem;
	font-weight: 500;
	border: 3px solid #e36d88;
	transition: all .2s;
}

.submit input:hover{
	color: #fff;
	background: #e36d88;
}


/*-------------------------------------------------------------------------
privacypolicy-page
--------------------------------------------------------------------------*/

.privacy-inner{
	margin-top: 100px;
}
.privacy-inner .section-text{
	margin-top: 30px;
	line-height: 2;
	margin-bottom: 150px;
}
.privacy-inner .section-text:last-of-type{
	margin-bottom: 0px;
}



/*-------------------------------------------------------------------------
thanks-page
--------------------------------------------------------------------------*/
.formwrap .btn-more{
	width: 50%;
	margin-top: 56px;
}



/*-------------------------------------------------------------------------
ipad
--------------------------------------------------------------------------*/

@media screen and (max-width: 1100px){
	
/*--------------------------
header
----------------------------*/

.logo{
	width: 24%;
}
.nav-inner{
	width: 76%;
}
.nav-list{
	margin-right: 30px;
}
/*--------------------------
top-recruit
----------------------------*/
.top-recruit-img{
	width: 60%;
/*	padding: 0 10%;*/
	box-sizing: border-box;
}
.top-recruit-inner{
	padding: 0px 0% 150px 50px;
}

/*--------------------------
btn
----------------------------*/
.btn{
	width: 60%;
}

/*--------------------------
top-access
----------------------------*/
.access-item{
	width: 100%;
}

.googlemap .map{
	width: 100%;
}
	
/*-------------------------------------------------------------------------
service-page
--------------------------------------------------------------------------*/
.service-category-inner{
	margin-top: 80px;
	margin-bottom: 100px;
}
.service-text-inner{
	width: 45%;
}

.service-sbsection-inner{
	padding-top: 100px;
}

/*-------------------------------------------------------------------------
recruit-page
--------------------------------------------------------------------------*/
.recruit-iteminner{
	padding: 25px 0;
	width: 100%;
}

	
}


/*-------------------------------------------------------------------------
sp
--------------------------------------------------------------------------*/

@media screen and (max-width: 750px){
	
	
/*--------------------------
body
----------------------------*/
body{
	font-size: 1.5rem;
}

	.pc-img{
		display: none;
	}
	.sp-img{
		display: block;
	}
	.br-sp{
		display: block;
	}

	
/*--------------------------
header
----------------------------*/

.header-inner{
	display: block;
	padding: 5% 6%;
	position: relative;
}
.logo{
	display: block;
	width: 70%;
}
.logo>a{
	font-size: 2rem;
	width: 100%;
}

.nav-inner{
	display: none;
}

	
	
	
/*--------------------------
nav
----------------------------*/
	
	
.sp-nav-inner{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	position: fixed;
	height: 13px;
	z-index: 9999;
	background-color: #e36d88;
	padding: 6% 5%;
	
}
	
/*sp-nav-btn*/
	.sp-nav{
		display: block;
		opacity: 0;
		pointer-events:none;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 110%;
		background: #f8f8f8;
		z-index: 999;
		box-sizing: border-box;
		padding: 30% 0 0 20%;
		transition: opacity 0.7s ease;
	}
	
	.sp-nav .nav-list{
		margin-bottom: 28px;
	}

	.sp-nav .nav-list>a{
		font-size: 2rem;
		font-weight: 700;
		color: #392020;
	}

	
	
	
	
	
	/*js*/
	.sp-nav.in-fade{
		opacity: 1;
		pointer-events: visible;
	}
	
	.sp-nav-inner.active svg{
		height: 23px;
		width: 23px;
		transition: all 0.5s ease;
	}
	.sp-nav-inner svg path{
		transition: all 0.5s ease;
	}
		
		
    /*btn-trigger anime*/
    .sp-nav-inner.active path:nth-of-type(1){
        transform: translateY(20px) rotate(-45deg);
		
/*
		animation: bar-a .7s forwards;
		-webkit-animation: bar-a .7s forwards;
*/
		
    }
	
    .sp-nav-inner.active path:nth-of-type(2){
        transform: translateY(-7px) translateX(9px) rotate(45deg);
    }


	


/*--------------------------
top-firstview
----------------------------*/

.top-firstview{
	box-sizing: border-box;
	padding: 28% 6% 0;
}

.top-firstview .f-title{
	font-size: 2.5rem;
	letter-spacing: 1;
	font-weight: 700;
	margin-bottom: 20px;
}


.top-firstview .f-text{
	width: 100%;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 50px;
}

.top-firstview .staff-btn{
	display: inline-block;
	margin-bottom: 40px;
	width: 42%;
	height: auto;
}






/*--------------------------
footer
----------------------------*/
.footer{
	padding: 0px 6%;
}
.footer .nav{
	display: block;
	text-align: center;
}
.footer .nav-list{
	margin-right: 0px;
	margin-bottom: 20px;
}
.footer .nav-list:last-of-type{
	margin-right: 0;
	margin-bottom: 0;
}

.footer .logo-text{
	font-size: 1.8rem;
	margin-bottom: 50px;
}

.copy{
	font-size: 1.2rem;
	margin-bottom: 30px;
}


/*--------------------------
top-recruit
----------------------------*/
.top-recruit{
	display: block;
	-webkit-display: block;
}
.top-recruit-img{
	width: 100%;
	height: auto;
}
.top-recruit-inner{
	padding: 50px 6% 90px;
}


/*--------------------------
top-contact
----------------------------*/
.top-contact{
	background-color: #fffafa;
	padding: 40px 6% 50px;
}
.top-contact-inner{
	display: block;
	-webkit-display: block;
}
.top-contact .section-text{
	line-height: 1.5;
	font-size: 1.8rem;
}
.top-contact-img{
	margin-right: 0%;
	margin-bottom: 40px;
}


.top-contact .btn{
	width: 98%;
}
.top-contact .btn>a{
	font-size: 1.8rem;
	padding: 20px 0;
}




/*--------------------------
common-section
----------------------------*/

.section-title{
	font-size: 2.5rem;
	margin-bottom: 30px;
}
.section-sbtitle{
	font-size: 1.8rem;
	margin-bottom: 20px;
}
	
.page-title{
	font-weight: 700;
	font-size: 3.2rem;
	margin-bottom: 25px;

}

.section-text{
	line-height: 1.7;
	margin-bottom: 30px;
}


/*border*/
.border{
	width: 40px;
	height: 3px;
}


/*--------------------------
btn
----------------------------*/
.btn{
	width: 98%;
}
.btn>a{
	font-size: 1.7rem;
	padding: 18px 0;
}



/*--------------------------
top-service
----------------------------*/
.top-service{
	padding: 50px 6% 90px;
}
.top-service-inner{
	display: block;
	-webkit-display: block;
}
.top-service-inner>div{
		margin-bottom: 70px;
}
.top-service-inner>div:last-of-type{
		margin-bottom: 0px;
}
.top-service .section-text{
	line-height: 1.5;
	margin-bottom: 20px;
}
.top-service-inner .section-sbtitle:after{
	position: relative;
	left: 7px;
	content: "\f054";
	font-size: 1.5rem;
	font-family: FontAwesome;
}





/*--------------------------
top-access
----------------------------*/
.top-access{
	padding: 0px 6% 90px;
}
.top-access-inner{
	display: block;
	-webkit-display: block;
	justify-content: space-between;
	margin-top: 35px;

}
.access-item{
	width: 100%;
	margin-bottom: 70px;
}
.access-item:last-of-type{
	margin-bottom: 0px;
}
.googlemap{
	padding-top:60%;
}
.googlemap .map{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------
page-common
----------------------------*/
.page-inner{
	box-sizing: border-box;
	padding: 50px 6% 100px;
}	
	
/*-------------------------------------------------------------------------
service-page
--------------------------------------------------------------------------*/
.service-category-inner{
	display: block;
	-webkit-display: block;
	margin-top: 40px;
	margin-bottom: 90px;
}
.service-category{
	width: 100%;
}
.service-category>a{
	padding: 25px 0;
	font-size: 1.7rem;
}


.service-section-inner{
	margin-bottom: 90px;
}
.service-section-inner:last-of-type{
	margin-bottom: 0;
}
.service-item-inner{
	display: block;
	-webkit-display: block;
	margin-top: 30px;
}
.service-text-inner{
	width: 100%;
	margin-bottom: 50px;
}


.service-sbsection-inner{
	padding-top: 100px;
}



/*-------------------------------------------------------------------------
company-page
--------------------------------------------------------------------------*/

/*
table{
	border: none;
}
*/
.table{
/*
	width: 100%;
	text-align: left;
*/
	margin-top: 50px;
}
/*
.table tr{
	background-color: #F7F7F7;
}
*/
/*
.table tr:nth-child(even){
	background-color: #EDEDED;
}
*/
.table tr th{
	width: 30%;
	box-sizing: border-box;
	padding: 30px 15px 30px 18px;
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 1.5;
}
.table tr td{
	box-sizing: border-box;
	padding: 30px 15px 30px 0px;
}



/*-------------------------------------------------------------------------
recruit-page
--------------------------------------------------------------------------*/
.recruit-section-inner{
	margin-top: 30px;
}
.recruit-iteminner{
	padding: 20px;
	width: 100%;
}
.number{
	font-size: 1.6rem;
}




/*-------------------------------------------------------------------------
contact-page
--------------------------------------------------------------------------*/
input,textarea,select{
	font-size: 1.5rem;
	padding: 20px;
}

.form{
	margin-top: 50px;
}
.form .table{
	margin-bottom: 70px;
}
.form .table tr th{
	width: 30%;
}
.form .table tr td{
	padding-right: 20px;
}
.form .vertical{
	vertical-align: top;
	padding-top: 32px;
}

.submit{
	width: 100%;
	text-align: center;
}
.submit input{
	width: 100%;
	font-size: 2rem;
}



/*-------------------------------------------------------------------------
privacypolicy-page
--------------------------------------------------------------------------*/

.privacy-inner{
	margin-top: 70px;
}
.privacy-inner .section-text{
	margin-bottom: 100px;
}
.privacy-inner .section-text:last-of-type{
	margin-bottom: 0px;
}



	
	
}




