/*
Theme Name: seeds
Theme URI:
Description:
Version: 1
Author: 2st planning Inc.
Author URI:
*/

/* ============== ヘッダー ============== */
body{
  background: #fff;
  font-size: 16px;
}
.site-logo img{
  height: 44px;
  width: auto;
  padding-top: 17px;
}
.gnav__menu{
    display: flex;
}
.gnav__menu__item{
  margin: 15px 30px;
}
.gnav__menu__item a{
  color: #008f42;
  text-decoration: none;
  font-size: 16px;
}
.gnav__menu__item a:hover {
  font-weight: bold;
  border-bottom: solid 2px #008f42;
}
.hero{
    max-height: 500px;
    overflow: hidden;
    position: absolute;
}
.hero img{
    height: auto;
    width: 100%;
    display: none;
}
.content{
    line-height: 1.6;
    margin: 0 auto;
    padding-top: 100px;
    width: 800px;
}
.content p{
    margin-bottom: 40px;
}
/* -------------- 下にスクロールで消えて上にスクロールで固定表示 -------------- */
.pc-header{
    background: #ffffffd1;
    display: flex;
    justify-content: space-between;
    padding: 4px 20px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 99999;
}
.pc-header.hide{
    top: -80px;
}
/* -------------- ハンバーガーメニューヘッダー -------------- */
.sp-header{
    background: #ffffffd1;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 99999;
}
.sp-header.hide{
    top: -80px;
}
.header__inner {
  margin: 0;
  padding: 4px 15px;
  width: 100%;
}
.sp-header li {
  list-style-type: none;
  margin-top: 30px;
}
.sp-header a {
  color: #575757;
  font-size: 14px;
}
.sp-header a:hover {
  font-weight: bold;
  border-bottom: solid 2px #575757;
  text-decoration: none;
}
.sideMenu {
  background-color: #fff;
  height: 100%;
  overflow-y: auto;
  padding: 60px 15px;
  position: fixed;
  right: -220px;
  transition: all 0.6s;
  top: 0;
  width: 220px;
  z-index: 200;
  text-align: center;
}

.hamburger {
  cursor: pointer;
  height: 56px;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  z-index: 300;
}
.hamburger span {
  background-color: #008f42;
  height: 2px;
  left: 11px;
  position: absolute;
  transition: all 0.6s;
  width: 30px;
}
.hamburger__lineTop {
  top: 20px;
}
.hamburger__lineCenter {
  top: 29px;
}
.hamburger__lineBottom {
  top: 38px;
}
.overlay {
  background-color: #000;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 100;
}
/* メニューが開いた時のCSS */
.nav-open .sideMenu {
  background-color: #fff;
  right: 0;
}
.nav-open .hamburger__lineTop {
  top: 26px;
  transform: rotate(45deg);
  background: #008f42;
}
.nav-open .hamburger__lineCenter {
  left: 50%;
  width: 0;
}
.nav-open .hamburger__lineBottom {
  top: 26px;
  transform: rotate(-45deg);
  background: #008f42;
}
.nav-open .overlay {
  opacity: 0.8;
  visibility: visible;
}

/* ============== フッター ============== */
.bg-footer {
  width: 100%;
  height: auto;
  background: url(../seeds/assets/img/common/footer-bg.jpg) no-repeat center/cover;
  overflow: hidden;
  z-index: -10;
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  /* video */
  .bg-footer{
    min-width: 768px;
  }
}
.footer-logo {
  width: 160px;
  margin: 0 auto;
}
.footer-contact {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.btn-shine {
  color: #008f42;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  width: 200px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  outline: 1px solid;
  outline-color: rgb(0 143 66);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}
.btn-shine:hover {
  border-color: #008f42;
  box-shadow: inset 0 0 20px rgb(0 143 66), 0 0 20px rgb(255 255 255 / 20%);
  outline-color: transparent;
  outline-offset: 12px;
  text-shadow: 2px 2px 3px #ccc;
  color: #008f42;
  text-decoration: none;
}

.footer-nav {
  width: 75%;
  margin: 15px auto;
}
.footer-nav ul {
  display: flex;
  justify-content: space-around;
}
.footer-nav ul li {

}
.footer-nav ul li a {
  color: #008f42;
  text-shadow: 0 0 4px #f8f9fa;
  font-weight: 600;
}
.footer-nav ul li a:hover {
  text-decoration: none;
  font-weight: bold;
  border-bottom: solid 2px #008f42;
  border-top: solid 2px #008f42;
}
.copyright {
  background: #008f42;
  text-align: center;
}
.copyright p {
  color: #fff;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 20px;
  margin-bottom: 0;
}


/* ============== サイト共通調整 ============== */
/*------------- スマホでテキスト改行 ------------*/
@media screen and (min-width: 768px){
.br-sp {display: none; }
}
/*------------ PC・SP 表示切替（990） -----------*/
@media screen and (max-width: 990px){
  .pc9 {
    display: none!important;
  }
}
@media screen and (min-width: 990px){
  .sp9 {
    display: none!important;
  }
}
/*------------ PC・SP 表示切替（768） -----------*/
@media screen and (max-width: 768px){
  .pc7 {
    display: none !important;
  }
}
@media screen and (min-width: 768px){
  .sp7 {
    display: none !important;
  }
}
/*------------ PC・SP 表示切替（600） -----------*/
@media screen and (max-width: 600px){
  .pc6 {
    display: none;
  }
}
@media screen and (min-width: 600px){
  .sp6 {
    display: none;
  }
}
/*------------ 余白調整 -----------*/
.top_50 {
  margin-top: 50px;
}
.center {
  text-align: center;
  margin: 0 auto;
}
/*------------ ボタン -----------*/
.btn2 {
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}
.btn2 .btn-animation-02 {
  display: inline-block;
  width: 240px;
  text-align: center;
  background-color: #000;
  border: 2px solid #000;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}
.btn2 .btn-animation-02 span {
  position: relative;
  z-index: 1;
}
.btn2 .btn-animation-02::before,
.btn2 .btn-animation-02::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn2 .btn-animation-02::before {
  left: 0;
}
.btn2 .btn-animation-02::after {
  right: 0;
}
.btn2 .btn-animation-02:hover:before,
.btn2 .btn-animation-02:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn2 .btn-animation-02:hover {
  color: #FFF;
}

/*-----------------------------------------------
トップページ各コンテンツ
-----------------------------------------------*/
/*------------------ スクロール誘導 ------------------*/
.scroll {
  padding-top: 150px;
}
.scroll a {
  position: absolute;
  bottom: 0;
  left: 46%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 60px;
  text-align: center;
  right: 48%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*------------------ トップ動画 ------------------*/
.top_kv{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_kv .top_copy {
  text-align: center;
  padding: 15px;
}
.top_kv img {
  width: 240px;
  margin-bottom: 30px;
}
.top_kv .main-copy{
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: .2em;
  text-shadow: 0 0 12px #008f42;
}
.top_kv .sub-copy{
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-shadow: 0 0 12px #008f42;
}
/* video */
.top_mov{
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.top_mov::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .1;
}
.top_mov video{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@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;
  }
}
/*------------------ ステップ ------------------*/
.mainflow {
  padding: 60px 0;
}
.flow-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  justify-content: space-around;
}
.flow-s > li {
  -ms-flex-preferred-size: 29%;
  flex-basis: 29%;
}
.flow-s > li .icon {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #001f40;
  margin: 0 auto;
  display: block;
  border-radius: 15px;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  padding: 2px 0;
}
.flow-s > li .icon::before {
  content: "";
  border: solid transparent;
  border-width: 8px;
  border-top-color: #001f40;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow-s > li dl {
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 16px;
  position: relative;
  height: 120px;
  background: #ececec;
  border-radius: 5px;
}
.flow-s > li:not(:last-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid rgb(0 59 123 / 50%);
  border-right: 4px solid rgb(0 59 123 / 50%);
  position: absolute;
  top: calc(50% - 8px);
  left: 104%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flow-s > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(0 31 64);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 1vh;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .flow-s {
    display: block;
  }
  .flow-s > li dl {
    height: 100px;
  }
  .flow-s > li:not(:last-child) dl::before {
    display: none;
  }
}
/*------------------ firstセクション ------------------*/
.first{
  width: 100%;
  height: auto;
  background: url(../seeds/assets/img/index/first-bg.jpg) no-repeat center/cover;
  overflow: hidden;
  z-index: -1;
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .first{
    min-width: 768px;
  }
}
.intro {
  font-family: serif;
  writing-mode: vertical-rl;
  margin: 0 auto;
  height: 400px;
}
.intro h2 {
  font-size: 28px;
  font-weight: bold;
  margin-left: 80px;
  line-height: 40px;
  text-shadow: 0 2px 4px #fff;
}
.intro p {
  line-height: 36px;
  font-weight: 600;
  text-shadow: 0 2px 4px #fff;
}
@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: #008f42;
  display: inline-block;
  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: rgb(0 143 66);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}
.btn-shine2:hover {
  border-color: #008f42;
  box-shadow: inset 0 0 20px rgb(0 143 66), 0 0 20px rgb(0 0 0 / 20%);
  outline-color: transparent;
  outline-offset: 12px;
  text-shadow: 2px 2px 3px #ccc;
  color: #008f42;
  text-decoration: none;
}

/*------------------ forthセクション ------------------*/
.forth{
  width: 100%;
  height: auto;
  background: url(../seeds/assets/img/index/forth-bg.jpg) no-repeat center/cover;
  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;
}

/*------------------ Slick Slider ------------------*/
.slider {
  width: 94%;
  margin: 30px auto;
}
.slider img {
  height: auto;
  width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #575757 !important;
}
.slick-prev:before {
  content: '◀' !important;
}
.slick-next:before {
  content: '▶' !important;
}


/*-----------------------------------------------
下層ページ
-----------------------------------------------*/
/*------------------ 下層全体 ------------------*/
.content-area {

}
.site-main {
  padding-bottom: 60px;
}
.lower-area {
  padding: 40px 0;
}
/*------------------ 下層ヘッダー ------------------*/
.entry-header {
  position: relative;
}
.entry-header img {

}
.entry-header h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 34px;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  .entry-header img {
    height: 200px;
  }
  .entry-header h2 {
    font-size: 28px;
    width: 90%;
    text-align: center;
  }
}
/*------------------ 投稿ページ（次、前の記事） ------------------*/
.prev_next {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.prev_next .prev {

}
.prev_next .next {

}


/*-----------------------------------------------
下層コンテンツ
-----------------------------------------------*/
.lower {
  margin-top: 60px;
  margin-bottom: 60px;
}
/*------------------ 見出し------------------*/
.lower h2 {
  font-size: 30px;
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #575757;
  margin-bottom: 30px;
}
.lower h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  padding-top: 8px;
  color: #afafaf;
}
.lower h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #008f42;
}
.lower2 h2 {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #575757;
  margin-bottom: 30px;
}
.lower2 h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  padding-top: 8px;
  color: #6c757d;
}
.lower2 h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #008f42;
}
/*-----------------------------------------------
会社概要
-----------------------------------------------*/
/*------------------ 会社概要の表------------------*/
.com-about {
  margin-bottom: 60px;
}
.com-about table {
  border-collapse: collapse;
  width: 100%;
}
.com-about th,td {
  padding: 10px;
  line-height: 26px;
}
.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;
  }
}
/*------------------ アクセス情報 ------------------*/
.com-accessmap {
  
}
.com-accessinfo {
  
}
.com-accessinfo h3 {
  font-size: 22px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #008f42;
  padding-bottom: 5px;
}
.com-accessinfo p {
  line-height: 30px;
}
/*------------------ 沿革のステップ ------------------*/
.com-history {

}
.com-history .flow {
  position: relative;
}
.com-history .flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #dee2e6;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}
.com-history .flow > li {
  position: relative;
}
.com-history .flow > li:not(:last-child) {
  margin-bottom: 36px;
}
.com-history .flow .com-right dl {
  padding-left: 50%;
  position: relative;
}
.com-history .flow .com-left dl {
  padding-right: 50%;
  position: relative;
  text-align: right;
}
.com-history .flow > li dl::before,
.com-history .flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.com-history .flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: 49.7%;
}
.com-history .flow .com-right dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 50%;
}
.com-history .flow .com-left dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  right: 50%;
}
.com-history .flow .com-right dl dt {
  font-size: 22px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 1vh;
  margin-left: 60px;
}
.com-history .flow .com-right dl dd {
  margin-left: 60px;
}
.com-history .flow .com-left dl dt {
  font-size: 22px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 1vh;
  margin-right: 60px;
}
.com-history .flow .com-left dl dd {
  margin-right: 60px;
}
@media only screen and (max-width:767px) {
  .com-history .flow::before {
    left: 3%;
  }
  .com-history .flow .com-right dl {
    padding-left: 0%;
  }
  .com-history .flow > li dl::before {
    left: 1.7%;
  }
  .com-history .flow .com-right dl::after {
    left: 3%;
  }
  .com-history .flow .com-left dl {
    padding-right: 0;
    text-align: left;
  }
  .com-history .flow .com-left dl::after {
    right: 83%;
  }
  .com-history .flow .com-left dl dt {
    margin-right: unset;
    margin-left: 60px;
  }
  .com-history .flow .com-left dl dd {
    margin-right: unset;
    margin-left: 60px;
  }
}

/*--------------------------------------------------------------
事業紹介
--------------------------------------------------------------*/
.product-main {
  text-align: center;
}
.product-main h3 {
  font-size: 28px;
  font-weight: bold;
  display: inline;
  background: linear-gradient(135deg, #008f42, #007bff, #008f42);
  -webkit-background-clip: text;
  color: transparent;
}
.product-main  p {
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.product-img {
  position: relative;
}
.product-title {
  position: absolute;
  background: #0000009c;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 26px 0;
  letter-spacing: 6px;
  width: 94.5%;
  text-align: center;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.product-read {
  text-align: left;
  line-height: 28px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.product-read span {
  font-size: 18px;
  font-weight: bold;
}
.product-subtitle {
  text-align: center;
}
.product-subtitle p {
  position: relative;
  margin-bottom: 0;
  margin-top: 12px;
}
.product-subtitle p:before,
.product-subtitle p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 39%;
  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%;
  }
}


/*-----------------------------------------------
記事一覧
-----------------------------------------------*/
.archive-list {

}
.archive-list img {
  position: relative;
}
.archive-list h3 a {
  font-size: 16px;
  color: #575757;
  font-weight: bold;
  margin: 6px 0;
}
.archive-list h3 a:hover {
  color: #008f42;
  text-decoration: none;
}
.archive-list p {
  position: absolute;
  top: 0;
  background: #000;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: bold;
}
.archive-list p a {
  color: #fff;
  font-weight: bold;
}
/*--------------------------------------------------------------
納品事例一覧
--------------------------------------------------------------*/
/*------------------ タブ------------------*/
.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;
  }
}

/*-----------------------------------------------
お問い合わせフォーム
-----------------------------------------------*/
.cform tr {

}
.cform th {
	font-size: 14px;
	width: 20%; /*変なところで改行される場合はここの数字を変更します。*/
	border: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: normal;
  background: #e9ecef;
}
.cform td {
	font-size: 14px;
	line-height: 150%;
	border: solid 1px #d6d6d6;
	padding: 10px 5px;
  background: #f8f9fa;
}
.cform {
	width: 80%;
	margin: auto;
}
.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}
.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 0;
	vertical-align: middle;
}
.required-srt2 {
	font-size: 8pt;
	padding: 5px;
	background: #adb5bd;
	color: #fff;
	border-radius: 3px;
	margin-left: 0;
	vertical-align: middle;
}
@media only screen and (max-width:767px) {
  .cform {
    width: 100%;
  }
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
}
.submit-btn input {
	background: #008f42;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 2px #008f42 solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}
.submit-btn input:hover {
	background: #fff;
	color: #008f42;
  font-weight: bold;
}
/*------------------ ステップ（お問い合わせ）------------------*/
.stepBar {
  display: flex;
  max-width: 80%;
  position: relative;
  margin: 20px auto;
  text-align: center;
}
.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.stepBar li:after {
  background: #e0e0e0;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
  background: #e0e0e0;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.stepBar .visited:after {
  background: #e0e0e0;
}
.stepBar .visited span {
  background: #000;
  font-weight: bold;
  font-size: 14px;
}

/*------------ モーダルウィンドウ -----------*/
.md-btn {
  margin-top: 10px;
}
.md-btn_a {
  background: #f7f7f7;
  display: inline-flex;
  padding: 2px 80px;
  color: #575757;
  font-weight: 600;
  border-radius: 18px;
  border: solid 1px rgb(0 0 0 / 50%);
  font-size: 14px;
}
.md-btn_a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 80%;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}
.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
  border: unset;
}
.modal-content h4 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: dashed 1px rgb(0 0 0 / 50%);
  color: #575757;
  margin-bottom: 8px;
  padding-bottom: 3px;
}
.modal-content p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 18px;
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
