@charset "UTF-8";

/*メインビジュアルキャッチコピー*/
.c-visual .catchcopy {
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

/*グローバルナビ*/
.g-header {
  background: rgba(248, 244, 236, 1);
}
.g-header__logo-link-img {
  max-width: 200px;
}
.g-nav__list .nav-link {
  color: #000;
}
.g-nav .lower {
  background-color: #f5f5f5;
}
.g-header-100 {
  max-width: 100% !important;
}
/*フッター追尾ナビ*/
.g-fixarea-cta {
  background-color: rgba(1, 112, 54, 0.9);
}
/*フッターカラー*/
.g-footer--black {
  background-color: rgba(248, 244, 236, 1);
}
.g-footer nav a {
  color: #000;
}
/*お知らせ文字*/
.c-headline__type-sttl {
  color: #000;
}
/*トップ写真サイズ*/
.c-image__src--16:after {
  padding: calc(100% * 10 / 16) 0 0;
}
/*セクション強み・選ばれる理由*/
.c-after__black--9 {
  background-color: rgba(245, 245, 245, 1);
}
/*施工実績*/
.c-section--black {
  background-color: #f5f5f5 !important;
}
/*コピーライト色*/
.g-footer__copyright {
  background: #3085bd;
}
/*ボタン色*/
.c-btn {
  background-color: #017036;
}
.g-cta__mail-contact-btn {
  background-color: #017036;
}
.g-pagetop a {
  background-color: #017036;
}
.g-header__contact-btn a {
  background-color: #017036;
}
.g-cta__mail-icon {
  background-color: #017036;
}
.g-fixarea-footer__item {
  background-color: #017036;
}
/*トップ施工業者背景*/
.c-section:nth-child(odd) {
  background-color: #fff;
}
/*見出し色*/
.c-headline__type-ttl {
  color: #000;
  font-weight: bold;
}
/*見出し色*/
.c-em {
  color: #000;
}
.c-card-choice__box-ttl {
  color: #017036;
}
/*見出し色*/
.g-nav__list {
  background-color: #f8f4ec;
}
/*トップ写真角丸*/
.curtain {
  border-radius: 15px;
}

.mt30 {
  margin-top: 30px;
}

.g-footer__logo ul {
  display: inline-flex;
  align-items: center;
}

.ml20 {
  margin-left: 20px;
}

/*問い合わせフォーム　レスポンシブ*/
@media screen and (max-width: 767px) {
  .g-form input {
    width: 100%;
  }

  .g-form textarea {
    width: 100%;
  }

  .g-form th {
    display: block;
  }

  .g-form td {
    display: block;
  }

  .text-left {
    width: 100%;
    margin: 0 auto;
  }

  .sp_none {
    display: none;
  }

  .sp_text_left {
    text-align: left !important;
  }
}

.add_p_title {
  margin: 0 0 20px;
  text-align: center;
}

.add_p_text {
  margin: 0 0 40px;
  text-align: center;
}

.add_president {
  text-align: center;
  font-weight: bold;
  margin: 10px 0 0;
  font-size: 20px;
}

#disp {
  padding-top: 65px;
  background: #f8f4ec;
}

.c-visual {
  background: #f8f4ec;
}

.sbw {
  justify-content: space-around;
}

.c-image {
  border-radius: 20px;
}

.bk-wood {
  background-image: url(../img/common/body_bk02.jpg);
  background-color: rgba(255, 255, 255, 0.5) !important;
  background-blend-mode: lighten;
  background-size: cover;
}

.add_pd30 {
  padding: 0 0 30px;
}

a:not([class]) {
  color: #000;
}

.c-visual-news {
  position: inherit;
}

.c-visual-news__inner {
  width: 960px;
  margin: 0 auto;
  background: inherit;
}

.bk_yellow {
  background: #ffdd6c;
}

.new {
  background: #efff00;
  color: #000;
  padding: 5px 20px;
  margin-right: 10px;
  text-decoration: none;
  animation: blinkAnimeS2 1s infinite alternate;
}

.sn-list li {
  margin-left: 20px;
}

.sn-list li a img {
  width: 100px;
}

.sn-list li:first-child {
  margin-left: 0;
}

@keyframes blinkAnimeS2 {
  0% {
    color: #000;
    background: white;
  }
  100% {
    color: #000;
    background: #fbff00;
  }
}

@media screen and (max-width: 959px) {
  .c-visual-news__inner {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-visual-news__inner {
    height: 130px;
  }
  .c-visual-news__inner {
    background: #fff7006e;
    display: inherit;
  }
  .c-visual-news__title {
    display: block;
    width: 100%;
  }
  .c-visual-news h2 {
    line-height: 50px;
  }
  .c-visual-news__ticker {
    display: block;
    width: 100%;
  }
  .c-visual-news li {
    text-align: center;
    line-height: inherit;
  }

  .c-visual-news__ticker a {
    padding: 0;
  }

  .news_title {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
