/*--------------------------------------------------------------
納品事例一覧
--------------------------------------------------------------*/
/*------------------ タブ------------------*/
.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;
  }
}
/*-----------------------------------------------
投稿コンテンツ（事例紹介）
-----------------------------------------------*/
.lower-area {

}
.case-information {
  margin-top: 20px;
  margin-bottom: 60px;
}
.case-background {
  margin-top: 20px;
  margin-bottom: 60px;
}
.case-study {
  margin-top: 20px;
  margin-bottom: 60px;
}
.case-relation {
  margin-top: 20px;
  margin-bottom: 60px;
}
/*------------------ 見出し------------------*/
.lower-area h2 {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #575757;
  margin-bottom: 30px;
}
.lower-area h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  padding-top: 8px;
  color: #afafaf;
}
.lower-area h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #dc3545;
}
/*------------------ 概要------------------*/
.case-info {
  margin-bottom: 30px;
}
.case-info p {
  text-align: center;
  font-size: 18px;
}
.case-info-box {
  background: #e9ecef;
  padding: 15px;
  height: 100%;
  border-radius: 8px;
}
.case-info-box dl dt {
  display: inline-block;
  font-size: 14px;
  width: 160px;
  padding: 0px 6px;
  font-weight: normal;
  float: left;
  border-left: solid 4px rgb(128 128 128 / 50%);
}
.case-info-box dl dd {
  color: #000;
  font-size: 14px;
  margin-left: 180px;
  margin-bottom: 14px;
}
.case-info-box dl dd a {
  background: #6c757d;
  padding: 4px 8px;
  border-radius: 4px;
  margin-right: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
}
@media only screen and (max-width:767px) {
  .case-info-box dl dd {
    margin-left: 0px;
  }
}

/*-----------------------------------------------
会社概要
-----------------------------------------------*/
/*------------------ 会社概要の表------------------*/
.com-about {
  margin-bottom: 60px;
}
.com-about table {
  border-collapse: collapse;
  width: 100%;
}
.com-about th,td {
  padding: 5px 15px;          /* 余白指定 */
}
.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;
}
.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;
  }
}

/*--------------------------------------------------------------
製品紹介
--------------------------------------------------------------*/
.product-main {
  text-align: center;
}
.product-main h3 {
  font-size: 28px;
  font-weight: bold;
  display: inline;
  background: linear-gradient(135deg, #914107, #e0a33f, #532b09);
  -webkit-background-clip: text;
  color: transparent;
}
.product-main  p {
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.product-read {
  text-align: center;
  line-height: 28px;
  width: 88%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.product-subtitle {
  text-align: center;
}
.product-subtitle p {
  position: relative;
  margin-bottom: 12px;
  margin-top: 12px;
}
.product-subtitle p:before,
.product-subtitle p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 25%;
  height: 1px;
  background-color: #575757;
}
.product-subtitle p:before {
  left: 0;
}
.product-subtitle p:after {
  right: 0;
}
@media only screen and (max-width:767px) {
  .product-subtitle p:before,
  .product-subtitle p:after {
    width: 24%;
  }
  .product-read {
    width: 100%;
  }
}

/*------------------ firstセクション ------------------*/
.first{
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: -1;
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .first{
    min-width: 768px;
  }
}
.intro {
  margin: 0 auto;
  letter-spacing: 2px;
}
.intro h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  text-shadow: 0 2px 4px #fff;
}
.intro p {
  line-height: 36px;
  font-weight: 600;
  text-shadow: 0 2px 4px #fff;
  font-size: 17px;
}
.intro p span {
  writing-mode: horizontal-tb;
  height: 28px;
  margin-top: -8px;
}
@media screen and (max-width: 768px) {
  .intro p {
    line-height: 34px;
  }
}
/*------------------ thirdセクション ------------------*/
.third {

}
.third-1 {
  display: flex;
}
.third-1l {
  width: 50%;
}
.third-1l img {

}
.third-1r {
  width: 50%;
  padding: 60px 30px;
  background: #f8f9fa;
}
.third-1r h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 24px;
}
.third-1r p {
  line-height: 30px;
}
.third-2 {
  display: flex;
}
.third-2r {
  width: 50%;
}
.third-2l img {

}
.third-2l {
  width: 50%;
  padding: 60px 30px;
  text-align: right;
}
.third-2l h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 24px;
}
.third-2l p {
  line-height: 30px;
}
@media screen and (max-width: 990px){
  .third-1r {
    width: 100%;
  }
  .third-2l {
    width: 100%;
  }
}

.third-btn {
  margin-top: 30px;
  margin-bottom: 60px;
}
.btn-shine2 {
  color: #575757;
  display: inline-block !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  width: 220px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  outline: 2px solid;
  outline-color: rgba(0, 0, 0, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
  padding: unset !important;
}
.btn-shine2:hover {
  border-color: #575757;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.2);
  outline-color: transparent;
  outline-offset: 12px;
  text-shadow: 2px 2px 3px #ccc;
  color: #575757;
  text-decoration: none;
}

/*------------------ forthセクション ------------------*/
.forth{
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: -1;
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .forth{
    min-width: 768px;
  }
}
.forth-title {
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 1em 0;
}
.forth-title::before,
.forth-title::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.forth-title::before {
  top: 0;
  border-top: 2px solid #575757;
  border-bottom: 1px solid #575757;
}
.forth-title::after {
  bottom: 0;
  border-top: 1px solid #575757;
  border-bottom: 2px solid #575757;
}
.news-list {

}
.news-box {
  display: flex;
  margin: 0 15px;
}
.news-img {
  width: 40%;
}
.news-img img {

}
.news-info {
  width: 60%;
  padding-left: 15px;
}
.news-info .news-title {
  font-size: 20px;
  color: #575757;
  border-bottom: solid 1px #6c757d;
}
.news-info .news-date {
  text-align: right;
  font-size: 14px;
  color: #575757;
}
.news-info p {
  color: #575757;
}


/* strength */
.strength{ background: #F2F2F2; padding: 80px 0; }
.vr-area{ background: #fff; padding: 80px 0; }

.strength a{
	display: block;
	cursor: pointer;
	padding: 10px;
}
.strength a:hover{}
.strength figure img{
  transition: all 0.4s ease-out;
}
.strength a:hover figure img{
	transform: scale(1.1);
	opacity: 0.6;
}
.strength a:hover .btn-onepiece::after{
		right: 5px;
}
.strength a:hover .btn-onepiece{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	background-color: #23272b;
	border-color: #1d2124;
}
.strength figure{
	position: relative;
	overflow: hidden;
	background: #000;
}
.strength figcaption{
	position: absolute;
/*	background: #fff;*/
	bottom: 0;
	padding: 30px;
/*	width: 60%;*/
	width: 100%;
	text-align: center;
	background: linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,0));
}
.strength figcaption h3{
	font-size: 20px;
	margin: 0;
	color: #fff;
}
.strength figcaption span{
/*	color: #C1C1C1;*/
	font-size: 16px;
	font-family: azo-sans-web, sans-serif;
	font-weight: 300;
	font-style: italic;
	display: block;
	margin-bottom: 6px;
}
.strength .modal h2{
	background: #333;
	border-radius: 4px;
	padding: 10px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin: 0 0 15px;
}
.strength .modal dl{}
.strength .modal dt{
	position: relative;
	background: #f2f2f2;
	border-radius: 4px;
	padding: 10px;
	padding-left: 40px;
	margin-bottom: 10px;
}
.strength .modal dt::before{
	content: "Q";
	position: absolute;
	margin-left: -1.5em;
}
.strength .modal dd{
	padding-left: 40px;
	font-size: 14px;
}
.strength .modal dd::before{
	content: "A";
	position: absolute;
	color: #dc3545;
	font-size: 16px;
	font-weight: bold;
	margin-left: -1.5em;
}
.shopinfo {
  
}
.shopinfo dt{
  float: left;
}
.shopinfo dd{
  margin-left: 80px;
}
.shopinfo .mapbtn {
  text-align: center;
  padding: 8px;
  border: solid 1px;
  border-radius: 6px;
  color: #575757;
  margin-right: 12px;
  margin-left: 10px;
  font-size: 12px;
}
.shopinfo .mapbtn:hover {
  color: #fff;
  background: #575757;
  text-decoration: none;
}
.shopinfo .mapicon {
  font-size: 28px;
  margin-bottom: 6px;
}

.menu {
  
}
.menu img {
  position: relative;
  border-radius: 6px;
}
.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: 94.7%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .menu h3 {
    width: 91.9%;
  }
}

/*--------------------------------------------------------------
プログラムページ
--------------------------------------------------------------*/
.prog-box {
  margin-top: 20px;
}
.prog-box h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 8px;
  padding: 6px 12px;
  background: #202f55;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  text-shadow: 2px 2px 3px #575757;
}
.prog-box img {
  border-radius: 6px;
  margin-bottom: 10px;
}
.prog-box p {
  
}
.prog-box .price {
  
}
.prog-box dl {
  display: flex;
  flex-wrap: wrap;
  padding: 6px 12px;
  background: #e9ecef;
}
.prog-box dl dt {
  width: 70%;
  margin-bottom: 8px;
}
.prog-box dl dd {
  width: 30%;
  text-align: right;
  margin-bottom: 8px;
}

/*--------------------------------------------------------------
よくあるご質問ページ
--------------------------------------------------------------*/
/*------------ アコーディオン -----------*/
.acd-check{
    display: none;
}
.acd-label{
  background: #ececec;
  color: #000;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  position: relative;
  text-align: left;
  padding-right: 70px;
}
.acd-label::before {
  content: 'Q';
  font-weight: bold;
  color: #202f55;
  margin-right: 8px;
}
.acd-label:after{
    background: #ccc;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 100%;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
    font-weight: 600;
    color: #202f55;
}
.acd-content{
    border: 1px solid #ccc;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    text-align: left;
}
.acd-check:checked + .acd-label:after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
.answer2 {
  display: flex;
}
.answer2 .a-mark {
  font-size: 16px;
  color: #c72935;
  margin-right: 6px;
}