@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.left {
  float: left;
}

.right {
  float: right;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.pc-block {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-block {
    display: none;
  }
}

.pc-inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  .pc-inline {
    display: none;
  }
}

.pc-inline-block {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pc-inline-block {
    display: none;
  }
}

.pc-table {
  display: table;
}
@media screen and (max-width: 768px) {
  .pc-table {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

.sp-inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-inline {
    display: inline;
  }
}

.sp-inline-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-inline-block {
    display: inline-block;
  }
}

.sp-table {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-table {
    display: table;
  }
}

html {
  font-size: 10px;
}

body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #004923;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #004923;
}

article, section, div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  position: relative;
  overflow-x: hidden;
  line-height: 1.8;
  text-align: center;
  color: #004923;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
  }
}
header .inner {
  padding: 2rem 0;
}
header .inner:after {
  display: block;
  content: "";
  clear: both;
}
@media screen and (max-width: 768px) {
  header .inner {
    padding: 1.5rem 15px;
  }
}
header h1 {
  float: left;
  width: 220px;
  height: auto;
}
@media screen and (max-width: 768px) {
  header h1 {
    float: none;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1;
  }
  header h1 img {
    width: 200px;
    height: auto;
  }
}

.home header {
  margin-bottom: 0rem;
}
.home header .inner {
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .home header .inner {
    padding: 1.5rem 15px;
  }
}

.header-nav {
  float: right;
}
@media screen and (max-width: 768px) {
  .header-nav {
    display: none;
    float: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
  }
}
.header-nav li {
  float: left;
  border-right: 1px solid #004923;
}
.header-nav li:first-child {
  border-left: 1px solid #004923;
}
@media screen and (max-width: 768px) {
  .header-nav li {
    float: none;
    border: 0;
    border-bottom: 1px solid #004923;
  }
  .header-nav li:first-child {
    border-left: 0;
  }
}
.header-nav li a {
  display: block;
  width: 191px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 768px) {
  .header-nav li a {
    width: 100%;
    padding: 1rem 0;
  }
}
.header-nav li a:hover {
  background: #004923;
  color: #fff;
}
.header-nav li a span {
  display: block;
  font-size: 0.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .header-nav li a span {
    display: none;
  }
}
.header-nav > ul li {
  position: relative;
}
.header-nav > ul ul {
  display: none;
  position: absolute;
  float: none;
  left: 0;
  top: 59px;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .header-nav > ul ul {
    position: static;
  }
}
.header-nav > ul ul li {
  float: none;
  border: 0;
  padding: 0;
}
.header-nav > ul ul li:first-child {
  border: 0;
  border-bottom: 1px solid #004923;
}
.header-nav > ul ul li a {
  display: block;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
}
.header-nav > ul ul li a:hover {
  background: none;
  color: #004923;
  text-decoration: underline;
}

.gsnav {
  position: fixed;
  top: 22px;
  right: 15px;
  border-left: 0;
  border-right: 0;
  text-align: right;
  line-height: 1;
  z-index: 4000;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 25px;
  height: 16px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #004923;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 7px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.inner {
  width: 1150px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}

footer {
  padding-bottom: 3rem;
  background: #eaf4ef;
}
footer .copyright address {
  font-style: normal;
}
footer .inner {
  display: table;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  footer .inner {
    display: block;
  }
}

.footer-logo, .footer-address, .copyright {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .footer-logo, .footer-address, .copyright {
    display: block;
  }
}

.footer-logo {
  padding-top: 0.5rem;
  width: 270px;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    width: 220px;
    margin: 0 auto 3rem;
  }
}
.footer-logo img {
  width: 220px;
  height: auto;
}

.footer-address {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .footer-address {
    width: 100%;
  }
}
.footer-address address {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .footer-address address {
    text-align: center;
  }
}

.copyright {
  font-size: 1rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .copyright {
    text-align: center;
  }
}

.copyright-bnr {
  margin-bottom: 3rem;
}
.copyright-bnr li {
  display: inline-block;
  width: 182px;
  margin-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .copyright-bnr li {
    margin-left: 0;
    width: 220px;
  }
}

.footer-nav ul {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .footer-nav ul {
    margin-bottom: 3rem;
    text-align: center;
  }
}
.footer-nav li {
  display: inline;
}
@media screen and (max-width: 768px) {
  .footer-nav li {
    font-size: 1.2rem;
  }
  .footer-nav li:nth-child(3):after {
    display: inline;
    content: "\a";
    white-space: pre;
  }
}
.footer-nav li:after {
  content: " ｜ ";
}
@media screen and (max-width: 768px) {
  .footer-nav li:after {
    content: " ｜ ";
  }
}
.footer-nav li:last-child:after {
  content: "";
}
.footer-nav li a {
  font-weight: bold;
  text-decoration: none;
}
.footer-nav li a:hover {
  text-decoration: underline;
}

.btn-recruit {
  position: fixed;
  right: 0;
  top: 50%;
  width: 65px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .btn-recruit {
    width: 35px;
  }
}

.btn {
  display: inline-block;
}
.btn-contact {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.7rem 4rem;
  background: #000;
  border-radius: 30px;
  border: 1px solid #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  font-size: 1.4rem;
  line-height: 1.8;
}
.btn-contact:hover {
  background: #fff;
  color: #000;
}
.btn-contact:after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 2.5rem;
  margin-top: -0.8em;
}

.btn-contact.back:before {
  content: "＜";
  position: absolute;
  top: 50%;
  left: 2.5rem;
  margin-top: -0.8em;
  font-weight: bold;
}
.btn-contact.back:after {
  content: "";
}

.btn-inquiry {
  padding: 15px 6em;
  background: #003318;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 768px) {
  .btn-inquiry {
    padding: 15px 0em;
    width: 100%;
  }
}
.btn-inquiry:hover {
  color: #fff;
  opacity: 0.7;
}

.page-catch {
  display: table;
  width: 100%;
  height: 345px;
}
@media screen and (max-width: 768px) {
  .page-catch {
    height: 200px;
  }
}

.page-catch-box {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.page-catch-ttl {
  font-size: 4.8rem;
  line-height: 1.7;
  letter-spacing: 8px;
}
@media screen and (max-width: 768px) {
  .page-catch-ttl {
    font-size: 2.5rem;
  }
}

.page-catch-border {
  display: block;
  margin: 0 auto 1rem;
  width: 16px;
  border-top: 2px solid #fff;
}

.page-catch-jp {
  font-size: 1.6rem;
  letter-spacing: 2px;
}

.heading-1 {
  color: #004923;
  text-align: center;
}

.heading-1-en {
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.heading-1-jp {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 6px;
}
@media screen and (max-width: 768px) {
  .heading-1-jp {
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 2px;
  }
}

.home .main {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .home .main {
    margin-bottom: 1rem;
  }
}

.visual {
  position: relative;
}
@media screen and (max-width: 768px) {
  .visual {
    margin-bottom: 0rem;
  }
}
.visual > p {
  line-height: 1;
  position: relative;
}
.visual > p span {
  position: absolute;
  right: 30px;
  bottom: 25px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .visual > p span {
    right: 10px;
    bottom: 10px;
  }
}
.visual .mst-link {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .visual .mst-link {
    width: 100px;
  }
}
.visual .mst-link a {
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.visual .mst-link a:hover {
  opacity: 0.7;
}

.threecol {
  overflow: hidden;
}

.home .threecol {
  margin-bottom: 7rem;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .home .threecol {
    margin-bottom: 3rem;
    padding-top: 3rem;
  }
}

.threecol-box {
  width: 380px;
  float: left;
  margin-right: 5px;
  text-align: center;
}
.threecol-box:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .threecol-box {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 3rem;
  }
}

.threecol-box__photo {
  margin-bottom: 0.5rem;
}

.threecol-box__ttl {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .threecol-box__ttl {
    margin-bottom: 1rem;
  }
}
.threecol-box__ttl span {
  display: block;
  font-size: 1.6rem;
}

.threecol-box__txt {
  padding-right: 2.2rem;
  padding-left: 2.2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .threecol-box__txt {
    padding: 0;
  }
}

.grayback {
  background: #f3f3f3;
}

.brownback {
  background: #654d40;
}

.page-catch.company-catch {
  background: url(../img/company/catch.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page-catch.company-catch {
    background-size: 100% auto;
  }
}

.page-catch.recruit-catch {
  background: url(../img/recruit/recruit-catch.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page-catch.recruit-catch {
    background-size: 100% auto;
  }
}

.page-catch.construction-public-catch {
  background: url(../img/construction/public/catch-guide.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page-catch.construction-public-catch {
    background-size: 100% auto;
  }
}

.page-catch.construction-private-catch {
  background: url(../img/construction/private/catch.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page-catch.construction-private-catch {
    background-size: 100% auto;
  }
}

.page-description {
  padding: 6rem 0 9rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-description {
    padding: 4rem 1.5rem 4rem;
  }
  .page-description p {
    text-align: left;
  }
  .page-description p br {
    display: none;
  }
}

.page-description-ttl {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: #004923;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .page-description-ttl {
    font-size: 2.4rem;
    text-align: left;
    line-height: 1.4;
  }
  .page-description-ttl br {
    display: none;
  }
}

.home .grayback {
  border-top: 5px solid #eae9ea;
}

.bnr-box {
  overflow: hidden;
  padding: 6rem 0 5.5rem;
}
@media screen and (max-width: 768px) {
  .bnr-box {
    padding: 3rem 0;
  }
}
.bnr-box li {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.bnr-box li:nth-child(2n) {
  margin-right: 0%;
}
@media screen and (max-width: 768px) {
  .bnr-box li {
    float: none;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.bnr-box li a img {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bnr-box li a img:hover {
  opacity: 0.7;
}

.topics-box {
  padding-top: 4rem;
  border-top: 1px solid #a8bbb1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topics-box {
    margin-bottom: 6rem;
  }
}
.topics-box .topics-box-ttl {
  margin-bottom: 5rem;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 7px;
}
@media screen and (max-width: 768px) {
  .topics-box .topics-box-ttl {
    margin-bottom: 3rem;
  }
}
.topics-box .topics-box-topics {
  float: left;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .topics-box .topics-box-topics {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .topics-box .topics-box-list {
    margin-bottom: 3rem;
  }
}
.topics-box .topics-box-list dl {
  overflow: hidden;
  border-bottom: 1px dashed #a8bbb1;
  padding: 1.5rem 1rem;
}
.topics-box .topics-box-list dl:last-child {
  border-bottom: 0;
}
.topics-box .topics-box-list dt {
  clear: left;
  float: left;
  width: 6.5em;
  color: #004923;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .topics-box .topics-box-list dt {
    float: none;
    width: 100%;
  }
}
.topics-box .topics-box-list dd {
  margin-left: 7.5em;
}
@media screen and (max-width: 768px) {
  .topics-box .topics-box-list dd {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.topics-box .topics-box-list dd a {
  text-decoration: none;
}
.topics-box .topics-box-list dd a:hover {
  text-decoration: underline;
}
.topics-box .topics-box-facebook {
  float: right;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .topics-box .topics-box-facebook {
    float: none;
    width: 100%;
  }
  .topics-box .topics-box-facebook .fb_iframe_widget,
.topics-box .topics-box-facebook .fb_iframe_widget span,
.topics-box .topics-box-facebook .fb_iframe_widget iframe[style] {
    width: 100% !important;
  }
}

.company-profile {
  padding-top: 6rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .company-profile {
    padding: 4rem 1.5rem 4rem;
  }
}
.company-profile .heading-1 {
  margin-bottom: 3rem;
}
.company-profile table {
  margin: 0 auto;
  width: 710px;
}
@media screen and (max-width: 768px) {
  .company-profile table {
    width: 100%;
  }
}
.company-profile table th,
.company-profile table td {
  padding: 1.5rem;
  border: 1px solid #a8bbb1;
  border-left: 0;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .company-profile table th,
.company-profile table td {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0;
    padding: 0;
    width: 100%;
  }
}
.company-profile table th {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .company-profile table th {
    display: block;
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .company-profile table td {
    margin-bottom: 2rem;
  }
}
.company-profile table td a {
  font-size: 1.2rem;
  color: #48956e;
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .company-profile table td a {
    display: block;
  }
}
.company-profile table td a:hover {
  text-decoration: underline;
}
.company-profile .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 710px;
}
@media screen and (max-width: 768px) {
  .company-profile .contact-box {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.company-profile .contact-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .company-profile .contact-box li {
    display: block;
    margin-bottom: 3rem;
    width: 100%;
  }
}

.history-profile {
  color: #fff;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .history-profile {
    padding: 4rem 1.5rem 4rem;
  }
}
.history-profile .heading-1 {
  margin-bottom: 3rem;
  color: #fff;
}
.history-profile table {
  margin: 0 auto;
  width: 710px;
}
@media screen and (max-width: 768px) {
  .history-profile table {
    width: 100%;
  }
}
.history-profile table tr:nth-child(odd) {
  background: #71594d;
}
.history-profile table th,
.history-profile table td {
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  .history-profile table th,
.history-profile table td {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0;
    padding: 2rem;
    width: 100%;
  }
}
.history-profile table th {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .history-profile table th {
    padding-left: 2rem;
    padding-bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .history-profile table td {
    padding-top: 0;
  }
}
.history-profile table td a {
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: bold;
}
.history-profile table td a:hover {
  text-decoration: underline;
}

.contact-wrap {
  padding-top: 6rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .contact-wrap {
    padding: 4rem 1.5rem 4rem;
  }
}
.contact-wrap .heading-1 {
  margin-bottom: 3rem;
}
.contact-wrap table {
  margin: 0 auto;
  width: 710px;
}
@media screen and (max-width: 768px) {
  .contact-wrap table {
    width: 100%;
  }
}

.contact-tel {
  text-align: center;
}
.contact-tel address {
  margin-bottom: 4rem;
  font-size: 1.8rem;
}
.contact-tel .holiday-text {
  margin: 0 auto;
  padding: 1.5rem;
  width: 710px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #b4d8c5;
}
@media screen and (max-width: 768px) {
  .contact-tel .holiday-text {
    width: 100%;
  }
}
.contact-tel .holiday-text strong {
  font-weight: bold;
}

.contact-form .caution-text {
  margin-bottom: 4rem;
  text-align: center;
}
.contact-form .required {
  color: red;
}
.contact-form table {
  margin: 0 auto 5rem;
  width: 710px;
}
@media screen and (max-width: 768px) {
  .contact-form table {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.contact-form table th,
.contact-form table td {
  padding: 1.5rem;
  border: 1px solid #a8bbb1;
  border-left: 0;
  border-right: 0;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .contact-form table th,
.contact-form table td {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0;
    padding: 0;
    width: 100%;
  }
}
.contact-form table .top {
  vertical-align: top;
}
.contact-form table th {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact-form table th {
    display: block;
    padding-left: 0;
    width: 100%;
  }
}
.contact-form table td {
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .contact-form table td {
    margin-bottom: 2rem;
  }
}
.contact-form table td input {
  height: 40px;
  width: 100%;
  border: 0;
  font-size: 1.6rem;
}
.contact-form table td textarea {
  width: 100%;
  height: 162px;
  border: 0;
  font-size: 1.6rem;
}
.contact-form table td a {
  font-size: 1.2rem;
  color: #48956e;
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact-form table td a {
    display: block;
  }
}
.contact-form table td a:hover {
  text-decoration: underline;
}
.contact-form .submits {
  text-align: center;
}
.contact-form .submits .back {
  margin-bottom: 2rem;
}
.contact-form .send-form {
  display: inline-block;
  width: 365px;
}
@media screen and (max-width: 768px) {
  .contact-form .send-form {
    width: 100%;
  }
}

.construction-box {
  overflow: hidden;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .construction-box {
    margin-bottom: 4rem;
  }
}

.construction-box-box {
  float: left;
  margin-right: 2%;
  margin-bottom: 2rem;
  padding: 30px;
  padding-bottom: 2rem;
  width: 49%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #f3f3f3;
}
.construction-box-box:nth-child(2n) {
  margin-right: 0;
}
.construction-box-box p {
  min-height: 6em;
}
@media screen and (max-width: 768px) {
  .construction-box-box {
    float: none;
    width: 100%;
    padding: 1.4rem;
  }
}

.construction-box-photo {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .construction-box-photo {
    margin-bottom: 0.4rem;
  }
}

.construction-box-ttl {
  font-size: 1.8rem;
  font-weight: bold;
}

.construction-box-ttl_small {
  margin-bottom: 1em;
  font-size: 1.4rem;
  font-weight: bold;
}
.construction-box-ttl_small sup {
  font-size: 0.8rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.to-contact {
  background: #004923;
}
.to-contact .inner {
  padding-top: 70px;
  padding-bottom: 70px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.075em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .to-contact .inner {
    font-size: 1.6rem;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.to-contact .inner .text {
  margin-bottom: 2em;
}

.construction-section {
  padding: 60px 0 0 0;
}
.construction-section .construction-box {
  margin-bottom: 20px;
}

.construction-box__ttl {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

.hirabayashi-box {
  margin-bottom: 80px;
  padding: 15px 0;
  background: url(../img/construction/private/bg-stripe.png);
  background-size: 36px auto;
}

.hirabayashi-table {
  display: table;
  padding: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .hirabayashi-table {
    padding: 30px 0;
  }
}

.hirabayashi-cell {
  display: table-cell;
  vertical-align: middle;
  color: #552300;
}
@media screen and (max-width: 768px) {
  .hirabayashi-cell {
    display: block;
  }
}
.hirabayashi-cell:nth-child(1) {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .hirabayashi-cell:nth-child(1) {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }
  .hirabayashi-cell:nth-child(1) img {
    width: 120px;
    height: auto;
  }
}
.hirabayashi-cell:nth-child(2) {
  padding-left: 25px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .hirabayashi-cell:nth-child(2) {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}
.hirabayashi-cell:nth-child(3) {
  padding-left: 33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 385px;
  background: url(../img/construction/private/bg-separate.png) no-repeat left center;
  background-size: auto 150px;
}
@media screen and (max-width: 768px) {
  .hirabayashi-cell:nth-child(3) {
    width: 100%;
    padding-left: 0;
    background: none;
  }
}
.hirabayashi-cell dl dt {
  font-size: 1.6rem;
  font-weight: bold;
}
.hirabayashi-cell dl dd {
  font-size: 1.4rem;
}
.hirabayashi-cell ul img {
  margin-right: 8px;
  width: 40px;
  height: auto;
  vertical-align: middle;
}
.hirabayashi-cell ul li {
  margin-bottom: 15px;
  font-weight: bold;
}
.hirabayashi-cell ul li:last-child {
  margin-bottom: 0;
}
.hirabayashi-cell ul li a {
  color: #552300;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.hirabayashi-cell ul li a:hover {
  opacity: 0.7;
}

.other-wrap {
  margin-bottom: 80px;
}

.other-box__ttl {
  padding: 15px 0;
  background: #004923;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .other-box__ttl {
    padding: 7px 0;
  }
}

.other-section {
  padding: 38px;
  border: 1px solid #004923;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .other-section {
    padding: 15px;
  }
}

.other-box:nth-child(1) {
  width: 375px;
  margin-right: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .other-box:nth-child(1) {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
}
.other-box:nth-child(2) {
  width: 330px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .other-box:nth-child(2) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.other-box:nth-child(2) > p {
  line-height: 1;
}
.other-box:nth-child(3) {
  width: 330px;
}
@media screen and (max-width: 768px) {
  .other-box:nth-child(3) {
    width: 100%;
  }
}
.other-box:nth-child(3) > p {
  line-height: 1;
}
.other-box .btn-inquiry_2 {
  display: inline-block;
  padding: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #d4d4d4;
  border: 4px solid #eee;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 768px) {
  .other-box .btn-inquiry_2 {
    margin-top: 15px;
  }
}
.other-box .btn-inquiry_2:hover {
  opacity: 0.7;
}

.box {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 2rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .box {
    background: #000;
  }
}
.box .box-item-ttl {
  margin-bottom: 3rem;
}

.box-bg-white {
  background: blue;
  color: #fff;
}

.box-item-ttl {
  border-left: 2px solid red;
  padding-left: 1rem;
  line-height: 1.5;
  font-size: 2rem;
}
/*# sourceMappingURL=app.css.map */