/*-----------------------------
  FV
--------------------------------*/
#heroarea{
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	position: relative;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.2em;
	line-height: 1.3;
}
div.toplogo{
	max-width: 500px;
	margin: 0 auto;
	padding: 2% 0 0 0;
}
div.toplogo ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.toplogo ul li{
	width: 49%;
	margin: 0 0 0.5rem 0;
}
div#icatch{
	padding: 0;
}
div#icatch img{
	margin: 0 auto ;
    display: block;
    max-width: 70%;
}

@media screen and (max-width:780px){
div#icatch img{
	margin: 0 auto !important;
    display: block!important;
    max-width: 100%!important;
}
}

div#icatch p{
	max-width: 600px;
	margin:0 auto;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	background: #ed7700;
	padding: 0.2rem 0 0.5rem 0;
	border-radius:10px;
}
div#read{
	width: 960px;
	margin: 0 auto;
	position: absolute;
	bottom:0;
	left:50%;
   -webkit-transform: translate(-50%, 0);
   transform: translate(-50%, 0);
	background: #fff;
	padding: 1.5rem 1.5rem 0 1.5rem;
	border-radius: 10px 10px 0 0;
	color: #ed7700;
	font-size: 1.5rem;
	text-align: center;
}
div#read a{
	display: block;
	width: 40px;
	margin: 1rem auto 0 auto;
}

/*-----------------------------
  共通指定
--------------------------------*/
em{
	font-style: normal;
}
.orange{
	color: #ed7700;
}
.small{
	font-size: 1rem;
}
#about section,
#case section,
#flow section,
#contact section,
#company section{
	width: 960px;
	margin: 0 auto;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
	line-height: 1.3;
}
#about h2,
#case h2,
#flow h2,
#contact h2,
#company h2{
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.2em;
	font-size:3rem;
	text-align:center;
	padding:0 0 2.5rem 0;
	font-weight: lighter;
}
#about h2 br,
#case h2 br,
#flow h2 br,
#contact h2 br,
#company h2 br{
	display: none;
}


/*-----------------------------
  ABOUT
--------------------------------*/
#about{
	padding: 3rem 0 7rem 0;
	background:#fff;
}
#about section p{
	font-size: 1.5rem;
	text-align: center;
	padding: 0 0 2.5rem 0;
}
#about section p br{
	display: block;
}
#about section ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#about section ul li{
	width: 31%;
}
#about section ul li figure{
	position: relative;
	z-index: 2;
	width: 100px;
	margin: 0 auto;
}
#about section ul li > div{
	padding: 3rem 1.5rem 1.5rem 1.5rem;
	background: #ed7700;
	text-align: center;
	color: #fff;
	height: 100%;
	border-radius: 10px;
	margin: -2.5rem 0 0 0;
	position: relative;
	z-index: 1;
}

/*-----------------------------
  CASE
--------------------------------*/
#case{
	padding: 0 0 5rem 0;
	background:#f7cca6;
}
#case section > div{
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 0 1.5rem 1.5rem 1.5rem;
	text-align: center;
	margin:0 0 2.5rem 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5rem;
}
#case section > div img{
	width: 200px;
	margin: 0 auto 1rem auto;
}
#case section ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#case section ul li{
	width: 49%;
	font-size: 1.3rem;
	padding: 2rem;
	text-align: center;
	border-radius:10px;
}
#case section ul li br{
	display: block;
}
li.case01{
	background: url(../img/case_bg01.png) no-repeat center center #fff;
	background-size: auto 90%;
}
li.case02{
	background: url(../img/case_bg02.png) no-repeat center center #fff;
	background-size: auto 90%;
}

/*-----------------------------
  FLOW
--------------------------------*/
#flow{
	padding: 5rem 0;
	background:#fff;
}
#flow section{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#flow section dl{
	width: 31%;
	font-size: 1.1rem;
}
#flow section dl dt{
	padding: 0 0 1.5rem 0;
}
#flow section dl dt img{
	width: 150px;
	margin: 0 auto;
}
#flow section dl dd{
	text-align: center;
}

/*-----------------------------
  CONTACT
--------------------------------*/
#contact{
	padding: 5rem 0;
	background:url(../img/arrow_b_w.png) no-repeat center top #f7cca6;
	background-size:40px auto;
}
#contact h2 span{
	font-size: 1.5rem;
	display: block;
}
#contact h2 span br{
	display: none;
	}
#contact section a{
	display: block;
	width: 600px;
	margin:0 auto 1rem auto;
	padding: 2rem 0;
	font-size: 2.5rem;
	text-align: center;
	color: #fff;
	background:url(../img/link.png) no-repeat 97% center #ed7700;
	background-size:auto 20px;
	border-bottom:5px solid #ce6200;
}

/*-----------------------------
  COMPANY
--------------------------------*/
#company{
	padding: 5rem 0;
	background:#fff;
}
#company section p{
	font-size: 1.5rem;
	text-align: center;
	padding: 0 0 2.5rem 0;
}
#company section p br{
	display: block;
}
#company section ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#company section ul li{
	width: 31%;
	background: #fff;
	padding: 1.5rem;
	border-radius: 10px;
	box-shadow:0px 0px 13px -2px #ccc;
	position: relative;
}
#company section ul li dl dt{
	padding: 0 0 1.5rem 0;
}
#company section ul li dl dt img{
	width: 200px;
	margin: 0 auto;
}
#company section ul li dl dd{
	padding: 0 0 8rem 0;
}
div.company_link{
	position: absolute;
	bottom:1.5rem;
}
a.official{
	width: 260px;
	display: block;
	font-size: 1.2rem;
	padding: 1rem 0;
	text-align: center;
	color: #fff;
	background:url(../img/link.png) no-repeat 97% center #ed7700;
	background-size:auto 14px;
	border-bottom:3px solid #ce6200;
	margin:0 0 1rem 0;
}



@media screen and (max-width:780px){
/*-----------------------------
  FV
--------------------------------*/
#heroarea{
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	position: relative;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.2em;
	line-height: 1.3;
}
div.toplogo{
	max-width: inherit;
	width: 100%;
	margin: 0 auto;
	padding: 2% 1.5rem 0 1.5rem;
}
div.toplogo ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.toplogo ul li{
	width: 49%;
	margin: 0 0 0.5rem 0;
}
div#icatch{
	padding: 40% 1.5rem 1.5rem 1.5rem;
}
div#icatch img{
	margin: 0 auto ;
}
div#icatch p{
	max-width: inherit;
	margin:0 auto;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	background: #ed7700;
	padding: 0.5rem 0.5rem 0.8rem 0.5rem;
	border-radius:10px;
}
div#read{
	width: 90%;
	margin: 0 auto;
	position: absolute;
	bottom:0;
	left:50%;
   -webkit-transform: translate(-50%, 0);
   transform: translate(-50%, 0);
	background: #fff;
	padding: 1.5rem 1.5rem 0 1.5rem;
	border-radius: 10px 10px 0 0;
	color: #ed7700;
	font-size: 1.2rem;
	text-align: center;
}
div#read a{
	display: block;
	width: 40px;
	margin: 1rem auto 0 auto;
}

/*-----------------------------
  共通指定
--------------------------------*/
em{
	font-style: normal;
}
.orange{
	color: #ed7700;
}
.small{
	font-size: 1rem;
}
#about section,
#case section,
#flow section,
#contact section,
#company section{
	width: auto;
	padding: 0 1.5rem;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
	line-height: 1.3;
}
#about h2,
#case h2,
#flow h2,
#contact h2,
#company h2{
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.2em;
	font-size:1.5rem;
	text-align:center;
	padding:0 0 2rem 0;
	font-weight: lighter;
}
#about h2 br,
#case h2 br,
#flow h2 br,
#contact h2 br,
#company h2 br{
	display: block;
}

/*-----------------------------
  ABOUT
--------------------------------*/
#about{
	padding: 3rem 0 5rem 0;
	background:#fff;
}
#about section p{
	font-size: 1.2rem;
	text-align: center;
	padding: 0 0 2.5rem 0;
}
#about section p br{
	display: none;
}
#about section ul{
	display: block;
}
#about section ul li{
	width: 100%;
	margin: 0 0 1.5rem 0;
}
#about section ul li:last-child{
	margin: 0;
	}
#about section ul li figure{
	position: relative;
	z-index: 2;
	width: 100px;
	margin: 0 auto;
}
#about section ul li > div{
	padding: 3rem 1.5rem 1.5rem 1.5rem;
	background: #ed7700;
	text-align: center;
	color: #fff;
	height: 100%;
	border-radius: 10px;
	margin: -2.5rem 0 0 0;
	position: relative;
	z-index: 1;
}

/*-----------------------------
  CASE
--------------------------------*/
#case{
	padding: 0 0 3rem 0;
	background:#f7cca6;
}
#case section > div{
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 0 1.5rem 1.5rem 1.5rem;
	text-align: center;
	margin:0 0 2.5rem 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.2rem;
}
#case section > div br{
	display: none;
	}
#case section > div img{
	width: 200px;
	margin: 0 auto 1rem auto;
}
#case section ul{
	display: block;
}
#case section ul li{
	width: 100%;
	font-size: 1.2rem;
	padding: 2rem;
	text-align: center;
	border-radius:10px;
	margin: 0 0 1.5rem 0;
}
#case section ul li:last-child{
	margin: 0;
	}

#case section ul li br{
	display: none;
}
li.case01{
	background: url(../img/case_bg01.png) no-repeat center center #fff;
	background-size: 80% auto;
}
li.case02{
	background: url(../img/case_bg02.png) no-repeat center center #fff;
	background-size: 80% auto;
}

/*-----------------------------
  FLOW
--------------------------------*/
#flow{
	padding: 3rem 0;
	background:#fff;
}
#flow section{
	display: block;
}
#flow section dl{
	width: 100%;
	font-size: 1.2rem;
	margin:0 0 1.5rem 0;
}
#flow section dl:last-child{
	margin: 0;
	}

#flow section dl dt{
	padding: 0 0 0.5rem 0;
}
#flow section dl dt img{
	width: 150px;
	margin: 0 auto;
}
#flow section dl dd{
	text-align: center;
}

/*-----------------------------
  CONTACT
--------------------------------*/
#contact{
	padding: 3rem 0;
	background:url(../img/arrow_b_w.png) no-repeat center top #f7cca6;
	background-size:40px auto;
}
#contact h2 span{
	font-size: 1rem;
	display: block;
}
#contact h2 span br{
	display: block;
	}
#contact section a{
	display: block;
	width: auto;
	margin:0 auto 1rem auto;
	padding: 1.5rem 0;
	font-size: 1.5rem;
	text-align: center;
	color: #fff;
	background:url(../img/link.png) no-repeat 97% center #ed7700;
	background-size:auto 20px;
	border-bottom:5px solid #ce6200;
}

/*-----------------------------
  COMPANY
--------------------------------*/
#company{
	padding: 3rem 0;
	background:#fff;
}
#company section p{
	font-size: 1.2rem;
	text-align: center;
	padding: 0 0 2rem 0;
}
#company section p br{
	display: none;
}
#company section ul{
	display: block;
}
#company section ul li{
	width: 100%;
	background: #fff;
	padding: 1.5rem;
	border-radius: 10px;
	box-shadow:0px 0px 13px -2px #ccc;
	position: relative;
	margin:0 0 1.5rem 0;
}
#company section ul li:last-child{
	margin:0;
	}
#company section ul li dl dt{
	padding: 0 0 1.5rem 0;
}
#company section ul li dl dt img{
	width: 200px;
	margin: 0 auto;
}
#company section ul li dl dd{
	padding: 0 0 1.5rem 0;
}
div.company_link{
	position: static;
	bottom:0;
}
a.official{
	width: auto;
	display: block;
	font-size: 1.2rem;
	padding: 1rem 0;
	text-align: center;
	color: #fff;
	background:url(../img/link.png) no-repeat 97% center #ed7700;
	background-size:auto 14px;
	border-bottom:3px solid #ce6200;
	margin:0 0 1rem 0;
}}


@media screen and (max-width:780px){
.pconly{
	display:none!important;
}
}

.pconly{
	display:block;
}