@charset "UTF-8";
/*!
*  Style.css | @hachisusoken
*/
/* リセット設定
   ========================================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* 読み込み
   ========================================================================== */
/* 変数設定
   ========================================================================== */
/* Flex設定
   ========================================================================== */
/*
Flexbox SASS mixins
The spec: http://www.w3.org/TR/css3-flexbox
*/
/* 汎用クラス
   ========================================================================== */
@media only screen and (max-width: 640px) {
  .container {
    width: auto;
    padding: 0 10px; } }
.row-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .row-flex > * {
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .row-flex__end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  .row-flex__center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .row-flex__around {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around; }
  .row-flex__wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.row-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); }

.box_left {
  float: left; }

.box_right {
  float: right; }

.box_center {
  margin: auto; }

.txt_left {
  text-align: left; }

.txt_right {
  text-align: right; }

.txt_center {
  text-align: center; }

.txt_uline {
  text-decoration: underline; }

.mb_5 {
  margin-bottom: 5px; }

.mb_10 {
  margin-bottom: 10px; }

.mb_15 {
  margin-bottom: 15px; }

.mb_30 {
  margin-bottom: 30px; }

@media only screen and (max-width: 640px) {
  .box_left, .box_right {
    float: none; } }
/* 基本設定
   ========================================================================== */
* {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box; }

html {
  position: relative;
  min-width: 1280px;
  -webkit-text-size-adjust: 100%; }

@media only screen and (max-width: 640px) {
  html {
    min-width: auto; } }
body {
  position: relative;
  color: #000;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
  text-align: center; }

img {
  max-width: 100%;
  vertical-align: top; }

ol, ul {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  color: inherit;
  text-decoration: none;
  overflow: hidden; }
  a:hover {
    color: #000; }
    a:hover img {
      opacity: 0.8; }

*[class*=' fa-'] {
  margin-right: 3px; }

.container {
  display: block; }
  .container:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }

.wrap820 {
  max-width: 820px;
  padding: 0 10px;
  margin: 0 auto; }

.wrap980 {
  max-width: 980px;
  padding: 0 10px;
  margin: 0 auto; }

.hidden {
  display: none; }

@media (max-width: 640px) {
  .hidden-ss {
    display: none; } }
@media (min-width: 640px) {
  .visible-ss {
    display: none; } }
.btn-box {
  margin: 0 auto;
  text-align: center; }
  .btn-box a {
    display: inline-block;
    width: 240px;
    height: 50px;
    color: #fff;
    font-size: 1.1rem;
    line-height: 50px;
    background-color: #000;
    border: 1px solid #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .btn-box a:hover {
      color: #000;
      background-color: #fff;
      border-color: #000; }

@media only screen and (max-width: 640px) {
  .btn-box a {
    font-size: 1.0rem; } }
/* 共通スタイル
   ========================================================================== */
#header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  background-color: #000; }

.header-wrap {
  position: relative;
  height: 80px; }
.header-logo {
  float: left;
  padding: 16px 0;
  margin-left: 40px; }
.header-nav {
  float: right; }
.header-tel {
  padding: 0; }

.nav-item {
  height: 80px;
  padding: 30px 0;
  margin: 0 10px; }
  .nav-item a {
    display: block;
    padding: 0 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px; }

.header-toggle-btn {
  position: absolute;
  top: 12px;
  left: auto;
  right: 10px;
  width: 50px;
  height: 38px;
  padding: 0;
  transition: all .4s;
  box-sizing: border-box; }
  .header-toggle-btn span {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 34px;
    height: 3px;
    background-color: #fff;
    border-radius: 1px;
    transition: all .4s;
    box-sizing: border-box; }
    .header-toggle-btn span:nth-of-type(1) {
      top: 6px; }
    .header-toggle-btn span:nth-of-type(2) {
      top: 16px; }
    .header-toggle-btn span:nth-of-type(3) {
      top: 26px; }
  .header-toggle-btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg); }
  .header-toggle-btn.active span:nth-of-type(2) {
    opacity: 0; }
  .header-toggle-btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg); }

@media only screen and (max-width: 640px) {
  .header-wrap {
    height: 60px; }
  .header-logo {
    width: 240px;
    padding: 15px;
    margin-left: 0; }
  .header-nav {
    display: none;
    float: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 100; }
    .header-nav ul {
      display: block; }
  .header-tel img {
    padding: 10px 0;
    width: 200px; }

  .nav-item {
    height: auto;
    padding: 0 10px;
    margin: 0;
    background-color: #000; }
    .nav-item a {
      display: block;
      font-size: 15px;
      line-height: 40px; } }
.footer-info {
  padding: 30px 0;
  background-color: #f8f8f8; }
.footer-bottom {
  padding: 30px 0;
  color: #fff;
  font-size: 13px;
  background-color: #000; }
.footer-addr {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4; }
.footer-btn {
  margin: 10px 15px; }

@media only screen and (max-width: 640px) {
  .footer-bottom {
    font-size: 11px; }
  .footer-logo {
    margin-bottom: 20px; }
    .footer-logo img {
      width: 240px; }
  .footer-addr {
    font-size: 13px; }
  .footer-btn {
    margin: 15px auto; } }
.gmap {
  height: 400px; }

@media only screen and (max-width: 640px) {
  .gmap {
    height: 300px; }
    .gmap iframe {
      height: 100%; } }
#content {
  position: relative; }

.page-head {
  position: relative;
  height: 300px;
  overflow: hidden; }
  .page-head-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 98;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%); }
  .page-head-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto; }
    .page-head-bg img {
      width: 100%; }

@media only screen and (max-width: 640px) {
  .page-head {
    height: 89px;
    overflow: hidden; }
    .page-head-ttl img {
      width: auto;
      height: 50px; } }
.page-ttl {
  margin-bottom: 20px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.8; }

@media only screen and (max-width: 640px) {
  .page-ttl {
    margin-bottom: 15px;
    font-size: 20px; } }
.page-lead {
  margin-bottom: 30px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6; }

@media only screen and (max-width: 640px) {
  .page-lead {
    font-size: 13px; } }
/* トップページ
   ========================================================================== */
.hero {
  position: relative;
  height: 680px;
  background-image: url(../images/bg_hero@2x.jpg);
  background-position: center;
  background-size: cover; }
  .hero-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    margin: auto;
    width: 607px;
    height: 346px; }
  .hero-wrap img {
    width: 100%; }

@media only screen and (max-width: 640px) {
  .hero {
    height: 300px; }
    .hero-logo {
      width: 280px;
      height: 161px; } }
.top-ttl {
  margin-bottom: 30px; }
.top-lead {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8; }
.top-about {
  padding: 60px 0; }
.top-business {
  padding: 45px 0;
  background-image: url(../images/bg_business@2x.jpg);
  background-position: center;
  background-size: cover; }
.top-result {
  padding: 45px 0;
  color: #fff;
  background-color: #000; }
  .top-result-txt {
    margin-bottom: 30px;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 18px;
    line-height: 1.8; }
.top-news {
  padding: 45px 0;
  background-image: url(../images/bg_news@2x.png);
  background-position: center;
  background-size: 500px;
  background-repeat: no-repeat; }

@media only screen and (max-width: 640px) {
  .top-ttl img {
    width: auto;
    height: 50px; }
  .top-lead {
    font-size: 13px; }
  .top-about {
    padding: 45px 0; }
  .top-business, .top-result, .top-news {
    padding: 30px 0; }
  .top-news {
    background-size: 300px; } }
@media only screen and (max-width: 640px) {
  .about-txt {
    margin-bottom: 20px; }
    .about-txt img {
      width: 260px; } }
.bs-list {
  margin-bottom: 30px; }
.bs-item-img {
  margin-bottom: 15px; }
.bs-item-txt {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6; }

@media only screen and (max-width: 640px) {
  .bs-list {
    margin-bottom: 0; }
  .bs-item {
    width: 46%;
    margin-bottom: 15px; } }
.result-tab {
  padding: 30px 0;
  background-color: #f0f0f0; }
  .result-tab-item a {
    display: inline-block;
    padding: 0 30px;
    min-width: 200px;
    height: 40px;
    color: #000;
    font-size: 1.0rem;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #000;
    color: #fff;
    background-color: #000; }
    .result-tab-item a.active {
      color: #fff;
      background-color: #000; }
  .result-tab-item + .result-tab-item {
    margin-left: 30px; }
.result-box-item_01, .result-box-item_02 {
  position: relative;
  width: 50%;
  height: 400px;
  color: #000;
  background-position: center;
  background-size: cover; }
  .result-box-item_01 > div, .result-box-item_02 > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 480px;
    height: 260px;
    padding: 60px 30px;
    margin: auto;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9); }
.result-box-item_01 {
  background-image: url(../images/bg_result_01@2x.jpg); }
.result-box-item_02 {
  background-image: url(../images/bg_result_02@2x.jpg); }
.result-box-ttl {
  margin-bottom: 30px; }
.result-box-txt {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6; }
.result-box-inner {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 480px;
  height: 260px;
  padding: 60px 30px;
  margin: auto;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }
  .result-box-inner:hover {
    background-color: rgba(255, 255, 255, 0.7); }

@media only screen and (max-width: 640px) {
  .result-tab-item a {
    display: inline-block;
    padding: 0 20px;
    width: 260px;
    height: 30px;
    font-size: 0.9rem;
    line-height: 30px; }
  .result-tab-item + .result-tab-item {
    margin-left: 0;
    margin-top: 10px; }
  .result-box {
    display: block; }
    .result-box-item_01, .result-box-item_02 {
      width: 100%;
      height: 300px; }
      .result-box-item_01 > div, .result-box-item_02 > div {
        width: 280px;
        height: 180px;
        padding: 30px; }
    .result-box-ttl {
      margin-bottom: 20px; }
    .result-box-txt {
      font-size: 13px; }
    .result-box-inner {
      width: 280px;
      height: 180px;
      padding: 30px; } }
.news-list {
  margin-bottom: 45px; }
.news-item {
  padding: 10px;
  font-size: 15px;
  line-height: 1.6;
  text-align: left; }
  .news-item-label {
    display: inline-block;
    padding: 1px 15px;
    margin-right: 15px;
    color: #fff;
    background-color: #000; }
  .news-item-date {
    display: inline-block;
    margin-right: 15px; }
  .news-item-ttl {
    display: inline-block; }
    .news-item-ttl a {
      text-decoration: underline; }
.news-attention {
  color: #e50012;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline; }

@media only screen and (max-width: 640px) {
  .news-list {
    margin-bottom: 30px; }
  .news-item {
    padding: 0;
    margin-bottom: 15px;
    font-size: 13px; }
    .news-item-date {
      font-weight: 600; }
    .news-item-ttl {
      display: block;
      padding: 10px 0; }
  .news-attention {
    font-size: 14px; } }
/* 会社案内
   ========================================================================== */
.cmp-ol {
  padding: 45px 0; }
  .cmp-ol-table {
    width: 100%;
    margin-bottom: 30px; }
    .cmp-ol-table th, .cmp-ol-table td {
      padding: 10px 20px;
      border: 1px solid #ccc; }
    .cmp-ol-table th {
      width: 200px;
      font-weight: 600;
      background-color: #f8f8f8; }
    .cmp-ol-table td {
      text-align: left; }

@media only screen and (max-width: 640px) {
  .cmp-ol {
    padding: 30px 0; }
    .cmp-ol-table th, .cmp-ol-table td {
      display: block;
      width: auto; }
    .cmp-ol-table td {
      text-align: center;
      border-top: none; }
    .cmp-ol-table tr {
      display: block; }
      .cmp-ol-table tr + tr th {
        border-top: none; } }
/* 施工実績
   ========================================================================== */
.result-list {
  padding: 45px 0; }
  .result-list-item {
    width: 240px;
    margin-bottom: 20px; }
  .result-list-txt {
    padding: 5px;
    background-color: #f0f0f0; }

/*
.fancybox-active {
	.fancybox-show-thumbs .fancybox-inner {
		right: 0;
		bottom: 120px;
	}

	.fancybox-show-thumbs .fancybox-thumbs {
		width: auto;
		height: 120px;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 10px;
	}
	
	.fancybox-thumbs__list {
		max-width: 530px;
		width: 100%;
		margin: auto;
	}
}
*/
@media only screen and (max-width: 640px) {
  .result-list {
    padding: 30px 0; }
    .result-list-item {
      width: 46%;
      min-width: 160px;
      max-width: 240px; }
    .result-list-txt {
      font-size: 12px; }

  .fancybox-active .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 200px; }
  .fancybox-active .fancybox-show-thumbs .fancybox-thumbs {
    width: auto;
    height: 200px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px; }
  .fancybox-active .fancybox-thumbs__list {
    max-width: 530px;
    width: 100%;
    margin: auto; } }
/* お問い合わせ
   ========================================================================== */
.contact {
  padding: 45px 0; }
  .contact-form {
    width: 100%;
    margin: 0 auto 30px;
    border: 1px solid #f0f0f0; }
    .contact-form tr {
      height: 28px;
      background-color: #fff; }
      .contact-form tr th {
        width: 220px;
        padding: 10px;
        padding-left: 30px;
        font-weight: bold;
        text-align: left;
        vertical-align: top; }
      .contact-form tr td {
        padding: 10px;
        text-align: left;
        vertical-align: middle; }
      .contact-form tr:nth-child(even) {
        background-color: #fafafa; }
  .contact-attention {
    margin-bottom: 30px; }
    .contact-attention a {
      border-bottom: 1px dotted #666; }
  .contact-comp h3 {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: bold; }
  .contact-comp .lead {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold; }
  .contact-notice {
    width: auto;
    padding: 20px;
    margin-bottom: 30px; }
  .contact-btn {
    padding: 6px 0;
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center; }
    .contact-btn button, .contact-btn a {
      position: relative;
      display: inline-block;
      width: 240px;
      height: 50px;
      padding: 0 50px 0 50px;
      color: #000;
      font-size: 16px;
      font-weight: 600;
      line-height: 50px;
      background-color: #fff;
      border-color: #000; }

@media only screen and (max-width: 640px) {
  .contact-form tr th {
    display: block;
    width: auto;
    padding: 10px 10px 0; }
  .contact-form tr td {
    display: block;
    width: auto;
    padding: 10px; } }
#form .typeBox {
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.075) inset;
  display: block;
  font-size: 16px;
  width: 100%;
  max-width: 500px;
  height: 34px;
  line-height: 1.42857;
  *line-height: 1;
  padding: 6px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
  #form .typeBox:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
#form input[name="name"], #form input[name="kana"] {
  max-width: 300px; }
#form input[name="tel"] {
  max-width: 200px; }
#form input[name="zip"] {
  max-width: 100px; }
#form textarea.typeBox {
  min-height: 80px;
  resize: vertical; }
#form textarea[name="body"] {
  min-height: 140px; }
#form input:disabled, #form textarea:disabled {
  background-color: #f0f0f0; }
#form legend {
  font-size: 15px; }
#form label {
  display: inline-block;
  padding: 6px 9px;
  margin-right: 6px;
  margin-bottom: 6px;
  background-color: #f2f2f2;
  border: 1px solid #ccc; }
  #form label input[type=checkbox] {
    margin-right: 6px; }
#form .label {
  display: inline;
  padding: 0.2em 0.6em;
  margin-left: 1em;
  color: #fff;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #777;
  border-radius: 0.25em; }
  #form .label.hissu {
    background-color: #d22; }
#form .help {
  color: #737373;
  padding-top: 5px;
  margin: 0; }
#form .error input[type="text"], #form .error input[type="tel"], #form .error input[type="email"], #form .error textarea {
  background-color: #FFEEEE; }
#form .error label {
  background-color: #FFEEEE; }
