@charset "UTF-8";

:root {
  --red: #e60012;
  --black: #000;
}

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;
}
.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: 0 0 0 20px;
}
.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;
  background-position: top 0px right 130px;
}
.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;
    text-align: center;
}
.fea-kaiketsu-r {
  border-radius: 20px;
  background-color: #fff;
  padding: 10px;
}
.fea-cont02 {
  padding: 60px;
}

.fea-cont02 h3:nth-child(n+2) {
    padding: 100px 0 0 0;
}

.fea-cont02 h4 {
  margin: 0 0 25px;
}

.fea-cont02 h4:nth-child(n+2) {
  margin: 30px 0 0;
}

.fea-cont02 .cs-contents li {
  margin: 0;
 list-style: inside;
}

.fea-cont02 .stats {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: center;
}

.fea-cont02 .stat-block {
  background: #fff2f3;
  border-radius: 8px;
  box-shadow: 0 2px 10px #eee;
  padding: 20px;
  text-align:center;
  border: 1.5px solid #f4e2e4;
  width: 40%;
}

.fea-cont02 .stat-label {
  font-size:1.08em;
  color: var(--black);
  margin-bottom: 4px;
}

.fea-cont02 .stat-value {
  font-size:2.3em;
  font-weight:bold;
  color: var(--red);
}

.fea-cont02  .voice {
  background: #faf6f5;
  border-left: 4px solid var(--red);
  padding: 10px 18px;
  margin: 20px 0;
  color: var(--black);
}

.fea-cont02 .company-examples {
  margin: 18px 0;
}

.fea-cont02 .num-red {
  color: var(--red); font-weight:bold;
}

.fea-cont02 .keytext {
  font-size: 1.08em;
  font-weight: bold;
  color: var(--red);
}

.fea-cont02 h4 {
}

.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: -20px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: fit-content;
    border: none;
}

.philo p {
  margin-bottom: 15px;
  text-align: center;
}

.philo-title{
    margin-bottom: 15px;
    font-size: 40px;
    text-align: center;
}

.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;
  position: relative;
}
.co-cont07 .grey-column::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 40%);
}

.co-cont07 .grey-column .flex-column {
  position: relative;
  z-index: 1;
}

.topmessage p {
  margin-left: 50%;
}
.co-cont07 .more-bt {
  margin-top: 50px;
}
.me-cont-inner {
  background-color: #fff;
  padding: 60px;
  word-break: auto-phrase;
}
.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 .title-all {
  max-width: 20%;
}

.co-cont05 h2 {
  left: revert;
  right: 60px;
  position: absolute;
}

.co-cont05 .h2-sub {
  left: revert;
  position: absolute;
  right: 135px;
}

.co-cont05 .border-ti {
  top: 20%;
  left: revert;
  right: 145px;
}

.co-cont05 .col-md-9 {
    max-width: 85%;
    flex: revert;
}

.co-cont05 .philo {
  margin: 85px 0 125px;
}

.co-cont05 .philo:last-child {
  margin-bottom: 0;
}

.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;
    background-position: center;
    transition: background 1.5s ease-in-out; 
    background-size: cover;
}

#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%;
}



