/* ------------------------------------------------
サイト共通パーツ
-----------------------------------------------*/
/*------------------ タブ------------------*/
.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 #d69738;
  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: #00f;
  border: 2px solid #00f;
  font-size: 16px;
  color: #00f;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  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: auto;
}
#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: #00000057;
  width: 100%;
  height: 100%;
}
.top_kv .top_copy .top_center {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.top_kv .top_copy .main-copy{
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
.top_kv .top_copy .sub-copy{
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 36px;
}
@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: 768px) {
  .top_kv .top_copy img {
    width: 240px;
    margin-top: 70px;
    margin-bottom: 20px;
  }
  .top_kv .top_copy .main-copy {
    font-size: 30px;
    line-height: 46px;
  }
  .top_kv .top_copy .sub-copy {
    font-size: 18px;
  }
  .footer-contact {
    margin-top: 22px;
    margin-bottom: 0;
  }
}
/*------------------ セクション ------------------*/
.top {
  
}
.top_about {
  margin: 60px 0px;
  padding: 60px 0px;
  background: #fff;
}
.top_item {
  margin: 60px 0px;
  padding: 60px 0px;
  background: #f2f2f2;
}
.top_service {
  margin: 60px 0px;
  padding: 60px 0px;
  background: #fff;
}
.top_menu {
  margin-top: 60px;
  padding: 60px 0px;
  padding-bottom: 80px;
  background: #f2f2f2;
}


/*-----------------------------------------------
会社概要
-----------------------------------------------*/
/*------------------ 会社概要の表------------------*/
.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;
  }
}

/* ------------------------------------------------
LP（ランディングページ）
-----------------------------------------------*/
.guts-lp {
  background: #000;
}
.main-v {
  position: relative;
  height: 100vh;
}
.main-img1 {
  position: absolute;
  top: 0;
  right: 0;
}
.main-img1 img {
  max-width: 600px;
}
.main-img2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-img2 img {
  max-width: 860px;
}
.main-title {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.main-title h3 {
  font-size: 22px;
  font-weight: bold;
  font-family: serif;
  color: #fff;
  letter-spacing: 4px;
}
.main-lead {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 94%;
}
.main-lead h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 30px;
}
.main-lead h2 span {
  color: #FFE014;
}
.main-lead h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 2px;
  color: #fff;
  opacity: .5;
}

.lp-concept {
  text-align: center;
  margin-top: 300px;
  margin-bottom: 280px;
}
.concept-flex {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  margin-bottom: 120px;
}
.concept-flex p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 3px;
  text-align: left;
  font-size: 19px;
  margin: 0 30px;
  line-height: 3;
  color: #fff;
}
.concept-img {
}
.concept-img img {
  max-width: 700px;
}

.lp-voice {
  padding-bottom: 80px;
}
.voice-title {
  position: relative;
  height: 320px;
  margin-bottom: 80px;
}
.voice-title h3 {
  font-size: 22px;
  font-weight: bold;
  font-family: serif;
  color: #fff;
  letter-spacing: 4px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.voice-left {
  background: linear-gradient(0deg, #000, #3e3024, #000);
}
.voice-right {
}
.voice-right h5 {
  text-align: right !important;
}
.voice-right p {
  text-align: right !important;
}
.voice-person {
  padding: 120px 0;
}
.voice-person img {
  box-shadow: 0 0 0 2px #fff;
}
.voice-person h3 {
  text-align: center;
  font-size: 36px;
  color: #fff;
  text-shadow: 2px 2px 6px #f7ff00;
}
.voice-person h4 {
  text-align: center;
  font-size: 36px;
  color: #fff;
  margin-bottom: 140px;
}
.voice-person h4 span {
  font-size: 26px;
}
.voice-person h5 {
  font-size: 26px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 80px;
}
.voice-person p {
  font-size: 18px;
  color: #fff;
  line-height: 4;
  letter-spacing: 4px;
  margin-top: 40px;
}

@media only screen and (max-width:767px) {
  .main-title {
    top: 28%;
  }
  .main-lead {
    top: 70%;
  }
  .main-lead h2 {
    font-size: 28px;
    line-height: 2;
  }
  .main-lead h3 {
    font-size: 18px;
  }
  .lp-concept {
    margin-top: 180px;
  }
  .concept-flex {
    display: block;
  }
  .concept-flex p {
    writing-mode: unset;
    letter-spacing: 2px;
    text-align: center;
    font-size: 16px;
    margin: 0 10px;
    margin-bottom: 30px;
  }
  .voice-title {
    margin-bottom: 0;
  }
  .voice-person img {
    width: 75%;
  }
  .voice-person h5 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .voice-person h4 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 50px;
  }
  .voice-person h3 {
    text-align: left;
    font-size: 30px;
    letter-spacing: -2px;
    line-height: 2;
  }
  .voice-person p {
    line-height: 2.6;
    letter-spacing: 1px;
  }
  .voice-person h5 {
    text-align: left !important;
  }
  .voice-person p {
    text-align: left !important;
  }
}