@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;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	color: #000;
}

p{
	font-size: 17px;
	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%;
}


.top{margin-top: 10px;}

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

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

	.pcOnly  { display: none !important; }
    .spOnly { display: block !important; }
	section{margin-bottom: 70px;}
	.inner{min-width: 100%;}
	p{font-size: 13px;}
}

@media screen and (min-width: 901px){
	.pcOnly { display: block !important; }
    .spOnly { display: none !important; }
}




/*--------------ヘッダー--------------*/
.header {
	background: #ffffff;
	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;
}


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

.header .page_title {
	width: 300px;
	height: 100%;
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 9999;
}


.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: 18px;
	font-weight: bold;
}

.header ul li a {
	border-bottom: 3px solid transparent;
	display: inline-block;
	padding: 0 30px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #1d1d1d;
	text-decoration: none;
	transition: border 0.3s ease;
}

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

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

.header .contact_box div {
	color: #E9474D;
	margin-top: 5px;
}


.header .contact_box .tel {
	font-weight: bold;
	padding-right: 2em;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
}

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

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

.header .contact_box .mail a {
	background-color: #E9474D;
	display: block;
	line-height: 36px;
	height: 36px;
	margin-right: 10px;
	text-align: center;
	width: 260px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	border-radius: 5px;
}

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

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





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


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

	
	.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 #E9474D;
	}
	
	.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: #E9474D;
		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: #E9474D;
		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: #ffffff;
		width: 100%;
		height: 100%;
	}
	
	.header nav.open {
		display: block;
	}
	
	.header ul {
		display: block;
		margin-top: 75px;
		border-top: 1px solid #E9474D;
	}

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

	.header ul li a {
		color: #E9474D;
		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;
	}
}







/*------メインビジュアル-----*/
.mv{
	height: 600px;
	width: 100%;
	margin: 0 auto 100px;
	padding: 70px 0;
	background: url(../img/mv.jpg) no-repeat center center / cover;
 }

 .mv img{
	display: block;
	width: 280px;
	margin: 300px auto;
 }


@media screen and (max-width: 900px){
	.mv{
		height: 400px;
		margin: 0 auto 50px;
	}
	 .mv img{
	width: 180px;
	margin: 180px auto;
 }


}






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

.sub{
	min-width: 100%;
	margin: 0 0 80px 0;
	padding: 25px 5px;
	height: 350px;
	position: relative;
}

.service-title{background: url(../img/service.jpg) no-repeat center center / cover;}
.about-title{background: url(../img/about.jpg) no-repeat center center / cover;}
.recruit-title{background: url(../img/recruit.jpg) no-repeat center center / cover;}
.contact-title{background: url(../img/contact.jpg) no-repeat center center / cover;}

.title{
	width: 500px;
	position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 900px){
	.sub{
		height: 180px;
		margin-bottom: 60px;
	}
	.sub-title{
		width: 90%;
		margin-top: 50px;
	}
	.title{width: 220px;}
}






/*------トップ-----*/
h1{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #E9474D;
	line-height: 1.6;
	margin: 0 auto 40px;
}
.point{margin-top: 60px;}
.point p{
	width: 80%;
	text-align: center;
	margin: 0 auto 10px;
	padding: 15px;
	background-color: #FFF9BB;
	border:2px solid #E9474D;
	border-radius: 10px;
	font-size: 20px;
}

.red{
	font-weight: bold;
	color: #E9474D;
}

.more{
	display: block;
	margin: 50px auto 60px;
	width: 30%;
	transition: 0.3s;
}
.more:hover{opacity: 0.7;}

.yellow{
	background-color: #FFF9BB;
	padding: 60px 0;
}

.yellow h1{margin-bottom: 20px;}

.clam{
	display: flex;
	justify-content: center;
	align-items: center;
}

.illust{
	width: 25%;
	margin-right: 30px;
}

.check-box{margin-top: 25px;}
.check{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.check p{line-height: 1.2; font-size: 20px;}
.check img{
	width: 30px;
	margin-right: 5px;
}
.rule{
	text-align: center;
	margin: 60px auto;
}
.text{
	display: inline-block;
	text-align: left;
}
.margin-non{margin: 0;}


.clam2{
	display: flex;
	justify-content: center;
}

.clam2-box h1{text-align: left; margin:0;}
.clam2-box .check-clam{
	display: flex;
}
.clam2-box .check-clam .check-box{margin-right: 25px;}
.map{width: 250px; height: 100%;}


@media screen and (max-width: 900px){
	h1{
		font-size: 25px;
		margin: 0 auto 40px;
	}
	.point{margin-top: 40px;}
	.point p{
		width: 100%;
		font-size: 14px;
	}
	.more{width: 60%; margin: 30px auto ;}
	.yellow{ padding: 40px 0;}
	.check p{line-height: 1.2; font-size: 14px;}

     .check{margin-bottom: 15px;}
	 .rule{margin: 30px auto;}
}

@media screen and (max-width: 500px){
	.clam{display:block;}
	 .illust{
		display: block;
	width: 50%;
	margin: 0 auto 0;
}
}
@media screen and (max-width: 500px){
	.map{display: none;}
	.clam2-box h1{text-align: center;}
}



/*--------------サービス--------------*/
.plan{
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.plan-box{
	width: 32%;
	padding: 2% 3%;
	margin-bottom: 30px;
	border: 3px solid #E9474D;
	background-color: #FFF9BB;
	border-radius: 20px;
}
.plan-box h1{
	font-size: 29px;
	text-align: left;
	line-height: 1.4;
	margin: 0 0 10px;
}
.planimg{
	width: 32%; 
	height: 450px;
	position: relative;
}
.planimg img{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
}


@media screen and (max-width: 767px){
.plan{margin: 30px auto;}
.plan-box{
	width: 48%;
	padding: 3% 4%;
	margin-bottom: 15px;
}
.plan-box h1{font-size: 22px;}
.planimg{
	width: 48%;
	height: 350px;
}
}





/*------会社概要-----*/
.download{margin: 60px 0;}
.download a{
	font-size: 16px;
	background-color: #b61d1d;
	text-align: center;
	color: #fff;
	line-height: 60px;
	display: block;
	width: 300px;
	margin: 20px auto 0;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	transition: 0.3s;
}

.download a:hover {background-color: #393939;}





/*------求人-----*/
.left{
	text-align: left;
	font-size: 35px;
}

.obi{
	text-align: center;
	line-height: 2;
	background-color: #E9474D;
	color:#fff;
	border-radius: 5px;
	font-size: 25px;
	margin-top: 60px;
}

.come{margin-top: 60px; text-align: center;}
.come h3{
	font-size: 25px;
	line-height: 1.4;
}
.come h4{
	font-size: 20px;
	color: #E9474D;
	line-height: 1.4;
	margin: 20px auto;
}

.come a{
	font-size: 16px;
	background-color: #5ab61d;
	text-align: center;
	color: #fff;
	line-height: 60px;
	display: block;
	width: 300px;
	margin: 20px auto 0;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	transition: 0.3s;
}

.come a:hover {background-color: #0c5e12;}

@media screen and (max-width: 767px){
	.left{font-size: 22px; line-height: 1.8;}
	.obi{font-size: 20px; margin-top: 40px;}
	.come h3{font-size: 20px;}
	.come h4{font-size: 18px;}
}






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

tr {
	width: 100%;
}

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

th {
	width: 30%;
	background-color: #fffaca;
	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: #f8f8f8;
	border: 1px solid #989898;
	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: #5ab61d;
	text-align: center;
	color: #fff;
	line-height: 80px;
	display: block;
	width: 300px;
	margin: 40px auto 60px;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	transition: 0.3s;
}

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

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


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

.about_privacy p{
  font-size: 16px;
}
.privacy {
  background-color: #e8e8e8;
  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: 12px;
    margin: 0 auto 30px;
  }
  
  .about_privacy p{
    font-size: 12px;
    margin-bottom: 30px;
  }
  h5{
	font-size: 16px;
	margin: 30px;
}
}









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

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

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


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

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

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









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

footer {
	background: #E9474D;
	width: 100%;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 50px 0;
	margin-top: 100px;
	text-align: center;
}

footer .inner img{
	width: 150px;
	margin-bottom: 30px;
}
footer .inner h2{
	font-size: 35px;
}
footer .inner h3{
	font-size: 25px;
	padding: 10px 0;
}
footer .inner h4{
	font-size: 21px;
	line-height: 1.6;
}



@media screen and (max-width: 767px){
footer {margin-top: 60PX;}
footer .inner img{
	width: 120px;
	margin-bottom: 30px;
}
footer .inner h2{
	font-size: 20px;
}
footer .inner h3{
	font-size: 15px;
	padding: 10px 0;
}
footer .inner h4{
	font-size: 12px;
	line-height: 1.6;
}




}

/*------SPインスタ-----*/

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

.sp-insta img{
	width: 80px;
	height: 80px;
	opacity: 0.8;
  }
  .sp-insta{
	position: fixed;
	right: 20px;
	bottom: 20px;
	}
	@media screen and (min-width: 901px){
	  .sp-insta{
		display: none !important;
	  }
	}
