/*-----------------------------
  FV
--------------------------------*/
#heroarea{
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	position: relative;
}
#icatch{
	width: 960px;
	position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
#scroll{
	width: 80px;
	position: absolute;
   bottom: 0;
   left: 50%;
   -webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
}

/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
}
	.adbnr h3{
		width: 100%;
		margin: 0 auto 10px auto;
		background: #333;
		padding: 5px 0;
		color: #fff;
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
	}
.adbnr ul{
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}
.adbnr ul li{
	padding: 0 0 10px 0;
}
.adbnr ul li a{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background: #444;
	color: #fff;
	text-align: center;
	border-bottom: 2px solid #1e9b9b;
	border-radius: 100px;
	font-size: 100%;
}

/*-----------------------------
  共通指定
--------------------------------*/
.contents{
}
#location h2,
#conditions h2,
#about h2{
	padding: 30px 0 2.5rem 0;
	text-align: center;
	font-size: 4rem;
	font-family: 'Quicksand', sans-serif;
	color: #7fcddd;
	background: url(../img/tpc_ico.png) no-repeat center top;
	background-size: auto 26px;
	letter-spacing: 0.2em;
}
#location h2 span,
#conditions h2 span,
#about h2 span{
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
	font-weight: lighter;
}

/*-----------------------------
  都道府県
--------------------------------*/
#location{
	padding: 5rem 0 3rem 0;
	background: #fff;
}
#location section{
	padding: 0 1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#location section dl{
	width: 32%;
	height: 270px;
	padding: 0 1.5rem;
	background: #fff;  /* fallback for old browsers */
	border:3px solid #7fcddd;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 0 0 2% 0;
}
#location section dl dt{
	font-size: 24px;
	padding: 15px 0;
	text-align: center;
	color: #7fcddd;
}
#location section dl dd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#location section dl dd ul::after{
  content:"";
  display: block;
  width:32%;
}
#location section dl dd ul li{
	width: 32%;
	margin: 0 0 2% 0;
}
#location section dl dd ul li a{
	display: block;
	color: #fff;
	/* border:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 98% center #7fcddd;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}

/*-----------------------------
  こだわり
--------------------------------*/
#conditions{
	padding: 5rem 0;
	background: #e2f0f3;
}
#conditions section{
	max-width: 1360px;
	margin: 0 auto;
}
#conditions section ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#conditions section ul li{
	width: 32%;
}
#conditions section ul li dl{
	display: flex;
	flex-wrap: nowrap;
}
#conditions section ul li dl dt{
	width: 60%;
}
#conditions section ul li dl dd{
	width: 40%;
	background: url(../img/arrow.png) no-repeat 98% center #fff;
	background-size: auto 14px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #444;
	letter-spacing: 0.1em;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	 align-items: center; /* 縦方向中央揃え */
	 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	 justify-content: center; /* 横方向中央揃え */
}

/*-----------------------------
  仕事について
--------------------------------*/
#about{
	padding: 5rem 0;
	background: #fff;
}
#about section{
	max-width: 1360px;
	margin: 0 auto;
	font-size: 1.3rem;
	letter-spacing: 0.15em;
	line-height: 1.3;
}
#about p{
	text-align: center;
	margin: 0 0 2.5rem 0;
	color: #444;
}
#about section div{
	color:#fff;
}
#about section div dl{
	display: flex;
	flex-wrap: nowrap;
}
#about section div dl dt{
	width: 50%;
}
#about section div dl dd{
	width: 50%;
	padding: 2rem;
	text-align: justify;
}
#about section div dl dd h3{
	font-size: 2rem;
	margin: 0 0 1.5rem 0;
}
div.environment dl,
div.resume dl{
	flex-flow: row-reverse;
}
.skill{
	background: #7fcddd;
}
.environment{
	background: #c5b097;
}
.merit{
	background: #97cdb4;
}
.resume{
	background: #d09e9d;
}

/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 24px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section,
.popup section dl dd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.popup section dl{
	width: 32%;
	height: 230px;
	background: #fff;
	border:3px solid #7fcddd;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 0 2% 0;
}
.popup section dl dt{
	font-size: 18px;
	color: #7fcddd;
	font-weight: lighter;
	padding: 0 0 10px 0;
	text-align: center;
}
.popup section dl dd ul::after{
  content:"";
  display: block;
  width:32%;
}
.popup section dl dd ul li{
	width: 32%;
	margin: 0 0 2% 0;
}
.popup section dl dd ul li a{
	display: block;
	color: #fff;
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 97% center #7fcddd;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}


/* /////////////////////////////

▼スマホ用

///////////////////////////// */
@media screen and (max-width:780px) {
	
	/*-----------------------------
  FV
--------------------------------*/
#heroarea{
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	position: relative;
}
#icatch{
	width: 90%;
	position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
#scroll{
	width: 60px;
	position: absolute;
   bottom: 0;
   left: 43%;
   -webkit-transform: translate(0, -43%);
   transform: translate(0, -50%);
}


/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
}
	.adbnr h3{
		width: auto;
		margin: 0 auto 10px auto;
		background: #333;
		padding: 5px 0;
		color: #fff;
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
	}
.adbnr ul{
	width: auto;
	margin: 0 auto;
}
.adbnr ul li{
	padding: 0 0 10px 0;
}
.adbnr ul li a{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background: #444;
	color: #fff;
	text-align: center;
	border-bottom: 2px solid #1e9b9b;
	border-radius: 100px;
	font-size: 100%;
}

/*-----------------------------
  共通指定
--------------------------------*/
.contents{
}
#location h2,
#conditions h2,
#about h2{
	padding: 30px 0 2.5rem 0;
	text-align: center;
	font-size: 2.5rem;
	font-family: 'Quicksand', sans-serif;
	color: #7fcddd;
	background: url(../img/tpc_ico.png) no-repeat center top;
	background-size: auto 26px;
	letter-spacing: 0.2em;
}
#location h2 span,
#conditions h2 span,
#about h2 span{
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
	font-weight: lighter;
}

/*-----------------------------
  都道府県
--------------------------------*/
#location{
	padding: 4rem 0;
	background: #fff;
}
#location h2{
}
#location section ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#location section ul li{
	width: 48%;
	margin: 0 0 2% 0;
	}
#location section dl{
	width: auto;
	height: auto;
	background: #7fcddd;  /* fallback for old browsers */
	border-radius: 5px;
	padding: 5px;
	box-sizing: border-box;
}
#location section dl dt{
	font-size: 18px;
	padding: 15px 0;
	text-align: center;
	color: #fff;
}
#location section dl dd ul{
	padding: 0 5px;
}
#location section dl dd ul li{
	width: 100%;
	float: none;
	margin: 0 0 5% 0;
}
#location section dl dd ul li a{
	display: block;
	color: #7fcddd;
	/* border:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 98% center #fff;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}
.areamenu dd{
	display: none;
	}

/*-----------------------------
  こだわり
--------------------------------*/
#conditions{
	padding: 5rem 0 4rem 0;
	background: #e2f0f3;
}
#conditions section{
	max-width: inherit;
	padding: 0 1.5rem;
}
#conditions section ul{
	display: block;
}
#conditions section ul li{
	width: 100%;
	margin: 0 0 1rem 0;
}
#conditions section ul li dl dd{
	font-size: 1.1rem;
}

/*-----------------------------
  仕事について
--------------------------------*/
#about{
	padding: 4rem 0 0 0 ;
	background: #fff;
}
#about section{
	max-width: inherit;
	font-size: 1.2rem;
}
#about p{
	text-align: left;
	padding: 0 0 0 1.5rem;
	margin: 0 0 2rem 0;
	color: #444;
}
#about p br{
	display: none;
	}
#about section div{
	color:#fff;
}
#about section div dl{
	display: block;
}
#about section div dl dt{
	width: 100%;
}
#about section div dl dd{
	width: 100%;
	padding: 2rem;
	text-align: justify;
}
#about section div dl dd h3{
	font-size: 2rem;
	margin: 0 0 1.5rem 0;
}
div.environment dl,
div.resume dl{
	flex-flow: row-reverse;
}
.skill{
	background: #7fcddd;
}
.environment{
	background: #c5b097;
}
.merit{
	background: #97cdb4;
}
.resume{
	background: #d09e9d;
}



/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 18px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section{
	display: block;
}
.popup section dl{
	width: 100%;
	height: auto;
	background: #fff;  /* fallback for old browsers */
	border:3px solid #7fcddd;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 0 2% 0;
}
.popup section dl dt{
	font-size: 18px;
	color: #7fcddd;
	font-weight: lighter;
	padding: 0 0 10px 0;
	text-align: center;
}
.popup section dl dd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.popup section dl dd ul li{
	width: 32%;
	margin: 0 0 2% 0;
}
.popup section dl dd ul li a{
	display: block;
	color: #fff;
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 97% center #7fcddd;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}
}