@charset "UTF-8";
/* ==================================================
   基本設定
================================================== */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}

.font {
  font-family: YuMincho, "Yu Mincho", serif;
  font-family: "Noto Sans", sans-serif;
  font-family: "Work Sans", sans-serif;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

main {
  display: block;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

ul {
  padding: 0;
}

li {
  list-style: none;
}

i {
  font-style: normal;
}

a,
a:visited {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

h2 {
  font-weight: bold;
}

address {
  font-style: normal;
}

svg {
  margin-right: 4px;
  margin-bottom: 4px;
}

::-webkit-input-placeholder {
  font-size: 0.8em;
  color: #ccc;
}

:-ms-input-placeholder {
  font-size: 0.8em;
  color: #ccc;
}

::-ms-input-placeholder {
  font-size: 0.8em;
  color: #ccc;
}

::placeholder {
  font-size: 0.8em;
  color: #ccc;
}

/*clearfix*/
.cf::before,
.cf::after {
  display: table;
  content: "";
}

.cf::after {
  clear: both;
}

.cf {
  zoom: 1;
}

@media print, screen and (min-width: 768px) {
  body {
    font-family: MyYuGothicM, "游ゴシック体", "YuGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.875;
    color: #363636;
    letter-spacing: 0;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    /* font-family: "Yu Mincho","YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; */
  }
}

@media screen and (max-width: 767px) {
  body {
    font-family: MyYuGothicM, "游ゴシック体", "YuGothic", "Didact Gothic", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.875;
    color: #363636;
    letter-spacing: 0;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
  }
}

/* PCとSPの表示切り替え設定
--------------------------------------------------------- */
/* PC */
@media print, screen and (min-width: 768px) {
  .-u-SpNonePcBlock {
    display: block;
  }
  .-u-SpNonePcinline {
    display: inline;
  }
  .-u-PcNoneSpBlock {
    display: none;
  }
  .-u-PcNoneSpinline {
    display: none;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .-u-SpNonePcBlock {
    display: none;
  }
  .-u-SpNonePcinline {
    display: none;
  }
  .-u-PcNoneSpBlock {
    display: block;
  }
  .-u-PcNoneSpinline {
    display: inline;
  }
}

/* ==================================================
    共通設定
================================================== */
@media print, screen and (min-width: 768px) {
  .main {
    margin: 0 auto;
    min-width: 1100px;
    padding-top: 95px;
  }
  .pageTitle {
    margin: 0 0 20px;
    background-image: url(../images/page_title_news.jpg);
    background-size: cover;
    background-position: center bottom;
    height: 325px;
    width: 100%;
    min-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 5px solid #9f0000;
  }
  .pageTitle span {
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
    font-family: YuMincho, "Yu Mincho", serif;
    border-bottom: 1px solid #fff;
    font-family: YuMincho;
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.5em;
    text-align: center;
  }
  .pageTitle i {
    letter-spacing: 0;
  }
  .pageTitle--company {
    background-image: url(../images/page_title_company.jpg);
  }
  .pageTitle--company span {
    color: #363636;
    border-bottom: 1px solid #363636;
  }
  .pageTitle--service {
    background-image: url(../images/page_title_service.jpg);
  }
  .pageTitle--service span {
    color: #363636;
    border-bottom: 1px solid #363636;
  }
  .pageTitle--works {
    background-image: url(../images/page_title_works.jpg);
  }
  .centerWrap {
    position: relative;
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
  }
  .centerWrap--topService {
    padding: 0 0 55px;
  }
  .centerWrap--topCompany {
    padding: 80px 0 74px;
  }
  .centerWrap--News {
    padding: 88px 0 0;
  }
  .centerWrap--worksCatch {
    padding: 60px 0;
  }
  .centerWrap--single {
    padding: 100px 0;
  }
  .centerWrap--serviceZirei {
    padding: 0 50px;
  }
  .basicTitle {
    margin: 0 0 50px;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: 500;
    font-size: 4rem;
    letter-spacing: 0.15em;
    line-height: 1.6;
    text-align: center;
    color: #363636;
  }
  .basicTitle span {
    display: block;
    font-size: 1.4rem;
    color: #9f0000;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
  }
  /*分割表示関係*/
  .doubleSplit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .doubleSplit__single {
    width: 490px;
    margin: 0 0 30px;
    font-weight: bold;
  }
  .doubleSplit__single img {
    width: 100%;
  }
  .doubleSplit__single p {
    margin: 13px 0 10px;
    text-align: center;
    font-size: 2.1rem;
  }
  .thirdSplit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .thirdSplit::after {
    content: "";
    display: block;
    width: 320px;
  }
  .thirdSplit--works {
    position: relative;
    top: -150px;
  }
  .thirdSplit__single {
    width: 320px;
    margin: 0 0 30px;
  }
  .thirdSplit__single img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 320px;
  }
  .thirdSplit__single p {
    background-color: #fff;
    margin: 0 0 10px;
    text-align: left;
    padding: 10px 70px 10px 20px;
    background-image: url(../images/link_arr.png);
    background-repeat: no-repeat;
    background-size: 41px auto;
    background-position: right 20px bottom 20px;
    min-height: 80px;
    font-weight: bold;
  }
  .fourthSplit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fourthSplit__single {
    width: 235px;
    margin: 0 0 30px;
    font-weight: bold;
  }
  .fourthSplit__single img {
    width: 100%;
  }
  .fourthSplit__single p {
    margin: 11px 0 10px;
    text-align: center;
    font-size: 1.7rem;
  }
  .fourthSplit--service {
    margin: 0 0 27px;
  }
  .fourthSplit--service .fourthSplit__single {
    width: 207px;
  }
  .fourthSplit--service p {
    margin: 11px 0 10px;
    text-align: center;
    font-size: 1.4rem;
  }
  .basicBtn {
    text-align: center;
  }
  .basicBtn a {
    min-width: 200px;
    padding: 4px 28px;
    color: #fff;
    display: inline-block;
    background-color: #9f0000;
    line-height: 2.5;
  }
  .basicBtn--single a {
    color: #fff !important;
    text-decoration: none !important;
  }
}

@media screen and (max-width: 1201px) {
  .main {
    padding-top: 50px;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .pageTitle {
    margin: 0;
    background-image: url(../images/page_title_news.jpg);
    background-size: cover;
    background-position: center bottom;
    height: 180px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 5px solid #9f0000;
  }
  .pageTitle span {
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
    font-family: YuMincho, "Yu Mincho", serif;
    border-bottom: 1px solid #fff;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.3em;
    text-align: center;
  }
  .pageTitle i {
    letter-spacing: 0;
  }
  .pageTitle--company {
    background-image: url(../images/page_title_company.jpg);
  }
  .pageTitle--company span {
    color: #363636;
    border-bottom: 1px solid #363636;
  }
  .pageTitle--service {
    background-image: url(../images/page_title_service.jpg);
  }
  .pageTitle--service span {
    color: #363636;
    border-bottom: 1px solid #363636;
  }
  .pageTitle--works {
    background-image: url(../images/page_title_works.jpg);
  }
  .centerWrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px;
  }
  .centerWrap--topService {
    padding: 0 15px 35px;
  }
  .centerWrap--topCompany {
    padding: 40px 15px 20px;
  }
  .centerWrap--News {
    padding: 20px 0;
  }
  .basicTitle {
    margin: 0 0 20px;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: 500;
    font-size: 2.4rem;
    letter-spacing: 0.15em;
    line-height: 1.6;
    text-align: center;
    color: #363636;
  }
  .basicTitle span {
    display: block;
    font-size: 1rem;
    color: #9f0000;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
  }
  /*分割表示関係*/
  .doubleSplit__single {
    width: 100%;
    margin: 0 0 30px;
    font-weight: bold;
  }
  .doubleSplit__single img {
    width: 100%;
  }
  .doubleSplit__single p {
    margin: 0 0 10px;
    text-align: center;
    font-size: 1.6rem;
  }
  .thirdSplit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .thirdSplit__single {
    width: 100%;
    margin: 0 0 10px;
  }
  .thirdSplit__single img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 320px;
  }
  .thirdSplit__single p {
    background-color: #fff;
    margin: 0 0 10px;
    text-align: left;
    font-size: 1.6rem;
    padding: 10px 70px 10px 20px;
    background-image: url(../images/link_arr.png);
    background-repeat: no-repeat;
    background-size: 41px auto;
    background-position: right 20px bottom 20px;
    min-height: 80px;
    font-weight: bold;
  }
  .fourthSplit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fourthSplit__single {
    width: 48%;
    margin: 0 0 10px;
    font-weight: bold;
  }
  .fourthSplit__single img {
    width: 100%;
  }
  .fourthSplit__single p {
    margin: 0 0 10px;
    text-align: center;
    font-size: 1.6rem;
  }
  .fourthSplit--service {
    margin: 0 0 27px;
  }
  .fourthSplit--service .fourthSplit__single {
    width: 48%;
  }
  .fourthSplit--service p {
    margin: 11px 0 10px;
    text-align: center;
    font-size: 1.4rem;
  }
  .basicBtn {
    text-align: center;
  }
  .basicBtn a {
    padding: 6px 40px;
    color: #fff;
    display: inline-block;
    background-color: #9f0000;
    line-height: 2.5;
  }
  .basicBtn--single a {
    color: #fff !important;
    text-decoration: none !important;
  }
}

/* ==================================================
    ハンバーガーメニュー
================================================== */
.hamburger-button {
  display: none;
  width: 45px;
  padding: 10px;
  background-color: #898989;
  border: 0;
}

.hamburger-button span {
  position: relative;
  display: block;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger-button span::before,
.hamburger-button span::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger-button span::before {
  top: -10px;
}

.hamburger-button span::after {
  bottom: -10px;
}

@media (max-width: 1200px) {
  .hamburger-button {
    display: block;
  }
}

.js-is-hamburger-active {
  overflow: hidden;
}

.js-is-hamburger-active .js-hamburger-button span {
  background: transparent;
}

.js-is-hamburger-active .js-hamburger-button span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js-is-hamburger-active .js-hamburger-button span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.js-scroll-prevent {
  overflow: hidden;
}

@media (max-width: 1300px) {
  .js-is-hamburger-active .header_nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*----------------------------------
  ヘッダー
------------------------------------*/
.header {
  width: 100%;
  height: 95px;
  position: fixed;
  background-color: #fff;
  z-index: 10000;
  border-bottom: 5px solid rgba(163, 163, 163, 0.5);
}

.header_container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_logo {
  width: 273px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 50px;
}

.header_logo a {
  line-height: 1;
}

.header_logo img {
  width: 224px;
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_navlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_navlistitem {
  padding-right: 40px;
  padding: 4px 43px 0 0;
}

.header_navlistitem a {
  display: block;
}

.header_navlistitem p {
  margin: 10px 0 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  color: #898989;
}

.header_navlistitem p:last-of-type {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #898989;
}

.header_navlistitem a:hover,
.header_navlistitem a.current {
  opacity: 1;
}

.header_navlistitem a:hover p,
.header_navlistitem a.current p {
  color: #9f0000;
}

.header_navlistitem a:hover p:last-of-type,
.header_navlistitem a.current p:last-of-type {
  border-bottom: 1px solid #9f0000;
}

.header_tel {
  width: 180px;
  height: 100%;
  background-color: #898989;
}

.header_tel .header_tel_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  height: 100px;
}

.header_tel .header_tel_ico img {
  margin: 18px 0 7px;
  width: 15px;
}

.header_tel .header_telnumber {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}

.header_tel .header_teltime {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

_::-webkit-full-page-media,
_:future,
:root .header_tel .header_telnumber {
  font-size: 1.7rem;
}

.header_contact {
  width: 180px;
  height: 100%;
  padding-right: 2px;
  background-color: #9f0000;
}

.header_contact .header_contact_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  height: 100%;
}

.header_contact .header_contact_ico {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_contact .header_contact_ico img {
  width: 19px;
}

.header_contact p {
  margin: 0;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  margin-left: 6px;
}

.headerSpBtnWrap {
  display: none;
}

@media (max-width: 1310px) {
  .header_navlistitem {
    padding-right: 20px;
  }
}

@media (max-width: 1200px) {
  .headerSpBtnWrap {
    margin: 0 0 0 auto;
    display: inline;
  }
  .headerSpBtnWrap a {
    font-size: 0;
    border-right: 1px solid #fff;
  }
  .headerSpBtnWrap img {
    width: 45px;
  }
  .header {
    width: 100vw;
    height: 50px;
    position: fixed;
    background-color: #fff;
    z-index: 10000;
  }
  .header_container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header_logo {
    margin: 0 0 0 10px;
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header_logo img {
    width: 150px;
  }
  .header_nav {
    position: fixed;
    top: 50px;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 70px);
    overflow-y: auto;
    background-color: #f2f2f2;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .header_navlist {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header_navlistitem {
    padding: 0 15px;
  }
  .header_navlistitem a {
    display: block;
    width: 90vw;
    padding: 10px 0;
    padding-right: 0;
    border-top: 1px solid rgba(112, 112, 112, 0.3);
  }
  .header_navlistitem p {
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    color: #9f0000;
  }
  .header_navlistitem p:first-child {
    display: none;
  }
  .header_navlistitem p:last-of-type {
    font-family: "Lora", serif;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-align: center;
    color: #898989;
    margin-top: 10px;
  }
  .header_navlistitem a:hover,
  .header_navlistitem a.current {
    opacity: 1;
  }
  .header_navlistitem a:hover p,
  .header_navlistitem a.current p {
    color: #9f0000;
  }
  .header_navlistitem a:hover p:last-of-type,
  .header_navlistitem a.current p:last-of-type {
    border-bottom: none;
  }
  .header_tel {
    width: 100vw;
    height: auto;
    padding: 0 0;
  }
  .header_tel .header_tel_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 60px;
  }
  .header_tel .header_tel_ico {
    width: 16px;
  }
  .header_tel .header_tel_ico img {
    margin: 4px 0 0;
    width: 15px;
  }
  .header_tel .header_telnumber {
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    margin-left: 6px;
  }
  .header_tel .header_teltime {
    font-size: 10px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    margin-top: 10px;
  }
  .header_contact {
    width: 100vw;
    height: auto;
    background-color: #9f0000;
    padding: 0 0;
  }
  .header_contact .header_contact_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 60px;
  }
  .header_contact .header_contact_ico img {
    margin: 6px 0 0 0;
    width: 19px;
  }
  .header_contact .header_contact_ico {
    width: 24px;
  }
  .header_contact p {
    font-family: "Zen Old Mincho", serif;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    margin-left: 6px;
  }
}

/* ==================================================
    TOP設定
================================================== */
/* メインビジュアル
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .mv-top {
    position: relative;
    background: #fff;
  }
  .slick-list {
    height: 48vw;
  }
}

@media screen and (max-width: 767px) {
  .mv-top {
    position: relative;
    background: #fff;
  }
}

@media print, screen and (min-width: 768px) {
  .slick-dots {
    width: auto;
    right: 46px;
    bottom: 46px;
  }
  .slick-dots li {
    margin: 0 7px;
  }
  .slick-dots li button::before {
    color: #d5d5d5;
    font-size: 11px;
    opacity: 1;
  }
  .slick-active button:before {
    opacity: 1;
    color: #9a2828 !important;
  }
}

@media screen and (max-width: 767px) {
  .slick-dots {
    width: 100%;
    bottom: 46px;
    text-align: center;
  }
  .slick-dots li {
    margin: 0 4px;
  }
  .slick-dots li button::before {
    color: #d5d5d5;
    font-size: 11px;
    opacity: 1;
  }
  .slick-active button:before {
    opacity: 1;
    color: #9a2828 !important;
  }
}

/* slick
--------------------------------------------------------- */
.slick-slide {
  height: 100%;
  height: auto !important;
}

.slick-slide img {
  width: 100%;
}

@media (max-width: 767px) {
  .slick-slide {
    position: relative;
    height: 118vw !important;
    max-height: 100%;
  }
}

@media (max-width: 767px) {
  .slick-slide img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 850px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-bottom: 5px solid #9f0000;
  }
}

@media (max-width: 767px) {
  .slick-slide:first-child img {
    position: absolute;
    top: 0;
    left: 35%;
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0);
  }
}

@media (max-width: 767px) {
  .slick-slide:nth-child(2) img {
    position: absolute;
    top: 0;
    left: 70%;
    -webkit-transform: translate(-65%, 0);
    transform: translate(-65%, 0);
  }
}

@media (max-width: 767px) {
  .slick-slide:nth-child(3) img {
    position: absolute;
    top: 0;
    left: 25%;
    -webkit-transform: translate(-25%, 0);
    transform: translate(-25%, 0);
  }
}

@-webkit-keyframes fadeZoom {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes fadeZoom {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.slide-animation {
  -webkit-animation: fadeZoom 30s 0s forwards;
  animation: fadeZoom 30s 0s forwards;
}

@media print, screen and (min-width: 768px) {
  .slick-slider {
    margin: 0;
    width: 100%;
  }
  .mv {
    position: relative;
    left: 3%;
    min-width: 1104px;
    height: 566px;
    background-image: url(../images/mv.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-position: center bottom -17vw;
    background-size: cover;
    border-bottom-left-radius: 280px;
  }
  .mv__inner {
    position: relative;
    width: 60%;
    min-width: 1064px;
    max-width: 1104px;
    height: 100%;
    margin: 0 auto;
    border-radius: 0% 0% 0 15%;
  }
  .mv__catch {
    margin: 0;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 2px;
    position: absolute;
    top: 280px;
    left: 60px;
  }
  .mv__catch span {
    padding: 0 0;
    width: 298px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .mv__catch i {
    padding: 0px;
    font-style: normal;
    display: inline-block;
    background-color: #fff;
    margin: 0 0 10px;
  }
  .mv__title {
    position: absolute;
    top: 159px;
    right: 103px;
    margin: 0;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: 500;
    font-size: 6rem;
    line-height: 1.33;
    text-align: left;
    color: #fff;
  }
  .mv__title i {
    border-bottom: 1px solid #fff;
  }
  .mv__title span {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 1200px) {
  .mv__title {
    top: 20px;
  }
  .mv__catch {
    top: 190px;
  }
}

@media screen and (max-width: 767px) {
  .slick-slider {
    margin: 0;
    width: 100%;
  }
  .mv {
    height: 110vw;
    background-image: url(../images/mv.jpg);
    background-repeat: no-repeat;
    background-position: center -20px bottom;
    background-size: cover;
    border-bottom-left-radius: 200px;
  }
  .mv__inner {
    position: relative;
    height: 100%;
    margin: 0 auto;
  }
  .mv__catch {
    position: absolute;
    top: 200px;
    left: 15px;
    margin: 0;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 3;
    letter-spacing: 0;
  }
  .mv__catch span {
    padding: 5px 0;
    background-color: #fff;
  }
  .mv__title {
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: 500;
    font-size: 4rem;
    line-height: 1.33;
    text-align: center;
    width: 100%;
    color: #fff;
  }
  .mv__title i {
    border-bottom: 1px solid #fff;
  }
  .mv__title span {
    position: relative;
    z-index: 10;
    color: #fff;
    letter-spacing: 5px;
    font-size: 0.8em;
  }
}

/* ダミーについて設定
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .topCompanyBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .topCompanyBtn__item {
    margin: 0 0 20px;
    width: 490px;
  }
  .topCompanyBtn__item a {
    padding: 0 0 0 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../images/top_company01.jpg);
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.66;
    text-align: left;
    color: #fff;
    font-family: YuMincho, "Yu Mincho", serif;
  }
  .topCompanyBtn__item:nth-child(2) a {
    background-image: url(../images/top_company02.jpg);
  }
  .topCompanyBtn__item:nth-child(3) a {
    background-image: url(../images/top_company03.jpg);
  }
  .topCompanyBtn__item:nth-child(4) a {
    background-image: url(../images/top_company04.jpg);
  }
}

@media screen and (max-width: 767px) {
  .topCompanyBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .topCompanyBtn__item {
    margin: 0 0 10px;
    width: 100%;
  }
  .topCompanyBtn__item a {
    padding: 0 0 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../images/top_company01_sp.png);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.66;
    text-align: left;
    color: #fff;
    font-family: YuMincho, "Yu Mincho", serif;
  }
  .topCompanyBtn__item:nth-child(2) a {
    background-image: url(../images/top_company02_sp.png);
  }
  .topCompanyBtn__item:nth-child(3) a {
    background-image: url(../images/top_company03_sp.png);
  }
  .topCompanyBtn__item:nth-child(4) a {
    background-image: url(../images/top_company04_sp.png);
  }
}

/* 施工事例設定
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .topWorksWrap {
    padding: 81px 0;
    background-color: #f2f2f2;
  }
}

@media screen and (max-width: 767px) {
  .topWorksWrap {
    padding: 0 15px;
    background-color: #f2f2f2;
  }
}

/* お知らせ設定
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .topNewsWrap {
    padding: 88px 0;
    background-color: #f2f2f2;
  }
  .newsList {
    margin: 0 0 50px;
    width: 100%;
  }
  .newsList__item {
    border-bottom: 1px solid #707070;
    padding: 18px 15px 18px 0;
  }
  .newsList__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .newsList__day {
    font-size: 1.6rem;
    line-height: 1;
    width: 100px;
  }
  .newsListCate {
    background-color: #9f4b4b;
    padding: 2px 5px;
    margin: 0 40px;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    display: inline-block;
  }
  .newsListCate--news {
    background-color: #898989;
  }
  .newsList__txt {
    line-height: 1;
  }
  .newsList--news .newsList__item {
    padding: 0;
    border: none;
    width: 100%;
  }
  .newsList--news div {
    width: 100%;
    padding: 12px;
    border-bottom: 1px solid #d5d5d5;
  }
  .newsList--news .newsList__day {
    padding: 19px 10px 10px 0;
    width: 110px;
    border-bottom: 1px solid #9f0000;
  }
  .newsList--news .newsListCate {
    font-weight: 300;
  }
}

@media screen and (max-width: 767px) {
  .topNewsWrap {
    padding: 10px 0;
    background-color: #f2f2f2;
  }
  .newsList {
    margin: 0 0 30px;
    width: 100%;
  }
  .newsList__item {
    padding: 15px 0;
    border-bottom: 1px solid #707070;
  }
  .newsList__day {
    font-size: 1.4rem;
    line-height: 1;
    width: 100%;
    display: block;
  }
  .newsListCate {
    background-color: #9f4b4b;
    padding: 2px 5px;
    margin: 10px 0;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    display: inline-block;
  }
  .newsListCate--news {
    background-color: #898989;
  }
  .newsList__txt {
    line-height: 1;
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .newsList--news .newsList__item {
    padding: 15px;
    border: none;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
  }
  .newsList--news div {
    width: 100%;
  }
  .newsList--news .newsList__day {
    font-size: 1.4rem;
    line-height: 1;
    width: 100%;
    display: block;
  }
  .newsList--news .newsListCate {
    font-weight: 300;
  }
}

/* フッター共通部分
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .footerAsideWrap {
    background-image: url(../images/aside_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    min-width: 1100px;
    margin: 0 auto;
  }
  .centerWrap--footerAside {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .centerWrap--footerAside p {
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 0.2em;
    line-height: 2;
    text-align: left;
    color: #fff;
  }
  .footerAsideLink img {
    width: 300px;
  }
  .footer {
    margin: 0 auto;
    min-width: 1100px;
    background-color: #f2f2f2;
  }
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1100px;
    margin: 0 auto;
    padding: 30px 15px 30px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__title {
    margin: 0 50px 0 0;
  }
  .footer__title img {
    width: 98px;
  }
  .footerList {
    margin: 0;
    border-left: 1px solid #898989;
    padding-left: 50px;
  }
  .footerList__item {
    font-weight: bold;
    line-height: 1;
  }
  .footerList__item a {
    font-size: 1.2rem;
    line-height: 2;
    color: #898989;
  }
  .footerList__item span {
    margin: 0 0 0 15px;
    font-weight: 300;
    font-size: 0.9rem;
  }
  .footerRight {
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footerRight p {
    margin: 0 0 95px;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: right;
    color: #898989;
  }
  .footerRight span {
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    font-size: 1rem;
    text-align: right;
    color: #898989;
  }
  .footerRight .copy {
    margin: auto 0 0;
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    font-size: 1rem;
    text-align: right;
    color: #898989;
  }
}

@media screen and (max-width: 767px) {
  .footerAsideWrap {
    background-image: url(../images/aside_bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  .centerWrap--topNews {
    padding: 30px 30px;
  }
  .centerWrap--footerAside {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .centerWrap--footerAside p {
    margin: 0 0 10px;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    line-height: 2;
    color: #fff;
    text-align: center;
  }
  .footerAsideLink img {
    width: 300px;
  }
  .footer {
    background-color: #f2f2f2;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__title {
    margin: 0 0 15px;
  }
  .footer__title img {
    width: 98px;
  }
  .footerList {
    display: none;
  }
  .footerList__item {
    font-weight: bold;
    line-height: 1;
  }
  .footerList__item a {
    font-size: 1.2rem;
    line-height: 2;
    color: #898989;
  }
  .footerList__item span {
    margin: 0 0 0 15px;
    font-weight: 300;
    font-size: 0.9rem;
  }
  .footerRight {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footerRight p {
    margin: 0 0 35px;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    color: #898989;
  }
  .footerRight span {
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    font-size: 1rem;
    color: #898989;
    text-align: center;
  }
  .footerRight .copy {
    margin: auto 0 0;
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    font-size: 1rem;
    text-align: center;
    color: #898989;
  }
}

/* ==================================================
    企業情報
================================================== */
/* 方針
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .centerWrap--policy {
    padding: 40px 0 100px;
  }
  .centerWrap--policy .policy__txt {
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 2.25;
    text-align: center;
    color: #363636;
  }
}

@media screen and (max-width: 767px) {
  .centerWrap--policy {
    padding: 50px 15px 50px;
  }
  .centerWrap--policy .policy__txt {
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 2.25;
    text-align: center;
    color: #363636;
  }
}

/* 企業理念
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .serviceWrap {
    padding: 100px 0 30px;
    background-image: url(../images/company_bg01.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  .serviceWrap .basicTitle {
    margin: 0 0 30px;
  }
  .serviceList {
    margin: 0 0 40px;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 2.25;
    color: #363636;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .serviceList li {
    margin: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    font-size: 1.6rem;
  }
  .serviceList li i {
    margin: 0 30px 0 0;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #9f0000;
  }
  .serviceList li span {
    line-height: 2;
  }
  .serviceList li span i {
    line-height: 2;
    display: block;
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
    color: #363636;
    font-family: MyYuGothicM, "游ゴシック体", "YuGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .serviceWrap {
    padding: 30px 0;
    background-image: url(../images/company_bg01.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  .serviceWrap .basicTitle {
    margin: 0 0 30px;
  }
  .serviceList {
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 2.25;
    color: #363636;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .serviceList li {
    margin: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    font-size: 1.6rem;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .serviceList li i {
    margin: 0 15px 0 0;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #9f0000;
  }
  .serviceList li span {
    font-size: 1.3rem;
    line-height: 1.75;
  }
  .serviceList li span i {
    line-height: 1.5;
    display: block;
    text-align: left;
    font-size: 1.6rem;
    margin: 0 0 10px;
    font-weight: bold;
    color: #363636;
    font-family: MyYuGothicM, "游ゴシック体", "YuGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

/* 会社概要
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .aboutAsWrap {
    padding: 87px 0 75px;
  }
  .aboutTable {
    margin: 0 auto;
    width: 800px;
  }
  .aboutTable__th {
    padding: 14px 0 14px;
    font-weight: 500;
    color: #9f0000;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #9f0000;
  }
  .aboutTable__td {
    padding: 14px 10px 14px 30px;
    font-weight: 500;
    text-align: left;
    border-bottom: 1px solid #d5d5d5;
  }
  .aboutTable__td p {
    margin: 0 0 10px;
  }
  .aboutTable__td iframe {
    margin: 0 0 30px;
    height: 276px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .aboutAsWrap {
    padding: 30px 0;
  }
  .aboutTable {
    margin: 0 auto;
    width: 100%;
  }
  .aboutTable__th {
    padding: 10px 0 10px;
    font-weight: 500;
    color: #9f0000;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #9f0000;
  }
  .aboutTable__td {
    padding: 10px 10px 10px;
    font-weight: 500;
    text-align: left;
    border-bottom: 1px solid #d5d5d5;
  }
  .aboutTable__td p {
    margin: 0 0 10px;
  }
  .aboutTable__td iframe {
    margin: 0 0 30px;
    height: 150px;
    width: 100%;
  }
}

/* 会社沿革
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .historyWrap {
    padding: 100px 0;
    background-color: #f2f2f2;
  }
  .history_list {
    width: 730px;
    margin: 50px auto;
  }
  .history_list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    margin: 0 0 40px;
  }
  .history_list dl:last-child {
    margin: -10px 0 40px;
  }
  .history_list dt {
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: right;
    padding-right: 60px;
    width: 190px;
    font-size: 1.6rem;
    margin-right: 0;
    line-height: 1.6;
    color: #9f0000;
  }
  .history_list dd {
    position: relative;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-left: 0;
  }
  .history_list dd:before,
  .history_list dd:after {
    display: block;
    content: "";
    position: absolute;
  }
  .history_list dd:before {
    top: 14px;
    left: -33px;
    width: 2px;
    height: calc(100% + 32px);
    background-color: #9f0000;
  }
  .history_list dd:after {
    top: 6px;
    left: -38px;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    background-color: #9f0000;
  }
  .history_list dl:last-child dd:before {
    background-color: #f2f2f2;
  }
  .history_list dl:last-child dd:after {
    top: 6px;
    left: -39px;
    width: 9px;
    height: 9px;
    background-image: url(../images/history_arr.png);
    background-repeat: no-repeat;
    background-size: 11px auto;
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .historyWrap {
    padding: 30px 0;
    background-color: #f2f2f2;
  }
  .history_list {
    width: 100%;
    margin: 50px auto;
  }
  .history_list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    margin: 0 0 30px;
  }
  .history_list dt {
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: left;
    padding-right: 60px;
    width: 140px;
    line-height: 1.6;
    margin-right: 0;
    color: #9f0000;
  }
  .history_list dd {
    position: relative;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-left: 0;
    width: calc(100% - 140px);
  }
  .history_list dd:before,
  .history_list dd:after {
    display: block;
    content: "";
    position: absolute;
  }
  .history_list dd:before {
    top: 14px;
    left: -33px;
    width: 2px;
    height: calc(100% + 32px);
    background-color: #9f0000;
  }
  .history_list dd:after {
    top: 6px;
    left: -38px;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    background-color: #9f0000;
  }
  .history_list dl:last-child dd:before {
    background-color: #f2f2f2;
  }
  .history_list dl:last-child dd:after {
    top: 6px;
    left: -40px;
    width: 9px;
    height: 9px;
    background-image: url(../images/history_arr.png);
    background-repeat: no-repeat;
    background-size: 11px auto;
    background-color: transparent;
  }
}

/* ==================================================
    お知らせ・採用ページ
================================================== */
/* フッター共通部分
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .NewsCateSelect {
    margin: 0 0 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .NewsCateSelect p {
    margin: 0 0 0 10px;
  }
  .NewsCateSelect a {
    display: inline-block;
    background-color: #fff;
    color: #898989;
    padding: 5px 68px;
    border: 1px solid #898989;
  }
  .NewsCateSelect p.active a {
    color: #fff;
    background-color: #9f0000;
    border: 1px solid #9f0000;
  }
  .NewsCateSelect p:first-child.active a {
    color: #fff;
    background-color: #898989;
    border: 1px solid #898989;
  }
}

@media screen and (max-width: 767px) {
  .NewsCateSelect {
    margin: 20px auto 20px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .NewsCateSelect p {
    width: 48%;
  }
  .NewsCateSelect a {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    color: #898989;
    padding: 5px 50px;
    text-align: center;
    border: 1px solid #898989;
  }
  .NewsCateSelect p.active a {
    color: #fff;
    background-color: #9f0000;
    border: 1px solid #9f0000;
  }
  .NewsCateSelect p:first-child.active a {
    color: #fff;
    background-color: #898989;
    border: 1px solid #898989;
  }
}

/* ==================================================
    事業内容
================================================== */
/* 方針
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .subTitle {
    margin: 0 0 14px;
    text-align: center;
    font-size: 3rem;
    font-weight: 100;
    font-family: YuMincho, "Yu Mincho", serif;
    letter-spacing: 0.1em;
  }
  .serviceCatchWrap {
    padding: 35px 0 0;
  }
  .policy__txt {
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.667;
    text-align: center;
    color: #363636;
  }
  .service__txt {
    margin: 0 0 110px;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: center;
    color: #363636;
  }
  .serviceZireiSplit {
    margin: 0 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .serviceZireiSplit__left {
    width: 402px;
  }
  .serviceZireiSplit__left img {
    width: 100%;
  }
  .serviceZireiSplit__right {
    width: calc(100% - 452px);
  }
  .serviceZireiSplit__title {
    margin: 0;
    display: block;
    border-bottom: 1px solid #9f0000;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.667;
    text-align: left;
    color: #9f0000;
  }
  .serviceZireiSplit--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .serviceZireiSplit--reverse .serviceZireiSplit__left {
    width: 402px;
  }
  .serviceZireiTxt {
    margin: 0 0 120px;
    padding: 20px 15px;
    display: block;
    background-color: #f2f2f2;
    text-align: center;
  }
  .zireiBnr {
    margin: 0 0 100px;
  }
  .zireiBnr__title {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.5;
    text-align: left;
    color: #363636;
  }
  .zireiBnr__link {
    margin: 0;
  }
  .zireiBnr__link a {
    display: block;
    background-image: url(../images/service_bnr.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    padding: 80px 60px;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.667;
    text-align: left;
    font-family: YuMincho, "Yu Mincho", serif;
  }
}

@media screen and (max-width: 767px) {
  .subTitle {
    margin: 0 0 20px;
    text-align: center;
    font-size: 2rem;
    font-weight: 100;
    font-family: YuMincho, "Yu Mincho", serif;
    letter-spacing: 0.1em;
  }
  .subTitle br {
    display: none;
  }
  .serviceCatchWrap {
    padding: 35px 0 0;
  }
  .policy__txt {
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.667;
    text-align: center;
    color: #363636;
  }
  .service__txt {
    margin: 0 0 0;
    font-weight: bold;
    line-height: 1.875;
    text-align: center;
    color: #363636;
  }
  .serviceZireiSplit {
    margin: 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }
  .serviceZireiSplit__left {
    width: 100%;
    margin: 0 0 15px;
  }
  .serviceZireiSplit__left img {
    width: 100%;
  }
  .serviceZireiSplit__right {
    width: 100%;
  }
  .serviceZireiSplit__title {
    margin: 0;
    display: block;
    border-bottom: 1px solid #9f0000;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.667;
    text-align: left;
    color: #9f0000;
  }
  .serviceZireiTxt {
    margin: 0 0 60px;
    padding: 20px 15px;
    display: block;
    background-color: #f2f2f2;
    text-align: center;
  }
  .zireiBnr {
    margin: 0 0 40px;
  }
  .zireiBnr__title {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: left;
    color: #363636;
  }
  .zireiBnr__link {
    margin: 0;
  }
  .zireiBnr__link a {
    display: block;
    background-image: url(../images/service_bnr.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    padding: 20px 20px;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.667;
    text-align: left;
    font-family: YuMincho, "Yu Mincho", serif;
  }
}

/* ==================================================
    施工事例
================================================== */
/* 方針
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .worksZireiWrap {
    margin: 155px 0 0;
    background-color: #f2f2f2;
  }
  .works__txt {
    margin: 0;
    text-align: center;
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  .worksZireiWrap {
    background-color: #f2f2f2;
  }
}

@media print, screen and (min-width: 768px) {
  .nextBtn {
    padding: 0 0 0;
    text-align: center;
  }
  .nextBtn img {
    width: 644px;
  }
  .nextBtn--works {
    position: relative;
    top: -140px;
  }
  .nextBtn--news {
    margin: 95px 0 120px;
  }
}

@media screen and (max-width: 767px) {
  .nextBtn {
    text-align: center;
  }
  .nextBtn img {
    width: 90%;
  }
  .nextBtn--works {
    position: relative;
    top: 0;
  }
  .nextBtn--news {
    margin: 0 0 60px;
  }
}

/* ==================================================
    記事詳細
================================================== */
@media print, screen and (min-width: 768px) {
  .singleTitle {
    background-image: url(../images/title_border.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 1px;
  }
  .singleDayCate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .singleDay {
    margin: 0;
  }
  .singleCate {
    margin: 0;
    border: 1px solid #9f0000;
    padding: 10px 30px;
    line-height: 1;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
    color: #9f0000;
  }
}

@media screen and (max-width: 767px) {
  .singleTitle {
    background-image: url(../images/title_border.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 1px;
  }
  .singleDayCate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .singleDay {
    margin: 0;
  }
  .singleCate {
    margin: 0;
    border: 1px solid #9f0000;
    padding: 5px 30px;
    line-height: 1;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
    color: #9f0000;
  }
}

.article {
  margin: 0 0 60px;
  padding: 20px 0 50px;
  /*テーブル*/
}

.article h1 {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: left;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1;
  padding: 0 0 0 20px;
  border-left: 4px solid #9f0000;
}

.article h2 {
  margin: 0 0 50px;
  font-size: 1.9rem;
  display: inline;
  line-height: 1.8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(0%, #dcb2ba));
  background: -webkit-linear-gradient(transparent 55%, #dcb2ba 0%);
  background: linear-gradient(transparent 55%, #dcb2ba 0%);
}

.article h3 {
  width: 100%;
  padding: 0 2px;
  margin: 40px 0 25px;
  clear: both;
  font-size: 1.8rem;
  line-height: 1.3;
  background-color: rgba(220, 178, 186, 0.2);
}

.article h4 {
  padding: 0px 2px;
  margin: 30px 0 20px;
  clear: both;
  font-size: 1.6rem;
  line-height: 1.3;
}

.article h5 {
  padding: 0 20px;
  margin: 20px 0 10px;
  clear: both;
  font-size: 1.6rem;
  line-height: 1.2;
  border-left: 5px solid #9f0000;
}

.article h6 {
  display: inline;
  padding: 4px 10px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
  background-color: #9f0000;
}

.article p {
  margin: 0 0 70px;
  clear: both;
  font-size: 1.6rem;
  line-height: 2;
}

.article img {
  max-width: 100% !important;
  height: auto !important;
}

.article p a {
  padding-right: 30px;
  color: #9f0000;
  text-decoration: underline;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px auto;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.article a {
  word-break: break-all;
}

.article ol,
.article ul {
  padding: 10px 30px;
}

.article ol li,
.article ul li {
  position: relative;
  margin-bottom: 8px;
}

.article ol li:before,
.article ul li:before {
  border-radius: 50%;
  /*丸くする*/
  width: 5px;
  /*点の幅*/
  height: 5px;
  /*点の高さ*/
  display: block;
  position: absolute;
  /*絶対配置*/
  left: -17px;
  top: 0.75em;
  content: "";
  background: #9f0000;
  /*点の色*/
}

.article blockquote {
  position: relative;
  padding: 1.2em 3em 0.5em;
  margin: 0 0 10px;
  background-color: #ddd;
}

.article blockquote::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 600%;
  line-height: 1em;
  color: #999;
  content: "“";
}

.article blockquote::after {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 600%;
  line-height: 1em;
  color: #999;
  content: "”";
}

.article dt {
  font-weight: bold;
}

.article table {
  width: 100%;
  margin: 30px 0;
  font-size: 110%;
  line-height: 1.2;
  text-align: left;
  border-spacing: 0;
  letter-spacing: 0;
  border-collapse: collapse;
}

.article caption {
  margin-bottom: 10px;
  font-size: 120%;
  font-weight: 100;
  text-align: left;
}

.article th {
  background-color: rgba(159, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
  font-weight: 400;
  vertical-align: top;
}

.article td {
  vertical-align: top;
  padding: 10px;
  line-height: 2;
  text-align: center;
}

.article tfoot {
  font-size: 90%;
  font-weight: 100;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .article p {
    margin: 0 0 30px;
  }
}

/* ==================================================
    お問い合わせ
================================================== */
@media print, screen and (min-width: 768px) {
  .contactTitle {
    margin: 0 0 0;
    display: inline-block;
    font-size: 3rem;
    color: #9f0000;
    letter-spacing: 15px;
    border-bottom: 1px solid #9f0000;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: 600;
    line-height: 1.5;
  }
  .contactTitle i {
    letter-spacing: 0;
  }
  .lead {
    padding: 138px 0 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .lead_inner {
    width: 775px;
    margin: 0 auto;
    padding: 36px 0 32px;
  }
  .lead_tel {
    margin-top: 40px;
  }
  .lead_text {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .lead_telnumber {
    font-weight: bold;
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    line-height: 39px;
    color: #9f0000;
    position: relative;
  }
  .lead_telnumber img {
    width: 30px;
    margin: 0 5px 3px 0;
  }
  .lead_telnumber::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../../../img/ico_tel_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 17px;
    left: -2px;
  }
  .lead_teltime {
    margin-top: 10px;
    color: #9f0000;
  }
}

@media screen and (max-width: 767px) {
  .contactTitle {
    margin: 0;
    display: inline-block;
    font-size: 2.2rem;
    color: #9f0000;
    letter-spacing: 15px;
    border-bottom: 1px solid #9f0000;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: 600;
    line-height: 1.5;
  }
  .contactTitle i {
    letter-spacing: 0;
  }
  .lead {
    padding: 70px 25px 30px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .lead_inner {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .lead_tel {
    margin-top: 40px;
  }
  .lead_text {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .lead_telnumber {
    font-weight: bold;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #9f0000;
    position: relative;
  }
  .lead_telnumber img {
    width: 26px;
    margin: 0 5px 3px 0;
  }
  .lead_telnumber::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../../../img/ico_tel_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 17px;
    left: -2px;
  }
  .lead_teltime {
    margin-top: 10px;
    color: #9f0000;
  }
}

/* フォーム部分
--------------------------------------------------------- */
.contact-form {
  width: 700px;
  margin: 0 auto;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .contact-form {
    width: 90%;
    margin: 0 auto;
  }
}

.form__textbox-container {
  margin: 0 0 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form__textbox-container:not(:first-child) {
  margin-top: 28px;
}

.form__textbox-label {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #333;
}

.form__textbox {
  display: block;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 40px;
  border: solid 1px rgba(137, 137, 137, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form__radio-buttons-heading {
  margin-top: 24px;
  font-size: 14px;
  line-height: calc(27 / 16);
  letter-spacing: 1.8px;
}

.form__radio-buttons {
  margin-top: 11px;
}

.form__radio-button-container {
  margin-top: 6px;
  margin-left: 3px;
}

.form__radio-button-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: calc(27 / 16);
  letter-spacing: 1.8px;
}

.form__radio-button {
  margin-top: 0;
  margin-right: 24px;
  margin-bottom: 0;
  margin-left: 0;
}

.form__textarea-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 16px;
}

.form__textarea-label {
  margin-top: 4px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #333;
}

.wpcf7-list-item-label {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #333;
}

.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wpcf7-list-item {
  width: 100%;
  margin: 3px 0;
}

.form__textarea {
  height: 240px;
  padding: 20px;
  margin-top: 6px;
  font-size: 14px;
  resize: none;
  border: solid 1px rgba(137, 137, 137, 0.3);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form__textarea:-ms-input-placeholder {
  font-size: 14px;
}

.form__textarea::-webkit-input-placeholder {
  font-size: 14px;
}

.form__textarea::-ms-input-placeholder {
  font-size: 14px;
}

.form__textarea::placeholder {
  font-size: 14px;
}

.form_caption {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: left;
  color: #9f0000;
  line-height: 24px;
  margin-top: 20px;
}

.ok_container {
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}

.ok_container input {
  vertical-align: top;
}

.ok_container label {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
}

.form__submit {
  -webkit-appearance: none;
  border-radius: 0;
  color: #fff;
  background-color: #9f0000;
  display: block;
  margin: 40px auto 0;
  width: 203px;
  line-height: 46px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 0px solid #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.form__submit:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* ==================================================
    ページナビ
================================================== */
@media print, screen and (min-width: 768px) {
  .wp-pagenavi {
    margin: 60px 0 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wp-pagenavi span {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 20px;
    line-height: 1;
  }
  .wp-pagenavi .first {
    color: #b4b4b4;
    padding: 0 20px 0 0;
  }
  .wp-pagenavi .previouspostslink {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    line-height: 1;
    padding: 10px 40px;
    color: #fff;
    background-color: #898989;
  }
  .wp-pagenavi .nextpostslink {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    line-height: 1;
    padding: 10px 40px;
    color: #fff;
    background-color: #9f0000;
  }
  .wp-pagenavi .last {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    padding: 0 0 0 20px;
  }
}

@media (max-width: 767px) {
  .wp-pagenavi {
    margin: 20px 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wp-pagenavi span {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 20px;
    line-height: 1;
  }
  .wp-pagenavi .first {
    display: none;
  }
  .wp-pagenavi .previouspostslink {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    line-height: 1;
    padding: 10px 25px;
    color: #fff;
    background-color: #898989;
  }
  .wp-pagenavi .nextpostslink {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    line-height: 1;
    padding: 10px 25px;
    color: #fff;
    background-color: #9f0000;
  }
  .wp-pagenavi .last {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
