@charset "UTF-8";
/*!
 * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* margin */
/* grad */
/* 横幅 */
/* bg画像 */
/* flexbox */
/* メディアクエリ　*/
/* アニメーション */
/* other */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?w3gwop");
  src: url("fonts/icomoon.eot?w3gwop#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?w3gwop") format("truetype"), url("fonts/icomoon.woff?w3gwop") format("woff"), url("fonts/icomoon.svg?w3gwop#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"],
.icon:before,
.icon-r:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Meiryo, "メイリオ", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
}

.icon.phone:before,
.icon-r.phone:after {
  content: "\e903";
}

/*-------------------------------

    reset

-------------------------------*/
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;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

object {
  vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html,
body {
  background: #080808;
  overflow: hidden;
  font-family: 'Roboto', 'Noto Sans JP', Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}

html {
  overflow-y: scroll;
}

p {
  line-height: 1.5;
  letter-spacing: .05em;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: #fff;
}

p img {
  vertical-align: bottom;
  max-width: 100%;
}

::selection {
  background: #ccc;
  /* Safari */
  color: #fff;
}

::-moz-selection {
  background: #ccc;
  /* Firefox */
  color: #fff;
}

/*-------------------------------

	common

-------------------------------*/
section {
  padding: 0 5% 40px;
}

.space-top {
  padding-top: 40px;
}

.space-btm-none {
  padding-bottom: 0;
}

.bg-gray {
  background: #333333;
}

h2, h3, h4 {
  line-height: 1.5;
}

h1 {
  display: none;
}

h2 {
  font-size: 1.46rem;
  margin-bottom: 20px;
}

[class$="h01"]::after,
[class*="h01 "]::after {
  content: "";
  display: block;
  background-position: center;
  background: #525252;
  background: -webkit-linear-gradient(left, #525252 20%, #669900 20%, #669900 80%, #525252 80%);
  background: linear-gradient(to right, #525252 20%, #669900 20%, #669900 80%, #525252 80%);
  width: 100%;
  height: 2px;
  margin-top: calc(20px - (((1.46rem * 1.5) - 1.46rem) / 2));
}

[class$="h02"],
[class*="h02 "] {
  padding-bottom: calc(20px - (((1.46rem * 1) - 1.46rem) / 2));
  line-height: 1;
  border-bottom: 1px solid #525252;
  font-weight: 300;
}
[class$="h02"].roboto,
[class*="h02 "].roboto {
  padding-bottom: calc(20px - (((1.6rem * 1) - 1.6rem) / 2));
  font-size: 1.6rem;
}
[class$="h02"] > span,
[class*="h02 "] > span {
  display: inline-block;
  padding-left: 10px;
  line-height: 1.25;
  border-left: 5px solid #669900;
}
[class$="h02"] span span,
[class*="h02 "] span span {
  padding-left: 10px;
  color: #656565;
  font-size: 1rem;
}

[class$="txt-wrap"]:not(:last-of-type),
[class*="txt-wrap "]:not(:last-of-type) {
  margin-bottom: calc(20px - (((1rem * 1.5) - 1rem) / 2));
}
[class$="txt-wrap"] p:not(:last-of-type),
[class*="txt-wrap "] p:not(:last-of-type) {
  margin-bottom: calc(10px - (((1rem * 1.5) - 1rem) / 2));
}

[class$="txt-ttl"],
[class*="txt-ttl "] {
  margin-bottom: calc(15px - (((1.2rem * 1.5) - 1.2rem) / 2));
  color: #669900;
  font-size: 1.2rem;
  font-weight: 700;
}

[class$="btn01"],
[class*="btn01 "] {
  text-align: right;
}
[class$="btn01"] a,
[class*="btn01 "] a {
  background: url(../img/detail-arrow.svg) center left no-repeat;
  background-size: contain;
  display: inline-block;
  padding-left: 20px;
  color: #be0000;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1;
}

[class$="btn02"],
[class*="btn02 "] {
  text-align: right;
}
[class$="btn02"] a,
[class*="btn02 "] a {
  display: inline-block;
  padding: 5px 0 5px 5px;
  color: #669900;
  font-size: 0.93rem;
  line-height: 1;
}

[class$="news_cont-info"],
[class*="news_cont-info "] {
  padding: 10px 0;
  border-bottom: 1px solid #292929;
}
[class$="news_cont-info"] a,
[class*="news_cont-info "] a {
  display: block;
}

[class$="news_cont-date"],
[class*="news_cont-date "] {
  display: block;
  padding-bottom: 5px;
  color: #669900;
  font-weight: 500;
}

/*-------------------------------

	header

-------------------------------*/
.header {
  background: #000;
}
.header-logo {
  padding: 15px 60px 0;
  text-align: center;
  z-index: 1;
}
.header-tel {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 55px;
  height: 55px;
  z-index: 3;
}
.header-tel a {
  background: rgba(8, 8, 8, 0.85);
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  font-size: 30px;
  box-sizing: border-box;
  border-radius: 0;
  border-width: 2px;
}
.header-button_wrap {
  background: rgba(8, 8, 8, 0.85);
  padding: 10px 11px 33px !important;
  margin: 0 !important;
  line-height: 0 !important;
}
.header-button_wrap span,
.header-button_wrap span:before,
.header-button_wrap span:after {
  background-color: #fff;
}
.header-button_wrap::after {
  content: "menu";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  color: #fff;
  font-size: 14px;
}
.header-nav.drawer-nav {
  background: rgba(255, 255, 255, 0.95);
}
.header-nav_menu.drawer-menu {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 30px;
}
.header-nav_menu.drawer-menu li:not(.header-nav_info) {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px dotted #ccc;
}
.header-nav_menu.drawer-menu li:not(.header-nav_info) a {
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 1.06rem;
  color: #080808;
  font-weight: 500;
  text-align: center;
}
.header-nav_info {
  width: 90%;
  padding-top: 20px;
  text-align: center;
}
.header-nav_info-tel {
  margin-bottom: 10px;
}
.header-nav_info-mail {
  margin-bottom: 10px;
}
.header-nav_info-add {
  font-size: 0.85rem;
}
.header-nav_info-add p:first-of-type {
  margin-bottom: 10px;
}
.header-nav_tel {
  margin-bottom: 15px;
}
.header-nav_tel-box {
  background: #ededed;
  padding: 10px;
  border: 1px solid #ccc;
}
.header-nav_tel-box-img {
  width: 230px;
  margin: 0 auto 5px;
}
.header-nav_tel-box-img a {
  display: block;
  padding: 5px 15px;
}
.header-nav_tel-box-txt {
  font-size: 0.85rem;
}

/*-------------------------------

	footer

-------------------------------*/
.footer {
  padding: 40px 5% 0;
}
.footer-address {
  margin-bottom: 40px;
  text-align: center;
}
.footer-address_logo {
  width: 262px;
  margin: 0 auto 40px;
}
.footer-address_add p {
  font-size: 0.85rem;
}
.footer-address_add p:first-of-type {
  margin-bottom: calc(10px - (((0.85rem * 1.5) - 0.85rem) / 2));
}
.footer-nav {
  margin-bottom: 30px;
}
.footer-nav_menu {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.93rem;
}
.footer-nav_menu li:not(:last-of-type)::after {
  content: "／";
}
.footer-nav_menu a {
  padding: 0 8px;
}
.footer .copy {
  color: #525252;
  font-size: 0.66rem;
  text-align: center;
}

.footer {
  margin-bottom: 20px;
  border-top: 1px solid #333333;
}
.footer-inner {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-nav {
  width: 100%;
  order: 2;
  margin-bottom: 20px;
}
.footer-nav_menu {
  -webkit-justify-content: center;
  justify-content: center;
}
.footer-nav_menu a {
  line-height: 1.5;
}
.footer-address {
  width: 100%;
  margin-bottom: 20px;
}
.footer-address_logo {
  margin-bottom: 20px;
}

/*-------------------------------

	mv

-------------------------------*/
.mv {
  background: url(../img/mv-bg.jpg);
  background-size: cover;
  width: 100%;
  height: 104vw;
  max-height: 410px;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.mv-maincopy {
  background: rgba(8, 8, 8, 0.7);
  padding: 20px;
}

.lower-mv {
  background: url(../img/lower-mv-bg.jpg);
  background-size: cover;
  width: 100%;
  height: 72vw;
  max-height: 410px;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.lower-mv_ttl {
  width: 84%;
  max-width: 315px;
  margin-bottom: 50px;
  color: #ededed;
  text-align: center;
}
.lower-mv_ttl span {
  display: block;
  color: #669900;
  font-size: 1.73rem;
}
.lower-mv_ttl span::after {
  content: "";
  display: block;
  background-position: center;
  background: #525252;
  background: -webkit-linear-gradient(left, #525252 20%, #669900 20%, #669900 80%, #525252 80%);
  background: linear-gradient(to right, #525252 20%, #669900 20%, #669900 80%, #525252 80%);
  width: 100%;
  height: 2px;
  margin-top: calc(15px - (((1.73rem * 1.5) - 1.73rem) / 2));
  margin-bottom: 15px;
}

/*-------------------------------

	content

-------------------------------*/
/* top
-------------------------------*/
.top-works_box {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.top-works_box li {
  width: 48.5%;
}
.top-works_box li:nth-last-of-type(n+3) {
  margin-bottom: 3%;
}
.top-works_box img {
  width: 100%;
  vertical-align: bottom;
}

.top-newsh02 {
  margin-bottom: 10px;
}
.top-news_btn02 {
  margin-top: 15px;
}

.top-contact_txt-wrap {
  margin-bottom: calc(20px - (((1rem * 1.5) - 1rem) / 2));
}
.top-contact_tel {
  margin-bottom: 10px;
}
.top-contact_tel-ttl {
  padding: 10px;
  background: #1b1b1b;
  color: #669900;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.top-contact_tel-box {
  background: #292929;
  padding: 5px 20px 0;
  text-align: center;
}
.top-contact_tel-box-img {
  width: 230px;
  margin: 0 auto 5px;
}
.top-contact_tel-box-img a {
  display: block;
  padding: 10px 15px;
}
.top-contact_tel-box-txt {
  font-size: 0.85rem;
  padding-bottom: calc(20px - (((0.85rem * 1.5) - 0.85rem) / 2));
}
.top-contact_mail {
  background: #1b1b1b;
}
.top-contact_mail-btn {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 15px 5px;
  text-align: center;
}
.top-contact_mail-btn span {
  color: #669900;
  font-size: 1.2rem;
  font-weight: 700;
}
.top-contact_mail-btn::before {
  content: "";
  display: block;
  background-position: center;
  background: url(../img/top-contact_mail.svg);
  background-size: contain;
  width: 45px;
  height: 40px;
  margin-right: 10px;
  margin-left: -5px;
}

/* work
-------------------------------*/
.air-flow_txt-ttl {
  border-bottom: 1px solid #656565;
}
.air-flow_txt-ttl span {
  background: #656565;
  display: inline-block;
  margin-right: 5px;
  padding: 8px;
  color: #fff;
  font-size: 1.06rem;
  font-weight: normal;
}

/* company
-------------------------------*/
.company-info_table-ttl {
  background: #333333;
  width: 32%;
  padding: 5px 10px;
  font-size: 0.93rem;
  text-align: left;
  line-height: 1.5;
  border-bottom: 5px solid #080808;
}
.company-info_table-txt {
  padding: 5px 10px;
  font-size: 0.93rem;
  line-height: 1.5;
}

.company-access_txt-ttl {
  color: #fff;
}

/* list
-------------------------------*/
.list-news_paging {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 20px;
}
.list-news_paging li {
  padding: 5px;
  margin: 0 10px;
  color: #656565;
}
.list-news_paging li a {
  color: #fff;
  font-weight: 500;
}

/* detail
-------------------------------*/
.detail-news img {
  max-width: 100%;
}
.detail-news_body {
  margin-bottom: 15px;
  line-height: 1.5;
}
.detail-news_date {
  margin-bottom: 20px;
  color: #ccc;
  font-size: 0.85rem;
}
.detail-news_btn02 {
  font-size: 1.06rem;
  text-align: center;
  font-weight: 700;
}

/* case
-------------------------------*/
.case-news_cont-info {
  padding: 15px 0;
}
.case-news_cont-thumb {
  background: #ccc;
  position: relative;
  display: block;
  width: 240px;
  height: 160px;
  margin: 0 auto 15px;
  overflow: hidden;
}
.case-news_cont-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.topics_thumbnail {
  width: 100% !important;
}

/* casedetail
-------------------------------*/
.casedetail-news_body {
  margin-bottom: 15px;
  line-height: 1.5;
}
.casedetail-news_body img {
  max-width: 100%;
}
.casedetail-news_thumb {
  display: block;
  margin-bottom: 15px;
}
.casedetail-news_thumb img {
  width: 100%;
}
.casedetail-news_date {
  margin-bottom: 20px;
  color: #ccc;
  font-size: 0.85rem;
}
.casedetail-news_btn02 {
  font-size: 1.06rem;
  text-align: center;
  font-weight: 700;
}

#services_1,
#services_2,
#services_3 {
  margin-top: -60px;
  padding-top: 60px;
}

/*# sourceMappingURL=base.css.map */
