/* ------------------------------------------------
サイト共通パーツ
-----------------------------------------------*/
/*------------------ タブ------------------*/
.nav-tabs3 {
  justify-content: space-around;
  width: 100%;
}
.nav-tabs3 li+ li {
  border-left: 1px solid #ccc;
  height: 70%;
}
.nav-tabs3.news-tab .nav-item {
  flex-basis: 20%;
  background: #f8f9fa;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .nav-tabs3 .news-tab .nav-item a {
    padding: 10px 0;
    font-size: 11.5px;
  }
}
.nav-tabs3 .nav-item {
  padding: 0;
}
.nav-tabs3 .nav-item::before {
  display: none;
}
.nav-tabs3 .nav-item a {
  text-align: center;
  color: #212529;
  padding: 6px 0;
}
.nav-tabs3 .nav-link {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  padding: 0;
}
.nav-tabs3 .nav-item.show .nav-link {
  background: #002C83;
  color: #fff;
  border-color: #002C83;
}
.nav-tabs3 .nav-item .nav-link.active {
  color: #575757;
  font-weight: bold;
  border-bottom: solid 4px #965036;
  background: #e6e6e6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .tab-content {
    margin-top: 20px;
  }
}
/*------------ ボタン -----------*/
.btn01 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.btn01 .btn-animation {
  display: inline-block;
  width: 240px;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  position: relative;
}
.btn01 .btn-animation span {
  position: relative;
  z-index: 1;
}
.btn01 .btn-animation::before,
.btn01 .btn-animation::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn01 .btn-animation::before {
  left: 0;
}
.btn01 .btn-animation::after {
  right: 0;
}
.btn01 .btn-animation:hover:before,
.btn01 .btn-animation:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn01 .btn-animation:hover {
  color: #FFF;
}


/* ------------------------------------------------
トップページ
-----------------------------------------------*/
/*------------------ トップスライド ------------------*/
.item {
  width: 100vw;
  margin: 0 5px;
}
.item img {
  width: 100%;
  height: 760px;
  object-fit: cover;
}
#js-slide__nav {
  text-align: center;
}
#js-slide__nav__inner {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .item {
    width: 230vw;
  }
}
/*------------------ トップビジュアル ------------------*/
.top {
  position: relative;
}
.top_kv{
  position: relative;
}
.top_kv .top_musk {
  
}
.top_kv video {
  position: relative;
  top: 0;
  width: 100%;
}
.top_kv .top_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background: #00000047;
  width: 100%;
  height: 100%;
}
.top_kv .top_copy .top_center {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.top_kv .top_copy .top_center img {
  
}
.top_kv .top_copy .main-copy{
  color: #fff;
  font-size: 120px;
  font-weight: bold;
  text-align: left;
  line-height: 140px;
  margin-bottom: 0;
  margin-top: 20px;
  text-shadow: 2px 2px 6px black;
  margin-bottom: 30px;
  margin-left: 8px;
}
.top_kv .top_copy .sub-copy{
  color: #fff;
  font-size: 34px;
  text-align: left;
  font-weight: bold;
  line-height: 50px;
  text-shadow: 2px 2px 6px black;
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  /* kv */
  .top_kv{
    min-width: 768px;
  }
  .top_kv .main-copy{
    font-size: 46px;
    margin-bottom: 20px;
  }
  .top_kv .sub-copy{
    font-size: 30px;
  }
  /* video */
  .top_mov{
    min-width: 768px;
  }
}
@media screen and (max-width: 1150px) {
  .top_kv .top_copy img {
    width: 160px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 990px) {
  .top_kv .top_copy .main-copy {
    font-size: 90px;
    line-height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .top_kv .top_copy img {
    width: 240px;
    margin-top: 70px;
    margin-bottom: 20px;
  }
  .top_kv .top_copy .main-copy {
    font-size: 70px;
    line-height: 90px;
  }
  .top_kv .top_copy .sub-copy {
    font-size: 24px;
    line-height: 38px;
  }
  .footer-contact {
    margin-top: 22px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 560px) {
  .top_kv .top_copy .main-copy {
    font-size: 44px;
    line-height: 70px;
  }
}
/*------------------ セクション ------------------*/
.top {
  
}
.top_about {
  padding-top: 30px;
  background: #fff;
  margin-top: 60px;
  margin-bottom: 100px;
}
.top_service {
  margin: 60px 0px;
  padding: 60px 0px;
  background: #fbfbfb;
}
.top_item {
  margin: 60px 0px;
  padding: 60px 0px;
  background: #fff;
}
.top_menu {
  padding: 60px 0px;
  padding-bottom: 120px;
  background: #fbfbfb;
}
/*------------------ メインタイトル ------------------*/
.top_maintitle {
  position: relative;
  margin-bottom: 15px;
}
.top_maintitle h2 {
  position: relative;
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 12px;
  color: #575757;
  z-index: 1;
}
.top_maintitle h2 span {
  font-size: 14px;
  display: block;
  color: #965036;
  padding-bottom: 5px;
}
.top_maintitle h2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 4px;
  content: '';
  border-radius: 3px;
  background: #965036;
}
.top_maintitle p {
  position: absolute;
  top: -50px;
  font-size: 100px !important;
  font-weight: bold;
  color: #f1f1f1;
  right: 0;
  font-family: Hiragino Kaku Gothic Pro;
}
@media screen and (max-width: 768px) {
  .top_maintitle p {
    font-size: 40px !important;
    top: -34px;
  }
}
/*------------------ readセクション ------------------*/
.top_read {
  
}
.read_area {
  display: flex;
  justify-content: center;
}
.read_box1 {
  width: 50%;
  position: relative;
}
.read_box1 img {
  position: relative;
}
.read_box2 {
  width: 50%;
  position: relative;
}
.read_box2 img {
  position: relative;
}
.read_block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  border: solid 1px #fff;
  padding: 60px 30px;
}
.read_block h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: solid 2px #965036;
  padding-bottom: 4px;
  text-shadow: 0 2px 6px #adb5bd;
}
.read_block p {
  font-size: 20px;
  line-height: 26px;
  text-shadow: 0 2px 6px #adb5bd;
}
.read_block:hover {
  background: rgba(255, 255, 255, .8);
  color: #965036;
}
.read_block h3:hover {
}
.read_block p:hover {
}
@media screen and (max-width: 768px) {
  .read_area {
    display: block;
  }
  .read_box1 {
    width: 100%;
  }
  .read_box2 {
    width: 100%;
  }
  .read_block {
    padding: 20px 30px;
    width: 94%;
  }
}
/*------------------ top_aboutセクション ------------------*/
.top_about img {
  border-radius: 6px;
  box-shadow: 2px 2px 6px #adb5bd;
}
.intro {
  
}
.intro h2 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  border-bottom: dashed 3px #965036;
  padding-bottom: 6px;
}
.intro p {
  letter-spacing: 2px;
}
/*------------------ top_itemセクション ------------------*/
.cars {
  
}
.cars img {
  border-radius: 4px;
  margin-bottom: 6px;
}
.cars img:hover {
  opacity: .8;
}
.cars h3 {
  font-size: 18px;
  font-weight: 600;
  border-bottom: dotted 2px #965036;
  margin-bottom: 6px;
  color: #575757;
}
.cars h3:hover {
  color: #965036;
}
.cars p {
  font-size: 14px;
  color: #575757;
}
.cars p:hover {
  color: #965036;
}
.archive-list img {
  border-radius: 8px;
}
/*------------------ top_serviceセクション ------------------*/
.sv-box {
  
}
.sv-box h2 {
  text-align: center;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  color: #575757;
  background: #f1f1f1;
  text-align: left;
  padding: 6px 0;
  padding-left: 12px;
  border-left: solid 4px #965036;
}
.sv-box h2:hover {
  opacity: .8;
  color: #965036;
}
.sv-box img {
  border-radius: 6px;
  margin-bottom: 8px;
  box-shadow: 2px 2px 6px #adb5bd;
}
.sv-box img:hover {
  opacity: .8;
}
.sv-box p {
  font-size: 14px;
  color: #575757;
}
.sv-box p:hover {
  opacity: .8;
  color: #965036;
}
/*------------------ top_menuセクション ------------------*/
.menu {
  
}
.menu img {
  position: relative;
  border-radius: 6px;
  box-shadow: 2px 2px 6px #adb5bd;
}
.menu img:hover {
  opacity: .6;
}
.menu h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  background: #000000a8;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
}


/*-----------------------------------------------
会社概要
-----------------------------------------------*/
/*------------------ 会社概要の表------------------*/
.com-about {
  margin-bottom: 60px;
}
.com-about table {
  border-collapse: collapse;
  width: 100%;
}
.com-about th,td {
  padding: 5px 10px;          /* 余白指定 */
}
.com-about th {
  background-color: #575757;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 10;
  text-align: center;
  width: 25%;
}
.com-about td {
  background-color: #dee2e6;
  padding-left: 36px;
}
.com-about tr {
  border-bottom:  solid #fff; /* 線指定 */
}
@media only screen and (max-width:767px) {
  .com-about tr {
    display: grid;
  }
  .com-about th {
    width: 100%;
  }
  .com-about td {
    padding-left: auto;
  }
}

/*-----------------------------------------------
事業紹介
-----------------------------------------------*/
.service-box {
  
}
.service-box h3 {
  font-size: 30px;
  position: relative;
  padding-top: 15px;
  text-align: center;
  color: #575757;
}
.service-box h3 span {
  font-size: 70px;
  display: block;
  margin-top: -50px;
  color: #0000ff21;
  z-index: -1;
  position: relative;
  font-family: 'Ephesis', cursive;
}
.step-area {
  
}
.step-area ul {
  display: flex;
  justify-content: space-between;
}
.step-area ul li {
  
}
.step-box {
  padding: 8px;
  margin: 6px;
  background: #e9ecef;
  text-align: center;
  height: 100%;
  border-radius: 12px;
  box-shadow: 2px 2px 6px #575757;
}
.step-box p {
  font-size: 12px;
  font-weight: bold;
  border-bottom: solid 2px #17a2b8;
  display: inline;
  padding-bottom: 4px;
  color: #965036;
}
.step-box img {
  margin-top: 10px;
  margin-bottom: 12px;
  box-shadow: 0px 0px 6px #575757;
}
.step-box h3 {
  font-size: 15px;
  font-weight: bold;
  color: #965036;
  position: relative;
  height: 60px;
}
.step-box h3 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (max-width:767px) {
  .step-area ul {
    display: block;
  }
  .step-area ul li {
    margin-bottom: 20px;
  }
}

/*-----------------------------------------------
製品紹介
-----------------------------------------------*/
.concept-t {
  
}
.concept-t p {
  text-align: center;
  line-height: 50px;
}
.product-main {
  text-align: center;
}
.product-main h3 {
  font-size: 28px;
  font-weight: bold;
  display: inline;
  background: linear-gradient(135deg, #ff8c00, #3bb2dc, #ff8c00);
  -webkit-background-clip: text;
  color: transparent;
}
.product-main p {
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
}
.product-information {
  margin-top: 30px;
}
.product-information img {
  border-radius: 8px;
  box-shadow: 1px 1px 6px #adb5bd;
}
.product-relation {
  margin-top: 100px;
}
.product-relation img {
  border-radius: 8px;
}
.product-info-box {
  background: #e9ecef;
  border-radius: 12px;
  padding: 10px 15px;
  height: 100%;
  box-shadow: 1px 1px 6px #adb5bd;
}
.product-info-box h2 {
  font-size: 22px !important;
  text-align: left !important;
  margin-bottom: 22px !important;
  background: #fff;
  padding: 4px 12px !important;
  border-radius: 8px;
  color: #965036 !important;
  box-shadow: 1px 1px 6px #adb5bd;
  margin-top: 8px;
}
.product-info-box h2::before {
  display: none;
}
.product-info-box h3 {
  
}
.product-info-box p {
  
}
.product-content {
  margin-top: 20px;
}

/*-----------------------------------------------
採用情報
-----------------------------------------------*/
.rec-box {
  
}
.rec-box h3 {
  font-size: 22px;
  margin-bottom: 12px;
  padding-bottom: 4px;
  border-bottom: dashed 2px #17a2b8;
  text-shadow: 2px 2px 2px #17a2b852;
}
.rec-box p {
  
}

/*-----------------------------------------------
バーチャルショールーム（VR）
-----------------------------------------------*/
.vr {
  
}
.vr canvas {
  width: 100%;
}