@charset "UTF-8";
/* ofi */
/*	flex
---------------------------------------------------*/

/* CSS Document */
/*-----------　色設定　------------------------------------------------*/
:root {
  --main_c:   #303030;
  --sub_c:    #fff;
  --point_c:  #73604f;
  --txt_c:    #1a1819;
  --link_c:   #303030;
}

/*--------------------------------------------------------------------/
loader 色変更
/-------------------------------------------------------------------*/
@-webkit-keyframes f_fadeG {
  0% {
    background-color: #303030;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes f_fadeG {
  0% {
    background-color: #303030;
  }
  100% {
    background-color: #fff;
  }
}

/*--------------------------------------------------------------------/
body
/--------------------------------------------------------------------*/
body {
  color: #1a1819;
}

/*　ドラッグした際の色を変える設定
/* selection
----------------------------------------------------------------*/
body *::-moz-selection {
  background: #303030;
  color: #fff;
}
body *::selection {
  background: #303030;
  color: #fff;
}

/*Firefoxに対応*/
body *::-moz-selection {
  background: #303030;
  color: #fff;
}

/*　リンクの色設定
/* a
----------------------------------------------------------------*/
a {
  color: #303030;
}

a:hover {
  color: #fff;
}

/* 共通ボタンの色変更
----------------------------------------------------------------*/
.btn--main {
  border-color: #303030;
  background-color: #303030;
  color: #fff;
}

.btn--main:hover {
  border-color: #73604f;
  background-color: #73604f;
  color: #fff;
}

.btn--arrow {
  border-color: #303030;
  color: #fff;
}

.btn--arrow:hover {
  border-color: #73604f;
  background-color: #73604f;
  color: #fff;
}

.works-list .btn--arrow {
  border-color: #303030;
  background-color: #303030;
}

.works-list a:hover .btn--arrow {
  border-color: #fff;
  background: #fff;
  color: #303030;
}

.gallery-img {
  background: transparent;
}

/* 共通タイトル
----------------------------------------------------------------*/
h3.normal,
h3.blog__tit,
h3.privacy__tit {
  font-size: calc(1.6rem + 4 * (100vw - 320px) / 680);
}

h3.blog__tit {
  position: relative;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ccc;
}

h3.blog__tit:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 96px;
  width: 6rem;
  height: 1px;
  background: #303030;
  content: "";
}

h3.privacy__tit {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

h3.company__tit {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  font-size: calc(1.6rem + 4 * (100vw - 320px) / 680);
}

h3.table__tit {
  padding: 12px 2%;
  padding: 0.75rem 2%;
  background: #eee;
  font-size: calc(1.6rem + 4 * (100vw - 320px) / 680);
  text-align: center;
}

/*　ヘッダーとメニューの背景とロゴの大きさを設定
/* header
----------------------------------------------------------------*/
.js-fixed {
  background: rgba(255, 255, 255, 0.8);
}

.header {
  background: rgba(255, 255, 255, 0.8);
}

.header .header__inner #global .global__items > li a {
  color: #1a1819;
}

.header .header__inner #global .global__items > li a:hover {
  color: #73604f;
}

.header .header__inner #global .global__items > li a:hover:before {
  background-color: #73604f;
}

.header__logo img {
  width: 100%;
  transition: 0.3s ease all;
}

.header__logo a {
  display: block;
  position: relative;
}

/* global_nav
----------------------------------------------------------------*/
/* グローバルのテキストの色を変更 */
/* ドロワーメニューの色を変更 */
.drawer-menu li a:hover {
  background-color: transparent;
  color: #303030;
}

/* sp tel  */
.global__phone {
  border: none;
  background: #303030;
  color: #fff;
  transition: 0.3s ease all;
}

.global__phone:hover {
  border: solid 1px #303030;
  background: #fff;
  color: #303030;
}

.global__phone:hover a {
  color: #303030;
}

.global__phone a {
  display: block;
  color: #fff;
}

.color-header .global__items > li a {
  color: #fff;
}

.color-header .global__items > li a:hover {
  color: #fff;
}

.color-header .global__items > li a:hover:before {
  background-color: #fff;
}

.fixed .global__items > li a {
  color: #1a1819;
}

.fixed .global__items > li a:hover {
  color: #303030;
}

.fixed .global__items > li a:hover:before {
  background-color: #303030;
}

/* breadcrumb
/--------------------------------------------------------------------*/
.breadcrumb__list {
  align-items: center;
}

.breadcrumb__list a {
  text-decoration: none;
  vertical-align: top;
}

.breadcrumb__list br {
  display: none;
}

.breadcrumb__list a:hover {
  color: #303030;
}

/* main
/--------------------------------------------------------------------*/
/* 背景画像
----------------------------------------------------------------*/

.top-cont05 .tel-link a {
  color: #fff;
}

/* first */
.scrolldown {
  color: #fff;
}

.scrolldown a {
  color: #fff;
}

.scrolldown {
  font-family: "Oswald", sans-serif !important;
  font-weight: 400;
}

/* コンテンツのボタン使用時 */
.top-cont01 .btnselect .c-box__txt-01,
.top-cont02 .btnselect .mCSB_container {
  position: relative;
  padding-bottom: 96px;
  padding-bottom: 6rem;
}

/* コンテンツタイトル */
.cont__tit {
  position: relative;
  padding-bottom: calc(1rem + .3em);
}

.cont__tit:after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 4rem);
  width: 96px;
  width: 6rem;
  height: 2px;
  background: #fff;
  content: "";
}

.cont__tit span {
  padding-top: .5em;
  font-family: "Oswald", sans-serif !important;
  font-weight: 300;
}

.tit-01:after, .tit-03:after, .blog-cont__tit:after {
  background: #303030;
}

.works__wrap .cont__tit:after {
  background: #303030;
}

.top-cont02 {
  overflow: hidden;
}

.c-box__txt-01 .c-btn,
.c-box__txt-02 .c-btn {
  position: absolute;
  bottom: 24px;
  bottom: 1.5rem;
  left: 24px;
  left: 1.5rem;
  width: calc(100% - 3rem);
}

/* c-box */
.c-box h4 {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.c-box:not(:last-child) {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.c-box figure {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.c-box figcaption {
  padding: 7px 0 0;
  font-size: 22.4px;
  font-size: 1.4rem;
  text-align: center;
}

.c-box p {
  padding-bottom: 10px;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  line-height: 1.5;
  text-align: left;
}

/* コンテンツのボタン使用時 */
.top-cont01 .btnselect .c-box__txt-01, .top-cont02 .btnselect .mCSB_container {
  position: relative;
  padding-bottom: 96px;
  padding-bottom: 6rem;
}

.company-cont {
  padding: 32px 4%;
  padding: 2rem 4%;
  background: #eee;
}

/* feed */
.top-cont04__half,
.top-cont04__news {
  background-color: #303030;
}

.feed-box--news {
  background: #303030;
}

.feed-box--blog {
  background: #fff;
  color: #303030;
}

.feed-box__table tr td a {
  color: #303030;
}

.feed-box__table tr td a:hover {
  color: #73604f;
}

.feed-box__table span.feed__icon {
  color: #fff;
}

/* blog-category back-color */
[class*="feed__icon"] {
  background-color: #666;
}

/* works-category back-color */
[class*="tax__icon"] {
  background-color: #666;
}

/* お問い合わせコンテンツ */
.top-cont05 .btn__wrap {
  max-width: 420px;
}

.contact__tel {
  font-family: "Oswald", sans-serif !important;
  font-weight: 400;
}

/* footer */
.footer__copy {
  background: #303030;
}

.footer__copy {
  background: #303030;
}

/* トップへ戻るボタンの色を変更
--------------------------------------------------------------------*/
#pagetop a {
  border-bottom-color: #303030;
}

#pagetop a:hover {
  border-bottom-color: #73604f;
}

/* 実績紹介ページの背景画像
--------------------------------------------------------------------*/
.works {
  position: relative;
  width: 100%;
  background: transparent;
}

.works:before {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_02_pc.jpg) 50% top no-repeat;
  background-size: cover;
  content: "";
}

#works .btn__wrap {
  max-width: 400px;
  margin-top: 48px;
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
}

.works-list a {
  transition: 0.3s ease all;
}

.works-list a:hover {
  background: rgba(102, 102, 102, 0.8);
}

.category-list a {
  transition: 0.3s ease all;
}

.category-list a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
}

.category-list__black {
  background: #000;
}

/* コンタクトページの背景画像
--------------------------------------------------------------------*/
.contact {
  position: relative;
  width: 100%;
  background: transparent;
}

.contact:before {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_03_pc.jpg) 50% top no-repeat;
  background-size: cover;
  content: "";
}

[class="sub-btn"] {
  border-color: #303030;
  background: #303030;
  color: #fff;
}

[class="sub-btn"]:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #fff;
}

input[class="back-btn"] {
  border-color: #303030;
  background: #fff;
  color: #303030;
}

input[class="back-btn"]:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #fff;
}

/* Not Foundページの背景画像
--------------------------------------------------------------------*/
.not-found {
  position: relative;
  width: 100%;
  background: transparent;
}

.not-found:before {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_01_pc.jpg) 50% top no-repeat;
  background-size: cover;
  content: "";
}

.not-found h3 {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: calc(1.6rem + 2 * (100vw - 320px) / 680);
}

/* スライダーの矢印の色
--------------------------------------------------------------------*/
.swiper-button-prev .icon-left_arrow2,
.swiper-button-next .icon-right_arrow2 {
  color: #eee;
  font-size: 48px;
  font-size: 3rem;
  transition: 0.3s ease all;
}

.swiper-button-prev:hover .icon-left_arrow2,
.swiper-button-next:hover .icon-right_arrow2 {
  color: #fff;
}

/* ブログ　色変更
--------------------------------------------------------------------*/
.c-page_next_prev a:hover {
  color: #fff;
}

.widget-blog-aside:not(:last-of-type) {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.widget-blog-aside a {
  color: #303030;
  text-decoration: underline;
}

.widget-blog-aside a:hover {
  color: #fff;
  text-decoration: none;
}

.widget-blog-aside__tit {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  background: #eee;
  color: #1a1819;
}

.widget-blog-aside li a {
  display: block;
  position: relative;
  padding-left: 32px;
  padding-left: 2rem;
}

.widget-blog-aside li a:before {
  position: absolute;
  top: 2px;
  left: 0;
  color: #ccc;
  font-size: 0.7em;
  content: "●";
}

.widget-blog-aside li a:hover {
  color: #fff;
}

#wp-calendar caption {
  color: #1a1819;
}

#wp-calendar td a {
  color: #303030;
}

#wp-calendar td a:hover {
  color: #fff;
}

/* pdf ボタン　*/
.blog-pdf {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.blog-pdf a {
  display: block;
  position: relative;
  padding: 12.8px;
  padding: 0.8rem;
  padding-left: 76.8px;
  padding-left: 4.8rem;
  border: 1px solid #ccc;
  background: #eee;
  color: #1a1819;
  text-decoration: none !important;
  transition: 0.3s ease all;
}

.blog-pdf a:after {
  position: absolute;
  top: 50%;
  left: 24px;
  left: 1.5rem;
  width: 22px;
  height: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/pdf.svg) no-repeat;
  content: "";
}

.blog-pdf a:hover {
  border-color: #425c93;
  background: #425c93;
  color: #fff;
}

.pdf-link {
  margin-top: 20px;
  margin-top: 1.25rem;
  line-height: 1;
}

.pdf-link a {
  color: #1a1819;
}

.pdf-link a:hover p {
  text-decoration: none !important;
}

.pdf-link figure {
  display: inline-block;
  max-width: 158px;
  margin-right: 8px;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.pdf-link p {
  display: inline-block;
  text-decoration: underline;
  vertical-align: middle;
}

#wpadminbar {
  display: none;
}

/* common
/--------------------------------------------------------------------*/
.c-box__img {
  background: none;
}

/* top
/--------------------------------------------------------------------*/
.c-box__tit {
  position: relative;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding-bottom: 14px;
  border-bottom: 1px dashed #aaa;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
}

.c-box__tit:before {
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #303030;
  content: "";
}

/* top-cont01 */
.c-box__tit-01 {
  font-size: calc(1.8rem + 2 * (100vw - 320px) / 680);
}

/* top-cont02 */
.c-box__tit-02 {
  padding: 8px 10px;
  border: #303030 1px;
  border-style: solid none;
  background-color: rgba(255, 255, 255, 0.5);
}

.c-box__tit-02:before {
  background: none;
}

.works-list a:hover .c-box__tit-02 {
  border: none;
  background: #e0d7cf;
  color: #303030;
}

/* top-cont03 */
.top-cont03 .common__table table tr:not(:last-child) td.column-2 {
  border-bottom: solid 1px #ddd;
}

/* blog
/--------------------------------------------------------------------*/
#page-blog .blog__wrap .blog-list__contbox .blog-list {
  padding: 24px;
  padding: 1.5rem;
}

#page-blog .blog__wrap .blog-list__contbox .blog-list h4.blog-list__tit {
  font-weight: 400;
}

#page-blog .blog__wrap .blog-list__contbox .blog-list .blog-list__post-thumbnail {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

#page-blog .blog__wrap .blog-list__contbox .blog-list .txt .blog-list__btn-wrap {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

/* contact
/--------------------------------------------------------------------*/
#page-contact .c-box__tit,
#page-confirm .c-box__tit,
#page-sending .c-box__tit,
#page-error .c-box__tit {
  text-align: left;
}

#page-contact .c-box__tit:before,
#page-confirm .c-box__tit:before,
#page-sending .c-box__tit:before,
#page-error .c-box__tit:before {
  background: none;
}

#page-contact a,
#page-confirm a,
#page-sending a,
#page-error a {
  text-decoration: none;
}

#page-contact .mw_wp_form form .contact__table .form-middle,
#page-confirm .mw_wp_form form .contact__table .form-middle,
#page-sending .mw_wp_form form .contact__table .form-middle,
#page-error .mw_wp_form form .contact__table .form-middle {
  width: 100%;
}

/* works archive
/--------------------------------------------------------------------*/
.works .works-list h3.c-box__tit {
  padding: 8px 10px;
  border: #303030 1px;
  border-style: solid none;
  background-color: rgba(255, 255, 255, 0.5);
}

.works .works-list h3.c-box__tit:before {
  background: none;
}

.works .works-list a.frame:hover .c-box__tit {
  border: none;
  background: #e0d7cf;
  color: #303030;
}

/* works detail
/--------------------------------------------------------------------*/
#page-works .works__wrap .works-detail h3.works-detail__tit {
  position: relative;
  margin-bottom: 24px;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding-bottom: 8px;
  padding-bottom: 8px;
  padding-bottom: .5rem;
  border-bottom: 2px solid #aaa;
  font-weight: normal;
}

#page-works .works__wrap .works-detail h3.works-detail__tit:before {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 96px;
  width: 176px;
  width: 11rem;
  height: 2px;
  background-color: #73604f;
  content: '';
}

@media print, screen and (min-width: 376px) {
  /*====================================================================/
	/*------------------iPhone 以上----------------
	/====================================================================*/
  html {
    width: 100%;
  }
}

@media print, screen and (min-width: 561px) {
  /*====================================================================/
	/*------------------タブレットスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .cont__tit:after {
    width: 8rem;
  }
  .c-box__tit:before {
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 60px;
    height: 3px;
    content: "";
  }
}

@media print, screen and (min-width: 977px) {
  /*====================================================================/
	/*-------------------小さいPCスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .header__logo {
    width: 200px;
  }
  .global__items > li:not(:last-of-type) {
    margin-right: 3rem;
  }
  .global__items > li a {
    padding: 0.8rem 0;
    color: #1a1819;
  }
  .global__items > li a:before {
    height: 1px;
    background: #303030;
  }
  .global__items > li a:hover {
    color: #303030;
  }
  .top-cont04__half {
    background: linear-gradient(90deg, #303030 49.99%, #fff 49.99%);
  }
  .top-cont04__news {
    background: #303030;
  }
  #page-blog .blog__wrap .blog-list__contbox .blog-list .blog-list__post-thumbnail {
    padding-bottom: 0;
  }
  #page-blog .blog__wrap .blog-list__contbox .blog-list .txt .blog-list__btn-wrap {
    margin-bottom: 0;
  }
  .pic-left .pic-img,
  .pic-right .pic-img {
    flex-basis: 25%;
  }
  .pic-left .txt,
  .pic-right .txt {
    flex-basis: 68%;
  }
}

@media print, screen and (min-width: 1257px) {
  /*====================================================================/
	/*-------------------PCスタイル-------------------
	/====================================================================*/
  html {
    width: 100%;
  }
  h3.normal,
  h3.blog__tit,
  h3.privacy__tit {
    font-size: 1.8rem;
  }
  h3.company__tit {
    font-size: 2rem;
  }
  h3.table__tit {
    font-size: 2rem;
  }
  .not-found h3 {
    font-size: 1.8rem;
  }
  #page-works .works__wrap .works-detail h3.works-detail__tit {
    font-size: 2rem;
  }
}

@media print, screen and (min-width: 1920px) {
  /*====================================================================/
	/*-------------------full PCスタイル-------------------
	/====================================================================*/
  html {
    width: 100%;
  }
}

@media screen and (max-width: 1256px) {
  /*====================================================================/
	/*------------------PC以下---------
	/====================================================================*/
  html {
    width: 100%;
  }
}

@media screen and (max-width: 976px) {
  /*====================================================================/
	/*------------------スマホタブレット共通スタイル---------
	/====================================================================*/
  html {
    width: 100%;
  }
  .header__logo {
    min-width: 30%;
    max-width: 50%;
  }
  .header__logo img {
    width: 100%;
    max-width: 200px;
  }
  .global__items > li a {
    color: #1a1819;
  }
  .global__items > li a:hover {
    color: #303030;
  }
  .color-header .drawer-hamburger {
    color: #fff;
  }
  header.fixed .drawer-hamburger {
    color: header.fixed .drawer-hamburger txt_c;
  }
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    background-color: #1a1819;
  }
  .color-header .drawer-hamburger-icon,
  .color-header .drawer-hamburger-icon:before,
  .color-header .drawer-hamburger-icon:after {
    background-color: #1a1819;
  }
  header.fixed .drawer-hamburger-icon,
  header.fixed .drawer-hamburger-icon:before,
  header.fixed .drawer-hamburger-icon:after {
    background-color: #1a1819;
  }
  .first:before {
    background-image: url(../img/bg_01_tb.jpg);
  }
  .top-cont02 {
    background-image: url(../img/bg_03_sp.jpg);
  }
  .top-cont05 {
    background-image: url(../img/bg_03_sp.jpg);
  }
  .footer__logo {
    width: 50%;
  }
  .pic-left .pic-img,
  .pic-right .pic-img {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .first:before {
    background-image: url(../img/bg_01_sp.jpg);
  }
  .first:after {
    padding-top: 150%;
  }
  .footer__logo {
    width: 80%;
  }
}

@media screen and (max-width: 375px) {
  /*====================================================================/
	/*------------------iPhone 以下----------------
	/====================================================================*/
  html {
    width: 100%;
  }
}
