@charset "UTF-8";

/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table:not(.tinymce-table), caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*font-size: 100%;*/
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html * {
        /* padding/border差し引きなし */
        box-sizing: border-box;
    }
ul, ol {
  list-style: none;
}

body {
        /* スマホ横位置の文字サイズ変更なし */
        -webkit-text-size-adjust: 100%;
        /* remのフォント単位指定 */
        font-size: 15px;
        /* 基本フォント */
        font-family: 'Noto Sans JP', sans-serif!important;
        color: #000;
        line-height: 2.0;
        background-color: #EFE9DF;
        letter-spacing: 1px;
    }
    /* 画像の表示崩れを調整 */
img {
        /* 画像の下の隙間を取り除く */
        display: block;
        height: auto;
        /* 親要素のはみ出しを防ぐ */
        max-width: 100%;
    }

a,
a:before,
a:after,
input {
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background-color, color;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background-color, color;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease;
  transition-property: background-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
a {
  color: unset;
}
a:hover {
  text-decoration: none;
}
h1 {
  font-size: 200%;
}

h2 {
  font-size: 130%;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 110%;
}

h5 {
  font-size: 100%;
}

h6 {
  font-size: 100%;
}

footer {
    background-color: #AD000E;
    margin-top: 70px;
    margin: 0 auto;
    padding: 50px 0 0;
    position: absolute;
    width: 100%;
    color: #fff;
}
footer .f-logo img {
  width: 200px;
}
footer .c-name {
  font-size: 18px;
}
footer li {
  margin-bottom: 10px;
}
footer a {
  color: #fff;
  font-size: 14px;
}

.wrapper {
  overflow: hidden;
}
.copy {
  background-color: #960611;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-top: 30px;
}
.foot-privacy img {
  width: 50px;
}

.gugaicon {
  display: flex; /*  要素を横並びにする */
  align-items: center; /* 縦方向の中央揃え */
}

.cont01 {
  padding: 100px 0;
}   
h2 {
  font-size: 45px;
 -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  top: 0;
  left: 180px;
  letter-spacing: 5px;
}

.title-all {
  text-align: right;
}
.h2-sub {
  writing-mode: vertical-rl;
    color: #E60013;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    position: absolute;
    top: 0;
    left: 150px;
}

.border-ti {
    position: absolute;
    left: 165px;
    top: 50%;
    background: #8e8d8d!important;
    width: 1px;
    height: 40%;
}
.cont02 h2,
.cont04 h2,
.cont06 h2,
.cont08 h2,
.fea-cont02 h2,
.fea-cont04 h2,
.co-cont01 h2,
.co-cont06 h2 {
  left: 60px;
}
.cont02 .h2-sub,
.cont04 .h2-sub,
.cont06 .h2-sub,
.cont08 .h2-sub,
.fea-cont02 .h2-sub,
.fea-cont04 .h2-sub,
.co-cont01 .h2-sub,
.co-cont06 .h2-sub {
  left: 30px;
}
.cont02 .border-ti,
.cont04 .border-ti,
.cont06 .border-ti,
.cont08 .border-ti,
.fea-cont02 .border-ti,
.fea-cont04 .border-ti,
.co-cont01 .border-ti,
.co-cont06 .border-ti {
  left: 45px;
  top: 45%;
}
.cont03 .border-ti {
  top: 20%;
}

h3 {
  border-bottom: 2px solid #E60013;
  padding-bottom: 10px;
  font-size: 22px;
  margin-bottom: 20px;
  display: inline-block;
}
.cont01-txt {
  line-height: 2.0;
}
.feature-cont {
  background-color: #fff;
  border-top: 3px solid #E60013;
  padding: 40px 20px;
  text-align: center;
}
.feature-cont h4 {
  font-size: 20px;
  font-weight: 500;
}
.feature-img img,
.service-img img {
  text-align: center;
  margin: 30px auto;
  width: 70px;
}
.feature-poss {
  font-size: 20px;
  color: #e60013;
  margin-bottom: 15px;
  font-weight: 500;
}
.feature-txt {
  text-align: left;
}
.navbar-brand img {
  width: 150px;
  margin-right: 70px;
  transition: 0.5s;
}

.navbar-brand img:hover {
  opacity: 0.6;
}
.nav-rec {
  margin-right: 20px;
  margin-top: 20px;
}
.nav-toi {
  
}
.nav-item {
  display: block;
    padding: 0.5rem 1rem;
}
/*.navbar-light .nav .nav-link,
.navbar-light .nav .nav-link02 {
    color: #fff;
    display: block;
    padding: 0.5rem 1.5rem;
}
.navbar-light .nav .nav-link02 {
  color: #000;
}
.navbar-light .nav a.nav-link02:hover {
    color: #ccc;
}*/
.feature-cont {
  height: 100%;
}
nav .ml-auto li {
  display: inline-block;
}
.feature3 {
  margin-top: 60px;
}
.grey-column,
.white-column {
    max-width: 1240px;
    background-color: #efefef;
    padding: 70px 0;
    margin-bottom: 70px;
}
.grey-column,
.white-column {
    width: 96%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.white-column {
  background-color: #fff;
  margin-top: 70px;
}
.service-column {
  background-color: #fff;
  padding: 50px 30px;
  margin-bottom: 70px;
}
.service-column h3 {
  font-size: 20px;
  color: #e60013;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: none;
  display: block;
  text-align: center;
}
.service-cont {
  border: 1px solid #333;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
}
.service-cont h4 {
  margin-bottom: 30px;
  font-size: 18px;
}
.service-img img {
  margin: 20px auto;
}
.service-txt {
  text-align: left;
  margin-bottom: 30px;
}
.cont02 .col-md-3 {
  margin-bottom: 70px;
}
.more-bt {
  padding: 20px 30px;

}
.more {
  text-align: right;
}
.engi-kensyu {
  background-color: #efefef;
  padding: 50px 30px;
  margin: 50px 0;
}
.engi-kensyu .engi-kensyu-txt {
  font-size: 20px;
  margin-bottom: 30px;
}
.engiee {
  border: 1px solid #333;
  background-color: #fff;
  padding: 30px;
  font-size: 15px;
  height: 100%;
}
.engiee h4 {
  color: #A0937E;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}
.itskill {
  margin-right: 20px;
}
.itskill h5 {
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #e60013;
  padding-bottom: 10px;
  margin-bottom: 5px;
  display: inline-block;
}
.cont03 {
  margin-top: 120px;
}
.itskill p {
  margin-bottom: 20px;
}
.engi-img img {
  width: 80%;
  margin: 20px auto;
}
.cont04 {
  background-color: #efefef;
  padding: 100px 0;
}
.interv-cont {
  position: relative;
  margin-left: 20%;
  height: 300px;
  margin-bottom: 20px;
}
.interv-ph img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}
.interv-prof {
  font-size: 14px;
  text-align: center;
  width: 200px;
}
.interv-person02 {
  position: absolute;
  top: 50px;
}
.cont04 .cont01-txt {
  margin-top: 50px;
}
.cont05 {
  padding: 100px 0;
}
.cont05-txt {
  background-color: #fff;
  padding: 50px 30px;
  margin-top: 30px;
}
.cont05-txt li {
  margin-bottom: 30px;
}
.cont05-txt ul {
  padding-right: 40px;
}
.cont05 .border-ti {
  top: 10%;
  height: 20%;
}
.cont07-txt {
  background-color: #fff;
  padding: 40px 30px;
}
.cont07 .grey-column {
    padding: 100px 40px;
    margin-top: 50px;
}
.status-img img {
    width: 70%;
    margin: 20px auto;
}
.news-day {
  font-size: 14px;
}
.news-cate {
  background-color: #efefef;
  font-size: 12px;
  text-align: center;
  padding: 3px 10px;
  width: 100px;
  border-radius: 5px;
}
.news-tit {
  font-size: 16px;
}
.cont07 li {
  display: inline-block;
  margin-right: 10px;
}
.cont07 ul {
  margin-bottom: 10px;
}
.cont07 h3 {
  margin-bottom: 50px;
}
.more-c {
  text-align: center;
  margin-top: 50px;
}
.map img {
  max-width: 100%;
}
.map-area {
    padding-right: 12%;
}
.location-area {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.location-area h4 {
  font-size: 18px;
  color: #e60013;
  margin-bottom: 10px;
}
.cont08 {
  padding: 100px 0;
}
.cont09 {
  margin-bottom: 100px;
}
.kabuki {
  background: url("../img/kabuki.jpg")no-repeat bottom center;
  background-size: cover;
  height: 300px;
  width: 100%;
}
.cont09 p {
  font-size: 13px;
  margin-right: 10%;
  margin-top: 10px;
}
.otoiawase {
  background-color: #CCC0AC;
  padding: 40px 20px;
  margin-bottom: 100px;
}
.otoiawase h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 40px;
  writing-mode: unset;
  text-align: center;
  left: 0;
}
.otoi-cont {
  background-color: #fff;
  padding: 30px;
  margin: 0 20px;
  height: 100%;
}
.otoi-cont h3 {
  color: #a0937e;
  font-size: 20px;
  border-bottom: 2px solid #999;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: block;
}
.otoi-cont-r {
  margin-bottom: 85px;
}
.feature-fv,
.service-fv,
.message-fv,
.company-fv,
.news-fv {
  height: 400px;
  background: url("../img/feature-tit.jpg")no-repeat center;
  background-size: cover;
}
.service-fv {
  background: url("../img/service-title.jpg")no-repeat center;
  background-size: cover;
}
.message-fv {
  background: url("../img/message-title.jpg")no-repeat right bottom,#fff;
  background-size: contain;
}
.company-fv {
  background: url("../img/company-title.jpg")no-repeat right bottom,#fff;
  background-size: cover;
}
.news-fv {
  background: url("../img/news-title.jpg")no-repeat right bottom,#fff;
  background-size: cover;
}
.feature-fv h1,
.service-fv h1,
.message-fv h1,
.company-fv h1,
.news-fv h1 {
  position: absolute;
  top: 23%;
  left: 11%;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3px;
}
.message-fv h1,
.company-fv h1,
.news-fv h1 {
top: 25%;
}
.feature-fv .h1-sup,
.service-fv .h1-sup,
.message-fv .h1-sup,
.company-fv .h1-sup,
.news-fv .h1-sup {
  position: absolute;
  top: 18%;
  left: 11%;
  font-size: 18px;
  letter-spacing: 2px;
}
.fea-cont01 {
  margin-bottom: 50px;
  padding-top: 100px;
  position: relative;
}
.fea-cont01 h3 {
  font-size: 22px;
  border-bottom: 2px solid #e60013;
  padding-bottom: 5px;
 position: absolute;
   top: 100px;
   left: 50%;
   transform: translateX(-50%);
  margin-bottom: 30px;
}
.fea-kaikestu {
    font-size: 18px;
    margin-bottom: 60px;
    margin-top: 70px;
    padding-left: 20%;
}
.fea-kaiketsu-r {
  border-radius: 20px;
  background-color: #fff;
  padding: 10px;
}
.fea-cont02 {
  padding: 60px;
}

.fea-cont03 h4 {
  font-size: 22px;
  margin-bottom: 30px;
}
.fea-cont03 h4 {
  font-size: 60px;
  font-family: 'M PLUS 1p', sans-serif;
  display: flex;
  align-items: center;
}
.fea-cont03 .st-h4 {
  border-left: 3px solid #e60013;
  padding-left: 20px;
  margin-left: 20px;
  font-size: 22px;
}
.fea-cont03 h5 {
  color: #e60013;
  margin-bottom: 30px;
  font-size: 20px;
  margin-top: 60px;
}
.strong01 {
  color: #e60013;
  font-size: 22px;
  margin-bottom: 30px;
}
.st-keiyaku {
  border: 2px solid #ccc;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  font-size: 18px;
}
.strong02-cate {
  margin: 40px auto 20px;
}
.st-keiyaku {
  height: 100%;
  line-height: 1.6;
  display: flex;
    align-items: center;
    justify-content: center;
}
.st-keiyaku02 {
  height: 100%;
  line-height: 1.6;
  font-size: 18px;
  border: 2px solid #ccc;
  border-radius: 20px;
  padding: 20px;
  margin-right: 15px;
  margin-left: 15px;
}
.st-keiyaku02 .strong02-txt {
  font-size: 15px;
  margin-top: 20px;
}
.st03 img {
    width: 300px;
    margin: -40px auto 30px;
}
.fea-cont03 .border-ti {
    top: 5%;
    height: 7%;
}
.fea-cont04 .border-ti {
  top: 40%;
}
a.anchor{
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}
.arrow_box{
    position:relative;
    width:100%;
    height:auto;
    background:#FFFFFF;
    padding:30px;
    text-align:left;
    color:#333333;
    font-size:15px;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -10px;
    border-right-color:#FFFFFF;
    right:100%;
    top:20%;
}
.arrow_box .text-right {
  margin-top: 30px;
}
.voice01 .arrow_box:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 50px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image: url(../img/feat-vo01.png);
  background-size: contain;
  vertical-align: middle;
}
.fea-cont04 img {
  width: 90px;
  height: auto;
}
.voice01 {
  margin-right: 50px;
}
.arrow_box h4 {
  margin-bottom: 20px;
  font-weight: 600;
}
.fea-cont04 h3 {
  margin-bottom: 70px;
}
.fuki {
  margin-bottom: 40px;
}
.service-nav:after {
  font-family: "Font Awesome 5 Free";
  content: '\f0ab';
  font-size: 17px;
  font-weight: 900;
  margin-right: 4px;
  color:#e60013;
}
.se-cont01 {
  background-color: #efefef;
  padding: 20px;
}
.se-cont02 p {
  margin-top: 30px;
}
.se-cont02-img {
  background: url("../img/service-ph01.jpg")no-repeat center bottom;
    background-size: cover;
    height: 370px;
    margin-top: 40px;
}
.se-cont02 {
  padding-top: 100px;
}
.sys-nav {
  margin: 30px 0 40px;
  padding-right: 40px;
}
.ser-column {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  margin-top: 40px;
}
.ser-column h4 {
  font-size: 20px;
  margin-bottom: 30px;
}
.ser-jirei {
  border-top: 1px dotted #999;
  margin-top: 70px;
    padding-top: 50px;
}
.ser-jirei h4 {
  font-size: 20px;
  margin-bottom: 30px;
}
.jirei-ti-sub {
  font-size: 12px;
}
.ser-jirei-cont {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  height: 100%;
}
.ser-jirei-cont h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 1.7;
}
.jirei-txt .red {
  color: #e60013;
}
.jirei-txt {
  margin-bottom: 20px;
}
.ser-jirei .d-flex {
  margin-bottom: 40px;
}
.skill-column {
  margin-bottom: 30px;
  margin-top: 30px;
}
.ser-column .text-right {
  margin: 20px 0;
  font-size: 12px;
}
.slill img {
  width: 100%;
}
.skill-graph {
  margin-bottom: 30px;
  margin-top: 30px;
}
.location-column {
  background-color: #fff;
  margin-bottom: 30px;
  max-height: 450px;
}
.location-l {
  padding: 30px;
}
.location-l h4 {
  border: 1px solid #A6804D;
  padding: 3px 10px;
  
  margin-bottom: 10px;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
}
.location-l h4 img {
display: inline-block;
  height: 40px;
  margin-right: 10px;
}
.location-column .col-md-4 {
  padding-right: 0;
}
.co-cont02 h2 {
  left: 80px;
}
.co-cont02 .h2-sub {
  left: 50px;
}
.co-cont02 .border-ti {
    left: 68px;
    top: 5%;
    height: 4%;
}
.group {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 30px 20px;
  height: 100%;
}
.group h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 30px;
}
.group img {
  width: 80%;
  margin: 0 auto 30px;
}
.logo-area {
  height: 90px;
  display: flex;
  align-items: center;
}
.group02 {
  margin-top: 30px;
}

.co-cont03 .grey-column h3 {
  margin-bottom: 60px;
    position: relative;
    left: 39%;
}
.co-cont04 {
  background: url("../img/company-img02.jpg")no-repeat center bottom;
  background-size: cover;
  height: 300px;
  width: 100%;
  margin-bottom: 60px;
}
.philo {
  background-color: #fff;
  position: relative;
  padding: 50px 30px 30px;
  margin-bottom: 30px;
  margin-left: 40px;
}
.philo h3 {
  position: absolute;
  top:0;
  left: 20px;
  padding: 3px 10px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  border-radius: 0 0 10px 10px;
  background-color: #e60013;
}

.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 0;
  }
 .timeline-content,
 .timeline-content-last {
    width: 75%;
    float: left;
    border-left: 2px #fff solid;
    padding-left: 30px;
    height: 70px;
}
  .timeline-content:before,
  .timeline-content-last:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    left: 105px;
    top: 0;
    border-radius: 100%;
}
.timeline-content:before:first-child {
top: -10px;
}
.timeline-content-last {
  border-left: none;
}
.timeline-content p,
.timeline-content-last p,
.timeline-date {
  margin-top: -8px;
}
.co-cont05 .timeline {
 margin-left: 10%;
}
.co-cont05 {
  padding: 50px 0;
}
.co-cont07 .grey-column {
  background: url("../img/company-message.jpg") no-repeat top left,#efefef;
  background-size: contain;
  height: 400px;
}
.topmessage p {
  margin-left: 50%;
}
.co-cont07 .more-bt {
  margin-top: 50px;
}
.me-cont-inner {
  background-color: #fff;
  padding: 60px;
}
.me-cont01 .grey-column {
  margin-top: 50px;
}
.me-cont01 h3 {
  margin-bottom: 30px;
  margin-left: 30px;
  font-size: 22px;
}
.me-cont-inner {
  margin: 20px;
}

.fea-cont02 .border-ti {
  top: 30%;
}
.co-cont01 th {
  width: 17%;
  background-color: #efefef;
  font-weight: 500;
}
.co-cont01 .table td, .co-cont01 .table th {
    padding: 1.3rem;
  }
.co-cont01 .table td:last-child,
.co-cont01 .table th:last-child {
  border-bottom: 1px solid #ddd;
}
.co-cont03 {
  margin-top: 70px;
}
.co-cont05 .border-ti {
  top: 30%;
}
.philo li {
  margin-bottom: 15px;
}
.co-cont06 .border-ti {
  left: 45px;
    top: 80%;
    height: 60%;
}
.co-cont06 {
  margin-bottom: 70px;
}
.me-cont01 h3{
  left: 30%;
    position: relative;
}
.president {
  text-align: right;
  margin-top: 50px;
  font-size: 28px;
  font-family: 'Yuji Syuku', serif;
}
.presi {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
}
.delay01 {
	animation-delay: 0.4s;
}
.delay02 {
	animation-delay: 0.7s;
}
.delay03 {
	animation-delay: 1.0s;
}
.delay04 {
	animation-delay: 1,3s;
}
.location-column .col-lg-4 {
	padding-right: 0;
}
.se-cont03 .grey-column {
  margin-top: 70px;
}
.news-wrapper .primary {
    width: 100%;
}
.news-wrapper .post-content {
    overflow: hidden;
    margin: 100px auto;
    width: 90%;
}
.news-wrapper .post-title {
    font-size: 32px;
    line-height: 1.8;
    margin-bottom: 30px;
    width: 75%;
    margin: 0 auto 30px;
}
.news-ti {
  margin: 20px 0;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  font-size: 16px;
  padding-bottom: 10px;
}
.news-category {
    border-radius: 5px;
    background-color: #E60013;
    color: #fff;
    font-size: 11px;
    padding: 3px 5px;
    margin-left: 10px;
}
.news-day-cate {
  margin: 50px auto;
}
.cont07 .post-categories li {
  margin-right: 0;
}
.cont07 ul.post-categories {
  margin-bottom: 0;
}
.breadclumb {
  padding-top: 10px;
}
.new-mark {
  font-size: 10px;
    color: #fff;
    background-color: #e60013;
    padding: 2px 3px;
    margin-right: 5px;
    border-radius: 5px;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    letter-spacing: 0;
}
.cont404 {
  margin-bottom: 70px;
  margin-top: 70px;
}
.nav-links01-next {
  text-align: right;
}
.post-category {
    font-size: 14px;
    }

.cont07 .border-ti {
	top:70%;
}
.co-cont01 a,
.mailform-tbl a,
.news-wrapper .post-content a {
  color: #007bff;
}

































/*== ボタン共通設定 */
.btn01,
.btn02,
.btn03,
.btn04{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
  overflow: hidden;
    /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
    border: 1px solid #555;/* ボーダーの色と太さ */
    padding: 10px 30px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
    font-family: 'Josefin Sans', sans-serif;
    background-color: #fff;
    font-size: 14px;
}
.btn03 {
    border: 1px solid #e60013;
    background-color: unset;
  }
  .btn04 {
    border: 1px solid #e60013;
    background-color: #e60013;
  }
.btn02 {
  display: block;
}

/*ボタン内spanの形状*/
.btn01 span,
.btn02 span,
.btn03 span,
.btn04 span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#333;
  left: -5px;
}

.btn03 span {
  color:#e60013;
}
.btn04 span {
  color:#fff;
}

.btn01:hover span,
.btn02:hover span,
.btn03:hover span,
.btn04:hover span {
  color:#fff;
}
.btn02 i {
  color: #A0937E;
  font-size: 18px;
}





/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background:#333;/*背景色*/
  width: 100%;
  height: 100%;
  transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
.bgleft::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top:42%;
    right: 15px;
    /*矢印の形状*/
    width: 7px;
    height: 7px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .1s;
    z-index: 8;
}
.nav-toi .bgleft::after {
  border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.nav-rec .bgleft::after {
  border-top: 2px solid #e60013;
    border-right: 2px solid #e60013;
}

/*hoverした際の移動*/
.bgleft:hover::after{
    right: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}


/*headerと動画*/
#header{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;/*高さを全画面にあわせる*/
} 

#video-area{
    position: absolute;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100vw; 
    height: 100vh; 
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
}

/*見出し設定*/
#header h1{
    position: relative;
    top: 35%;
    left: 0;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-shadow: 0 0 15px #666;
    font-size: 60px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 3px;
}
#header h1 span {
  font-size: 45px;
}
#header .fv-h1-sub{
    position:relative;
    top: 40%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color:#E60013;
    text-shadow: 0 0 15px #666;
    font-size: 20px;
    text-align: center;
}
#header .fv-comment{
    position: relative;
    top: 70%;
    left: 5%;
    color: #fff;
    text-shadow: 0 0 15px #666;
    font-size: 16px;
    text-align: left;
}




/*side menu*/

#slideR {
    z-index: 99;
    cursor: pointer;
    position: fixed;
    top: 65%;
    right: -185px;
    width: 230px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    height: 160px;
}
#slideR a {
  color: #e60013;
  display: block;
  position: absolute;
  padding: 5px 10px;
}
#slideR ul {
  position: relative;
  padding:0;
}

#slideR .sl01 {
position: absolute;
top: 0;
left: 4px;
width: 100%;
writing-mode: vertical-lr;
color: #e60013;
height: 80px;
font-size: 13px;
}
#slideR .sl02 {
position: absolute;
top: 70px;
width: 100%;
}
#slideR .sl03 {
position: absolute;
top:  110px;
width: 100%;
}
#slideR .sl04 {
position: absolute;
top: 150px;
width: 100%;
left: -2px;
}
.sl04 img {
  display: inline-block;
  width: 20px;
  position: relative;
    top: 5px;
}
#slideR li {
  padding-bottom: 5px;
}

/*タイピング風文字*/
.TextTyping span {
	display: none;
}

.TextTyping::after {
 	content: "|";
	animation: typinganime .8s ease infinite;
}

@keyframes typinganime{
	from{opacity:0}
	to{opacity:1}
}






/*メールフォーム*/
.mw_wp_form {
  width: 100%;
  color: #333;
}
input {
    border: 1px solid #ccc;
    margin: 0;
    padding: 20px;
}

.mw_wp_form table.mailform-tbl {
width: 80%;
    margin: 0 auto;
}

.mw_wp_form table tr {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding: 30px 0;
  font-weight: normal;
}

.mw_wp_form table tr:first-child {
  border-top: 1px dotted #ccc;
}

.mw_wp_form table th {
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  width: 30%;
  float: left;
}

.mw_wp_form table th .attention {
  font-size: 80%;
  margin-left: 10px;
  color: red;
  padding: 3px;
}

.mw_wp_form table td {
  padding: 20px 0;
  width: 70%;
  float: left;
}

.mw_wp_form table td.w50 input, .mw_wp_form table td.w50 select {
  width: 50%;
  box-sizing: border-box;
}
.mw_wp_form table td.w-70 select {
background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px 20px;
}
.mw_wp_form table td.w80 input, .mw_wp_form table td.w80 select {
  width: 80%;
  box-sizing: border-box;
}

.mw_wp_form table td.w50 textarea {
  width: 80%;
  box-sizing: border-box;
  padding: 10px;
}

.mw_wp_form #submit-button {
  text-align: center;
}

.mw_wp_form #submit-button input {
    margin: 30px;
    display: inline-block;
    padding: 10px 50px;
    border: 1px solid #e60013;
    background: #e60013;
    color: #fff;
    box-sizing: border-box;
    height: 60px;
    -webkit-appearance: none;
    border-radius: 5px;
    font-size: 100%;
}

.mw_wp_form #submit-button input[name="submitBack"] {
  margin: 1em;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #999;
  background: #999;
  color: white;
  box-sizing: border-box;
  height: 40px;
  -webkit-appearance: none;
  border-radius: 5px;
  font-size: 90%;
}

.mw_wp_form .form_step {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 40px 0;
  list-style: none;
}

.mw_wp_form .form_step>li {
  display: block;
  position: relative;
  padding: 0.5em;
  width: 22%;
  border: 1px solid currentColor;
  color: #e60013;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.mw_wp_form .form_step>li:nth-of-type(n + 2) {
  margin: 0px 0px 0px 4%;
}

.mw_wp_form .form_step>li:nth-of-type(n + 2):before {
  position: absolute;
  top: 50%;
  left: -1.5em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #e60013;
  border-left: 2px solid #e60013;
  transform: translateY(-50%) rotate(135deg);
  content: "";
}

.mw_wp_form_input .form_step>li:nth-of-type(1), .mw_wp_form_preview .form_step>li:nth-of-type(2), .mw_wp_form_complete .form_step>li:nth-of-type(3) {
  background-color: #e60013;
  color: #fff;
}
.thanks-body {
  margin-bottom: 100px;
}
.mw_wp_form table td.pri-ssl {
    width: 100%;
}


@media screen and (max-width: 768px) {
  .mw_wp_form .form_step>li {
    font-size: 10px;
    width: 100%;
  }
  .mw_wp_form table td {
    width: 100%;
    float: right;
  }
  .mw_wp_form table td.w50 input, .mw_wp_form table td.w50 select {
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 input, .mw_wp_form table td.w80 select {
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 textarea {
    max-width: 100%;
    box-sizing: border-box;
  }
  .mailform-tbl textarea {
    width: 100%;
    padding: 20px;
  }
}




/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
.tb { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 590px) {
.pc { display: none !important; }
.tb { display: none !important; }
.sp { display: block !important; }
}
@media screen and (min-width:591px) and (max-width:1024px){
.pc { display: none !important; }
.tb { display: block !important; }
.sp { display: none !important; }
}


/*レスポンシブ対応*/
@media screen and (min-width:970px) and (max-width:1109px){
  .ml-auto, .mx-auto {
    flex-wrap: nowrap;
    display: flex;
}
.ml-auto .nav-toi,
.ml-auto .nav-rec {
  margin-right: 10px;
    margin-top: 20px;
}
.nav {
    flex-wrap: nowrap;
}
.navbar-brand img {
    margin-right: 20px;
    }
.nav-item {
    display: block;
    padding: 10px;
}

}

/* タブレット */
@media screen and (max-width: 969px) {
.nav {
    display: block;
    text-align: left;
    margin-bottom: 10px;
}
.navbar-collapse {
    background-color: #fff;
    margin-top: 10px;
    padding: 20px;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.navbar-collapse li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}
.wrapper {
	overflow: hidden;
  }
#header .fv-comment {
    left: 4%;
    transform: none;
}
.h2-sub {
	left: 70px;
}
h2 {
	left: 100px;
}
.border-ti {
	left: 85px;
}
.cont01 .border-ti {
	top: 30%;
}
.feature3 .col {
	margin-bottom: 30px;
}

.feature-cont {
	padding: 20px;
}
.service-cont {
	margin-bottom: 30px;
	padding: 20px;
}
.engiee {
	margin-bottom: 30px;
}
.interv-ph img {
	height: auto;
}
.interv-person02 {
    position: relative;
    top: 50px;
}
.interv-prof {
	width: 160px;
}
.cont05-txt {
    padding: 40px 20px;
}
.com-l {
	padding-right: 30px;
}
.cont05-txt ul {
    padding-right: 0;
}
.cont05-txt ul.com-l {
    padding-right: 20px;
}
.location-map object {
	width: 70%;
}
.location-map .align-self-center {
	text-align: center;
}
.map-area {
    padding-right: 10%;
    padding-left: 10%;
}
.otoi-cont {
	margin-bottom: 30px;
}
.otoi-cont-r {
    margin-bottom: 0;
}
.foot-sns li {
	display: inline-block;
	margin: 20px 30px 0;
}
.foot-sns {
	text-align: center;
}
.foot-sns i {
	font-size: 20px;
}
.fea-kaiketsu-l {
	margin-bottom: 30px;
}
.fea-kaikestu {
	padding-left: 0;
}
.feature-fv .h1-sup, .service-fv .h1-sup, .message-fv .h1-sup, .company-fv .h1-sup {
	top: 14%;
}
.feature-fv h1, .service-fv h1, .message-fv h1, .company-fv h1 {
    top: 17%;
    }
.fea-cont01 .col-lg-5,
.fea-cont01 .col {
	padding-left: 0;
	padding-right: 0;
}
.fea-cont02 {
    padding: 60px 30px;
}
.strong01-l {
	margin-bottom: 30px;
}
.st-keiyaku {
    padding: 10px;
}
.st03 img {
    margin: 30px auto;
}
.voice01 {
    padding-top: 30px;
}
.ser-jirei-cont {
	margin-bottom: 30px;
}
.grey-column, .white-column {
    padding: 70px 0 30px;

}
.company-fv {
    background: url(../img/company-title.jpg)no-repeat center bottom,#fff;
    }
.co-cont01 .table td:last-child, .co-cont01 .table th:last-child {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.co-cont01 th {
    width: 30%;
}
.location-r {
    height: 380px;
    padding-bottom: 20px;
}

.location-l .table th {
	width: 20%;
}
.group {
	margin-bottom: 30px;
}
.group img {
	width: 40%;
}
.group .logo-area {
	text-align: center;
}
.co-cont03 .grey-column h3 {
    position: relative;
    left: 35%;
}
.group02 {
    margin-top: 0;
}
.co-con07 h2 {
    left: 80px;
}
.co-cont07 .h2-sub {
    left: 50px;
}
.co-con07 .border-ti {
    left: 65px;
}
.co-cont07 .grey-column {
    background-position: -30%;
}
.topmessage p {
    margin-left: 43%;
}
.co-cont01 h2 {
    left: 20px;
}
.co-cont01 .h2-sub {
    left: 20px;
}
.co-cont01 .border-ti {
	left: 15px;
}
.navbar-collapse .ml-auto li {
    border-bottom: 1px solid #E60013;
}
.nav-item a {
  display: block;
}
.news-fv h1 {
    top: 15%;
}
.sns {
  padding-left: 15px;
}












}












/* スマホ */
@media screen and (max-width: 590px) {
.nav {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
nav .ml-auto li {
    display: block;
    border-bottom: none;
    padding-top: 20px;
}
.navbar-collapse .ml-auto li {
     border-bottom: none; 
}
.navbar-collapse {
    background-color: #fff;
    margin-top: 10px;
    padding: 20px;
}
.navbar-collapse li {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.nav-rec,
.nav-toi {
    margin-right: 0;
    padding: 0 20px;
}
.fixed-top {
    padding-top: 20px;
    }
#header h1 {
  width: 100%;
  top: 30%;
  font-size: 36px;
  line-height: 1.8;
}
#header .fv-h1-sub {
    top: 34%;
    font-size: 16px;
    text-align: center;
    width: 100%;
    padding: 0 15px;
}
#header .fv-comment {
    top: 46%;
    left: 0;
    font-size: 16px;
    width: 100%;
    padding: 0 15px;
}
.cont01 .border-ti {
    top: 58%;
}
.title-all {
    text-align: center;
    height: 160px;
}
h2 {
    font-size: 36px;
    -ms-writing-mode: tb-rl;
    writing-mode: inherit;
    position: relative;
    top: 0;
    left: 0;
    letter-spacing: 5px;
}
.h2-sub {
    writing-mode: unset;
    display: block;
    margin-top: 10px;
    position: unset;
}
.border-ti {
    position: absolute;
    left: 35%;
    top: 55%;
    background: #8e8d8d!important;
    width: 30%;
    height: 1px;
}
.feature3 .col {
  margin-bottom: 30px;
}
.service-column .col-lg-4 {
	padding-right: 0;
	padding-left: 0;
}
.cont02 h2 {
  left:0;
}
.cont02 .border-ti, .cont04 .border-ti, .cont06 .border-ti, .cont08 .border-ti, .fea-cont02 .border-ti, .fea-cont04 .border-ti, .co-cont01 .border-ti, .co-cont06 .border-ti {
    left: 35%;
    top: 60%;
}
.cont02 .col-md-3 {
    margin-bottom: 0px;
}
.cont01-txt {
    margin-bottom: 30px;
    }
.service-column {
    padding: 30px 20px 0; 
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
  }
.grey-column .container {
  padding-right: 0;
  padding-left: 0;2
}
.service-column h3 {
    margin-bottom: 0px;
    text-align: left;
    line-height: 1.8;
}
.service-column .col-md-4 {
  padding-left: 0;
  padding-right: 0;
}
.service-cont {
  margin-bottom: 30px;
  padding: 30px 20px 0;
}
.service-txt {
    margin-bottom: 20px;
}
.grey-column, .white-column {
    padding: 70px 15px 40px;
  }
.cont03 .border-ti {
    top: 60%;
}
h3 {
  line-height: 1.8;
  font-size: 20px;
}
.engi-img img {
    width: 100%;
  }
.engi-kensyu {
    padding: 30px 15px 0;
}
.engiee {
    padding: 20px;
    margin-bottom: 30px;
  }
.engi-kensyu .col-md-4,
.engi-kensyu .col-md-8 {
  padding-left: 0;
  padding-right: 0;
}
.otoiawase .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}
.cont04 h2 {
  left: 0;
}
.cont04 .cont01-txt {
    margin-top: 10px;
}
.interv-cont {
    position: relative;
    margin-left: 20%;
    height: auto;
    margin-bottom: 20px;
}
.interv-person02 {
    position: unset;
    margin-bottom: 20px;
  }
.interv-person {
  margin-bottom: 20px;
}
.cont04 {
    background-color: #efefef;
    padding: 100px 0 30px;
}
.cont05 .border-ti {
    top: 60%;
    height: 1px;
}
.cont02 h2, .cont04 h2, .cont06 h2, .cont08 h2, .fea-cont02 h2, .fea-cont04 h2, .co-cont01 h2, .co-cont06 h2 {
    left: 0;
    font-size: 36px;
}
.status-img img {
    width: 100%;
  }
.cont07 .grey-column {
    padding: 50px 15px;
}
.cont07 ul {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.cont07 ul.post-categories {
  border-bottom: none;
  padding-bottom: 0;
}
.cont07-txt {
    background-color: #fff;
    padding: 30px 15px;
}
.cont07 .col-md-9 {
  padding-right: 0;
  padding-left: 0;
}
.cont08 {
    padding: 30px 0;
}
.map-area {
    padding-right: 15px;
    padding-left: 15px;
}
.otoiawase .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.otoi-cont {
    margin: 0;
    margin-bottom: 30px;
    padding: 30px 15px;
    }
.more-bt {
    padding: 20px;
}
.otoi-cont-r {
    margin-bottom: 0;
}
.btn01, .btn02 {
    padding: 20px 30px;
    width: 100%;
}
footer {
  padding: 20px 0 0;
}
footer .foot-l,
footer .foot-c,
footer .foot-r {
  padding: 0 20px;
}
footer li {
  margin-bottom: 20px;
}

footer .foot-c {
  border-top: 1px solid #99020e;
  padding-top: 20px;
}
footer .foot-c li,
footer .foot-r li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.fea-cont01 h3 {
    font-size: 22px;
    border-bottom: 2px solid #e60013;
    padding-bottom: 5px;
    position: unset;
    top: 100px;
    left: 40%;
    transform: none;
    margin-bottom: 30px;
}
.fea-cont01 {
    margin-bottom: 50px;
    padding-top: 50px;
    }

.fea-kaikestu {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 0;
    padding-left: 0;
}
.fea-cont01 .col-md-5 {
  padding-left: 0;
  padding-right: 0;
}
.fea-kaiketsu-l {
  margin-bottom: 30px;
}
.fea-kaiketsu-r {
    padding: 20px;
}
.fea-cont02 {
    padding: 30px 15px;
}
.rea-cont02 .grey-column {
  padding: 40px 0 20px;
}
.fea-cont02 .cont05-txt {
    padding: 50px 30px 20px;
  }
.fea-cont03 h2 {
    font-size: 30px;
  }
.fea-cont03 .border-ti {
    top: 50%;
    height: 1px;
}
.strong01-l {
  margin-bottom: 30px;
}
.fea-cont03 .cont05-txt {
    padding: 30px 15px;
}
.st-keiyaku {
  margin-bottom: 20px;
}
.strong02-cate {
    margin: 40px auto 0;
}
.strong02 .col-md-6 {
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
.cont05-txt .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.st03 img {
    width: 100%;
    margin: 20px auto 30px;
}
.fea-cont04 h2 {
  font-size: 33px;
}
.fea-cont04 img {
    width: 90px;
    height: auto;
    margin: 0 auto 20px;
}
.voice01 {
    margin-right: 0;
}
.arrow_box:after {
  display: none;
}
.service-fv {
    background-position: 80%;
}
.se-cont01 {
  padding-top: 30px;
}
.service-nav {
  margin-bottom: 30px;
}
.se-cont02 {
    padding-top: 50px;
}
.se-cont02-img {
    height: 200px;
  }
.se-cont03 {
  margin-top: 40px;
}
.se-cont03 .grey-column,
.se-cont04 .grey-column,
.se-cont05 .grey-column {
  padding: 30px 15px;
}
.sys-nav {
    margin: 30px 0 40px;
    padding-right: 0;
}
.ser-jirei .col-md-4 {
  padding-left: 0;
  padding-right: 0;
}
.ser-jirei-cont {
  margin-bottom: 30px;
}
.ser-jirei .d-flex {
    margin-bottom: 0;
}
.skill-graph {
    margin-bottom: 0;
    margin-top: 0;
}
.skill-graph .d-flex {
  margin-bottom: 30px;
}
.ser-column p {
  margin-bottom: 30px;
}
.skill-graph .col-md-4 {
  padding-left: 5px;
  padding-right: 5px;
}
.company-fv {
    background-position: center bottom;
}
.co-cont02 h2 {
    left: 0;
}
.co-cont01 .col-md-9 {
  padding-left: 0;padding-right: 0;
}
.co-cont01 .table td, .co-cont01 .table th {
  display: block;
  width: 100%;
}
.co-cont01 .table th {
  padding: 5px 20px;
}
.co-cont01 .table td {
  padding: 20px;
}
.co-cont02 h2 {
  font-size: 35px;
}
.co-cont02 .border-ti {
    left: 36%;
    top: 60%;
    height: 1px;
}
.co-cont01 .table td:last-child, .co-cont01 .table th:last-child {
    border-bottom: 1px solid #ddd;
}
.location-l {
    padding: 30px 10px;
}
.location-column .col-md-4 {
  padding-left: 0;
  padding-right: 0;
}
.location-r {
  height: 400px;
}
.co-cont03 .grey-column h3 {
    left: 18%;
}
.group {
  margin-bottom: 20px;
}
.group02 {
    margin-top: 0;
}
.co-cont05 h2 {
  font-size: 30px;
}
.co-cont05 .border-ti {
    top: 60%;
}
.philo {
  margin-left: 0;
}
.co-cont06 h2,
.co-cont07 h2 {
  font-size: 35px;
}
.co-cont06 .border-ti {
    height: 1px;
}
.timeline-content, .timeline-content-last {
    padding-left: 30px;
    height: 70px;
}
.timeline-content:before, .timeline-content-last:before {
    left: 98px;
    top: 0;
}
.timeline > li {
  display: flex;
}
.topmessage p {
    margin-left: 0;
}
.co-cont07 .grey-column {
    background: #efefef;
    background-size: contain;
    height: 100%;
}
.topmessage p {
  margin-bottom: 30px;
}
.message-fv {
    background-size: 250%;
    background-position: 60%;
}
.message-fv h1 {
  font-size: 36px;
}
.me-cont01 .grey-column {
    padding: 30px 15px 20px;
}
.me-cont-inner {
    padding: 30px;
    margin: 20px 0;
    line-height: 2.4;
}
.foot-sns li {
	display: inline-block;
	margin: 20px 30px;
}
.foot-sns {
	text-align: center;
}
.foot-sns i {
	font-size: 20px;
}
.feature-fv h1, .service-fv h1, .message-fv h1, .company-fv h1 {
    top: 25%;
}
.feature-fv .h1-sup, .service-fv .h1-sup, .message-fv .h1-sup, .company-fv .h1-sup {
    top: 20%;
}
.fea-cont03 .col-md-9 {
  padding-left: 0;
  padding-right: 0;
}
.breadclumb .container {
  padding-left: 5px;
}
.breadcrumb-container.theme1 a {
    padding: 5px!important;
  }
.ser-column h4 {
    line-height: 1.8;
}
.co-cont01 .table td:last-child, .co-cont01 .table th:last-child {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.location-column .col-lg-4 {
    padding-right: 15px;
    height: auto;
}
.co-con02 .col-md-10 {
  padding-left: 0;
  padding-right: 0;
}
.location-l .table th {
    width: 27%;
}
.news-wrapper {
  overflow: hidden;
}
.article05-meta {
    font-size: 16px;
}
.article05 {
    margin: 20px!important;
    width: 90%!important;
    padding: 15px!important;
  }
.post-category,
.post-date {
  font-size: 14px!important;
}
.news-wrapper .post-title {
    font-size: 26px;
    line-height: 1.8;
    margin-bottom: 30px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 30px;
    text-align: left;
}
.sns {
    padding-right: 15px;
    margin-bottom: 20px;
    text-align: right;
}
.news-day-cate {
    margin: 10px auto 50px;
}
.news-wrapper .post-content {
    overflow: hidden;
    margin: 50px auto;
    width: 90%;
    background-color: #fff;
    padding: 15px;
}
.mw_wp_form table th {
    width: 100%;
    padding: 20px 0 0;
  }
.mw_wp_form table td.w50 textarea {
    width: 100%;
  }
.nav-item a {
  display: block;
}
.btn03,
.btn04 {
  display: block;
}
.news-fv h1,
.conpany-fv h1 {
    top: 25%;
}
.article05-meta {
    font-size: 16px!important;
}
.location-column {
    background-color: #fff;
    margin-bottom: 30px;
    max-height: unset;
}

}














