/* ============== ヘッダー ============== */
body{
  background: #fff;
  font-size: 16px;
}
img {
  width: 100%;
}
.site-logo img{
  height: 50px;
  width: auto;
  padding: 10px 0;
}
.gnav__menu {
  display: flex;
  padding-top: 4px;
}
.gnav__menu__item{
  margin: 10px 22px;
  text-align: center;
}
.gnav__menu__item a{
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #5bdd00;
}
.c-1 {
  color: #bd984d;
}
.c-2 {
  color: #52a6ff;
}
.c-3 {
  color: #ff8c00;
}
.c-4 {
  color: #17a2b8;
}
.c-5 {
  color: #dc3545;
}
.c-6 {
  color: #964500;
}
.c-7 {
  color: #29a700;
}
.c-8 {
  color: #4064ac;
}
.c-9 {
  color: #009deb;
}
.gnav__menu__item a .big {
  font-size: 24px;
}
.gnav__menu__item a .big2 {
  font-size: 32px;
  padding: 6px 0;
}
.gnav__menu__item a:hover {
  color: #1d91ba;
  text-decoration: none;
  font-weight: bold;
}
.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: #000000ab;
    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: #000000ab;
    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: 50px;
  position: absolute;
  right: 0;
  top: -4px;
  width: 56px;
  z-index: 300;
}
.hamburger span {
  background-color: #5bdd00;
  height: 3px;
  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: #5bdd00;
}
.nav-open .hamburger__lineCenter {
  left: 50%;
  width: 0;
}
.nav-open .hamburger__lineBottom {
  top: 26px;
  transform: rotate(-45deg);
  background: #5bdd00;
}
.nav-open .overlay {
  opacity: 0.8;
  visibility: visible;
}

/* ============== フッター ============== */
.bg-footer {
  width: 100%;
  height: auto;
  background: url(../img/common/footer-bg.jpg) no-repeat center/cover;
  overflow: hidden;
  z-index: -10;
  padding: 80px 0;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  /* video */
  .bg-footer{
    min-width: 768px;
  }
}
.foot-cvbox {
  background: #0e215685;
  padding: 30px;
  border-radius: 16px;
  width: 80%;
  margin: 40px auto;
  padding-top: 12px;
}
.footer-logo {
  width: 300px;
  margin: 0 auto;
}
.footer-logo a:hover {
  opacity: 0.6;
}
.foot-cvinfo {

}
.foot-cvtel {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .foot-cvtel {
    margin-bottom: 14px;
  }
}
.foot-cvtel h3 {
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: dotted 2px;
  padding-bottom: 4px;
}
.foot-cvtel a {
  font-size: 36px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 8px;
  text-shadow: 0 0 12px #575757;
}
.foot-cvmail {
  text-align: center;
}
.foot-cvmail h3 {
  font-size: 18px;
  margin-bottom: 28px;
  border-bottom: dotted 2px;
  padding-bottom: 4px;
}
.foot-cvmail a {
  font-size: 20px;
  font-weight: bold;
  padding: 8px 60px;
  border-radius: 6px;
  background: #1d91ba;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 50%);
}
.foot-cvmail a:hover {
  opacity: 0.6;
  color: #ccc;
  background: #3bb2dc;
  text-decoration: none;
}
.foot-cvtime {
  text-align: center;
  margin-top: 10px;
  margin-bottom: -10px;
}
.foot-cvtime p {
  text-shadow: 0 0 12px #575757;
}
.foot-cvsns {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.foot-cvsns a {
  font-size: 20px;
  font-weight: bold;
  padding: 0 20px;
  text-shadow: 0 0 12px #fff;
}
.foot-banner {

}
.foot-banner img {

}
.footer-contact {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .foot-cvbox {
    width: 100%;
  }
  .foot-cvbox {
    padding: 30px 15px;
  }
  .foot-cvsns a {
    font-size: 18px;
  }
  .c-9 {
    color: #009deb !important;
  }
  .foot-cvtel a {
    font-size: 34px;
    color: #fff !important;
    text-decoration: none !important;
  }
  .foot-cvmail a {
    color: #fff !important;
  }
}
.btn-shine {
  color: #FFF;
  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: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}
.btn-shine:hover {
  border-color: #FFF;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: transparent;
  outline-offset: 12px;
  text-shadow: 2px 2px 3px #000;
  color: #fff;
  text-decoration: none;
}

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

}
.footer-nav ul li a {
  color: #fff;
}
.footer-nav ul li a:hover {
  text-decoration: none;
  font-weight: bold;
  border-bottom: solid 2px #fff;
}
.copyright {
  background: #000;
  text-align: center;
}
.copyright p {
  color: #fff;
  font-size: 14px;
  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;
}

/*------------------ 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;
}
/*------------------ slide logo ------------------*/
.slide img {
  width: 70%;
  padding: 0 10px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .slide img {
    padding: 10px 0;
    width: 80%;
  }
}

/*-----------------------------------------------
トップページ各コンテンツ
-----------------------------------------------*/
.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_maintitle {
  margin-bottom: 30px;
}
.top_maintitle h2 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  font-size: 40px;
  padding-bottom: 12px;
  color: #0e2156;
}
.top_maintitle h2::before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #5ac310;
}
/*------------------ スクロール誘導 ------------------*/
.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 {
  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;
    font-family: fantasy;
  }
  .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;
  }
}

/*------------------ firstセクション ------------------*/
.first{
  width: 100%;
  height: auto;
  background: url(../img/index/first-bg.jpg) no-repeat center/cover;
  overflow: hidden;
  z-index: -1;
  padding-top: 140px;
  padding-bottom: 430px;
}
@media screen and (min-width: 768px) {
  .first{
    min-width: 768px;
  }
}
.first .intro h2 {
  font-size: 50px;
  line-height: 80px;
  font-weight: bold;
  display: inline-block;
  padding: 4px 20px;
  color: #f8f9fa;
  letter-spacing: 8px;
  margin-bottom: 6px;
  text-shadow: 2px 2px 8px rgb(0 0 0 / 50%);
}
.first .intro p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  display: inline-block;
  padding: 6px 20px;
  line-height: 30px;
}
@media screen and (max-width: 1000px) {
  .first .intro h2 {
    font-size: 58px;
  }
}
@media screen and (max-width: 768px) {
  .first .intro h2 {
    font-size: 30px;
    padding: 4px 12px;
    letter-spacing: 0px;
  }
  .first .intro h2 span {
    font-size: 26px;
  }
  .header {
    padding: 0;
  }
}
/*------------------ aboutセクション ------------------*/
.top_about {
  margin-top: 60px;
  margin-bottom: 80px;
}
.top_about h3 {
  font-size: 26px;
  border-bottom: dashed 2px #3bb2dc;
  margin-bottom: 20px;
}
.top_about p {
  font-size: 16px;
  line-height: 28px;
}
.top_about img {
  border-radius: 6px;
}
/*------------------ productセクション ------------------*/
.top_new {
  margin-top: 60px;
  margin-bottom: 80px;
  padding-bottom: 80px;
  padding-top: 40px;
}
.top_newarea {

}
/*------------------
.archive-list {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
------------------*/
.archive-list img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 2px 2px 6px #ccc;
}
.archive-list h3 {
  margin-top: 6px;
}
/*------------------ serviceセクション ------------------*/
.top_service {
  margin-top: 60px;
  margin-bottom: 80px;
}
.servicearea {

}
.servicearea h3 {
  color: #575757;
    text-align: center;
    font-size: 18px;
    border-bottom: dashed 1px #575757;
    margin-bottom: 6px;
}
.servicearea img {
  position: relative;
  border-radius: 6px;
}
.servicearea a p {
  color: #575757;
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}

/*------------------ 下層ヘッダー ------------------*/
.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: 240px;
    object-fit: cover;
  }
  .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: #964500;
  margin-bottom: 30px;
}
.lower h2 span {
  font-size: 18px;
  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: #5bdd00;
}
.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-top: 40px;
  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%;
  vertical-align: middle;
}
.com-about td {
  background-color: #dee2e6;
  padding: 10px;
  padding-left: 36px;
  vertical-align: middle;
}
.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: unset;
    padding: 6px 12px;
  }
}

.access-area {

}
.access-map {

}
.access-info {
  background: #e9ecef;
  padding: 30px;
  border-radius: 15px;
  width: 98%;
  margin: 0 auto;
}
.access-info p {
  margin-bottom: 12px;
}
/*------------------ アクセス情報 ------------------*/
.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, #ff8c00, #3bb2dc, #ff8c00);
  -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;
  border-radius: 12px;
}
.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%;
  }
	.product-title {
		width: 92%;
	}
}
.oem-m {
  margin-top: 80px;
}
.oem-m h2 {

}
.oem-m p {
  text-align: center;
  line-height: 30px;
}


/*-----------------------------------------------
記事一覧
-----------------------------------------------*/
.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;
}

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

}
.cform th {
	font-size: 14px;
	width: 25%; /*変なところで改行される場合はここの数字を変更します。*/
	border: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: normal;
  background: #e9ecef;
  vertical-align: middle;
}
.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: #bd984d;
	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
}
/*------------------ ステップ ------------------*/
.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: #3bb2dc;
  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: #3bb2dc;
  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;
  }
}

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  background: #ffffff9c;
  border-radius: 10px;
}
.page-top img {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .page-top {
    bottom: 60px;
    right: 8px;
  }
  .page-top img {
    width: 60px;
  }
}

.about-btn {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
.about-btn a {
  background: #3bb2dc05;
  width: 180px;
  text-align: center;
  border-radius: 4px;
  padding: 4px 0;
  border: solid 1px #575757;
  color: #000;
}
.about-btn a:hover {
  text-decoration: none;
  background: #575757;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about-btn a {
    width: 160px;
  }
  .about-btn {
    margin-top: 30px;
  }
}


/*-----------------------------------------------
イオニオンMX
-----------------------------------------------*/
/*------------------ firstセクション ------------------*/
.first-mx{
  width: 100%;
  height: auto;
  background: url(../img/common/first-mx-bg.jpg) no-repeat center/cover;
  overflow: hidden;
  z-index: -1;
  padding-top: 180px;
    padding-bottom: 220px;
}
@media screen and (min-width: 768px) {
  .first-mx{
    min-width: 768px;
  }
}
.first-mx .intro {

}
.first-mx .intro h2 {
  font-size: 66px;
  line-height: 80px;
  font-weight: bold;
  display: inline-block;
  padding: 4px 20px;
  color: #f8f9fa;
  letter-spacing: 8px;
  margin-bottom: 6px;
  background: linear-gradient(135deg, #5bdd00d1, #00f4ffd1);
  text-shadow: 2px 2px 8px rgb(0 0 0 / 50%);
}
.first-mx .intro h2 span {
  font-size: 38px;
  color: #575757;
  text-shadow: 2px 2px 8px #f8f9fa;
}
.first-mx .intro p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
  background: #000000ab;
  display: inline-block;
  padding: 6px 20px;
}
@media screen and (max-width: 1000px) {
  .first-mx .intro h2 {
    font-size: 58px;
  }
}
@media screen and (max-width: 768px) {
  .first-mx .intro h2 {
    font-size: 32px;
    padding: 4px 12px;
    letter-spacing: 0px;
  }
  .first-mx .intro h2 span {
    font-size: 26px;
  }
}
.mx-scene {
  padding: 12px;
  text-align: center;
}
.mx-scene img {
}
.mx-scene h3 {
  margin-top: 12px;
  font-size: 16px;
  background: #53aaeb;
  color: #fff;
  padding: 4px 0;
  border-radius: 6px;
}

/*-----------------------------------------------
BMZインソール
-----------------------------------------------*/
/*------------------ firstセクション ------------------*/
.first-bmz{
  width: 100%;
  height: auto;
  background: url(../img/common/first-bmz-bg.jpg) no-repeat center/cover;
  overflow: hidden;
  z-index: -1;
  padding-top: 180px;
    padding-bottom: 220px;
}
@media screen and (min-width: 768px) {
  .first-bmz{
    min-width: 768px;
  }
}
.first-bmz .intro {

}
.first-bmz .intro h2 {
  font-size: 66px;
  line-height: 80px;
  font-weight: bold;
  display: inline-block;
  padding: 4px 20px;
  color: #f8f9fa;
  letter-spacing: 8px;
  margin-bottom: 6px;
  background: linear-gradient(135deg, #5bdd00d1, #00f4ffd1);
  text-shadow: 2px 2px 8px rgb(0 0 0 / 50%);
}
.first-bmz .intro h2 span {
  font-size: 38px;
  color: #575757;
  text-shadow: 2px 2px 8px #f8f9fa;
}
.first-bmz .intro p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
  background: #000000ab;
  display: inline-block;
  padding: 6px 20px;
}
@media screen and (max-width: 1000px) {
  .first-bmz .intro h2 {
    font-size: 58px;
  }
}
@media screen and (max-width: 768px) {
  .first-bmz .intro h2 {
    font-size: 32px;
    padding: 4px 12px;
    letter-spacing: 0px;
  }
  .first-bmz .intro h2 span {
    font-size: 26px;
  }
}