@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);
@charset "utf-8";
/* parts
============================================================ */
body {
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
article,
.top-title .ttl,
.breadcrumb{
  max-width: 980px !important;
  width: 95% !important;
  margin: 0 auto;
  padding-bottom: 40px;
}
.f_ja {
  font-family: 'Noto Sans JP', sans-serif;
}
.f_en {
  font-family: 'Lato', sans-serif;
}
.txt_bk {
  color: #3b3b3b;
}
.txt_grn {
  color: #327d39;
}
.bg_bk {
  background: #3b3b3b;
}
.bg_grn {
  background: #327d39;
}
.bg_gry {
  background: #f5f5f5;
}
.line_gry {
  background: #e6e6e6;
}
.txt_cen {
  text-align: center;
}
section {
  margin-bottom: 60px;
}
hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  border: 0;
  margin-bottom: 30px;
}
h1 {
  color: #327d39;
  font-size: 28px !important;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px !important;
  position: relative;
}
h1::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #327d39;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
h2 {
  border-left: 5px solid #327d39;
  font-size: 22px;
  font-weight: 700;
  padding: 4px 0 4px 10px;
  margin-bottom: 20px!important;
}
#detached_house.manten .def-editor-style-wrap h2,
#materials .text-block {
  margin-top: 50px!important;
}

h3 {
  background: #327d39;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 9px 0 9px 10px;
  margin-bottom: 20px;
}
h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
img {
  width: 100%;
}
dl {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
}
dt {
  padding: 20px;
  max-width: 250px;
  width: 100%;
}
dd {
  padding: 20px;
  width: calc(100% - 250px)
}
dl + dl {
  border-top: none;
}
/* タイトル
------------------------------------------------------------ */
.top-title{
  height: 420px;
  margin: 0 0 80px 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ttl-kv,
.top-title::before{
  content: "";
	background: #d6e5d7;
  width: 920px;
	height: 360px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.ttl-kv {
    background-size: cover;
}
.top-title::after{
  content: "";
	background: #f5f5f5;
  width: 1520px;
	height: 360px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.top-title .ttl {
  border-bottom: none;
 padding-top:  150px;
}
.ttl_en {
  color: #327d39;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.ttl_ja {
  font-size: 34px;
  font-weight: 700;
}
/* パンくずリスト
------------------------------------------------------------ */
.breadcrumb {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  margin: 30px auto; 
  position: absolute;
  bottom: 0;
  left: calc((100% - 980px)/ 2);
}
@media screen and (max-width:1050px) {
  .breadcrumb {
    flex-wrap: wrap;
    left: 2.5%;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
}
.breadcrumb li::after {
  content: "　＞　";
}
.breadcrumb li:last-of-type::after {
  content: none;
}
/* カラー
------------------------------------------------------------ */
.color dl {
  align-items: center;
}
.color .bg_grn, .color .bg_bk, .color .bg_gry, .color .line_gry {
  width: 56px;
  height: 56px;
}
/* カラム
------------------------------------------------------------ */
.col_1 {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 80px;
}
.col_2 {
  display: flex;
  margin: 0 auto 80px;
}
.col_2 .box {
  max-width: 470px;
}
.col_3 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80px;
}
.col_3 .box {
  max-width: 300px;
}
.box {
  width: 100%;
}
.box + .box {
  margin-left: 20px;
}
.box_img {
  width: 100%;
  margin-bottom: 20px;
}
.box_cap {
  font-weight: 700;
  margin-bottom: 18px;
}
/* ボタン
------------------------------------------------------------ */
.btn,
#detached_house .mod-btn,
#architecture_rc .mod-btn,
#investment .mod-btn,
#maintenance .mod-btn,
#company .mod-btn {
  padding: 21px!important;
  margin: 40px auto;
  display: block!important;
  color: #fff!important;
  background: #327d39!important;
  text-align: center!important;
  max-width: 280px!important;
  position: relative!important;
  border-radius: 0;
  height: auto!important;
}
.btn::after,
#detached_house .mod-btn::after,
#architecture_rc .mod-btn::after,
#investment .mod-btn::after,
#maintenance .mod-btn::after,
#company .mod-btn::after {
  content: ""!important;
  height: 7px!important;
  width: 7px!important;
  position: absolute!important;
  top: calc(50% - 0.5rem)!important;
  right: 20px!important;
  margin: auto!important;
  border-top: 1px solid #fff!important;
  border-right: 1px solid #fff!important;
  -webkit-transform: rotate(45deg)!important;
  transform: rotate(45deg)!important;
}
.btn:hover,
#detached_house .mod-btn:hover,
#architecture_rc .mod-btn:hover,
#investment .mod-btn:hover,
#maintenance .mod-btn:hover,
#company .mod-btn:hover {
  background: #6fa474!important;
}
.btn::before,
#detached_house .mod-btn::before,
#architecture_rc .mod-btn::before,
#investment .mod-btn::before,
#maintenance .mod-btn::before,
#company .mod-btn::before {
  content: none!important;
}

.btn.ext:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 5px 0 0;
  background: url("../img/parts/icon-ext.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.btn.pdf:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 5px 0 0;
  background: url("../img/parts/icon-pdf.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.nav_btn {
  border: 5px solid #327d39;
  border-radius: 2px;
  display: flex;
}
.nav_btn li {
  border-right: 2px solid #327d39;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  width: calc(100% / 3);
}
.nav_btn li:last-of-type {
  border-right: none;
}
.nav_btn li:hover {
  color: #327d39;
}

#detached_house.manten .def-editor-style-wrap .text-block > .btn-block {
  text-align: center!important;
}

/* テーブル
------------------------------------------------------------ */
.table .flex {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  line-height: 30px;
  padding: 9px 0px;
  margin-top: -1px;
}
.table .flex p {
  font-size: 16px;
  font-weight: bold;
  margin-right: 10%;
}
ol + ol {
  border-top: none;
}
ol li {
  font-size: 16px;
  font-weight: 400;
}

.table {
  
}

table {
  border: 2px solid #e6e6e6;
  margin: 60px auto;
}
th {
  border-right: 1px solid #e6e6e6!important;
  border-bottom: 1px solid #e6e6e6!important;
  background: #f6f6f6;
  text-align: left;
  vertical-align: top;
  padding: 30px!important;
  width: 240px;
  color: #3b3b3b!important;
  font-weight: bold;
}
.def-editor-style-wrap table th:last-child {
  background: #f6f6f6!important;
}
tr:last-of-type th, tr:last-of-type td {
  border-bottom: none;
}
.def-editor-style-wrap table tr:nth-child(2n) {
  background-color: transparent!important;
}
td {
  border-bottom: 1px solid #e6e6e6;
  padding: 30px!important;
  color: #3b3b3b!important;
}
td + td {
  border-left: 1px solid #e6e6e6;
}
.ol_grn {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  background: #f5f5f5;
  padding: 20px 0;
}
.ol_grn p {
  color: #327d39;
  font-size: 16px;
  font-weight: 700;
  padding-left: 30px;
  max-width: 200px;
  width: 100%;
}
.ol_grn ol {
  border-left: 1px solid #e6e6e6;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.ol_grn li {
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0 7.5% 0 10px;
}

/* FAQ
------------------------------------------------------------ */
.accbox {}
.accbox label {
  border-top: 2px solid #e6e6e6;
  cursor: pointer;
  display: block;
  transition: all 0.5s;
  padding: 25px 55px 0 55px;
  margin-left: 0 !important;
  position: relative;
}
.accbox label::before {
  content: "";
  width: 25px;
  height: 28px;
  background: url("../img/parts/icon_faq.png") no-repeat center;
  position: absolute;
  top: 25px;
  left: 20px;
}
.accbox label::after {
  content: "＋";
  color: #327d39;
  font-size: 16px;
  font-weight: 900;
  position: absolute;
  top: 25px;
  right: 25px;
}
.accbox label:last-of-type {
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 25px;
}
.cssacc:checked + label:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.accshow:last-of-type {
  border-bottom: 2px solid #e6e6e6;
}
.cssacc:checked + label::after {
  content: "ー";
}
.accbox input {
  display: none;
}
.accbox .accshow {
  height: 0;
  padding: 25px 0 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.accshow p {
  position: relative;
}
.accshow p:first-of-type::before {
  content: "";
  width: 25px;
  height: 28px;
  background: url("../img/parts/icon_answer.png") no-repeat center;
  position: absolute;
  top: 0;
  left: 20px;
}
.accbox .accshow p {
  padding: 0 0 0 55px;
  margin-bottom: 15px;
}
.accshow p + p {
  margin-bottom: 0 !important;
}
.cssacc:checked + label + .accshow {
  height: auto;
  padding-bottom: 25px;
  opacity: 1;
}
/*
------------------------------------------------------------ */
/*
------------------------------------------------------------ */
.step {
  list-style-type: none;
  display: table;
  height: 130px;
  width: 100%;
  padding: 0 25px 0 0;
  margin: 50px 0;
  overflow: hidden;
}
.step li {
  color: #fff;
  display: table-cell;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
/*  line-height: 130px; */
/*  padding: 0 0 0 35px; */
  padding: 0 0 0 45px;
  width: calc(100% / 6);
  position: relative;
  vertical-align: middle;
}
.step li:nth-of-type(1) {
  background: rgba(50, 125, 57, 0.73);
  padding: 0;
}
.step li:nth-of-type(1)::after {
  opacity: 0.73;
}
.step li:nth-of-type(2) {
  background: rgba(50, 125, 57, 0.73);
}
.step li:nth-of-type(2)::after {
  opacity: 0.73;
}
.step li:nth-of-type(3) {
  background: rgba(50, 125, 57, 0.73);
}
.step li:nth-of-type(3)::after {
  opacity: 0.73;
}
.step li:nth-of-type(4) {
  background: rgba(50, 125, 57, 0.88);
}
.step li:nth-of-type(4)::after {
  opacity: 0.88;
}
.step li:nth-of-type(5) {
  background: rgba(50, 125, 57, 0.88);
}
.step li:nth-of-type(5)::after {
  opacity: 0.88;
}
.step li:nth-of-type(6) {
  background: #327d39;
}
.step li span {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 3px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/****** IE11 ******/
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .step li {
    width: 16.66666666666667%;
  }
}
.step li:last-child {}
.step li:last-child::before {
  display: none;
}
.step li::before, .step li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li::before {
  top: -25px;
  right: -35px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 90px 0 90px 35px;
  z-index: 1;
}
.step li::after {
  top: 0;
  right: -25px;
  border-style: solid;
  border-color: transparent transparent transparent #327d39;
  border-width: 65px 0 65px 25px;
  z-index: 10;
}
/*
------------------------------------------------------------ */
.step2 {
  border: none;
  counter-reset: item;
  display: block;
}
.step2 li {
  padding-left: 75px;
/*  height: calc(45px + 56px); */
  position: relative;
  list-style-type: none!important;
  margin: 0!important;
}
.step2 li:before {
  counter-increment: item;
  content: counter(item);
  border: 1px solid #327d39;
  border-radius: 28px;
  color: #327d39;
  font-size: 17px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  height: 56px;
  width: 56px;
  position: absolute;
  left: 0;
  background-color: #fff;
}
.step2 li::after {
  content: "";
  border-left: 1px solid #327d39;
  position: absolute;
/*  height: 45px; */
  height: 100%;
  left: 30px;
  top: 56px;
}
.step2 li:last-of-type::after {
  content: none;
}
.step2 p {}
.step_cap {
  color: #327d39;
  font-size: 17px;
  font-weight: 700;
  padding-top: 15px;
  margin-bottom: 10px;
  max-width: 100%;
}
.step_txt {
  max-width: 100%;
}

.table ol {
  margin-left: 0!important;
}
.table ol li {
  list-style-type: none;
}

@media only screen and (min-width: 801px) {
  .manten #section-7-3 .img-block {
    margin-top: -130px;
  }
}


/* sp
------------------------------------------------------------ */
@media screen and (max-width:1023px) {}
@media only screen and (max-width: 800px) {
  .table2 {
    display: block;
    width: 100%;
  }
  .table2 thead {
    display: block;
    float: left;
    overflow-x: scroll;
  }
  .table2 th {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    width: auto;
  }
  .table2 th:last-of-type {
    border-bottom: none;
  }
  .table2 tbody {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  .table2 tbody tr {
    border-right: 1px solid #e6e6e6;
    display: inline-block;
    margin: 0 -3px;
  }
  tr:last-of-type th, tr:last-of-type td {
    border-bottom: 1px solid #e6e6e6;
  }
  .table2 tbody tr:last-of-type {
    border-right: none;
  }
  .table2 td {
    display: block;
  }
  .table2 td {
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
  }
  .table2 tbody tr td:last-of-type {
    border-bottom: none;
  }
  td + td {
    border-left: none;
  }
  .step {
    height: 100px;
    padding: 0 15px 0 0;
    margin-left: 0;
  }
  .step li {
/*    line-height: 100px; */
    font-size: 2vw;
  }
  .step li:first-of-type {
    width: calc((100% - 40px) / 6);
  }
  .step li::after {
    right: -15px;
    border-width: 50px 0 50px 15px;
  }
  .step li::before {
    top: -30px;
    right: -25px;
    border-width: 80px 0 80px 25px;
  }
  .step li span {
    border: none;
  }
}
/* sp
------------------------------------------------------------ */
@media screen and (max-width: 467px) {
  body {
    font-size: 22px;
  }
  .ttl_inner{
    width: calc(100% - 5%);
    display: block;
    padding: 15px;
    box-sizing: border-box;
    background: rgba(255,255,255,.5);
    position: absolute;
    top: 180px;
    transform: translateY(-50%);
  }
  .ttl-kv, .top-title::before,.top-title::after {
      width: 100%;
  }
  dl {
    display: block;
  }
  dd {
    width: 100%;
  }
  .color dl {
    display: flex;
  }
  .color dt {
    max-width: 20%;
  }
  .box {
    margin: 0 auto 40px;
  }
  .col_2 {
    display: block;
    margin: 0 0 40px;
  }
  .col_2 .box {
    margin: 0;
  }
  .col_3 {
    display: block;
    margin: 0 0 40px;
  }
  .btn {
    margin: 20px auto;
  }
  .nav_btn {
    border: 3px solid #327d39;
    display: block;
  }
  .nav_btn li {
    border-right: none;
    border-bottom: 2px solid #327d39;
    width: 100%;
  }
  .nav_btn li:last-of-type {
    border-bottom: none;
  }
  ol {
    display: block;
  }
  th {
    padding: 15px;
    width: 40%;
  }
  td {
    padding: 15px;
  }
  .ol_grn li {
    border-left: none;
    border-top: 1px solid #e6e6e6;
  }
  #maintenance.reform .ol_grn li {
    border-top: none!important;
  }
  .accbox label {
    padding: 25px 50px 0 55px;
  }
  .step li {
    padding: 15px 0 0 30px;
    line-height: 100%;
    writing-mode: rl;
    font-size: 3vw;
  }
  .step li:nth-of-type(1) {
    padding: 0px 5% 0 5%;
  }
  .step_cap {
    color: #327d39;
    font-size: 17px;
    font-weight: 700;
    padding-top: 15px;
    margin-bottom: 0px;
  }
  .ol_grn ol {
    flex: 0 0 65%;
  }

}


/* other */
#architecture_rc #section-1-3,
#architecture_rc #section-1-4,
#architecture_rc #section-1-5 {
  margin-top: 50px!important;
}

#detached_house #section-1-3,
#detached_house #section-1-4,
#detached_house #section-1-5 {
  margin-top: 50px!important;
}

#investment #section-1-3,
#investment #section-1-4 {
  margin-top: 50px!important;
}

#maintenance #section-2-1,
#maintenance #section-2-2,
#maintenance #section-2-3,
#maintenance #section-2-4 {
  margin-top: 50px!important;
}

#company #section-1-4 {
  margin-top: 50px!important;
}

.investment-bnr {
  margin: 40px auto 80px;
  max-width: 760px;
}
.investment-bnr img{
  width: 100%;
  height: auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 467px) {
  .investment-bnr {
    margin: 20px auto 40px;
    /*max-width: 80%;*/
  }
}