* { max-width: 100%; box-sizing: border-box; margin: 0; padding: 0; }

html,body {
height: 100%;
margin: 0 auto;
padding: 0;
font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}

, :before, *:after{
box-sizing: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

body {
font-family: 'Helvetica Neue','Helvetica','Roboto','Arial',sans-serif, 'YuGothic','Yu Gothic','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'; 
font-feature-settings: 'palt' 1;
}

p, li, address, dl {
line-height: 2.6rem;
font-size: 1.6rem;
}

.large { font-size: 1.8rem; line-height: 2.6rem; font-weight: bold; }

.small { font-size: 1.4rem; line-height: 2rem; }

li { list-style: none; }

a { color: #000; text-decoration: none; }

address { font-style: normal; }

#wrap {
    height: 100%;
    border-top: solid 10px #00642A;
}

header, .company, .menu ul, .catchCopy, .catchCopy_about, .desc, .flow {
    width: 1140px;
}

header {
    margin: 0 auto;
}

.company, .phone {
    display: flex;
    align-items: center;
}

.companyName a {
    display: flex;
    align-items: center;
}

.company {
    width: 1140px;
    margin: 22px 0;
    justify-content: space-between;
    align-items: center;
}

.companyName p {
    width: 90px;
    margin: 0 10px 0 0;
}

.companyName h1 img {
    width: 500px;
}

.phone p {
    font-size: 2.9rem;
    color: #00642A;
    font-weight: bold;
    font-feature-settings: 'palt' 1;
}

.phone p a {
    color: #00642A;
}

.phone p#contact {
    margin: 0 10px 0 0;
    padding: 0 10px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 3rem;
    color: #ffffff;
    background: #00642A;
    border-radius: 4px;
}

.menu {
    height: 86px;
    width: 100%;
    background: #00642A;
}

.menu ul {
    margin: 0 auto;
    display: flex;
}

.menu ul li {
    width: 20%;
    text-align: center;
}

.menu ul li a {
    height: 86px;
    padding: 15px 0;
    display: block;
    color: #ffffff;
    border-left: solid 1px;
}

.menu ul li.lastChild a {
    border-right: solid 1px;
}

.menu ul li img{
    height: 30px;
    margin: 0 auto 5px;
}

.image {
    height: 500px;
    margin: 0 0 80px;
    background: url(../images/home/homeimage.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.image_about {
    height: 325px;
    margin: 0 0 120px;
    background: url(../images/about/tatemono_top.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.contents {
    margin: 0 0 150px;
}

.catchCopy {
    margin: 0 auto;
    padding: 60px 0 0;
}
.catchCopy_about {
    height: 325px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catchCopy h2 {
    font-size: 3.6rem;
    line-height: 6rem;
    color: #ffffff;
    text-align: right;
}

.catchCopy_about h2 {
    font-size: 3.6rem;
    color: #ffffff;
}
.introduction, .point, .boss {
    width: 848px;
}

.introduction {
    margin: 0 auto 100px;
}

.introduction p {
    max-height: 100%;
}

.message {
    margin: 0 0 20px;
    text-align: center;
    font-size: 3.1rem;
    font-family: Sawarabi Mincho,serif;
}

.space {
    margin: 0 0 0 53px;
}

.point {
    margin: 0 auto 60px;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    border: solid 5px #00642A;
}

.concept {
	width: 500px;
	margin: 0 auto 70px;
}


.description h3 {
    margin: 0 0 5px;
    font-size: 2.4rem;
    color: #00642A;
}

.fa-check-square {
    margin: 0 5px 0 0;
    color: #46AF36;
}

.description { width: 500px; }

#machine {
    width: 194px;
}

.earth {
    margin: 0 0 80px;
    padding: 70px 0;
    background: #F8E8BD;
    background-position: center center;
    background-size: cover;
}

.boss {
    margin: 0 auto;
    background: #ffffff;
}

.boss p#entrust {
    line-height: 66px;
    color: #ffffff;
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(to bottom, #007928 0%,#000000 100%); 
}

.greetingOuter {
    width: 848px;
    padding: 50px;
}

.greeting, .greetingLast {
    display: flex;
    justify-content: space-between;
}

.greeting {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: dotted 1px;
}

.photo {
    width: 260px;
    margin: 0 20px 0 0;
}

.photo img {
    width: 260px;
}

.profile {
    width: 460px;
}

.title {
    margin: 0 0 10px;
    padding: 0 0 10px;
    display: flex;
    border-bottom: solid 1px;
    align-items: center;
}

.name {
    line-height: 3.8rem;
    font-size: 3.2rem;
    font-weight: bold;
}

.license {
    height: 50px;
    width: 50px;
    margin: 0 10px 0 50px;
    line-height: 50px;
    text-align: center;
    background: #FFD200;
    border-radius: 40px;
}

.comment {
    margin: 0 0 20px;
    line-height: 2.2rem;
    font-size: 1.4rem;
}

.fa-square { margin: 0 5px 0 0; }

.movie-outer {
    display: flex;
    margin: 0 auto;
    width: 1200px;
}

.movie {
    width: 560px;
    margin: 0 auto 80px;
}

.map {
   display: flex;
   justify-content: space-between;
}

.map p { font-size: 2rem; color: #00642A; }

.flex, .landhouse {
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
}

.landhouse {
    height: 240px;
}

.desc {
    margin: 0 auto 80px;
}

.desc p { max-height: 100%; }

.desc h3 {
    margin: 0 0 30px;
    padding: 0 0 0 20px;
    font-size: 2.6rem;
    line-height: 4.4rem;
    color: #ffffff;
    background: #00642A;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(157,200,21,1);
    -moz-box-shadow: 0px 5px 0px 0px rgba(157,200,21,1);
    box-shadow: 0px 5px 0px 0px rgba(157,200,21,1);
}

.desc h4 {
    font-size: 2.3rem;
    font-family: Sawarabi Mincho,serif;
    text-align: center;
}

.desc h2 {
    margin: 0 0 20px;
    font-size: 3.1rem;
    text-align: center;
    font-family: Sawarabi Mincho,serif;
}

.detail, .difference {
    width: 750px;
}

.detailW {
    width: 880px;
}

.detail,.detailW {
    display: flex;
    flex-wrap: wrap;
}

.difference {
    margin: 20px 0 0;
    display: flex;
    justify-content: space-between;  
}

.difference_inner {
    width: 360px;
    border: solid 5px #00642A;
}

.difference_inner p {
 padding: 20px;
}

p.comparison {
    padding: 0;
    line-height: 4rem;
    font-size: 2rem;
    text-align: center;
    color: #00642A;
    font-weight: bold;
    background: #E6E6E6;
}

.imagephoto {
    width: 360px;
}

.imagephotoT {
    width: 200px;
    margin:0 20px 0 0;
}

p.epilogue {
    padding: 20px 0;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

.flow {
    margin: 0 auto;
    padding: 50px 0;
    background: #EBF4DB;
}

.flow h4 {
    width: 660px;
    margin: 0 auto 50px;
    font-size: 3rem;
    line-height: 5rem;
    color: #ffffff;
    text-align: center;
    background: #00642A;
    border-radius: 30px;
}

.order {
    display: flex;
    margin: 0 auto;
    width: 770px;
}

.item {
    width: 340px;
    margin: 0 30px 0 0;
    text-align: center;
}

p.item_title {
    line-height: 7rem;
    font-size: 2.2rem;
    color: #00642A;
    border: solid 2px #00642A;
    background: #ffffff;
    border-radius: 10px;
}

p.item_titleLast {
    line-height: 7rem;
    font-size: 2.2rem;
    background: #00642A;
    border-radius: 10px;
}

.item p { color: #00642A; }

.item p.item_titleLast { color: #ffffff; }

p.task {
    height: 74px;
    width: 400px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.shadow {
    -webkit-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.5);
box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.5);
}

footer {
    width: 100%;
    padding: 64px 0 0;
    background: url(../images/common/downtown.png) repeat-x;
}

.footer-inner {
    margin: 0 auto;
    padding: 30px 0;
    background: #6D4A00;
}

.footer-inner p, .footer-inner a, .footer-inner li {
    color: #ffffff;
}

.information {
    width: 740px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerName p {
    margin: 0 0 10px;
    font-size: 2.4rem;
    font-weight: bold;
}

.footerName li {
    line-height: 2rem;
    font-size: 1.4rem;
}

.information p {
    line-height: 2.2rem;
    font-feature-settings: 'pkna' 1;
}

.building img {
    width: 170px;
}

.footer-inner ul.footer-nav {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer-inner ul.footer-nav li {
    width: 20%;
    text-align: center;
    border-left: solid 1px;
}

.footer-inner ul.footer-nav li.lastChild {
    border-right: solid 1px;
}

.footer-inner ul.footer-nav li a {
    display: block;
}

p#pageTop {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 20px;
}

#pageTop a {
    padding: 5px 0;
    display: block;
    z-index: 999;
    border-radius: 6px;
    width: 45px;
    line-height: 3rem;
    background: #FFD200;;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}


@media screen and  (min-width: 1200px) {
.hbtn {
      position: relative;
      box-sizing: border-box;
      display: inline-block;
      overflow: hidden;
      padding: 8px 20px;
      text-align: center;
      text-decoration: none;
      color: rgb(70, 175, 54);
      white-space: nowrap;
      z-index: 0;
} 
 

.hbtn i {
      padding-right: 8px;
} 
 

.hb-fill-top-bg::before {
      position: absolute;
      content: "";
      background: rgb(70, 175, 54) none repeat scroll 0% 0%;
      transition-duration: 0.3s;
      z-index: -1;
      top: auto;
      right: auto;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 0px;
      opacity: 1;
} 
 

.hb-fill-top-bg:hover::before {
      width: 100%;
      height: 100%;
      opacity: 1;
} 
 

.hb-fill-top-bg:hover {
      color: rgb(255, 255, 255);
      background: rgb(70, 175, 54) none repeat scroll 0% 0%;
      transition: all 0.3s ease 0s;
} 


}

