@charset "UTF-8";
html{
	font-size: 62.5%;/*16px×62.5%=10px*/
}
body{
    font-size: 2.0rem;
	font-weight: 500;
    line-height: 1.5;
	text-align: left;
    color:#595d5a;
    font-family: 'Noto Serif JP', serif;
    -webkit-text-size-adjust: 100%;
}
/*--------------------------------------
base setting
--------------------------------------*/
img{
	max-width: 100%;
	height:auto;
}
h1{
	width: 250px;
}
h2{
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	margin: 100px 0 50px 0;
}
h3{
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
/*--------------------------------------
utility class
--------------------------------------*/
.text-center{
	text-align: center;
}
.wrapper{
	position: relative;
	width:100%;
	max-width: 1140px;
	margin:0 auto;
}
.tel{
	text-align: right;
	white-space: nowrap;
}
.tel a{
	font-size: 3.0rem;
	font-weight: 600;
	color: #cd683a;
	line-height: 1.5;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
.tel dd{
	font-size: 1.6rem;
}
.tel__small{
	font-size: 0.8em;
}
.pc-none{
	display: none;
}
.inline-block{
	display: inline-block;
}
/*--------------------------------------
header class
--------------------------------------*/
.header__item{
	position: absolute;
	display: flex;
	align-items: flex-end;
	width: 60%;
	top: 20px;
	left: 20px;
	z-index: 1;
}
.header__p{
	margin-left: 20px;
	line-height: 1.0;
}
.header__tel{
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 1;
}
.header-span{
	font-weight: 600;
}
.header__item__last{
	line-height: 1.0;
	margin-top: 4px;
}
.header__bg{
	height: 118px;
	width: 1100px;
	background: #fff;
	z-index: -1;
}
/*--------------------------------------
hero__image class
--------------------------------------*/
.hero__image{
	background: url("../images/top-img.jpg") center center / cover no-repeat fixed;
	height: 100vh;
}
/*--------------------------------------
main class
--------------------------------------*/
section{
	margin: 0 20px ;
}
.emphasis{
	font-weight: 600;
	color: #cd683a;	
}
/*--------------------------------------
about class
--------------------------------------*/
.about{
	margin-top: 60px;
}
.about h2{
    margin: 80px 0 30px 0;
}
.about__decoration01{
	font-size: 4.0rem;
	font-weight: 600;
	line-height: 1.5;
    color: #4d6b37;
	text-align: left;
}
.about p{
	margin-top: 24px;
}
/*--------------------------------------
concept class
--------------------------------------*/
.concept h2{
	margin-top: 46.33px;
}
.concept h2::after{
	content: url("../images/concept-img1.jpg");
	margin-left: 16px;
}
.concept span{
	background: linear-gradient(transparent 50%, #e5dfcb 50%);
	font-weight: 600;
}
.concept__box01{
	display: flex;
}
.concept__box02{
	width: 260px;
}
.concept__box02:not(:last-child){
	margin-right: 20px;
}
.concept__box02 h3{
	margin: 20px 0;
}
/*--------------------------------------
work class
--------------------------------------*/
.work__box{
	display: flex;
	align-items: center;
}
.work__box:nth-child(2n+1){
	flex-direction: row-reverse;
}
.work__box:not(:last-child){
	margin-bottom: 20px;
}
.work__img{
	width: 50%
}
.work__box div{
	width: 50%;
	margin: 0 20px;
}
.work__box h3{
	margin-bottom: 20px;
}
.work__h3-small{
	font-size: 0.6em;
}
/*--------------------------------------
flow class
--------------------------------------*/
.flow__box{
	display: flex;
}
.flow__box div{
	width: 25%;
	text-align: center;
	background-color: #edf0eb;
}
.flow__box div:not(:last-child){
	margin-right: 4px;
}
.flow__box div:last-child{
	background-color: #eeeadc;
}
.flow__decoration00,.flow__decoration01{
	position: relative;
	color: #fff;
	background-color: #4d6b37;
	line-height: 2em;
	margin-bottom: 20px;
}
.flow__decoration00::after{
	position: absolute;
	left: 100%;
	top: 0;
	content: '';
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 20px 20px;
	border-left-color: #4d6b37;
	z-index: 1;
}
.flow__decoration01::before{
    position: absolute;
    left: 0;
    top: -2px;
    content: '';
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 22px 22px;
    border-left-color: #fff;
}
.flow__decoration01::after{
	position: absolute;
	left: 100%;
	top: 0;
	content: '';
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 20px 20px;
	border-left-color: #4d6b37;
	z-index: 1;
}
.flow__decoration02{
	position: relative;
	color: #fff;
	background-color: #cd683a;
	line-height: 2em;
	margin-bottom: 20px;
}
.flow__decoration02::before{
    position: absolute;
    left: 0;
    top: -2px;
    content: '';
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 22px 22px;
    border-left-color: #fff;
}
.flow__box div img{
	text-align: center;
}
.flow__box div p{
	padding: 20px;
	text-align: left;
}
.flow__img01{
	margin-top: 20px;
}
.flow__img02{
	height: 90px;
}
/*--------------------------------------
contact class
--------------------------------------*/
.contact{
	position: relative;
}
.contact h2{
	margin-bottom: 40px;
}
.contact__box{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.contact__box p{
	width: 50%;
	margin-top: 20px;
	margin-right: auto;
}
.contact__box__dd_mgb{
	margin-bottom: 16px;
}
.contact__box::after{
	content: url("../images/contact-img1.jpg");
	margin: -44px 0 16px 16px;
}
.contact::before{
	content:'';
    width: 360px;
    height: 10px;
    position: absolute;
    display: inline-block;
	border-bottom: solid 6px #cd683a;
    bottom: 0;
    right: 0;
}
/*--------------------------------------
footer class
--------------------------------------*/
footer{
	background-color: #c9d2c3;
	margin-top: 100px;
}
.footer__box01{
	padding: 50px 0;
	background-color: #c9d2c3;
	max-width: 1140px;
    margin: 0 auto;
}
.footer__logo{
	width: 200px;
	margin: 0 0 20px 20px;
}
.footer__box02{
	display: flex;
	flex-wrap: wrap;
	margin-left: 20px;
}
.footer__box02 div:first-child{
	margin-right: 20px; 
}
.footer__spase{
	margin-left: 5.0em;
}
.copyright{
	padding: 100px 0 20px 0;
	background-color: #fff;
}
/*--------------------------------------
SP
--------------------------------------*/
@media screen and (max-width:767px){

body{
	font-size: 1.4rem;
	line-height: 1.8;
}
.sp-none{
	display: none;
}
.pc-none{
	display: block;
}
/*--------------------------------------
base setting
--------------------------------------*/
h1{
	width: 150px;
}
h2{
	font-size: 1.8rem;
	margin: 50px 0 25px 0;
}
h3{
	font-size: 1.6rem;
}
.header__item .inline-block {
    margin-top: 2px;
}
/*--------------------------------------
header class
--------------------------------------*/
.header__item{
	width: 80%;
	left: 15px;
}
.header__item .inline-block{
	margin-top: 2px
}
.header__p{
	font-size: 1.0rem;
	margin-left: 10px;
	letter-spacing: 1px;
}
.header__tel{
	top: 20px;
	right: 15px;
}
.tel a{
	line-height: 0;
    font-size: 3.4rem;
    display: block;
    padding-bottom: 4px;
}
.header__tel .tel__small{
	font-size: 0.9em;
}
.header__tel .tel__small::after{
	content: 'TEL';
	font-family: 'Noto Serif JP', serif;
	color: #cd683a;
	font-size: 1.0rem;
	display: block;
	margin-top: 4px;
	letter-spacing: 2px;
}
.header__bg {
    height: 84px;
    width: auto;
}
/*--------------------------------------
hero__image class
--------------------------------------*/
.hero__image{
	background: none;
	height: auto;
}
/*--------------------------------------
main class
--------------------------------------*/
section{
	margin: 0 15px ;
}
/*--------------------------------------
about class
--------------------------------------*/
.about{
	margin-top: 30px;
}
.about h2 {
    margin: 50px 0 25px 0;
}
.about__decoration01{
	font-size: 1.8rem;
	line-height: 1.5;
}
.about p{
	margin-top: 10px;
}
/*--------------------------------------
concept class
--------------------------------------*/
.concept h2 {
    margin-top: 50px;
}
.concept h2::after{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url("../images/concept-img1.jpg");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin: 8px 0 0 8px;
}
.concept__box01{
	flex-wrap: wrap;
}
.concept__box02{
    width: 48%;
	margin-bottom: 10px;
}
.concept__box02:not(:last-child){
	margin-right: 0px;
}
.concept__box02:nth-child(2n+1){
	margin-right: 10px;
}
.concept__box02 h3{
	margin: 10px 0;
}
/*--------------------------------------
work class
--------------------------------------*/
.work__box{
	flex-direction: column;
}
.work__box:nth-child(2n+1){
	flex-direction: column;
}
.work__box:not(:last-child){
	margin-bottom: 20px;
}
.work__box img{
	width: 100%
}
.work__box div{
	width: 100%;
	margin: 0 10px;
}
.work__box h3{
	margin: 20px 0 10px 0;
}
/*--------------------------------------
flow class
--------------------------------------*/
.flow__box{
	flex-wrap: wrap;
}
.flow__box div{
	width: 100%;
}
.flow__box div:not(:last-child){
	margin-right: 0px;
}
.flow__box div img{
	text-align: center;
	width: 50px;
	height: auto;
}
.flow__decoration00::after{
	content: none;
}
.flow__decoration01::before{
    content: none;
}
.flow__decoration01::after{
	content: none;
}
.flow__decoration02::before{
    content: none;
}
/*--------------------------------------
contact class
--------------------------------------*/
.contact h2 {
    margin-bottom: 25px;
}
.contact__box{
	flex-direction: column-reverse;
	align-items: center;
}
.contact__box .tel a{
	font-size: 2.2rem;
}
.tel{
	text-align: center;
}
.tel dd{
	font-size: 1.4rem;
}
.contact__box__dd_mgb{
    margin-bottom: 0;
}
.contact__box::after{
	display: none;
}
.contact::before{
	display: none;
}
.contact .tel::after{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url("../images/contact-img1.jpg");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin: 10px 0 0 10px;
}
.contact__box p{
	width: 100%;
    margin-right: 0;
	margin-top: 10px;
}
/*--------------------------------------
footer class
--------------------------------------*/
footer{
	margin-top: 50px;
}
.footer__box01{
	padding: 25px 0;
	background-color: #c9d2c3;
}
.footer__logo{
    width: 120px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.footer__box02{
	flex-direction: column;
	margin-left: 15px;
}
.footer__box02 div:first-child{
	margin-right: 10px; 
}
.footer__spase{
	display: none;
}
.sp-footer__spase{
	margin-left: 5.0em;
}
.copyright{
	padding: 50px 0 10px 0;
	font-size: 1.0rem;
}
}