@charset "UTF-8";
/*
Theme Name: 大栄建設
Theme URI: http://www.daiei-c.jp/
Author: kiraramarketing
Description: 大栄建設公式サイト
Version: 1.0
*/
/*@import url("css/reset.css");
@import url("css/drawer.min.css");
@import url("css/tablet.css");*/
/*追加css*/
.matterport-showcase {
  width: 1000px;
  margin: 20px auto;
}
.matterport-showcase iframe {
  min-height: 240px;
  margin: 16px 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .matterport-showcase {
    width: 90%;
    margin: 20px auto;
  }
}
@media screen and (max-width:599px) {
  /*// スマホに適用するスタイルを書く //*/
  .spnone {
    display: none !important;
  }
  .displaybloc_sp {
    display: block;
    margin: 10px 0;
    clear: both;
  }
  .spheader {
    width: 100%;
  }
  /*ページナビ*/
  .pagenavi {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    color: #666;
    background-color: #FFFFFF;
    padding: 8px;
    border-radius: 3px;
    margin: 0 2px;
    font-size: 10px;
    white-space: nowrap;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    border: thin solid #666;
  }
  .wp-pagenavi span.current {
    font-weight: bold;
  }
  .wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
  }
  .wp-pagenavi span.current {
    color: #fff;
    background-color: #666;
    border: thin solid #666;
    border-top-color: #666;
    border-right-color: #666;
    border-bottom-color: #666;
    border-left-color: #666;
  }
  /*ページナビ2*/
  .pagenavi {
    height: 100px;
    padding-top: 20px;
  }
  .pagenavi a, .pagenavi span {
    color: #666;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 3px;
    margin: 0 2px;
    white-space: nowrap;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    border: thin solid #666;
    display: inline-block;
  }
  .pagenavi span.current {
    font-weight: bold;
  }
  .pagenavi a:hover, .pagenavi span.current {
    border-color: #000;
  }
  .pagenavi span.current {
    color: #fff;
    background-color: #666;
    border: thin solid #666;
    border-top-color: #666;
    border-right-color: #666;
    border-bottom-color: #666;
    border-left-color: #666;
  }
  /*************************************

ローディング画面

************************************/
  img.loading-Img {
    width: 40%;
    height: auto;
    /*z-index: -10;*/
    z-index: 1000;
  }
  .loading-Bar {
    position: fixed;
    top: 0;
    left: 0;
    background: #111111;
    height: 4px;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    width: 0;
  }
  .loading-Img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #spheader {
    width: 100%;
    background: #fff;
    height: 55px;
    /* margin-top: -51px; */
  }
  .pl_list {
    padding-left: 30px !important;
    font-size: 13px;
  }
  .headerlogo_sp {
    height: 55px;
    padding: 5px 0 5px 10px;
  }
  .headerlogo_sp a {
    display: block;
    height: 55px;
  }
  #wrapper {
    width: 100%;
  }
  .contents {
    width: 100%;
  }
  body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    width: 100% !important;
  }
  .fadeIn {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 4s;
    -ms-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    visibility: visible !important;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0
    }
    100% {
      opacity: 1
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }
    100% {
      opacity: 1
    }
  }
  .fade {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    /* transition: 0.3s ease-in-out;*/
  }
  .fade:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
  .container {
    width: 94%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .topimage {
    width: 100%;
    /*height: 100vh;*/
    overflow: hidden;
    /*	background: url(image/headimage/image01.jpg);*/
    background-size: cover;
    background-position: center center;
    z-index: 0;
    text-align: center;
    position: relative;
  }
  .topimage p {
    animation: fadeIn 3.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 3.5s ease 0s 1 normal;
    text-align: center;
    position: absolute;
    top: 50%;
    padding: 0;
    margin: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  h2.en_spel_big {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 8px;
    padding-bottom: 10px;
    background: url(image/top/redline.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 93px 3px;
  }
  h3.sec_subtxt {
    font-size: 16px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 45px;
  }
  span.top_txt01 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
    padding: 30px;
    text-shadow: 0px 0px 8px #000;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  }
  span.top_txt02 {
    font-size: 30px;
    color: #fff;
    text-shadow: 0px 0px 8px #000;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  }
  a.btnblue {
    display: block;
    width: 100%;
    background: #4070b7;
    color: #fff;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    text-decoration: none;
  }
  /*************************************

トップ社会貢献

************************************/
  #isowrap {
    padding-top: 35px;
    width: 100%;
    background: url(image/top/isoback.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin-bottom: 45px;
  }
  .iso_left {
    width: 100%;
    box-sizing: border-box;
  }
  .iso_left p {
    font-size: 16px;
    line-height: 1.5;
  }
  h2.iso {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  div.iso_right {
    width: 300px;
    margin: 45px auto 0;
  }
  div.iso_right a {
    display: block;
    float: left;
    color: #000;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    -webkit-border-radius: 50%; /* 50%でもOK */
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #000;
    margin-left: 20px;
    margin-bottom: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
  }
  div.iso_right a:hover {
    background: #c1272d;
    color: #fff;
  }
  div.iso_right a:nth-child(odd) {
    margin-left: 0;
  }
  /*************************************

トップお知らせ

************************************/
  #news {
    width: 100%;
  }
  #news ul {
    width: 100%;
  }
  #news ul li {
    width: 100%;
    padding: 20px 3%;
    line-height: 16px;
    box-sizing: border-box;
    line-height: 1.5;
  }
  #news ul li div {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #news a {
    clear: both;
    /*margin-left: 20px;*/
    display: block;
    color: #000;
    /*float:left;*/
    margin-top: 15px;
        width: 100%;
  }
  #news ul li:nth-child(odd) {
    background: #e6e6e6;
  }
  span.date {
    float: left;
    color: #000;
    font-size: 12px;
    /*margin-left: 20px;*/
    display: block;
    /* margin-bottom: 15px;*/
  }
  span.category {
    color: #fff;
    float: left;
    display: block;
    width: 100px;
    font-size: 12px;
    text-align: center;
    padding: 4px 0;
    background: #666666;
    margin-left: 20px;
  }
  a.newsarchive {
    text-align: center;
    color: #fff;
    background: #C1272D;
    width: 70%;
    height: 40px;
    margin: 45px auto 30px;
    display: block;
    font-size: 18px;
    line-height: 40px;
  }
  /*************************************

フッター

************************************/
  #footer {
    background: #f2f2f2;
    width: 100%;
    padding: 55px 0 120px;
    margin-top: 30px;
  }
  div.footercontainer {
    width: 100%;
    margin: 0 auto;
  }
  div.footerlogoadd {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  div.footerlogoadd img {
    margin-bottom: 6px;
  }
  div.footerlogoadd p {
    line-height: 1.8;
    font-size: 11px;
  }
  div.footerlink {
    width: 80%;
    margin: 30px auto 0;
  }
  div.footerlink div {
    width: 25%;
    float: left;
  }
  div.footerlink div p {
    margin-bottom: 10px;
    font-size: 12px;
  }
  a.linkbig {
    padding-top: 3px;
    font-size: 12px;
    color: #000;
    display: block;
  }
  a.linksmall {
    font-size: 10px;
    color: #000;
    display: block;
    margin-bottom: 15px;
  }
  div.copy {
    text-align: center;
    background: #000;
    color: #fff;
    width: 100%;
    padding: 15px 0;
    font-size: 11px;
  }
  .footerimagelink {
    width: 94%;
    margin: 30px auto 0;
  }
  .goldcard {
    float: left;
    width: 70px;
  }
  .nexta {
    float: left;
    margin-left: 10px;
    padding: 20px 0 0 0;
  }
  /*************************************

トップ採用情報

************************************/
  #recruitwrap {
    /*height: 653px;*/
    width: 100%;
  }
  .recruitimg {
    top: 0;
    left: 0;
    width: 95%;
    height: auto;
    z-index: 10;
  }
  .recruittxt {
    margin-top: -20px;
    bottom: 0;
    padding-top: 30px;
    right: 0;
    width: 95%;
    margin-left: 5%;
    z-index: 10;
    background: #e6e6e6;
    z-index: 5;
    padding: 30px 5% 30px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
  }
  h2.recruit {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
  }
  a.recruitbtn {
    width: 210px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border: 1px solid #000;
    box-sizing: border-box;
    margin: 35px auto 0;
    display: block;
    color: #000;
    font-weight: 700;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
  }
  a.recruitbtn:hover {
    background: #000;
    color: #fff;
  }
  div.sp_top_glid {
    width: 100%;
  }
  div.sp_top_glid a {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
  }
  div.sp_top_glid a:hover {
    opacity: .7;
  }
  /*************************************

固定ページ共通

************************************/
  .squareicon {
    color: #c1272d;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .squareicon:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 18px; /*画像の幅*/
    height: 18px; /*画像の高さ*/
    background-image: url(image/icon/square.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  .pagecontainer {
    width: 94%;
    margin: 0 3%;
    padding-bottom: 80px;
  }
  .pagecontainer_nomargin {
    width: 94%;
    margin: 0 3%;
  }
  .pagecontainer_business {
    width: 100%;
    margin: 0 auto;
  }
  h2.pageh2 {
    margin-top: 58px;
  }
  #page {
    width: 100%;
  }
  #pagehead {
    width: 100%;
    padding: 50px 0;
    box-sizing: border-box;
  }
  #pagehead h2 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  }
  div.subtitle {
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    font-size: 18px;
    padding: 7px 23px;
    margin: 0 auto;
    width: 60%;
  }
  .page_aboutback {
    background: url(image/page/head_aboutback.jpg);
    background-size: cover;
    background-position: center center;
  }
  .page_isoback {
    background: url(image/page/head_isoback.jpg);
    background-size: cover;
    background-position: center center;
  }
  .page_ceraback {
    background: url(image/page/head_ceraback.jpg);
    background-size: cover;
    background-position: center center;
  }
  .page_contactaback {
    background: url(image/page/head_contactback.jpg);
    background-size: cover;
    background-position: center center;
  }
  .page_partnerback {
    background: url(image/page/head_partner.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .page_partnerback:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .page_partnerback h2, .page_partnerback div.subtitle {
    position: relative;
    z-index: 2;
  }
  /*************************************

関連会社

************************************/
  div.linkwrap {
    width: 100%;
    margin-top: 55px;
  }
  div.linkwrap_img {
    width: 100%;
  }
  div.linkinfo {
    width: 100%;
    margin-top: 30px;
  }
  table.linkpage {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
  }
  table.linkpage th {
    font-size: 12px;
    text-align: left;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    border-top: 1px solid #E6E6E6;
    vertical-align: middle;
  }
  table.linkpage td {
    font-size: 12px;
    padding-top: 15px;
    line-height: 1.8;
    padding-bottom: 15px;
    vertical-align: middle;
    border-top: 1px solid #E6E6E6;
  }
  table.linkpage tr:nth-child(even) {
    background: #F2F2F2;
  }
  .mb165 {
    margin-bottom: 165px;
  }
  h4.linkname {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  /*************************************

沿革

************************************/
  table.history {
    width: 100%;
    margin-top: 50px;
    border-bottom: 1px solid #E6E6E6;
  }
  table.history th {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    line-height: 1.5;
    margin-right: 15px;
    border-top: 1px solid #E6E6E6;
    vertical-align: middle;
  }
  table.history td {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: middle;
    border-top: 1px solid #E6E6E6;
  }
  table.history tr:nth-child(even) {
    background: #F2F2F2;
  }
  /*************************************

会社概要

************************************/
  table.gaiyoupage {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
  }
  table.gaiyoupage th {
    font-size: 12px;
    text-align: left;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    border-top: 1px solid #E6E6E6;
    vertical-align: middle;
    line-height: 1.5;
  }
  table.gaiyoupage td {
    font-size: 12px;
    padding-top: 15px;
    line-height: 1.8;
    padding-bottom: 15px;
    border-top: 1px solid #E6E6E6;
  }
  table.gaiyoupage tr:nth-child(even) {
    background: #F2F2F2;
  }
  table.hyosho {
    width: 100%;
    margin-top: 50px;
    border-bottom: 1px solid #E6E6E6;
  }
  table.hyosho td {
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #E6E6E6;
    vertical-align: middle;
    line-height: 1.2;
  }
  table.hyosho tr:nth-child(even) {
    background-color: rgba(242, 214, 214, 0.4);
  }
  table.hyosho td {
    padding-left: 8px;
  }
  div.mapwrap {
    width: 100%;
    height: 390px;
  }
  div.gaiyoupagewrap {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
  }
  div.gaiyoupageimg {
    width: 80%;
    margin: 5px 10% 20px;
  }
  div.gaiyoupageimg img {
    width: 100%;
    height: auto;
  }
  div.gaiyoupagetable {
    width: 100%;
    margin-top: 20px;
  }
  /*************************************

代表挨拶

************************************/
  div.messagebox {
    width: 100%;
    margin-top: 52px;
  }
  div.message_img {
    width: 80%;
    margin: 5px 10% 25px;
  }
  div.message_img img {
    width: 100%;
    height: auto;
  }
  div.message_txt {
    width: 90%;
    margin: 0 auto;
    line-height: 2;
    font-size: 16px;
    /*	line-height: 1.8;*/
    text-indent: 1em;
    font-family: 'Zen Old Mincho', serif;
  }
  div.message_txt p {
    margin-bottom: 15px;
    line-height: 2;
    font-family: 'Zen Old Mincho', serif;
  }
  p.shomei {
    margin-top: 30px;
    font-size: 22px;
    text-align: right;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  }
  p.shomei span.daihyo {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 16px;
    vertical-align: middle;
  }
  div.rinenbox {
    width: 100%;
    margin-top: 52px;
  }
  p.rinentxt {
    line-height: 1.5;
    margin-top: 30px;
  }
  ul.rinen_circle {
    width: 100%;
    margin-top: 30px;
  }
  ul.rinen_circle li {
    box-sizing: border-box;
    width: 250px;
    height: 250px;
    margin: 0 auto 20px;
    text-align: center;
    background: #f2f2f2;
    border-radius: 125px;
  }
  .rinen01 {
    color: #0b308e;
    padding-top: 70px;
    line-height: 1.8;
    font-weight: 700;
  }
  .rinen02 {
    color: #ea6000;
    padding-top: 86px;
    line-height: 1.8;
    font-weight: 700;
  }
  .rinen03 {
    color: #e50012;
    padding-top: 86px;
    line-height: 1.8;
    font-weight: 700;
  }
  .rinen04 {
    color: #00993e;
    padding-top: 86px;
    line-height: 1.8;
    font-weight: 700;
  }
  a.letterspace {
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a.letterspace:hover {
    letter-spacing: 8px;
  }
  .arrow2 {
    position: relative;
    display: inline-block;
    padding-left: 20px;
  }
  .arrow2:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
  }
  .arrow2:after {
    content: '';
    width: 0;
    height: 0;
    border: solid 3px transparent;
    border-left: solid 5px #051a31;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -3px;
  }
  /*************************************

事業案内 共通

************************************/
  .page_businessback {
    background: url(image/page/head_businessback.jpg);
    background-size: cover;
    background-position: center center;
  }
  div.business {
    width: 100%;
    /*margin-top: 65px;*/
    padding: 10px 3% 0;
    box-sizing: border-box;
  }
  .doboku {
    background: url(image/spimage/businessback.svg) no-repeat;
    background-position: right top;
  }
  .kenchiku {
    background: url(image/spimage/businessback.svg) no-repeat;
    background-position: right top;
  }
  .setsubi {
    background: url(image/spimage/businessback.svg) no-repeat;
    background-position: right top;
  }
  h2.business_title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
  }
  p.business_txt {
    line-height: 2;
    font-size: 14px;
    margin-bottom: 40px;
  }
  /*************************************

iso 共通

************************************/
  h3.isotitle_big {
    color: #A62B31;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #A62B31;
    padding-bottom: 5px;
    margin-bottom: 21px;
    font-weight: 700;
    line-height: 1.5;
    vertical-align: baseline;
  }
  h3.isotitle_big span {
    text-align: right;
    font-weight: 500;
    display: block;
    font-size: 12px;
    vertical-align: baseline;
  }
  p.isotxt01 {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
  }
  div.isobox01 {
    margin-top: 10px;
  }
  /*２つ並びのグリッド	*/
  ul.isoglid01 {
    width: 100%;
    margin-bottom: 35px;
  }
  ul.isoglid01 li {
    width: 100%;
    margin-bottom: 20px;
  }
  ul.isoglid01 li h3 {
    font-size: 16px;
    color: #A52B30;
    border-bottom: 1px solid #A52B30;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 1.5;
    font-weight: 700;
  }
  ul.isoglid01 li img {
    width: 100%;
    height: auto;
  }
  /*２つ並びのグリッド　マージンなし	*/
  ul.isoglid02 {
    width: 100%;
  }
  ul.isoglid02 li {
    width: 100%;
    margin-bottom: 20px;
  }
  ul.isoglid02 li img {
    width: 100%;
    height: auto;
  }
  ul.isoglid02 li:nth-child(odd) {
    margin-left: 0;
  }
  /*２つ並びのグリッド 一番最初が幅100%	*/
  div.isoimage {
    width: 100%;
    margin-bottom: 20px;
  }
  /*3つ並びのグリッド　マージンなし	*/
  ul.isoglid03 {
    width: 100%;
  }
  ul.isoglid03 li {
    width: 100%;
    margin-bottom: 20px;
  }
  ul.isoglid03 li h3 {
    font-size: 16px;
    color: #A52B30;
    border-bottom: 1px solid #A52B30;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 1.5;
    font-weight: 700;
  }
  ul.isoglid03 li img {
    width: 100%;
    height: auto;
  }
  .height2gyo {
    height: 49px;
    line-height: 49px !important;
  }
  .iso_page_left {
    width: 60%;
    margin: 0 auto 30px;
  }
  .iso_page_left img {
    width: 100%;
    height: auto;
  }
  .iso_page_right {
    width: 100%;
    line-height: 1.5;
    font-size: 14px;
  }
  .mt42 {
    margin-top: 42px;
  }
  div.iso_page_btn {
    width: 100%;
    margin-top: 30px;
  }
  a.iso_btn {
    display: block;
    text-align: center;
    color: #A52B30;
    font-size: 14px;
    padding: 13px 0;
    float: left;
    padding: 8px;
    width: 49%;
    border: 1px solid #A52B30;
    box-sizing: border-box;
  }
  .ml2per {
    margin-left: 2%;
  }
  /*bcp	*/
  .bcp_txt_red {
    color: #A52B30;
    text-align: center;
    margin-top: 60px;
    font-size: 18px;
    line-height: 1.5;
  }
  .bcp_left {
    width: 60%;
    margin: 0 auto 30px;
  }
  .bcp_left img {
    width: 100%;
    height: auto;
  }
  .bcp_right {
    width: 100%;
  }
  .mt36 {
    margin-top: 36px;
  }
  div.bcpbox {
    padding: 33px 20px 6px;
    width: 100%;
    box-sizing: border-box;
    background: #F6E9EA;
    border-radius: 9px;
  }
  div.bcpbox p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 27px;
  }
  h5.bcph5 {
    font-size: 18px;
    color: #A52B30;
    text-align: center;
    margin-bottom: 20px;
  }
  .mb10 {
    margin-bottom: 10px;
  }
  .mt10 {
    margin-top: 10px;
  }
  p.anzen_txt {
    margin-top: 28px;
    line-height: 1.5;
  }
  div.anzenbox {
    padding: 33px 20px 13px;
    width: 100%;
    box-sizing: border-box;
    background: #F6E9EA;
    border-radius: 9px;
    margin-top: 40px;
  }
  h2.anzenh2 {
    font-size: 18px;
    color: #A52B30;
    text-align: center;
    margin-bottom: 20px;
  }
  div.anzenbox div {
    float: left;
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
    color: #A52B30;
    margin-bottom: 20px;
  }
  .mt60 {
    margin-top: 60px;
  }
  /*************************************

お問い合わせ設定

************************************/
  div.entryform {
    margin-top: 30px;
  }
  .contact_wrap {
    padding-bottom: 40px;
  }
  .contact_txt {
    padding: 20px 0;
  }
  .contact_txt p {
    line-height: 180%;
    margin-bottom: 30px;
  }
  .contact_txt p strong {
    font-weight: 700;
  }
  .g-enquete-row {
    border-top: #cccccc solid 1px !important;
    border-bottom: #cccccc solid 1px !important;
  }
  .mw_wp_form_g-standard table th {
    background: #f2f2f2 !important;
    color: #000 !important;
    vertical-align: middle !important;
  }
  .mw_wp_form_g-standard input[type="submit"], .mw_wp_form_g-standard input[type="button"], .mw_wp_form_g-standard button {
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    font-size: 20px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #000 !important;
    cursor: pointer;
    -webkit-appearance: button;
    line-height: 20px;
    padding: 10px 30px !important;
    text-shadow: none !important;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
  }
  .mw_wp_form_g-standard input[type="submit"]:hover {
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    font-size: 20px !important;
    background: #000 !important;
    box-shadow: none !important;
    color: #fff !important;
    cursor: pointer;
    -webkit-appearance: button;
    line-height: 20px;
    padding: 10px 30px !important;
    text-shadow: none !important;
  }
  .hisu {
    font-size: 12px;
    margin-left: 10px;
    color: red;
  }
  .require {
    display: none;
  }
  .mw_wp_form_g-standard .action-buttons {
    text-align: center;
  }
  /*************************************

施工事例

************************************/
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 8px !important;
    line-height: 3;
  }
  .wp-pagenavi {
    width: 94%;
    margin: 0 3%;
  }
  /*p.jireitxt{
		margin: 40px 0;
	}*/
  h5.jireih5 {
    width: 94%;
    font-size: 24px;
    position: relative;
    border-bottom: solid 3px #000;
    position: relative;
    margin: 30px 3% 20px;
    padding-bottom: 5px;
    font-weight: 700;
  }
  h5.jireih5:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #C1272D;
    bottom: -3px;
    width: 30%;
  }
  a.jireiarchive {
    text-align: center;
    color: #fff;
    background: #C1272D;
    width: 80%;
    /* height: 80px;*/
    margin: 0 auto 10%;
    display: block;
    font-size: 18px;
    padding: 20px 5px;
  }
  .jireitxt {
    width: 94%;
    margin: 0 3% 40px;
    line-height: 1.5;
    font-size: 14px;
  }
  .jireibox {
    width: 100%;
    padding-bottom: 10px;
  }
  /*タブ切り替え全体のスタイル*/
  .tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
  }
  .tabs label {
    width: 49%;
    float: left;
    margin-bottom: 10px;
  }
  /*タブのスタイル*/
  .tab_item {
    /*width: calc(100%/5);*/
    width: 100%;
    height: 28px;
    border: 1px solid #C1272D;
    line-height: 28px;
    font-size: 11px;
    text-align: center;
    color: #C1272D;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    box-sizing: border-box;
  }
  .tab_item:hover {
    opacity: 0.75;
    color: #fff;
    background: #C1272D;
  }
  table.jiseki {
    width: 100%;
    margin: 0 auto 50px;
  }
  table.jiseki th {
    letter-spacing: 3px;
    font-size: 12px;
    padding-top: 15px;
    line-height: 1.8;
    padding-bottom: 15px;
    border-top: 1px solid #E6E6E6;
  }
  table.jiseki td {
    font-size: 12px;
    padding-top: 15px;
    line-height: 1.8;
    padding-bottom: 15px;
    border-top: 1px solid #E6E6E6;
    padding-right: 5px;
    padding-left: 5px;
  }
  table.jiseki td:first-child {
    padding-left: 20px;
  }
  table.jiseki tr:nth-child(2n) {
    background: #F2F2F2;
  }
  div.jigyojiseki {
    text-align: center;
    color: #c1272d;
    font-size: 24px;
    margin: 15px auto 30px;
    width: 100%;
  }
  a.jisekibtn01 {
    display: block;
    width: 80%;
    text-align: center;
    color: #c1272d;
    font-size: 16px;
    border: 1px solid #c1272d;
    padding: 8px;
    margin: 30px 10%;
  }
  a.jisekibtn01:hover {
    color: #fff;
    background: #c1272d;
  }
  div.jiseki_btn_box {
    width: 94%;
    margin: 30px 3% 30px;
  }
  div.jiseki_btn_box a {
    color: #c1272d;
    text-align: center;
    border: 1px solid #c1272d;
    float: left;
    display: block;
    box-sizing: border-box;
    width: 49%;
    margin-left: 2%;
    font-size: 14px;
    padding: 8px 0;
    margin-bottom: 10px;
  }
  div.jiseki_btn_box a:nth-child(odd) {
    margin-left: 0;
  }
  div.jiseki_btn_box a:hover {
    color: #fff;
    background: #c1272d;
  }
  /*ラジオボタンを全て消す*/
  input[name="tab_item"] {
    display: none;
  }
  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    display: none;
    padding: 40px 0 40px;
    clear: both;
    overflow: hidden;
  }
  /*選択されているタブのコンテンツのみを表示*/
  #ippan:checked ~ #ippan_content, #hosou:checked ~ #hosou_content, #tunnel:checked ~ #tunnel_content, #dam:checked ~ #dam_content, #suishin:checked ~ #suishin_content, #airport:checked ~ #airport_content, #kokyo:checked ~ #kokyo_content, #minkan:checked ~ #minkan_content, #kodate:checked ~ #kodate_content, #concrete:checked ~ #concrete_content, #hukkyu:checked ~ #hukkyu_content {
    display: block;
  }
  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
    background-color: #C1272D;
    color: #fff;
  }
  /*施工事例のグリッド*/
  ul.jireiglid {
    width: 94%;
    margin: 0 3%;
  }
  ul.jireiglid li {
    float: left;
    width: 49%;
    margin-bottom: 20px;
    margin-left: 2%;
  }
  ul.jireiglid li:nth-child(odd) {
    margin-left: 0;
  }
  ul.jireiglid li a {
    display: block;
    width: 100%;
    height: 130px;
    overflow: hidden;
  }
  ul.jireiglid li img {
    width: 100%;
    height: auto;
  }
  p.jireiarchivetitle {
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
  }
  .fudosanwrap {
    width: 94%;
    margin: 0 auto;
  }
  .jisekiwrap {
    width: 94%;
    margin: 0 auto;
  }
  /*************************************

お知らせ

************************************/
  #single {
    width: 100%;
    padding-bottom: 105px;
  }
  .page_newsback {
    background: url(image/page/head_news.jpg);
    background-size: cover;
    background-position: center center;
  }
  .singlecontainer {
    width: 94%;
    margin: 0 3%;
    padding-top: 50px;
  }
  div.s_date_cate {
    width: 100%;
  }
  h1.singletitle {
    color: #C1272D;
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0 25px;
  }
  span.date_s {
    float: left;
    color: #000;
    margin-right: 20px;
    display: block;
    margin-top: 4px;
    font-size: 12px;
  }
  .singlecontainer p {
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .singlecontainer h2 {
    color: #C1272D;
    font-size: 28px;
    font-weight: 700;
    border-bottom: 1px solid #C1272D;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .singlecontainer h3 {
    color: #C1272D;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .singlecontainer h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  a.newsarchive {
    text-align: center;
    color: #fff;
    background: #C1272D;
    width: 247px;
    height: 80px;
    margin: 90px auto 0;
    display: block;
    font-size: 18px;
    line-height: 80px;
  }
  .mt90 {
    margin-top: 40px;
  }
  .singlecontainer a {
    text-decoration: underline;
    color: #c1272d;
  }
  /*************************************

採用サイト共通

************************************/
  div.recruitheadnav {
    width: 100%;
    margin: 0 auto;
  }
  div.recruitheadlogo {
    float: left;
    width: 50%;
    height: 60px;
    background: #fff;
    padding-right: 10px;
    box-sizing: border-box;
  }
  div.recruitheadlogo img {
    width: 100%;
    height: auto;
  }
  div.recruithead_right {
    float: right;
    width: 50%;
    ;
  }
  a.head_tocorp {
    display: block;
    float: right;
    width: 100%;
    height: 60px;
    text-align: center;
    color: #fff;
    line-height: 60px;
    background: #C1272D;
  }
  nav.recruitheadnav {
    float: right;
    width: 650px;
  }
  nav.recruitheadnav a {
    float: right;
    line-height: 91px;
    margin-left: 47px;
    color: #000;
  }
  nav.recruitheadnav a:hover {}
  div.recruit_title_wrap {
    width: 100%;
    background: #F2F2F2;
    padding: 30px 0;
  }
  div.recruit_title_wrap p {
    text-align: left;
    width: 100%;
    margin: 0 auto;
  }
  div.recruit_title_wrap p img {
    width: 60%;
    margin: 0 30% 0 10%;
    height: auto;
  }
  table.recruit_table {
    width: 100%;
    margin-top: 60px;
  }
  table.recruit_table tr {
    border-bottom: 1px solid #808080;
  }
  table.recruit_table th {
    background: #F2F2F2;
    padding: 15px 25px;
    width: 20%;
    font-size: 14px;
    text-align: left;
    border-radius: 1px solid #808080;
    font-weight: 700;
    line-height: 1.5;
    vertical-align: middle;
  }
  table.recruit_table td {
    padding: 15px 25px;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: middle;
  }
  a.entry {
    width: 80%;
    height: 65px;
    line-height: 65px;
    border: 1px solid #000;
    box-sizing: border-box;
    margin: 50px 10% 0;
    display: block;
    text-align: center;
    color: #000;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
  }
  a.entry:hover {
    color: #fff;
    background: #000;
  }
  p.recruit_txt {
    line-height: 1.5;
    margin: 20px 0 0;
    font-size: 14px;
  }
  p.entry_soshin_txt {
    line-height: 1.5;
    margin: 20px 0 0;
    font-size: 14px;
  }
  /*******************************
	
採用トップページ
	
*******************************/
  div.recruit_toppage_head {
    width: 100%;
  }
  div.recruit_top_navwrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.8);
  }
  nav.recruit_toppage_nav {
    width: 100%;
    margin: 0 auto;
  }
  nav.recruit_toppage_nav a {
    width: 240px;
    height: 100px;
    text-align: center;
    float: left;
    display: block;
    line-height: 100px;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
  }
  nav.recruit_toppage_nav a:hover {
    background: #000;
  }
  div.recruit_top_headwrap {
    width: 100%;
    margin: 0 auto;
  }
  a.recruit_toppage_headbtn {
    display: block;
    box-sizing: border-box;
    float: left;
    width: 50%;
    height: 60px;
    padding-top: 16px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    top: 20px;
    font-size: 12px;
    line-height: 1.2;
    background-color: rgba(51, 51, 51, 0.8);
  }
  div.recruit_toppage_headlogo {
    float: left;
    width: 50%;
    height: 60px;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    padding: 4px;
  }
  div.recruit_toppage_headlogo a img {
    width: 90%;
    height: auto;
    margin: 0 10%;
    line-height: 60px;
    max-height: 58px;
  }
  div.recruit_toppage_headtxt {
    top: 432px;
    position: absolute;
  }
  div.recruit_toppage_headtxt img {
    width: 100%;
    height: auto;
    line-height: 60px;
  }
  div.recruit_top_wrap {
    width: 100%;
    padding: 106px 0 0;
  }
  div.recruit_top_wrap img {
    width: 90%;
    margin: 0 5%;
  }
  div.recruit_top_topmess_wrap {
    width: 100%;
    margin: 20px 0 10px;
  }
  div.rec_top_mess {
    width: 100%;
  }
  h1.rec_top_message {
    font-size: 25px;
    font-weight: 700;
    margin-top: 20px;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  div.rec_top_mess p {
    line-height: 1.5;
    font-size: 14px;
  }
  a.top_mess_btn {
    width: 70%;
    height: 65px;
    text-align: center;
    line-height: 65px;
    color: #000;
    display: block;
    border: 1px solid #000;
    margin: 30px auto 30px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
  }
  a.top_mess_btn:hover {
    background: #000;
    color: #fff;
  }
  div.rec_top_img {
    margin: 10px 10%;
    width: 80%;
  }
  div.rec_top_img img {
    width: 100%;
    height: auto;
  }
  div.rectop_interview_wrap {
    width: 100%;
    background: url(image/recruit/interviewback.jpg);
    background-size: cover;
    background-position: center center;
    z-index: 0;
    text-align: center;
    padding-top: 76px;
    padding-bottom: 80px;
  }
  .mt160 {
    margin-top: 40px;
  }
  div.intervew_cont {
    width: 94%;
    margin: 0 3%;
  }
  div.interview_svg {
    text-align: left;
  }
  ul.interview_top_box {
    width: 100%;
    margin-top: 80px;
  }
  ul.interview_top_box li {
    float: left;
    width: 49%;
    margin-left: 2%;
    margin-bottom: 10px;
  }
  ul.interview_top_box li img {
    width: 100%;
    height: auto;
  }
  ul.interview_top_box li:nth-child(odd) {
    margin-left: 0;
  }
  div.senpaivoice {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 3px;
  }
  /*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
  /* hide the link until viewport size is reached */
  a.meanmenu-reveal {
    display: none;
  }
  /* when under viewport size, .mean-container is added to body */
  .mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #000;
    /*padding: 4px 0;
	min-height: 42px;*/
    z-index: 999999;
  }
  .mean-container a.meanmenu-reveal {
    /*width: 22px;
	height: 22px;*/
    padding: 13px 13px 11px 13px;
    text-align: center;
    /*position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;*/
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    /*text-indent: -9999em;*/
    line-height: 22px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
  }
  .mean-container a.meanmenu-reveal span {
    display: block;
    /*background: #fff;*/
    height: 3px;
    margin-top: 3px;
  }
  .mean-container .mean-nav {
    float: left;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.8);
    /*margin-top: 44px;*/
  }
  .mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
  }
  .mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
  }
  .mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-transform: uppercase;
  }
  .mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    /*opacity: 0.75;
	filter: alpha(opacity=75);*/
    text-shadow: none !important;
    visibility: visible;
  }
  .mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
  }
  .mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
  }
  .mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
  }
  .mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
  }
  .mean-container .mean-nav ul li a:hover {
    /*background: #252525;
	background: rgba(255,255,255,0.1);*/
  }
  .mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    /*background: rgba(255,255,255,0.1);*/
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
  .mean-container .mean-nav ul li a.mean-expand:hover {
    /*background: rgba(0,0,0,0.9);*/
  }
  .mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
  }
  .mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  /* Fix for box sizing on Foundation Framework etc. */
  .mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .mean-remove {
    display: none !important;
  }
  /*************************************

採用　トップメッセージ

************************************/
  p.rec_topmes {
    width: 100%;
    line-height: 1.5;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 70px;
    font-size: 14px;
  }
  div.rec_message_left01 {
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
    line-height: 1.5;
  }
  div.rec_message_left01 p, div.rec_message_right02 p {
    line-height: 2.2 !important;
    font-size: 14px;
  }
  div.rec_message_right01 {
    width: 100%;
    box-sizing: border-box;
  }
  div.rec_message_right01 img, div.rec_message_left02 img {
    width: 80%;
    margin: 0 10%;
    height: auto;
  }
  div.rec_message_left02 {
    width: 100%;
    line-height: 1.5;
    box-sizing: border-box;
  }
  div.rec_message_right02 {
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
    line-height: 1.5;
  }
  h2.rec_message {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
  }
  h3.rec_message3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  a.entrybtn {
    display: block;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    width: 80%;
    height: 30px;
    margin: 0 auto 90px;
    line-height: 30px;
    font-size: 18px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
  }
  .mb110 {
    margin-bottom: 110px;
  }
  .mb150 {
    margin-bottom: 80px;
  }
  .pb200 {
    padding-bottom: 200px;
  }
  div.rectop_other_wrap {
    width: 94%;
    z-index: 0;
    margin: 0 3%;
    text-align: center;
    padding-bottom: 120px;
    padding-top: 130px;
  }
  div.rectop_other_wrap a {
    display: block;
    width: 100%;
  }
  div.rectop_other_left {
    width: 100%;
    left: 0;
    height: 200px;
    background: url(image/recruit/top_btn_left.jpg) center;
    background-size: cover;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  div.rectop_other_left img, div.rectop_other_right img {
    width: 60%;
    height: auto;
    text-align: left;
    float: left;
  }
  div.rectop_other_right {
    width: 100%;
    right: 0;
    height: 200px;
    margin-top: 114px;
    background: url(image/recruit/top_btn_right.jpg) center;
    background-size: cover;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  div.rectop_other_left img {
    margin-top: -40px;
  }
  div.rectop_other_right img {
    margin-top: -40px;
  }
  div.rectop_other_left:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  div.rectop_other_right:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  /*************************************

不動産 共通

************************************/
  .page_fudosanback {
    background: url(image/page/head_fudosanback.jpg);
    background-size: cover;
    background-position: center center;
  }
  p.fudosantxt {
    margin-top: 45px;
  }
  /*************************************

不動産

************************************/
  p.fudosantxt {
    margin-bottom: 20px;
  }
  div.kubun {
    height: 40px;
    border-bottom: 1px solid #C1272D;
    border-top: 1px solid #C1272D;
    text-align: center;
    color: #C1272D;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 23px;
    font-weight: 700;
  }
  div.estate_image {
    margin-bottom: 23px;
  }
  div.estate_table {
    width: 100%;
    margin-right: 30px;
    box-sizing: border-box;
  }
  div.estate_biko {
    width: 100%;
    background: #F6EAEA;
    padding: 24px 30px;
    border-radius: 10px;
    box-sizing: border-box;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 14px;
  }
  table.estate {
    width: 100%;
  }
  table.estate th {
    font-weight: 700;
    width: 20%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
    border-bottom: 1px solid #E6E6E6;
  }
  table.estate td {
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #E6E6E6;
  }
  p.kibokakaku {
    color: #C1272D;
    border-bottom: 1px solid #E6E6E6;
    padding: 10px;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 40px;
  }
  span.kakaku {
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
  }
  /*************************************

セラ水

************************************/
  .ceraimage {
    text-align: center;
    width: 70%;
    margin: 0 auto;
  }
  .ceraimage img {
    width: 100%;
    height: auto;
  }
  div.ceratitle {
    color: #fff;
    text-align: center;
    font-size: 18px;
    background: #4070B7;
    width: 100%;
    background-size: cover;
    height: 54px;
    line-height: 54px;
    margin: 0 auto;
    border-radius: 27px;
  }
  .mt85 {
    margin-top: 42px;
  }
  .mt50 {
    margin-top: 25px;
  }
  ul.ceraglid01 {
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.ceraglid01 li {
    float: left;
    width: 49%;
    margin-left: 2%;
    margin-bottom: 20px;
  }
  ul.ceraglid01 li:nth-child(odd) {
    margin-left: 0;
  }
  h3.cerawhat {
    border-bottom: 1px dotted #4070B7;
    padding-bottom: 14px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 8px;
  }
  h3.cerawhat:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 14px; /*画像の幅*/
    height: 14px; /*画像の高さ*/
    background-image: url(image/cera/ceraicon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  ul.ceraglid01 li p {
    line-height: 1.5;
    font-size: 14px;
  }
  div.jyakusan {
    width: 100%;
    background: url(image/cera/ceraback2.jpg);
    padding: 63px 0;
    box-sizing: border-box;
  }
  div.jyakusan1200 {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, .6);
  }
  h3.ceratitle {
    color: #4070B7;
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  p.ceratxt_jokin {
    line-height: 2;
    font-size: 16px;
  }
  ul.seihinlineup {
    width: 100%;
    margin-top: 30px;
  }
  ul.seihinlineup li {
    float: left;
    width: 49%;
    margin-left: 2%;
    margin-bottom: 20px;
  }
  ul.seihinlineup li:nth-child(odd) {
    margin-left: 0;
  }
  ul.seihinlineup li img {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-right: 20px;
  }
  div.cera_txt_box {
    width: 100%;
  }
  h5.cera_shohin {
    text-align: center;
    color: #0071bc;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .yoto {
    background: #d4eef9;
    border-radius: 10px;
    padding: 9px 13px;
    box-sizing: border-box;
  }
  h4.shohinmei {
    border-bottom: 1px dotted #0071bc;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
    padding-bottom: 5px;
    margin-top: 8px;
  }
  .yoto p {
    font-size: 14px;
    line-height: 1.2;
  }
  p.cerakakaku {
    line-height: 1.2;
    font-size: 13px;
    margin-bottom: 8px;
  }
  h3.ceraplan {
    font-size: 22px;
    color: #4070b7;
    margin-top: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  div.kashitsuki {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 35px;
  }
  div.kashitsukiimg {
    width: 100%;
  }
  div.kashitsuki_txt {
    width: 100%;
  }
  div.kashitsuki_txt img {
    width: 100%;
    height: auto;
  }
  div.hikiotoshi {
    width: 100%;
    line-height: 1.5;
    font-size: 14px;
  }
  div.ceraabc_sp {
    width: 100%;
  }
  div.ceraabc_sp img {
    width: 100%;
    height: auto;
  }
  a.cerabtn {
    width: 100%;
    height: 80px;
    display: block;
    color: #fff;
    text-align: center;
    background: #4070b7;
    line-height: 80px;
    font-size: 14px;
  }
  div.cerabtn {
    width: 100%;
    margin: 10px auto 50px;
  }
  /*************************************

企業情報一覧

************************************/
  ul.cominfo {
    width: 94%;
    margin: 30px 3% 30px;
  }
  ul.cominfo li {
    width: 49%;
    float: left;
    margin-left: 2%;
    margin-bottom: 20px;
  }
  ul.cominfo li:nth-child(odd) {
    margin-left: 0;
  }
  ul.cominfo li img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  ul.cominfo li p {
    font-size: 14px;
    color: #000;
  }
  ul.cominfo li h5 {
    font-size: 16px;
    color: #c1272d;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  /*************************************

先輩インタビュー

************************************/
  #interviewpage {
    width: 100%;
  }
  #interviewhead {
    width: 100%;
  }
  div.nameback {
    width: 100%;
    margin: 0 auto;
  }
  div.name {
    background: rgba(193, 39, 45, 0.8);
    color: #fff;
    width: 40%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1.5;
  }
  div.name2 {
    background: rgba(193, 39, 45, 0.8);
    color: #fff;
    width: 40%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1.5;
    margin-left: 60%;
  }
  span.nyusha {
    font-size: 12px;
  }
  .interviewheadback01 {
    background: url(image/interview/head01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .interviewheadback_takasugi {
    background: url(image/interview/head_takasugi.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .interviewheadback_inoguchi {
    background: url(image/interview/head_inoguchi.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .interviewheadback_tateishi {
    background: url(image/interview/head_tateishi.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .interviewheadback_shimada {
    background: url(image/interview/head_shimada.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .interviewheadback_tateno {
    background: url(image/interview/head_tateno.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .interviewheadback_inamura {
    background: url(image/interview/head_inamura.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .interviewheadback_tachino {
    background: url(image/interview/head_tachino.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  div.hinshitsubox {
    padding: 33px 20px 13px;
    width: 100%;
    box-sizing: border-box;
    background: #F6E9EA;
    border-radius: 9px;
    margin-top: 40px;
  }
  div.hinshitsu {
    font-size: 14px;
    line-height: 1.5;
    color: #A52B30;
    width: 100%;
    margin-bottom: 20px;
  }
  p.hinshitsu_txt {
    margin: 20px 0;
    font-size: 14px;
  }
  .underline_red {
    padding-bottom: 20px;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #a62b31;
  }
  div.messagetop_img {}
  .rec_message_txt {
    width: 100%;
    margin: 8px auto;
    box-sizing: border-box;
    background: rgba(193, 39, 45, 0.8);
    color: #fff;
    padding: 30px;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Noto Serif SC', serif;
  }
  /*************************************

トップ方針

************************************/
  div.efforts {
    width: 94%;
    box-sizing: border-box;
    margin: 0 3%;
  }
  div.efforts a {
    width: 50%;
    text-align: left;
    color: #666;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
    border-right: 1px dashed #666;
    margin: 0 auto 20px;
    font-size: 13px;
  }
  div.efforts a::before {
    content: '';
    display: inline-block;
    margin-bottom: 10px;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-image: url(image/icon/square.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  div.efforts a:nth-child(even) {
    border-left: none;
  }
  div.efforts a:hover {
    color: #c1272d;
    text-decoration: underline;
  }
  .nocontents {
    margin: 20px 0;
    text-align: center;
  }
  /*************************************

トップ採用リンク

************************************/
  h4.topentryh4 {
    text-align: center;
    margin: 80px auto 0;
    font-size: 5vw;
    font-weight: 700;
    padding: 0 10%;
    line-height: 1.2;
  }
  ul.topentrylink {
    width: 100%;
    margin: 0 auto 90px;
    padding: 0 10%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  ul.topentrylink li {
    width: 45%;
    float: left;
  }
  ul.topentrylink li img {
    width: 100%;
    height: auto;
  }
  ul.topentrylink li:first-child {
    padding-top: 10vw;
  }
} /****************************************************************************************************************************

スマホサイトcss終了

******************************************************************************************************************************/
@media screen and (min-width:960px) {
  html {
    overflow: auto;
  }
  body {
    /*overflow: hidden;*/
    min-width: 960px;
  }
  a:hover {
    cursor: pointer;
    cursor: hand;
  }
  .mt100 {
    margin-top: 100px;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mt50 {
    margin-top: 50px !important;
  }
  .pt0 {
    padding-top: 0 !important;
  }
  .center {
    text-align: center;
  }
  /*ページナビ*/
  .pagenavi {
    clear: both;
    width: 1000px;
    margin: 0 auto;
  }
  .wp-pagenavi {
    height: 100px;
    padding-top: 20px;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    color: #666;
    background-color: #FFFFFF;
    padding: 20px 25px;
    border-radius: 3px;
    margin: 0 2px;
    white-space: nowrap;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    border: thin solid #666;
  }
  .wp-pagenavi span.current {
    font-weight: bold;
  }
  .wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
  }
  .wp-pagenavi span.current {
    color: #fff;
    background-color: #666;
    border: thin solid #666;
    border-top-color: #666;
    border-right-color: #666;
    border-bottom-color: #666;
    border-left-color: #666;
  }
  /*ページナビ2*/
  .pagenavi {
    height: 100px;
    padding-top: 20px;
  }
  .pagenavi a, .pagenavi span {
    color: #666;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 3px;
    margin: 0 2px;
    white-space: nowrap;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    border: thin solid #666;
    display: inline-block;
  }
  .pagenavi span.current {
    font-weight: bold;
  }
  .pagenavi a:hover, .pagenavi span.current {
    border-color: #000;
  }
  .pagenavi span.current {
    color: #fff;
    background-color: #666;
    border: thin solid #666;
    border-top-color: #666;
    border-right-color: #666;
    border-bottom-color: #666;
    border-left-color: #666;
  }
  /*// 通常のデスクトップに適用したいスタイル //*/
  #wrapper {
    width: 100%;
    overflow: hidden;
  }
  .backblack {
    background: #000;
  }
  .contents {
    width: 100%;
  }
  .pcnone {
    display: none !important;
  }
  body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    width: 100% !important;
  }
  /*img {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}*/
  .pb130 {
    padding-bottom: 130px;
  }
  .mt40 {
    margin-top: 40px !important;
  }
  #header_wrap {
    width: 100%;
    height: 80px;
    background: url(image/common/headback.svg);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  #header {
    background: url(image/common/headnavback.svg);
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    background-size: cover;
  }
  div.head_logo {
    float: left;
    width: 260px;
  }
  nav.gnav {
    width: 750px;
    float: left;
  }
  nav.gnav a {
    float: left;
    line-height: 80px;
    width: 125px;
    display: block;
    color: #fff;
    text-align: center;
  }
  nav.gnav a span {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
  }
  nav.gnav a:hover span {
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
    letter-spacing: 3px;
  }
  a.headcontact {
    width: 190px;
    height: 80px;
    text-align: center;
    display: block;
    color: #fff;
    line-height: 80px;
    background: #c1272d;
    float: left;
  }
  .fadeIn {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 4s;
    -ms-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    visibility: visible !important;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0
    }
    100% {
      opacity: 1
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }
    100% {
      opacity: 1
    }
  }
  .fade {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    /* transition: 0.3s ease-in-out;*/
  }
  .fade:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
  .topimage {
    width: 100%;
    /*height: 100vh;*/
    overflow: hidden;
    /*	background: url(image/headimage/image01.jpg);*/
    background-size: cover;
    background-position: center center;
    z-index: 0;
    text-align: center;
    position: relative;
  }
  .topimage p {
    animation: fadeIn 3.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 3.5s ease 0s 1 normal;
    text-align: center;
    position: absolute;
    top: 50%;
    padding: 0;
    margin: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .container {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  h2.en_spel_big {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    text-align: center;
    font-weight: 500;
    font-size: 58px;
    margin-top: 110px;
    margin-bottom: 20px;
    background: url(image/top/redline.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 93px 3px;
  }
  h3.sec_subtxt {
    font-size: 20px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 90px;
  }
  span.top_txt01 {
    font-size: 64px;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 0px 0px 8px #000;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  }
  span.top_txt02 {
    font-size: 85px;
    color: #fff;
    text-shadow: 0px 0px 8px #000;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  }
  a.btnblue {
    display: block;
    width: 100%;
    background: #4070b7;
    color: #fff;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    text-decoration: none;
  }
  /*************************************

ボタンアニメーション

************************************/
  .button {
    position: relative;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0);
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: all .2s;
    font-weight: 700;
  }
  .button::before, .button::after {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 2px solid transparent;
  }
  .button:hover {
    color: #fff;
  }
  .button:hover::before, .button:hover::after {
    width: 100%;
    height: 100%;
  }
  .button:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
    transition: width .3s, height .3s .3s;
  }
  .button:hover::after {
    border-bottom-color: #fff;
    border-left-color: #fff;
    transition: height .3s, width .3s .3s;
  }
  /*************************************

トップグリッド

************************************/
  .adjust-box {
    float: left;
    position: relative;
    width: 25%;
    height: auto;
    background: #EEE;
    margin-bottom: 135px;
  }
  .box-1x1:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  .adjust-box p {
    font-size: 1.25vw;
    line-height: 1.5em;
    font-size: 24px;
    margin: 10%;
    width: 80%;
    height: 80%;
    box-sizing: border-box;
  }
  .bg-scale {
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  .bg-scale:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(image/top/glid01.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .bg-scale:hover:after {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .bg-scale .inner {
    z-index: 1;
    text-align: center;
    color: #fff;
  }
  .bg-scale .inner p {
    margin: 10%;
    width: 80%;
    height: 80%;
    font-weight: 700;
    box-sizing: border-box;
    /*border: 2px solid #fff;*/
    /*	display: flex;*/
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .bg-scale2 {
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  .bg-scale2:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(image/top/glid02.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .bg-scale2:hover:after {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .bg-scale2 .inner {
    z-index: 1;
    text-align: center;
    color: #fff;
  }
  .bg-scale2 .inner p {
    margin: 10%;
    width: 80%;
    height: 80%;
    font-weight: 700;
    box-sizing: border-box;
    /*border: 2px solid #fff;*/
    /*	display: flex;*/
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .bg-scale3 {
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  .bg-scale3:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(image/top/glid03.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .bg-scale3:hover:after {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .bg-scale3 .inner {
    z-index: 1;
    text-align: center;
    color: #fff;
  }
  .bg-scale3 .inner p {
    margin: 10%;
    width: 80%;
    height: 80%;
    font-weight: 700;
    box-sizing: border-box;
    /*border: 2px solid #fff;*/
    /*	display: flex;*/
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .bg-scale4 {
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  .bg-scale4:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(image/top/glid04.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .bg-scale4:hover:after {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .bg-scale4 .inner {
    z-index: 1;
    text-align: center;
    color: #fff;
  }
  .bg-scale4 .inner p {
    margin: 10%;
    width: 80%;
    height: 80%;
    font-weight: 700;
    box-sizing: border-box;
    /*border: 2px solid #fff;*/
    /*	display: flex;*/
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  span.glid_txt_big {
    font-size: 25px;
    letter-spacing: 8px;
    vertical-align: middle;
    display: block;
    padding-top: 40%;
  }
  span.glid_txt_small {
    font-size: 24px;
    vertical-align: middle;
    width: 100%;
    text-align: center;
  }
  .z100 {
    z-index: 100;
    position: relative;
  }
  /*************************************

トップ社会貢献

************************************/
  #isowrap {
    /*padding-top: 105px;*/
    width: 100%;
    background: url(image/top/isoback.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    /*height: 663px;*/
  }
  .iso_left {
    float: left;
    width: 660px;
    padding: 60px 100px;
    box-sizing: border-box;
  }
  .iso_left p {
    font-size: 16px;
    line-height: 1.5;
  }
  h2.iso {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.8;
  }
  div.iso_right {
    margin: 40px auto 0;
    width: 450px;
  }
  div.iso_right a {
    display: block;
    float: left;
    color: #000;
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    -webkit-border-radius: 50%; /* 50%でもOK */
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #000;
    margin-left: 50px;
    margin-bottom: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
  }
  div.iso_right a:hover {
    background: #c1272d;
    color: #fff;
  }
  div.iso_right a:nth-child(odd) {
    margin-left: 0;
  }
  /*************************************

トップ採用情報

************************************/
  #recruitwrap {
    height: 653px;
    position: relative;
    width: 1200px;
  }
  .recruitimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 673px;
    height: 503px;
    z-index: 10;
  }
  .recruittxt {
    position: absolute;
    bottom: 0;
    right: 0;
    /* width: 673px;*/
    /*  height: 503px;*/
    /* z-index: 10;*/
    background: #e6e6e6;
    width: 1100px;
    height: 534px;
    z-index: 5;
    padding-left: 625px;
    box-sizing: border-box;
    padding-top: 110px;
    font-size: 16px;
    line-height: 1.5;
  }
  h2.recruit {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
  }
  a.recruitbtn {
    width: 210px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border: 1px solid #000;
    box-sizing: border-box;
    margin: 35px auto 0;
    display: block;
    color: #000;
    font-weight: 700;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
  }
  a.recruitbtn:hover {
    background: #000;
    color: #fff;
  }
  div.top_recruit_bunner {
    width: 1000px;
    margin: 0 auto;
    height: 445px;
    box-sizing: border-box;
    padding-top: 296px;
    padding-left: 60px;
    background: url(image/top/recruit_back.jpg) no-repeat;
    background-size: contain;
  }
  div.top_recruit_bunner a {
    display: block;
    width: 220px;
    text-align: center;
    line-height: 60px;
    color: #000;
    height: 66px;
    border: 1px solid #000;
  }
  div.top_recruit_bunner a:hover {
    color: #fff;
    background: #000;
  }
  .currentPage {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
  }
  /*************************************

トップお知らせ

************************************/
  #news {
    width: 100%;
  }
  #news ul {
    width: 100%;
  }
  #news ul li {
    width: 100%;
    padding: 20px 0;
    line-height: 32px;
  }
  #news ul li div {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  #news a {
    /*display: block;*/
    color: #000;
    /*float:left;*/
  }
  #news ul li:nth-child(odd) {
    background: #e6e6e6;
  }
  span.date {
    float: left;
    color: #000;
    margin-left: 40px;
  }
  span.date {
    float: left;
    color: #000;
    margin-right: 40px;
    display: block;
  }
  span.category {
    color: #fff;
    float: left;
    display: block;
    width: 150px;
    text-align: center;
    padding: 4px 0;
    margin-right: 40px;
    background: #666666;
  }
  /*************************************

トップ方針

************************************/
  div.efforts {
    width: 1000px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  div.efforts a {
    width: 25%;
    text-align: center;
    color: #666;
    float: left;
    box-sizing: border-box;
    border-right: 1px dashed #666;
    margin: 0 auto;
    font-size: 16px;
  }
  div.efforts a::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-image: url(image/icon/square.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  div.efforts a:first-child {
    border-left: 1px dashed #666;
  }
  div.efforts a:hover {
    color: #c1272d;
    text-decoration: underline;
  }
  /*************************************

フッター

************************************/
  #footer {
    background: #f2f2f2;
    width: 100%;
    padding: 55px 0 120px;
  }
  div.footercontainer {
    width: 1100px;
    margin: 0 auto;
  }
  div.footerlogoadd {
    width: 305px;
    float: left;
  }
  div.footerlogoadd img {
    margin-bottom: 6px;
  }
  div.footerlogoadd p {
    line-height: 1.8;
    font-size: 11px;
  }
  div.footerlink {
    float: left;
    /*width: 790px;*/
  }
  div.footerlink div {
    float: left;
    width: 130px;
  }
  div.footerlink div p {
    margin-bottom: 10px;
  }
  a.linkbig {
    font-size: 14px;
    color: #000;
    margin-bottom: 25px;
    display: block;
  }
  a.linksmall {
    font-size: 12px;
    color: #000;
    display: block;
    margin-bottom: 15px;
    padding-right: 20px;
    line-height: 1.5;
  }
  div.copy {
    text-align: center;
    background: #000;
    color: #fff;
    width: 100%;
    padding: 15px 0;
    font-size: 11px;
  }
  .footerimagelink {
    width: 1100px;
    margin: 0 auto;
  }
  .goldcard {
    float: left;
    width: 70px;
  }
  .nexta {
    float: left;
    margin-left: 10px;
    padding: 20px 0 0 0;
  }
  /*************************************

固定ページ共通

************************************/
  .squareicon {
    color: #c1272d;
    font-size: 24px;
    text-align: center;
  }
  .squareicon:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 24px; /*画像の幅*/
    height: 24px; /*画像の高さ*/
    background-image: url(image/icon/square.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  .pagecontainer {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 200px;
  }
  .pagecontainer_nomargin {
    width: 1000px;
    margin: 0 auto;
  }
  .pagecontainer_business {
    width: 1200px;
    margin: 0 auto;
  }
  h2.pageh2 {
    margin-top: 58px;
  }
  #page {
    padding-top: 80px;
    width: 100%;
  }
  #pagehead {
    height: 300px;
    width: 100%;
    padding-top: 106px;
    box-sizing: border-box;
  }
  #pagehead h2 {
    color: #fff;
    text-align: center;
    font-size: 58px;
    margin-bottom: 10px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  }
  div.subtitle {
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    font-size: 21px;
    padding: 7px 23px;
    width: 210px;
    margin: 0 auto;
  }
  .page_aboutback {
    background: url(image/page/head_aboutback.jpg);
    background-size: cover;
    background-position: center center;
  }
  .page_isoback {
    background: url(image/page/head_isoback.jpg);
    background-size: cover;
    background-position: center center;
  }
  .page_ceraback {
    background: url(image/page/head_ceraback.jpg);
    background-size: cover;
    background-position: center center;
  }
  .page_contactaback {
    background: url(image/page/head_contactback.jpg);
    background-size: cover;
    background-position: center center;
  }
  .page_partnerback {
    background: url(image/page/head_partner.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .page_partnerback:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .page_partnerback h2, .page_partnerback div.subtitle {
    position: relative;
    z-index: 2;
  }
  /*************************************

企業情報一覧

************************************/
  ul.cominfo {
    width: 1000px;
    margin-top: 52px;
    margin-bottom: 50px;
  }
  ul.cominfo li {
    width: 328px;
    float: left;
    margin-left: 8px;
    margin-bottom: 20px;
  }
  ul.cominfo li:nth-child(3n+1) {
    margin-left: 0;
  }
  ul.cominfo li img {
    margin-bottom: 10px;
  }
  ul.cominfo li p {
    font-size: 15px;
    color: #000;
  }
  ul.cominfo li h5 {
    font-size: 18px;
    color: #c1272d;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  /*************************************

代表挨拶

************************************/
  div.messagebox {
    width: 100%;
    margin-top: 52px;
  }
  div.message_img {
    float: left;
    width: 450px;
  }
  div.message_txt {
    /*float: left;*/
    /*margin-left: 80px;*/
    width: 1000px;
    font-size: 16px;
    line-height: 2;
    text-indent: 1em;
    font-family: 'Zen Old Mincho', serif;
  }
  div.message_txt p {
    margin-bottom: 15px;
    line-height: 2;
    font-family: 'Zen Old Mincho', serif;
  }
  div.message_txt p.shomei {
    margin-top: 40px;
    font-size: 25px;
    text-align: right;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  }
  p.shomei span.daihyo {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 18px;
    vertical-align: middle;
  }
  div.rinenbox {
    width: 100%;
    margin-top: 52px;
  }
  p.rinentxt {
    line-height: 1.8;
    margin-top: 43px;
  }
  ul.rinen_circle {
    width: 100%;
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
  }
  ul.rinen_circle li {
    float: left;
    box-sizing: border-box;
    width: 210px;
    height: 210px;
    margin-left: 20px;
    text-align: center;
    background: #f2f2f2;
    border-radius: 105px;
  }
  ul.rinen_circle li:first-child {
    margin-left: 0;
  }
  .rinen01 {
    color: #0b308e;
    padding-top: 60px;
    line-height: 1.8;
    font-weight: 700;
  }
  .rinen02 {
    color: #ea6000;
    padding-top: 76px;
    line-height: 1.8;
    font-weight: 700;
  }
  .rinen03 {
    color: #e50012;
    padding-top: 76px;
    line-height: 1.8;
    font-weight: 700;
  }
  .rinen04 {
    color: #00993e;
    padding-top: 76px;
    line-height: 1.8;
    font-weight: 700;
  }
  a.letterspace {
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a.letterspace:hover {
    letter-spacing: 8px;
  }
  .arrow2 {
    position: relative;
    display: inline-block;
    padding-left: 20px;
  }
  .arrow2:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
  }
  .arrow2:after {
    content: '';
    width: 0;
    height: 0;
    border: solid 3px transparent;
    border-left: solid 5px #051a31;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -3px;
  }
  /*#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 120;
    background-color: #003b82;
    width: 100%;
	padding: 28px 0;
	box-shadow: 0 1px 1px 0 rgba(34,34,34,.1);
}*/
  #header-page {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 120;
    background-color: #fff;
    width: 100%;
    padding: 20px 0;
  }
  /*.container {
    width: 980px;
}*/
  .container::after, .container-filld::after, .container-filld-full::after {
    clear: both;
  }
  .container::before, .container::after, .container-filld::before, .container-filld::after, .container-filld-full::before, .container-filld-full::after {
    content: "";
    display: table;
  }
  .container, .container-filld {
    margin-right: auto;
    margin-left: auto;
  }
  #header_pc {
    height: 50px;
  }
  h1.head_logo {
    float: left;
    width: 260px;
    height: 80px;
  }
  /*グローバルナビ設定*/
  #header_pc nav {
    float: right;
    transition: all 0.3s;
  }
  nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
  }
  #header_pc ul li {
    float: left;
    font-size: 90%;
    font-weight: bold;
    width: 110px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
  }
  #header_pc ul li:last-child {
    border-right: none;
  }
  #header_pc ul li a {
    display: block;
    height: 50px;
    color: #fff;
    line-height: 85px;
    padding: 0 16px;
    transition: all 0.3s;
    font-size: 11px;
    text-align: center;
  }
  #header_pc ul > li > a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    text-decoration: none;
  }
  /*メガドロップメニュー*/
  .menu {
    position: relative;
    height: 54px;
    margin: 0 auto;
    float: right;
    width: 550px;
  }
  .menu > li {
    float: left;
    display: block;
    height: 54px;
    color: #fff;
    transition: all 0.3s;
    font-size: 11px;
    text-align: center;
    width: 110px;
  }
  .menu > li > ul {
    width: 100%;
  }
  .menu > li a {
    display: block;
    color: #fff;
    height: 50px;
    line-height: 85px;
  }
  /* floatクリア */
  .menu:before, .menu:after {
    content: " ";
    display: table;
  }
  .menu:after {
    clear: both;
  }
  .menu {
    *zoom: 1;
  }
  #gnav {
    float: left;
    width: 750px;
    margin: 0 auto;
    height: 80px;
  }
  #gnav > ul {
    /*  display: table;
    float: left;*/
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 80px;
    padding-right: 5px;
  }
  #gnav > ul > li {
    /*    display: table-cell;*/
    box-sizing: border-box;
    height: 80px;
    display: block;
    float: left;
    color: #fff;
    transition: all 0.3s;
    font-size: 11px;
    text-align: center;
    width: 125px;
    vertical-align: bottom;
  }
  #gnav > ul > li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
  }
  #gnav > ul > li:hover {
    color: #fff;
    /*background-color: #19192b;*/
  }
  #gnav > ul > li:hover > a {
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
  #gnav > ul > li:hover .menu {
    max-height: 9999px;
    opacity: 1 !important;
  }
  #gnav > ul > li > ul {
    text-align: left;
  }
  #gnav > ul > li > a {
    display: block;
    height: 80px;
    line-height: 80px;
    transition: all .2s ease-in;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    font-size: 13px;
  }
  #gnav > ul > li > ul {
    width: 1200px;
    margin: 0 auto;
  }
  #gnav > ul .menu {
    transition: all .2s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    left: 0;
    text-align: center;
    position: absolute;
    height: 70px;
    background-color: rgba(0, 0, 0, .8);
  }
  #gnav > ul .menu .menu_inner {
    transition: all .2s ease-in;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
  }
  #gnav > ul .menu .menu_inner:hover {
    transition: all .2s ease-in;
  }
  #gnav > ul .menu .menu_inner li {
    display: inline-block;
    padding: 25px 0;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 50px;
  }
  #gnav > ul .menu a {
    color: #fff;
    transition: color .3s;
  }
  #gnav > ul .menu a:hover {
    color: #C1272D;
  }
  /*************************************

ローディング画面

************************************/
  img.loading-Img {
    width: 10%;
    height: auto;
  }
  .loading-Bar {
    position: fixed;
    top: 0;
    left: 0;
    background: #111111;
    height: 4px;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    width: 0;
  }
  .loading-Img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  /*************************************

テキストアニメーション

************************************/
  #animation {
    margin: 50px 0;
    font-weight: bold;
    line-height: 1.4;
  }
  .fadeInDown {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -ms-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
  }
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  /*************************************

沿革

************************************/
  table.history {
    width: 100%;
    margin-top: 50px;
    border-bottom: 1px solid #E6E6E6;
  }
  table.history th {
    width: 360px;
    text-align: left;
    padding-left: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    border-top: 1px solid #E6E6E6;
  }
  table.history td {
    width: 840px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #E6E6E6;
  }
  table.history tr:nth-child(even) {
    background: #F2F2F2;
  }
  /*************************************

会社概要

************************************/
  table.gaiyoupage {
    float: left;
    width: 590px;
    margin-left: 20px;
    border-bottom: 1px solid #E6E6E6;
  }
  table.gaiyoupage th {
    font-size: 12px;
    text-align: left;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    border-top: 1px solid #E6E6E6;
    vertical-align: middle;
  }
  table.gaiyoupage td {
    font-size: 12px;
    padding-top: 15px;
    line-height: 1.8;
    padding-bottom: 15px;
    border-top: 1px solid #E6E6E6;
  }
  table.gaiyoupage tr:nth-child(even) {
    background: #F2F2F2;
  }
  table.hyosho {
    width: 100%;
    margin-top: 50px;
    border-bottom: 1px solid #E6E6E6;
  }
  table.hyosho td {
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #E6E6E6;
  }
  table.hyosho tr:nth-child(even) {
    background-color: rgba(242, 214, 214, 0.4);
  }
  table.hyosho td:first-child {
    padding-left: 8px;
  }
  div.mapwrap {
    width: 100%;
    height: 390px;
  }
  div.gaiyoupagewrap {
    width: 1000px;
    margin-top: 50px;
    margin-bottom: 100px;
  }
  div.gaiyoupageimg {
    width: 390px;
    float: left;
  }
  div.gaiyoupageimg img {
    margin-bottom: 10px;
  }
  div.gaiyoupagetable {
    width: 590px;
    margin-left: 20px;
    float: left;
  }
  /*************************************

関連会社

************************************/
  div.linkwrap {
    width: 100%;
    margin-top: 55px;
  }
  div.linkwrap_img {
    width: 384px;
    float: left;
  }
  div.linkinfo {
    float: left;
    width: 576px;
    margin-left: 40px;
  }
  table.linkpage {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
  }
  table.linkpage th {
    font-size: 12px;
    text-align: left;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    border-top: 1px solid #E6E6E6;
    vertical-align: middle;
  }
  table.linkpage td {
    font-size: 12px;
    padding-top: 15px;
    line-height: 1.8;
    padding-bottom: 15px;
    vertical-align: middle;
    border-top: 1px solid #E6E6E6;
  }
  table.linkpage tr:nth-child(even) {
    background: #F2F2F2;
  }
  .mb165 {
    margin-bottom: 165px;
  }
  h4.linkname {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  /*************************************

事業案内 共通

************************************/
  .page_businessback {
    background: url(image/page/head_businessback.jpg);
    background-size: cover;
    background-position: center center;
  }
  div.business {
    width: 1200px;
    min-height: 839px;
    margin-top: 65px;
    padding: 60px 0 0 100px;
    box-sizing: border-box;
  }
  .doboku {
    background: url(image/business/dobokuimage.png) no-repeat;
    background-position: right top;
  }
  .kenchiku {
    background: url(image/business/kenchikuimage.png) no-repeat;
    background-position: right top;
  }
  .setsubi {
    background: url(image/business/setsubiimage.png) no-repeat;
    background-position: right top;
  }
  h2.business_title {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 40px;
  }
  p.business_txt {
    line-height: 4;
    font-size: 18px;
  }
  a.jisekibtn01 {
    display: block;
    width: 400px;
    text-align: center;
    color: #c1272d;
    font-size: 24px;
    border: 1px solid #c1272d;
    padding: 8px;
    margin: 30px auto;
  }
  a.jisekibtn01:hover {
    color: #fff;
    background: #c1272d;
  }
  div.jiseki_btn_box {
    width: 1000px;
    margin: 30px auto 90px;
  }
  div.jiseki_btn_box a {
    color: #c1272d;
    text-align: center;
    border: 1px solid #c1272d;
    float: left;
    display: block;
    box-sizing: border-box;
    width: 190px;
    margin-left: 10px;
    font-size: 20px;
    padding: 8px 0;
  }
  div.jiseki_btn_box a:first-child {
    margin-left: 0;
  }
  div.jiseki_btn_box a:hover {
    color: #fff;
    background: #c1272d;
  }
  /*************************************

iso 共通

************************************/
  h3.isotitle_big {
    color: #A62B31;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #A62B31;
    padding-bottom: 5px;
    margin-bottom: 21px;
    font-weight: 700;
    line-height: 1.5;
    vertical-align: baseline;
  }
  h3.isotitle_big span {
    text-align: right;
    float: right;
    font-weight: 500;
    display: block;
    font-size: 12px;
    vertical-align: baseline;
  }
  p.isotxt01 {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
  }
  div.isobox01 {
    margin-top: 90px;
  }
  /*２つ並びのグリッド	*/
  ul.isoglid01 {
    width: 1000px;
    margin-bottom: 73px;
  }
  ul.isoglid01 li {
    width: 490px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  ul.isoglid01 li h3 {
    font-size: 16px;
    color: #A52B30;
    border-bottom: 1px solid #A52B30;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 1.5;
    font-weight: 700;
  }
  ul.isoglid01 li img {
    width: 100%;
    height: auto;
  }
  ul.isoglid01 li:nth-child(odd) {
    margin-left: 0;
  }
  /*２つ並びのグリッド　マージンなし	*/
  ul.isoglid02 {
    width: 1000px;
  }
  ul.isoglid02 li {
    width: 490px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  ul.isoglid02 li img {
    width: 100%;
    height: auto;
  }
  ul.isoglid02 li:nth-child(odd) {
    margin-left: 0;
  }
  /*２つ並びのグリッド 一番最初が幅100%	*/
  div.isoimage {
    width: 1000px;
    margin-bottom: 20px;
  }
  /*3つ並びのグリッド　マージンなし	*/
  ul.isoglid03 {
    width: 1000px;
  }
  ul.isoglid03 li {
    width: 320px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  ul.isoglid03 li h3 {
    font-size: 16px;
    color: #A52B30;
    border-bottom: 1px solid #A52B30;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 1.5;
    font-weight: 700;
  }
  ul.isoglid03 li img {
    width: 100%;
    height: auto;
  }
  ul.isoglid03 li:nth-child(3n+1) {
    margin-left: 0;
  }
  .height2gyo {
    height: 49px;
    line-height: 49px !important;
  }
  .iso_page_left {
    float: left;
    width: 196px;
    margin-right: 36px;
  }
  .iso_page_right {
    float: left;
    width: 768px;
    line-height: 1.5;
  }
  .mt42 {
    margin-top: 42px;
  }
  div.iso_page_btn {
    width: 768px;
    margin-top: 30px;
  }
  a.iso_btn {
    display: block;
    text-align: center;
    color: #A52B30;
    font-size: 18px;
    padding: 13px 0;
    float: left;
    width: 49%;
    border: 1px solid #A52B30;
    box-sizing: border-box;
  }
  .ml2per {
    margin-left: 2%;
  }
  /*bcp	*/
  .bcp_txt_red {
    color: #A52B30;
    text-align: center;
    margin-top: 60px;
    font-size: 18px;
  }
  .bcp_left {
    float: left;
    width: 500px;
  }
  .bcp_left img {
    width: 100%;
    height: auto;
  }
  .bcp_right {
    float: left;
    margin-left: 30px;
    width: 470px;
  }
  .mt36 {
    margin-top: 36px;
  }
  div.bcpbox {
    padding: 33px 20px 6px;
    width: 470px;
    box-sizing: border-box;
    background: #F6E9EA;
    border-radius: 9px;
  }
  div.bcpbox p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 27px;
  }
  h5.bcph5 {
    font-size: 18px;
    color: #A52B30;
    text-align: center;
    margin-bottom: 20px;
  }
  .mb10 {
    margin-bottom: 10px;
  }
  .mt10 {
    margin-top: 10px;
  }
  p.anzen_txt {
    margin-top: 28px;
    line-height: 1.5;
  }
  div.anzenbox {
    padding: 33px 20px 13px;
    width: 1000px;
    box-sizing: border-box;
    background: #F6E9EA;
    border-radius: 9px;
    margin-top: 40px;
  }
  h2.anzenh2 {
    font-size: 18px;
    color: #A52B30;
    text-align: center;
    margin-bottom: 20px;
  }
  div.anzenbox div {
    float: left;
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 20px;
    color: #A52B30;
    margin-bottom: 20px;
  }
  .mt60 {
    margin-top: 60px;
  }
  div.hinshitsubox {
    padding: 33px 20px 13px;
    width: 1000px;
    box-sizing: border-box;
    background: #F6E9EA;
    border-radius: 9px;
    margin-top: 40px;
  }
  div.hinshitsu {
    font-size: 20px;
    line-height: 1.5;
    color: #A52B30;
    width: 100%;
    margin-bottom: 20px;
  }
  p.hinshitsu_txt {
    margin: 20px 0;
  }
  .underline_red {
    padding-bottom: 40px;
    margin-bottom: 40px !important;
    border-bottom: 1px solid #a62b31;
  }
  /*************************************

不動産 共通

************************************/
  .page_fudosanback {
    background: url(image/page/head_fudosanback.jpg);
    background-size: cover;
    background-position: center center;
  }
  p.fudosantxt {
    margin-top: 45px;
  }
  /*************************************

セラ水

************************************/
  .ceraimage {
    text-align: center;
  }
  div.ceratitle {
    color: #fff;
    text-align: center;
    font-size: 25px;
    background: url(image/cera/ceratitleback.svg);
    width: 1000px;
    background-size: cover;
    height: 54px;
    line-height: 54px;
    margin: 0 auto;
  }
  .mt85 {
    margin-top: 85px;
  }
  .mt50 {
    margin-top: 50px;
  }
  ul.ceraglid01 {
    width: 1000px;
    margin-top: 55px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.ceraglid01 li {
    float: left;
    width: 320px;
    margin-left: 20px;
    margin-bottom: 45px;
  }
  ul.ceraglid01 li:nth-child(3n+1) {
    margin-left: 0;
  }
  h3.cerawhat {
    border-bottom: 1px dotted #4070B7;
    padding-bottom: 14px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    margin-top: 8px;
  }
  h3.cerawhat:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 24px; /*画像の幅*/
    height: 24px; /*画像の高さ*/
    background-image: url(image/cera/ceraicon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  ul.ceraglid01 li p {
    line-height: 1.5;
  }
  div.jyakusan {
    width: 100%;
    background: url(image/cera/ceraback2.jpg);
    height: 893px;
    padding: 63px 0;
    box-sizing: border-box;
  }
  div.jyakusan1200 {
    padding-top: 60px;
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    background: url(image/cera/ceraback3.png);
    min-height: 767px;
  }
  h3.ceratitle {
    color: #4070B7;
    font-size: 33px;
    font-weight: 700;
    margin-top: 53px;
    margin-left: 470px;
    margin-bottom: 20px;
  }
  p.ceratxt_jokin {
    line-height: 2;
    font-size: 16px;
    margin-left: 470px;
  }
  ul.seihinlineup {
    width: 1000px;
  }
  ul.seihinlineup li {
    float: left;
    width: 490px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 50px;
  }
  ul.seihinlineup li:nth-child(odd) {
    margin-right: 0;
  }
  ul.seihinlineup li img {
    float: left;
    width: 235px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-right: 20px;
  }
  div.cera_txt_box {
    width: 225px;
    float: left;
    padding-right: 10px;
  }
  h5.cera_shohin {
    text-align: center;
    color: #0071bc;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .yoto {
    background: #d4eef9;
    border-radius: 10px;
    padding: 9px 13px;
    box-sizing: border-box;
  }
  h4.shohinmei {
    border-bottom: 1px dotted #0071bc;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
    padding-bottom: 5px;
  }
  .yoto p {
    font-size: 14px;
    line-height: 1.2;
  }
  p.cerakakaku {
    line-height: 1.2;
    font-size: 13px;
    margin-bottom: 8px;
  }
  h3.ceraplan {
    font-size: 36px;
    color: #4070b7;
    margin-top: 54px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 33px;
  }
  div.kashitsuki {
    width: 1000px;
    margin-top: 60px;
    margin-bottom: 70px;
  }
  div.kashitsukiimg {
    float: left;
    width: 440px;
  }
  div.kashitsuki_txt {
    float: left;
    width: 560px;
  }
  div.hikiotoshi {
    width: 1000px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  a.cerabtn {
    width: 1000px;
    height: 80px;
    display: block;
    text-align: center;
    color: #fff;
    background: #4070b7;
    line-height: 80px;
    font-size: 28px;
    margin: 10px 0 50px;
  }
  /*************************************

採用サイト共通

************************************/
  div.recruitheadnav {
    width: 1200px;
    height: 135px;
    margin: 0 auto;
  }
  div.recruitheadlogo {
    float: left;
    width: 286px;
    height: 95px;
    margin: 20px 0 20px 0;
  }
  div.recruithead_right {
    float: right;
    width: 750px;
  }
  a.head_tocorp {
    display: block;
    float: right;
    width: 300px;
    height: 44px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
    color: #fff;
    line-height: 44px;
    background: #C1272D;
  }
  nav.recruitheadnav {
    float: right;
    width: 750px;
  }
  nav.recruitheadnav a {
    float: right;
    line-height: 91px;
    margin-left: 47px;
    color: #000;
  }
  nav.recruitheadnav a:hover {}
  div.recruit_title_wrap {
    width: 100%;
    background: #F2F2F2;
    padding: 70px 0;
  }
  div.recruit_title_wrap p {
    text-align: left;
    height: 103px;
    width: 1200px;
    margin: 0 auto;
  }
  table.recruit_table {
    width: 100%;
    margin-top: 60px;
  }
  table.recruit_table tr {
    border-bottom: 1px solid #808080;
  }
  table.recruit_table th {
    background: #F2F2F2;
    padding: 15px 25px;
    width: 202px;
    vertical-align: middle;
    font-size: 18px;
    text-align: left;
    border-radius: 1px solid #808080;
    font-weight: 700;
    line-height: 1.5;
  }
  table.recruit_table td {
    padding: 15px 25px;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: middle;
  }
  a.entry {
    width: 400px;
    height: 65px;
    line-height: 65px;
    border: 1px solid #000;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    margin-top: 100px;
    text-align: center;
    color: #000;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
  }
  a.entry:hover {
    color: #fff;
    background: #000;
  }
  p.recruit_txt {
    line-height: 1.5;
  }
  /*採用トップページ*/
  div.recruit_toppage_head {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: url(image/recruit/topimage.jpg);
    background-size: cover;
    background-position: center center;
    z-index: 0;
    text-align: center;
    position: relative;
  }
  div.recruit_top_navwrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.8);
  }
  nav.recruit_toppage_nav {
    width: 1200px;
    margin: 0 auto;
  }
  nav.recruit_toppage_nav a {
    width: 200px;
    height: 100px;
    text-align: center;
    float: left;
    display: block;
    line-height: 100px;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
  }
  nav.recruit_toppage_nav a:hover {
    background: #000;
  }
  div.recruit_top_headwrap {
    width: 1200px;
    position: relative;
    margin: 0 auto;
  }
  a.recruit_toppage_headbtn {
    display: block;
    width: 280px;
    height: 80px;
    box-sizing: border-box;
    padding-top: 20px;
    line-height: 1.3;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 20px;
    background-color: rgba(51, 51, 51, 0.8);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
  }
  a.recruit_toppage_headbtn:hover {
    background: #c1272d;
    color: #fff;
  }
  div.recruit_toppage_headlogo {
    position: absolute;
    left: 0;
    top: 20px;
  }
  div.recruit_toppage_headtxt {
    top: 40vh;
    position: absolute;
  }
  div.recruit_top_wrap {
    width: 100%;
    margin: 310px auto 0;
  }
  div.recruit_top_topmess_wrap {
    width: 100%;
    margin-top: 45px;
  }
  div.rec_top_mess {
    width: 100%;
    margin: 0 auto;
    /*height: 400px;*/
  }
  h1.rec_top_message {
    font-size: 45px;
    font-weight: 700;
    margin-top: 28px;
    margin-bottom: 50px;
  }
  div.rec_top_mess p {
    line-height: 1.5;
  }
  a.top_mess_btn {
    width: 208px;
    height: 65px;
    border: 1px solid #000;
    text-align: center;
    line-height: 65px;
    color: #fff;
    background: #000;
    display: block;
    margin: 90px auto 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
  }
  a.top_mess_btn:hover {
    background: #fff;
    color: #000;
  }
  div.rec_top_img {
    float: left;
    width: 630px;
  }
  div.rec_top_img img {
    width: 100%;
    height: auto;
  }
  div.rectop_interview_wrap {
    width: 100%;
    background: url(image/recruit/interviewback.jpg);
    background-size: cover;
    background-position: center center;
    z-index: 0;
    text-align: center;
    padding-top: 76px;
    padding-bottom: 200px;
  }
  .mt160 {
    margin-top: 160px;
  }
  div.intervew_cont {
    width: 1200px;
    margin: 0 auto;
  }
  div.interview_svg {
    text-align: left;
  }
  ul.interview_top_box {
    width: 1200px;
    margin-top: 80px;
  }
  ul.interview_top_box li {
    float: left;
    width: 390px;
    margin-left: 15px;
    margin-bottom: 15px;
    overflow: hidden;
  }
  ul.interview_top_box li:first-child {
    margin-left: 0;
  }
  ul.interview_top_box li img {
    width: 100%;
    height: auto;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  ul.interview_top_box li img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  ul.interview_top_box li:nth-child(3n+1) {
    margin-left: 0;
  }
  div.senpaivoice {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px;
  }
  div.rectop_other_wrap {
    width: 1000px;
    z-index: 0;
    margin: 0 auto;
    text-align: center;
    /*padding-bottom: 120px;*/
    padding-top: 130px;
  }
  div.white {
    background: #fff;
  }
  div.rectop_other_wrap a {
    display: block;
    float: left;
    width: 50%;
  }
  div.rectop_other_left {
    position: relative;
    width: 100%;
    left: 0;
    height: 347px;
    background: url(image/recruit/top_btn_left.jpg) center;
    background-size: cover;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  div.rectop_other_left img, div.rectop_other_right img {
    width: 60%;
    height: auto;
  }
  div.rectop_other_right {
    position: relative;
    width: 100%;
    right: 0;
    height: 347px;
    margin-top: 114px;
    background: url(image/recruit/top_btn_right.jpg) center;
    background-size: cover;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  div.rectop_other_left img {
    position: absolute;
    top: -50px;
    left: 0;
  }
  div.rectop_other_right img {
    position: absolute;
    top: -50px;
    right: 0;
  }
  div.rectop_other_left:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  div.rectop_other_right:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  /*************************************

お知らせ

************************************/
  #single {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 105px;
  }
  .page_newsback {
    background: url(image/page/head_news.jpg);
    background-size: cover;
    background-position: center center;
  }
  .singlecontainer {
    width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
  }
  div.s_date_cate {
    width: 100%;
  }
  h1.singletitle {
    color: #C1272D;
    font-size: 36px;
    font-weight: 700;
    margin: 36px 0 50px;
    line-height: 1.5;
  }
  span.date_s {
    float: left;
    color: #000;
    margin-right: 20px;
    display: block;
    margin-top: 4px;
  }
  .singlecontainer p {
    /*line-height: 1.5;*/
    margin-bottom: 25px;
    line-height: 1.8;
  }
  .singlecontainer img {
    margin-top: 10px;
  }
  .singlecontainer h2 {
    color: #C1272D;
    font-size: 28px;
    font-weight: 700;
    border-bottom: 1px solid #C1272D;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .singlecontainer h3 {
    color: #C1272D;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .singlecontainer h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  a.newsarchive {
    text-align: center;
    color: #fff;
    background: #C1272D;
    width: 247px;
    height: 80px;
    margin: 90px auto 0;
    display: block;
    font-size: 18px;
    line-height: 80px;
  }
  .mt90 {
    margin-top: 90px;
  }
  .singlecontainer a {
    text-decoration: underline;
    color: #c1272d;
  }
  /*************************************

採用　トップメッセージ

************************************/
  p.rec_topmes {
    width: 1000px;
    line-height: 1.5;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 150px;
  }
  div.rec_message_left01 {
    float: left;
    width: 600px;
    padding: 0 80px 0 0;
    box-sizing: border-box;
    line-height: 1.5;
  }
  div.rec_message_left01 p, div.rec_message_right02 p {
    line-height: 2.2 !important;
    font-size: 18px;
  }
  div.rec_message_right01 {
    float: left;
    width: 600px;
    box-sizing: border-box;
  }
  div.rec_message_left02 {
    float: left;
    width: 600px;
    line-height: 1.5;
    box-sizing: border-box;
  }
  div.rec_message_right02 {
    float: left;
    width: 600px;
    padding: 75px 80px 0 100px;
    box-sizing: border-box;
    line-height: 1.5;
  }
  h2.rec_message {
    font-weight: 700;
    font-size: 46px;
    margin-bottom: 50px;
  }
  h2.rec_message2 {
    font-weight: 700;
    font-size: 37px;
    margin-bottom: 50px;
  }
  h3.rec_message3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  div.messagetop_img {
    position: relative;
  }
  .rec_message_txt {
    position: absolute;
    top: 310px;
    right: 100px;
    background: rgba(193, 39, 45, 0.8);
    color: #fff;
    padding: 30px;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Noto Serif SC', serif;
  }
  .mb110 {
    margin-bottom: 110px;
  }
  .mb150 {
    margin-bottom: 150px;
  }
  .pb200 {
    padding-bottom: 200px;
  }
  /*************************************

お問い合わせ設定

************************************/
  div.entryform {
    margin-top: 30px;
  }
  .contact_wrap {
    padding-bottom: 40px;
  }
  .contact_txt {
    padding: 20px 0;
  }
  .contact_txt p {
    line-height: 180%;
    margin-bottom: 30px;
  }
  .contact_txt p strong {
    font-weight: 700;
  }
  .g-enquete-row {
    border-top: #cccccc solid 1px !important;
    border-bottom: #cccccc solid 1px !important;
  }
  .mw_wp_form_g-standard table th {
    background: #f2f2f2 !important;
    color: #000 !important;
    vertical-align: middle !important;
  }
  .mw_wp_form_g-standard input[type="submit"], .mw_wp_form_g-standard input[type="button"], .mw_wp_form_g-standard button {
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    font-size: 20px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #000 !important;
    cursor: pointer;
    -webkit-appearance: button;
    line-height: 20px;
    padding: 10px 30px !important;
    text-shadow: none !important;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
  }
  .mw_wp_form_g-standard input[type="submit"]:hover {
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    font-size: 20px !important;
    background: #000 !important;
    box-shadow: none !important;
    color: #fff !important;
    cursor: pointer;
    -webkit-appearance: button;
    line-height: 20px;
    padding: 10px 30px !important;
    text-shadow: none !important;
  }
  .hisu {
    font-size: 12px;
    margin-left: 10px;
    color: red;
  }
  .require {
    display: none;
  }
  .mw_wp_form_g-standard .action-buttons {
    text-align: center;
  }
  p.kakunintxt {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
  }
  .thenktxt {
    line-height: 2.2;
    margin: 40px 0;
    padding: 0 40px;
  }
  /*************************************

施工事例

************************************/
  p.jireitxt {
    margin: 40px 0;
  }
  h5.jireih5 {
    font-size: 24px;
    position: relative;
    border-bottom: solid 3px #000;
    position: relative;
    margin: 30px 0 20px;
    padding-bottom: 5px;
    font-weight: 700;
  }
  h5.jireih5:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #C1272D;
    bottom: -3px;
    width: 30%;
  }
  a.jireiarchive {
    text-align: center;
    color: #fff;
    background: #C1272D;
    width: 447px;
    height: 80px;
    margin: 0 auto 50px;
    display: block;
    font-size: 18px;
    line-height: 80px;
  }
  .jireibox {
    width: 1200px;
    margin: 0 auto;
  }
  /*タブ切り替え全体のスタイル*/
  .tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
  }
  /*タブのスタイル*/
  .tab_item {
    /*width: calc(100%/5);*/
    width: 190px;
    height: 28px;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid #C1272D;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    color: #C1272D;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    box-sizing: border-box;
  }
  .tab_item:hover {
    opacity: 0.75;
    color: #fff;
    background: #C1272D;
  }
  /*ラジオボタンを全て消す*/
  input[name="tab_item"] {
    display: none;
  }
  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    display: none;
    padding: 40px 0 40px;
    clear: both;
    overflow: hidden;
  }
  /*選択されているタブのコンテンツのみを表示*/
  #ippan:checked ~ #ippan_content, #hosou:checked ~ #hosou_content, #tunnel:checked ~ #tunnel_content, #dam:checked ~ #dam_content, #suishin:checked ~ #suishin_content, #airport:checked ~ #airport_content, #kokyo:checked ~ #kokyo_content, #minkan:checked ~ #minkan_content, #kodate:checked ~ #kodate_content, #concrete:checked ~ #concrete_content, #hukkyu:checked ~ #hukkyu_content {
    display: block;
  }
  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
    background-color: #C1272D;
    color: #fff;
  }
  /*施工事例のグリッド*/
  ul.jireiglid {
    width: 1200px;
    padding-bottom: 30px;
    margin: 0 auto;
  }
  ul.jireiglid li {
    float: left;
    width: 285px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  ul.jireiglid li:nth-child(4n+1) {
    margin-left: 0;
  }
  ul.jireiglid li a {
    width: 285px;
    height: 200px;
    display: block;
    overflow: hidden;
  }
  ul.jireiglid li a img {
    width: 100%;
    height: auto;
  }
  p.jireiarchivetitle {
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
  }
  table.jiseki {
    width: 1000px;
    margin: 20px auto 50px;
  }
  table.jiseki th {
    letter-spacing: 3px;
    font-size: 12px;
    padding-top: 15px;
    line-height: 1.8;
    padding-bottom: 15px;
    border-top: 1px solid #E6E6E6;
  }
  table.jiseki td {
    font-size: 12px;
    padding-top: 15px;
    line-height: 1.8;
    padding-bottom: 15px;
    border-top: 1px solid #E6E6E6;
  }
  table.jiseki td:first-child {
    padding-left: 20px;
  }
  table.jiseki tr:nth-child(2n) {
    background: #F2F2F2;
  }
  p.bunrui {
    width: 1000px;
    margin: 0 auto 40px;
  }
  p.bunrui a {
    color: #C1272D;
    text-decoration: underline;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 10px !important;
  }
  /*************************************

不動産

************************************/
  p.fudosantxt {
    margin-bottom: 20px;
  }
  div.kubun {
    height: 40px;
    border-bottom: 1px solid #C1272D;
    border-top: 1px solid #C1272D;
    text-align: center;
    color: #C1272D;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 23px;
    font-weight: 700;
  }
  div.estate_image {
    margin-bottom: 23px;
    text-align: center;
  }
  div.estate_table {
    float: left;
    width: 500px;
    margin-right: 30px;
    box-sizing: border-box;
  }
  div.estate_biko {
    float: left;
    width: 470px;
    background: #F6EAEA;
    padding: 24px 30px;
    border-radius: 10px;
    box-sizing: border-box;
    line-height: 1.8;
  }
  table.estate {
    width: 500px;
  }
  table.estate th {
    font-weight: 700;
    width: 140px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    font-size: 18px;
    border-bottom: 1px solid #E6E6E6;
  }
  table.estate td {
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #E6E6E6;
  }
  p.kibokakaku {
    color: #C1272D;
    border-bottom: 1px solid #E6E6E6;
    padding: 10px;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
    vertical-align: baseline;
  }
  span.kakaku {
    font-size: 30px;
    margin-left: 10px;
    vertical-align: baseline;
  }
  /*************************************

先輩インタビュー

************************************/
  #interviewpage {
    width: 100%;
  }
  #interviewhead {
    width: 100%;
    height: 574px;
    overflow: hidden;
  }
  div.nameback {
    width: 1200px;
    position: relative;
    margin: 0 auto;
  }
  div.name {
    position: absolute;
    background: rgba(193, 39, 45, 0.8);
    color: #fff;
    width: 487px;
    height: 262px;
    top: 120px;
    padding: 55px 50px;
    box-sizing: border-box;
    font-size: 36px;
    line-height: 1.5;
  }
  div.name2 {
    position: absolute;
    background: rgba(193, 39, 45, 0.8);
    color: #fff;
    width: 487px;
    height: 262px;
    top: 120px;
    right: 0;
    padding: 55px 50px;
    box-sizing: border-box;
    font-size: 36px;
    line-height: 1.5;
  }
  span.nyusha {
    font-size: 20px;
  }
  .interviewheadback01 {
    background: url(image/interview/head01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .interviewheadback_takasugi {
    background: url(image/interview/head_takasugi.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .interviewheadback_inoguchi {
    background: url(image/interview/head_inoguchi.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .interviewheadback_tateishi {
    background: url(image/interview/head_tateishi.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .interviewheadback_shimada {
    background: url(image/interview/head_shimada.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .interviewheadback_tateno {
    background: url(image/interview/head_tateno.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .interviewheadback_inamura {
    background: url(image/interview/head_inamura.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .interviewheadback_shintani {
    background: url(image/interview/head_shintani.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .interviewheadback_tachino {
    background: url(image/interview/head_tachino.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  /* css animation (prefixes are cut) */
  .appear {
    transform-origin: center top;
    animation: show 1s both;
  }
  span.appear {
    display: inline-block;
  }
  .d1 {
    animation-delay: 1s;
  }
  .d2 {
    animation-delay: 2s;
  }
  .d3 {
    animation-delay: 3s;
  }
  .d4 {
    animation-delay: 4s;
  }
  .d6 {
    animation-delay: 6s;
  }
  .d8 {
    animation-delay: 8s;
  }
  .d10 {
    animation-delay: 10s;
  }
  .d12 {
    animation-delay: 12s;
  }
  @keyframes show {
    0% {
      transform: matrix(2, 0, 0, -2, 0, 0);
      opacity: 0;
    }
    50% {}
    100% {
      transform: matrix(1, 0, 0, 1, 0, 0);
      opacity: 1;
    }
  }
  /* 画面外にいる状態 */
  .fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 500ms;
  }
  /* 画面内に入った状態 */
  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  /* 2つ目の要素に200msのdelayをかける */
  #effect2 > div .fadein:nth-of-type(2) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
  /* 3つ目の要素に400msのdelayをかける */
  #effect2 > div .fadein:nth-of-type(3) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
  .mt94 {
    margin-top: 94px;
  }
  span.font18 {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: middle;
  }
  #interview_container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 100px;
    box-sizing: border-box;
  }
  p.question {
    font-size: 36px;
    color: #c1272d;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .question:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 50px; /*画像の幅*/
    height: 50px; /*画像の高さ*/
    background-image: url(image/interview/question.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 20px;
  }
  p.interview_txt {
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 30px;
  }
  .pt85 {
    padding-top: 85px !important;
  }
  p.answer {
    font-size: 22px;
    color: #c1272d;
    margin-bottom: 25px;
  }
  a.entrybtn {
    display: block;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    width: 400px;
    height: 65px;
    margin: 150px auto 180px;
    line-height: 65px;
    font-size: 18px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
  }
  a.entrybtn:hover {
    color: #fff;
    background: #000;
  }
  #schedule {
    width: 100%;
    padding: 55px 0;
    background: #f2f2f2;
  }
  .inter_dobble {
    width: 100%;
    margin-bottom: 100px;
  }
  .inter_dobble_left {
    float: left;
    width: 420px;
    margin-right: 40px;
  }
  .inter_dobble_right {
    float: left;
    width: 640PX;
  }
  div.oneday {
    width: 1200px;
    margin: 0 auto;
  }
  div.interviewimage {
    width: 1000px;
    margin: 0 auto;
  }
  div.interviewimage img {
    width: 1000px;
    height: auto;
  }
  /***********************************************
	
採用トップ　動画
	
************************************************/
  /* ----- 背景用の動画ファイル ----- */
  #bg-video {
    position: fixed;
    /*right: 0;
	bottom: 0;*/
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    z-index: -100;
    background: url('poster.jpg') no-repeat;
    background-size: cover;
  }
  #bg-video video {
    max-height: 600px;
    width: auto;
  }
  video {
    width: 100%;
    height: auto;
  }
  /* ----- 背景の上に表示させたいコンテンツ ----- */
  .header-title {
    position: relative; /*必ず必要*/
    z-index: 2; /*必ず必要*/
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
  }
  .frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .frame-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /***********************************************
	
お知らせ補足
	
************************************************/
  .nocontents {
    margin: 20px 0;
    text-align: center;
  }
  /***********************************************
	
トップページ採用リンク
	
************************************************/
  h4.topentryh4 {
    text-align: center;
    margin: 80px auto 0;
    font-size: 22px;
    font-weight: 700;
  }
  ul.topentrylink {
    width: 1000px;
    margin: 0 auto 90px;
    padding: 0 150px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  ul.topentrylink li {
    width: 35%;
    float: left;
  }
  ul.topentrylink li:first-child {
    padding-top: 80px;
  }
}
/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
.drawer-open {
  overflow: hidden !important
}
.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow:
    hidden;
  width: 16.25rem;
  height: 100%;
  color: #fff;
  background: #222;
}
.drawer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #fff
}
.drawer-menu {
  display: block;
  margin: 0 0 15px;
  padding: 0 10px 40px 10px;
  /*border-top: 1px solid #1a1a1a;
border-bottom: 1px solid #4d4d4d;*/
  list-style: none;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  /*background: #333;*/
  color: #fff;
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 5px 0 16px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.sample4-2::before {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.sample4-2::after {
  left: 6px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #000;
}
.drawer-menu li {
  /*
border-bottom: 1px solid #000;
margin-bottom: 10px;*/
  display: block;
  margin: 0;
  padding: 15px 10px 15px 10px;
  /*line-height: 40px;*/
  /*border-top: 1px solid #4d4d4d;*/
  border-bottom: #666 1px solid;
  /*padding: 0 0 5px 15px;*/
}
.drawer-menu li a {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  /*padding-left: 25px;*/
}
.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222
}
.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent
}
.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2)
}
.drawer-open .drawer-overlay {
  display: block
}
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top .6s cubic-bezier(.19, 1, .22, 1);
  transition: top .6s cubic-bezier(.19, 1, .22, 1)
}
.drawer--top.drawer-open .drawer-nav {
  top: 0
}
.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
  right: 0
}
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left .6s cubic-bezier(.19, 1, .22, 1);
  transition: left .6s cubic-bezier(.19, 1, .22, 1)
}
.drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-nav, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0
}
.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem
}
.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
  transition: right .6s cubic-bezier(.19, 1, .22, 1)
}
.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  z-index: 500;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem
}
.drawer-hamburger {
  position: fixed;
  background: #333333;
  z-index: 4;
  top: -5px;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 18px .75rem 30px;
  -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
  transition: all .6s cubic-bezier(.19, 1, .22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  /*background-color:transparent*/
}
.drawer-hamburger:hover {
  cursor: pointer;
  background: #c1272d; /*background-color:transparent*/
}
.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
  transition: all .6s cubic-bezier(.19, 1, .22, 1);
  background-color: #fff
}
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: " "
}
.drawer-hamburger-icon:after {
  top: 10px
}
.drawer-open .drawer-hamburger-icon {
  background-color: transparent
}
.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
  top: 0
}
.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0
}
.drawer--sidebar, .drawer--sidebar .drawer-contents {
  background-color: #fff
}
@media (min-width:64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%
  }
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem
  }
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem
  }
  .drawer--sidebar .drawer-container {
    max-width: 48rem
  }
}
@media (min-width:75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem
  }
  .drawer--sidebar .drawer-container {
    max-width: 60rem
  }
}
.drawer--navbarTopGutter {
  padding-top: 3.75rem
}
.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff
}
.drawer-navbar {
  z-index: 3;
  top: 0;
  width: 100%
}
.drawer-navbar--fixed {
  position: fixed
}
.drawer-navbar-header {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center
}
.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none
}
.drawer-navbar .drawer-brand:hover {
  background-color: transparent
}
.drawer-navbar .drawer-nav {
  padding-top: 3.75rem
}
.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem
}
@media (min-width:64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0
  }
  .drawer-navbar .drawer-menu--right {
    float: right
  }
  .drawer-navbar .drawer-menu li {
    float: left
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0
  }
  .drawer-navbar .drawer-hamburger {
    display: none
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  .drawer-navbar .drawer-menu {
    padding: 0
  }
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem
  }
}
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff
}
.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none
}
.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222
}
.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent
}
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block
}
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.drawer-container {
  margin-right: auto;
  margin-left: auto
}
@media (min-width:64em) {
  .drawer-container {
    max-width: 60rem
  }
  @media (min-width:75em) {
    .drawer-container {
      max-width: 70rem
    }
  }