@charset "utf-8";


/* ==========================================================================
  overview
  ========================================================================== */
.overview h1 {
  background: url(/assets/img/common/ico_business.svg) no-repeat;
  color: #26a973;
  text-align: center;
}
.overview p {
  text-align: center;
}
.overview strong {
  color: #26a973;
  font-weight: normal;
  line-height: 1;
}
.overview strong span {
  display: block;
  line-height: 1;
}
.overview figure {
  margin: 0;
}
.overview figure img {
  width: 100%;
  height: auto;
}
.overview figure img:nth-child(2) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .overview h1 {
    margin: 0 0 25px;
    padding: 55px 0 5px;
    background-position: center 15px;
    background-size: 36px auto;
    border-top: 2px solid #26a973;
    border-bottom: 2px solid #26a973;
    font-size: 2rem;
  }
  .overview p {
    margin: 0 0 25px;
    padding: 0 12px;
    font-size: 1.7rem;
  }
  .overview p br {
    display: none;
  }
  .overview strong {
    font-size: 2.7rem;
  }
  .overview strong span {
    margin-top: 5px;
    font-size: 1.25rem;
  }
  .overview figure img:nth-child(2) {
  margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .overview h1 {
    margin: 0 0 50px;
    padding: 70px 0 10px;
    background-position: center 20px;
    background-size: 46px auto;
    border-top: 3px solid #26a973;
    border-bottom: 3px solid #26a973;
    font-size: 2.4rem;
  }
  .overview p {
    margin: 0 0 50px;
    font-size: 2rem;
  }
  .overview strong {
    font-size: 5.4rem;
  }
  .overview strong span {
    margin-top: 10px;
    font-size: 2.4rem;
  }
}


/* ==========================================================================
  about-detail
  ========================================================================== */
@media screen and (max-width: 767px) {
  .about-detail {
    margin: 0;
    padding: 0 15px;
    list-style: none;
  }
  .about-detail > li {
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
  }
  .about-detail > li.box {
    padding: 0 0 15px;
    border: 2px solid #26a973;
    text-align: left;
  }
  .about-detail > li:after {
    position: absolute;
    left: calc(50% - 1px);
    bottom: -30px;
    content: "";
    width: 2px;
    height: 30px;
    display: block;
    background: #26a973;
  }
  .about-detail > li:first-child {
    padding: 0 0 20px;
  }
  .about-detail h2 {
    margin: 0 0 20px;
    background: #26a973;
    color: #fff;
    font-size: 1.7rem;
    text-align: center;
  }
  .about-detail .box figure {
    margin-bottom: 20px;
    text-align: center;
  }
  .about-detail .box figure img {
    width: 200px;
    height: auto;
  }
  .about-detail .detail-list {
    margin: 0 15px 5px;
    padding: 0;
    list-style: none;
  }
  .about-detail .detail-list li {
    position: relative;
    padding-left: 15px;
    font-size: 1.7rem;
    font-weight: bold;
  }
  .about-detail .detail-list li:before {
    position: absolute;
    left: 0;
    top: .7em;
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: #555;
  }
  .about-detail .supplier {
    margin: 0 15px;
    font-size: 1.5rem;
  }
  .about-detail .supplier dd {
    margin: 0;
    padding-left: 3em;
    text-indent: -3em;
  }
  .about-detail .product-list {
    display: inline-block;
    padding: 0;
    color: #26a973;
    text-align: left;
    list-style: none;
  }
  .about-detail .product-list li {
    font-size: 1.7rem;
  }
  .about-detail .product-list li:before {
    content: "・";
  }
}


/* ==========================================================================
  flow
  ========================================================================== */
.flow h3 {
  margin: 0 0 20px;
  color: #26a973;
  text-align: center;
}
.flow h3.border {
  color: #555;
  line-height: 1.2;
}
.flow h3.border span {
  position: relative;
  display: inline-block;
}
.flow h3.border span:before {
  position: absolute;
  left: 0;
  content: "";
  background: #26a973;
  transform: rotate(-30deg);
}
.flow h3.border span:after {
  position: absolute;
  right: 0;
  content: "";
  background: #26a973;
  transform: rotate(30deg);
}
.flow ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flow li {
  position: relative;
  margin-bottom: 60px;
  border: 2px solid #26a973;
}
.flow li:last-child {
  margin-bottom: 0;
}
.flow li:not(:last-child):after {
  position: absolute;
  left: calc(50% - 20px);
  bottom: -52px;
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: #26a973 url(/assets/img/common/arrow_bottom_w.svg) center center no-repeat;
  background-size: 25px auto;
}
.flow figure {
  margin: 0;
}
.flow figure img {
  width: 100%;
  height: auto;
}
.flow dt {
  font-weight: bold;
}
.flow dd {
  margin: 0;
  font-size: 1.7rem;
}
.flow .contact {
  border: 2px solid #26a973;
  text-align: center;
}
.flow .contact a {
  display: block;
  padding-bottom: 20px;
  text-decoration: none;
}
.flow .contact h3 {
  background: #26a973 url(/assets/img/common/ico_contact_w.svg) no-repeat;
  background-size: 46px auto;
  color: #fff;
  line-height: 1.3;
  border-bottom: 2px solid #26a973;
}
.flow .contact a:hover h3 {
  background-color: #fff;
  background-image: url(/assets/img/common/ico_contact.svg);
  color: #26a973;
}
.flow .contact h3 span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}
.flow .contact p {
  margin: 0;
  color: #555;
}
.flow .contact a:hover p {
  opacity: .8;
}
.flow .contact .tel {
  display: inline-block;
  padding-left: 30px;
  background: url(/assets/img/common/ico_tel.svg) left center no-repeat;
  background-size: 28px auto;
  font-size: 1.3rem;
  line-height: 1.2;
}
.flow .contact .tel span {
  display: block;
  font-size: 3rem;
  font-weight: bold;
}
.flow .contact .address {
  padding: 0 15px;
  font-size: 1.5rem;
}


@media screen and (max-width: 767px) {
  .flow {
    margin: 50px 15px 0;
  }
  .flow .block {
    margin-bottom: 40px;
  }
  .flow h3 {
    font-size: 2rem;
  }
  .flow h3.border {
    font-size: 1.3rem;
  }
  .flow h3.border span {
    padding: 0 10px;
  }
  .flow h3.border span:before {
    top: calc(50% - 25px);
    width: 2px;
    height: 50px;
  }
  .flow h3.border span:after {
    top: calc(50% - 25px);
    width: 2px;
    height: 50px;
  }
  .flow figure.border {
    padding: 10px;
    border: 5px solid #eee;
  }
  .flow dl {
    padding: 0 15px;
    text-align: center;
  }
  .flow dt {
    font-size: 1.7rem;
  }
  .flow .contact h3 {
    padding: 60px 10px 20px;
    background-position: center 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .flow {
    margin-top: 100px;
  }
  .flow .block {
    margin-bottom: 80px;
  }
  .flow h3 {
    font-size: 3.5rem;
  }
  .flow h3.border {
    font-size: 3.2rem;
  }
  .flow h3.border span {
    padding: 0 35px;
  }
  .flow h3.border span:before {
    top: calc(50% - 60px);
    width: 3px;
    height: 120px;
  }
  .flow h3.border span:after {
    top: calc(50% - 60px);
    width: 3px;
    height: 120px;
  }
  .flow li figure {
    width: 33%;
    display: table-cell;
  }
  .flow figure.border {
    padding: 50px;
    border: 15px solid #eee;
  }
  .flow dl {
    display: table-cell;
    padding: 0 3.5%;
    vertical-align: middle;
  }
  .flow dt {
    font-size: 2.7rem;
  }
  .flow .contact h3 {
    padding: 65px 20px 20px;
    background-position: center 25px;
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .flow figure.border {
    padding: 70px 85px;
  }
}


/* ==========================================================================
  work
  ========================================================================== */
.work .block:last-child {
  margin-bottom: 0;
}
.work h2 {
  position: relative;
  margin: 0 0 30px;
  background: #fff url(/assets/img/common/ico_work.svg) center top no-repeat;
  border-bottom: 2px solid #26a973;
  color: #26a973;
  text-align: center;
  line-height: 1.4;
}
.work h2:before,
.work h2:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
  border: solid transparent;
}
.work h2:before {
  border-top-color: #26a973;
  border-width: 8px;
  margin-left: -8px;
}
.work h2:after {
  border-top-color: #fff;
  border-width: 5px;
  margin-left: -5px;
}
.work h2 span {
  display: block;
}
.work h2 span.sub {
  color: #555;
}
.work h3.border {
  text-align: center;
}
.work h3.border span {
  position: relative;
  display: inline-block;
}
.work h3.border span:before {
  position: absolute;
  left: 0;
  content: "";
  background: #26a973;
  transform: rotate(-30deg);
}
.work h3.border span:after {
  position: absolute;
  right: 0;
  content: "";
  background: #26a973;
  transform: rotate(30deg);
}
.work h3.color {
  color: #26a973;
  text-align: center;
}
.work .read {
  text-align: center;
}
.work .read dd {
  margin: 0;
}
.work figure {
  margin: 0;
}
.work figure img {
  width: 100%;
  height: auto;
}
.work .point {
  margin: 0;
  padding: 0;
  list-style: none;
}
.work .point li {
  border: 2px solid #26a973;
}
.work .point dl {
  margin: 0;
  padding: 20px 15px;
}
.work .point dt {
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 25px;
  background: #26a973;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
}
.work .point dd {
  margin: 0;
  padding-left: 1em;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  text-indent: -1em;
}
.work .facility ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.work .facility dl {
  margin: 0;
}
.work .facility dt span {
  display: inline-block;
  border-bottom: 2px solid #26a973;
  color: #26a973;
  font-weight: bold;
}
.work .facility dd {
  margin: 0;
}
.work .wood-type ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.work .wood-type ul:after {
  content: "";
  display: block;
  clear: both;
}
.work .wood-type li {
  border: 2px solid #26a973;
  box-sizing: border-box;
  text-align: center;
}
.work .wood-type h4 span {
  display: inline-block;
  border-bottom: 2px solid #26a973;
}
.work .process-box .badge {
  display: inline-block;
  margin: 0;
  background: #26a973;
  color: #fff;
  font-weight: bold;
}
.work .process-box h4 {
  margin: 0;
  line-height: 2.3;
}
.work .process-box ul {
  padding: 0;
  list-style: none;
}
.work .process-box li {
  position: relative;
}
.work .process-box li:not(:last-child):after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: #26a973 center center no-repeat;
}
.work .process-box li img {
  width: 100%;
  height: auto;
}
.work .type-list {
  padding: 0;
  list-style: none;
}
.work .type-list li {
  border: 2px solid #26a973;
}
.work .type-list dl {
  text-align: center;
}
.work .type-list dt {
  font-weight: bold;
}
.work .type-list dt span {
  display: inline-block;
  padding: 0 10px 10px;
  border-bottom: 2px solid #26a973;
}
.work .type-list dd {
  margin: 25px 0 0;
  font-size: 1.7rem;
}
.work .fixed-table .caption {
  background: #eee;
  border: 1px solid #666;
  font-weight: bold;
  text-align: center;
}
.work .fixed-table td {
  padding: 0 10px;
  border: 1px solid #666;
  text-align: center;
}
.work .fixed-table ul {
  margin: 0;
  padding: 10px;
  text-align: left;
  line-height: 1.3;
  list-style: none;
}
.work .fixed-table li {
  padding-left: 1em;
  text-indent: -1em;
}
.work .fixed-table + .fixed-table {
  margin-top: -1px;
}


@media screen and (max-width: 767px) {
  .work {
    margin-top: 50px;
  }
  .work .block {
    margin-bottom: 40px;
  }
  .work h2 {
    padding: 35px 0 10px;
    background-size: 40px auto;
    font-size: 3.6rem;
  }
  .work h2 span {
    margin-bottom: 13px;
    font-size: 1rem;
  }
  .work h2 span.sub {
    margin-bottom: 3px;
    font-size: 1.2rem;
  }
  .work h3.border {
    margin: 0 0 20px;
    padding: 0 15px;
    font-size: 1.9rem;
  }
  .work h3.border span {
    padding: 0 15px;
  }
  .work h3.border span:before {
    top: calc(50% - 13px);
    width: 2px;
    height: 26px;
  }
  .work h3.border span:after {
    top: calc(50% - 13px);
    width: 2px;
    height: 26px;
  }
  .work h3.color {
    margin-bottom: 15px;
    font-size: 2.3rem;
  }
  .work .read {
    margin: 0 0 30px;
    padding: 0 15px;
    font-size: 1.7rem;
  }
  .work .read br {
    display: none;
  }
  .work dl.read {
    text-align: left;
  }
  .work .read dd br {
    display: block;
  }
  .work .point {
    margin: 0 15px;
  }
  .work .point li {
    margin-bottom: 20px;
  }
  .work .point li:last-child {
    margin-bottom: 0;
  }
  .work .process {
    padding: 0 15px;
  }
  .work .process figure {
    padding: 20px;
    border: 5px solid #eee;
  }
  .work .facility {
    padding: 0 15px;
  }
  .work .facility li:not(:last-child) {
    margin-bottom: 30px;
  }
  .work .facility figure {
    margin-bottom: 20px;
  }
  .work .facility dt span {
    padding: 0 0 5px;
    margin-bottom: 10px;
    font-size: 1.7rem;
  }
  .work .facility dd {
    font-size: 1.7rem;
  }
  .work .wood-type {
    padding: 0 15px;
  }
  .work .wood-type .read {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
  .work .wood-type ul {
    margin: 0 -5px;
  }
  .work .wood-type li {
    float: left;
    width: calc(33.333% - 10px);
    margin: 0 5px;
    padding: 7px;
  }
  .work .wood-type h4 {
    margin: 0 0 10px;
  }
  .work .wood-type h4 span {
    min-width: 30px;
    font-size: 1.7rem;
  }
  .work .process-box {
    margin: 0 15px 20px;
    padding: 15px;
    border: 5px solid #eee;
  }
  .work .process-box .badge {
    padding: 2px 20px 0;
    font-size: 1.2rem;
  }
  .work .process-box h4 {
    font-size: 1.8rem;
  }
  .work .process-box ul {
    margin: 0;
  }
  .work .process-box li:not(:last-child) {
    margin-bottom: 50px;
  }
  .work .process-box li:not(:last-child):after {
    left: calc(50% - 15px);
    bottom: -40px;
    background-image: url(/assets/img/common/arrow_bottom_w.svg);
    background-size: 20px auto;
  }
  .work .type-list {
    margin: 0 15px;
  }
  .work .type-list li {
    margin-bottom: 20px;
  }
  .work .type-list dl {
    margin: 0;
    padding: 25px;
  }
  .work .type-list dt {
    font-size: 1.7rem;
  }
  .work .fixed-table {
    padding: 0 15px;
    font-size: 1.4rem;
  }
  .work .fixed-table .caption {
    margin: 0;
    padding: 5px;
    border-bottom: none;
  }
  .work .fixed-table table {
    width: 100%;
  }
  .work .fixed-table td {
    padding: 5px;
  }
  .work .fixed-table ul {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .work {
    margin-top: 100px;
  }
  .work .block {
    margin-bottom: 90px;
  }
  .work h2 {
    padding: 55px 0 15px;
    background-size: 60px auto;
    font-size: 6rem;
  }
  .work h2 span {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .work h2 span.sub {
    margin-bottom: 5px;
    font-size: 2rem;
  }
  .work h3.border {
    margin: 0 0 35px;
    font-size: 3.2rem;
  }
  .work h3.border span {
    padding: 0 35px;
  }
  .work h3.border span:before {
    top: calc(50% - 20px);
    width: 3px;
    height: 40px;
  }
  .work h3.border span:after {
    top: calc(50% - 20px);
    width: 3px;
    height: 40px;
  }
  .work h3.color {
    margin-bottom: 30px;
    font-size: 3.5rem;
  }
  .work .read {
    margin: 0 0 40px;
    font-size: 2rem;
  }
  .work .point {
    margin: 0 -10px;
  }
  .work .point:after {
    content: "";
    display: block;
    clear: both;
  }
  .work .point li {
    float: left;
    width: calc(33.333% - 20px);
    height: 330px;
    margin: 20px 10px 0;
    box-sizing: border-box;
  }
  .work .point li:nth-child(-n+3) {
    margin-top: 0;
  }
  .work .facility ul {
    margin: 0 -15px;
  }
  .work .facility ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .work .process figure {
    padding: 30px;
    border: 15px solid #eee;
  }
  .work .facility figure {
    margin-bottom: 35px;
  }
  .work .facility ul li {
    float: left;
    width: calc(50% - 30px);
    margin: 0 15px;
  }
  .work .facility dt span {
    padding: 0 0 10px;
    margin-bottom: 20px;
    font-size: 3rem;
  }
  .work .facility dd {
    padding: 0;
    font-size: 1.7rem;
  }
  .work .wood-type .read {
    font-size: 1.5rem;
  }
  .work .wood-type ul {
    margin: 0 -10px;
  }
  .work .wood-type li {
    float: left;
    width: calc(33.333% - 20px);
    margin: 0 10px;
    padding: 30px;
  }
  .work .wood-type h4 {
    margin: 0 0 30px;
    font-size: 3rem;
  }
  .work .wood-type h4 span {
    min-width: 100px;
  }
  .work .process-box {
    margin-bottom: 30px;
    padding: 3.5vw;
    border: 15px solid #eee;
  }
  .work .process-box .badge {
    padding: 4px 35px;
    font-size: 1.4rem;
  }
  .work .process-box h4 {
    font-size: 2.7rem;
  }
  .work .process-box ul {
    margin: 0 -25px;
  }
  .work .process-box ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .work .process-box li {
    float: left;
    width: calc(33.333% - 50px);
    margin: 0 25px;
  }
  .work .process-box li:not(:last-child):after {
    right: -40px;
    top: calc(50% - 15px);
    background-image: url(/assets/img/common/arrow_right_w.svg);
    background-size: 8px auto;
  }
  .work .type-list {
    display:flex;
    margin: 0 -10px 50px;
  }
  .work .type-list li {
    width: calc(33.333% - 20px);
    margin: 0 10px;
  }
  .work .type-list dl {
    padding: 20px 10px;
  }
  .work .type-list dt {
    font-size: 3rem;
  }
  .work .fixed-table {
    width: 100%;
    display: table;
    font-size: 2rem;
  }
  .work .fixed-table .caption {
    width: 285px;
    display: table-cell;
    border-right: none;
    vertical-align: middle;
  }
  .work .fixed-table table {
    display: table-cell;
  }
  .work .fixed-table tbody {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  .work .fixed-table ul {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .work .point li {
    height: 400px;
  }
  .work .process figure {
    padding: 50px 70px;
    border: 15px solid #eee;
  }
}

@media all and (-ms-high-contrast:none) and (min-width: 768px) { /* IE hack */
  .work .fixed-table .caption {
    padding: 5px 0 0;
  }
  .work .fixed-table td {
    padding: 5px 10px 0;
  }
  .work .process-box .badge {
    padding: 6px 35px 2px;
  }
}


/* ==========================================================================
  gallery
  ========================================================================== */
.gallery h2 {
  position: relative;
  margin: 0 0 30px;
  background: #fff url(/assets/img/common/ico_gallery.svg) center top no-repeat;
  border-bottom: 2px solid #26a973;
  color: #26a973;
  text-align: center;
}
.gallery h2:before,
.gallery h2:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
  border: solid transparent;
}
.gallery h2:before {
  border-top-color: #26a973;
  border-width: 8px;
  margin-left: -8px;
}
.gallery h2:after {
  border-top-color: #fff;
  border-width: 5px;
  margin-left: -5px;
}
.gallery h2 span {
  display: block;
}
.gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gallery ul:after {
  content: " ";
  display: block;
  clear: both;
}
.gallery li {
  float: left;
}
.gallery figure {
  margin: 0;
}
.gallery figure img {
  width: 100%;
  height: auto;
}
.gallery figcaption {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .gallery {
    margin-top: 50px;
  }
  .gallery h2 {
    padding: 35px 0 10px;
    background-size: 40px auto;
    font-size: 3.6rem;
  }
  .gallery h2 span {
    margin-bottom: 3px;
    font-size: 1rem;
  }
  .gallery ul {
    margin: 0 10px;
  }
  .gallery li {
    width: calc(50% - 10px);
    margin: 10px 5px 0;
  }
  .gallery li:nth-child(-n+2) {
    margin-top: 0;
  }
  .gallery figcaption {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .gallery {
    margin-top: 100px;
  }
  .gallery h2 {
    padding: 55px 0 15px;
    background-size: 60px auto;
    font-size: 6rem;
  }
  .gallery h2 span {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  .gallery ul {
    margin: 0 -10px;
  }
  .gallery li {
    width: calc(25% - 20px);
    margin: 20px 10px 0;
  }
  .gallery li:nth-child(-n+4) {
    margin-top: 0;
  }
  .gallery figcaption {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}

