@charset "UTF-8";
/* 共通 */
body {
  color: #494D50;
  background: white;
  font-family: 'メイリオ', Meiryo,YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
:root {
  --primary-color: #003989;
}
.main-ttl-link {
  width: 100%;
  height: 100%;
  max-width:220px;
  text-align:left;
}
.footer-logo-link {
  width: 100%;
  max-width:240px;
}
.product-back {
  background: rgba(0, 57, 137, 0.8);
  width: 100%;
  z-index: 20000;
  position: fixed;
  top: 77px;
}
.hb-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30000;
  background: rgba(0, 57, 137, 0.8);
  width: 30%;
  padding: 80px 0 50px 4%;
  line-height: 40px;
  font-size: 14px;
  color: white;
  display: none;
}
.information-news,
.technology-news,
.lake-faq-news,
.topics-news,
.pickup-news {
  display: none;
}
/* 共通ここから */
p{
  line-height:1.5;
}
img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.flex{
  display:flex;
  flex-wrap:wrap;
}
.-aic{
  align-items:center;
}
.-jcsb{
  justify-content:space-between;
}
a {
  display: inline-block;
}
a:hover {
  text-decoration: underline;
  opacity: 0.5;
}

.imgbox-square {
  position: relative;
  padding-top: 100%;
}
#ez-toc-container{
  width:100%!important;
}
.img-square {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.product-delivery-article__box__item__imgbox__img.img-square{
  position:static;
}
.slick-list{
  height:auto!important;
}
.slick-dots{
  z-index:9999;
}
.mw {
  max-width: 1280px;
  width:95%;
  margin: 0 auto;
}
.news-back .mw,
.search-contents .mw,
footer .mw{
  width:95%;
}
.pc {
  display: block;
}

.sp {
  display: none;
}

.z {
  z-index: 20000;
}
.before-ttl{
  color:var(--primary-color);
  font-size:16px;
  font-weight:bold;
  margin-bottom:5px;
}
.search-contents .before-ttl{
  color:#fff;
}
.ttl {
  font-size: 30px;
  font-weight: bold;
}

.download .ttl{
	margin-top: 0;
	padding-top: 80px;
}
.contact__ttl.ttl{
	margin-top: 0;
	padding-top: 80px;
}
.ct,
.case-tag a {
  font-size: 10px;
  padding: 5px 3px;
  border-radius: 15px;
  text-align: center;
  color: #333;
  background: #fff;
  cursor: pointer;
  border: 1px solid #818183;
}
.case-tag.ct{
  border:none;
  background:none;
  padding:0;
  display:flex;
  width:100%;
}
.ct:hover {
  opacity:0.8;
}
.ct .ct-link {
  width: 100%;
  height: 100%;
}
.ct .ct-link:hover,
.case-tag.ct a:hover {
  text-decoration: none;
}

.more-btn {
  text-align: right;
  margin: 20px 0 20px 0;
  line-height: 50px;
  position: relative;
  z-index: 1000;
}
.more-btn .more-btn-link {
  height: 50px;
  font-weight: bold;
  text-decoration: none;
}
.more-btn .more-btn-link:hover .right-arrow,
.support-index__item a:hover::after{
  background: white;
  color: black;
  border: 1px solid black;
}
.more-btn .more-btn-link .right-arrow {
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  color: white;
  background: var(--primary-color);
  border-radius: 100%;
  margin-left: 15px;
  border: 1px solid var(--primary-color);
}
.case .more-btn-link .right-arrow{
  position:relative;
  top:0;
}
.arrow-icon,
.right-arrow{
  position:relative;
}
.right-arrow::before{
  content:"";
  /* background-image:url('../img/icon-arrow_white.png'); */
  background-size:100% 100%;
  width:18px;
  height:21px;
  position:absolute;
  top:0px;
  left:0px;
  right:0;
  bottom:0;
  margin: auto;
}
.search-free-btn .right-arrow::before{
  content: "";
  background-image: url("../img/icon-arrow_gray.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 18px;
  height: 21px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  margin: auto;
}
.search-free-btn:hover .right-arrow::before{
  content: "";
  background-image: url("../img/icon-arrow_white.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 18px;
  height: 21px;
}
.arrow-icon::before{
  content:"";
  background-image:url('../img/icon-arrow_white.png');
  background-repeat:no-repeat;
  background-size:100% 100%;
  width:18px;
  height:21px;
  position:absolute;
  top:0px;
  left:0px;
  right:0;
  bottom:0;
  margin: auto;
}
.slider-arrow__left.arrow-icon::before,
.slider-arrow__left::before{
  transform:rotateY(180deg);
}
.more-btn-link:hover .right-arrow::before{
  background-image:url('../img/icon-arrow_gray.png');
  background-size:100% 100%;
}
.scroll {
  overflow-x: scroll;
  margin-right: calc(50% - 50vw);
}
.scroll::-webkit-scrollbar-track {
  background-color: #cccccc;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
}
.breadcrumb-link:hover {
  opacity: 0.5;
}
/* スライダー改修 */
.top-mv__slider__imgList__item a:hover{
  opacity:0.8;
}
.top-mv__slider__imgList__item{
  position:relative;
}
.mvslider_float{
  position:absolute;
  bottom:0%;
  left:0;
  display:block;
  width:100%;
  z-index:9999999999;
  text-shadow:0 0 30px rgba(0,0,0,0.8);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 1%,rgba(0,0,0,0.4) 20%,rgba(0,0,0,1));
  padding:40px 5% 10px;
  min-height:140px;
}
.mvslider_float.text-black{
}
.mvslider-text{
  font-size:20px;
  color:#fff;
  font-weight:400;
  font-weight:bold;
}
.mvslider-text svg{
  display:none;
}
.text-black .mvslider-text{
  color:#fff;
  font-weight:800;
}
.splide__pagination{
  position:relative;
  top:0;
  z-index:555;
}
.splide__pagination button{
  background: #95a5a6;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 .1rem;
  padding: 0;
  position: relative;
  transition: background-color .2s ease, color .2s ease;
  width: 10px;
}
.splide__pagination button.is-active{
  background: var(--primary-color);
}
.splide-top .splide__slide{
  max-width:1000px!important;
  width:100%!important;
  height:auto!important;
}
@media (min-width: 769px){
  .splide2 .splide__slide{
    height:400px!important;
  }
}

@media (max-width: 768px){
  .text-black .mvslider-text{
    color:#000;
  }
  .topmain .main-contents{
    height:100%!important;
  }
  .mvslider_float{
    width:100%;
    padding:5px;
    position:static;
    background: unset;
    min-height:unset;
  }
  .mvslider-text{
    font-size:15px;
    color:#000;
  }
  .mvslider_float,
  .mvslider_float.text-black{
    padding-top:10px;
    padding-bottom:15px;
    text-shadow:none;
  }
  .mvslider-text svg{
    width:15px;
    display:inline-block;
    position:relative;
    top:1px;
  }
}
/* メディアクエリ(タブレット,スマホ横) */
/* メディアクエリ(SP) */
@media (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
  .product-back {
    top: 95px;
  }
}
/* グリッドレイアウト */
/* レスポンシブ(PCファースト) */
/* メディアクエリ(タブレット,スマホ横) */
/* メディアクエリ(SP) */
.search-cat-form {
  height: 37px;
  margin: 5px auto;
  background: white;
}

.search-cat-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-cat-word {
  margin-top: 25px;
  width: 100%;
  line-height: 40px;
  background: #f3f3f3;
  border: solid 1px #9a9a9a;
  font-size: 16px;
  color: black;
  padding-left: 10px;
  padding-right: 10px;
}
.search-cat-word input {
  width: 100%;
}
.search-cat-word::-webkit-input-placeholder {
  position: relative;
  left: 20px;
}
.search-cat-word::-moz-placeholder {
  position: relative;
  left: 20px;
}
.search-cat-word:-ms-input-placeholder {
  position: relative;
  left: 20px;
}
.search-cat-word::-ms-input-placeholder {
  position: relative;
  left: 20px;
}
.search-cat-word::placeholder {
  position: relative;
  left: 20px;
}

.search-free-btn {
  height: 88px;
  font-weight: bold;
  color: white;
  line-height: 70px;
  margin: 0 0 0 auto;
  display: flex;
  align-items:center;
}

.right-arrow {
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  color: var(--primary-color);
  background: white;
  border-radius: 100%;
  border: 1px solid white;
}

/* ヘッダー */
/* レスポンシブ(PCファースト) */
.header-back {
  background: white;
  position: fixed;
  right: 0;
  left: 0;
  height:77px;
  z-index: 19500;
}

.header-contents {
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.header-contents h1{
  text-align:left;
}
h1 {
  width: 25%;
}

nav {
  width: 60%;
}
@media (max-width: 1010px) {
  nav {
    display: none;
  }
	img.attachment-ourworks.size-ourworks.wp-post-image{
		height: 235px;
	}
}

.nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.nav-item {
  margin: 0 0 0 5%;
}

.down {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.down:hover {
  text-decoration: underline;
}

.jump {
  font-size: 18px;
  position: relative;
  top: 3px;
	  color: #fff;
}

.hb-btn {
  width: 44px;
  height: 44px;
  padding-top: 0px;
  font-weight: bold;
  font-size: 22px;
  border-radius: 50%;
  border: 1px var(--primary-color) solid;
  cursor: pointer;
  line-height: 44px;
  color: var(--primary-color);
  position: relative;
}
.hb-btn::before {
  content: "";
  background: url("../img/icon-dotted.png");
  width: 22px;
  height: 4px;
  background-size: 100% 100%;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  line-height: 40px;
}
.hb-btn.close::before,
.hb-btn.close::after {
  content: "";
  display: block;
  width: 45%; /*バツ線の長さ*/
  height: 4px; /*バツ線の太さ*/
  background: var(--primary-color);
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: 12.5px;
  left: 14.5%;
}

.hb-btn.close::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 33.5%;
}
.close {
  position: fixed;
  background: white;
}
.hb-btn.close {
  position: relative;
}
.hb-menu .hb-btn.close {
  position: absolute;
    right: 25px;
    top: 15px;
}
.pagenormal{
  max-width:1280px;
  width:95%;
  margin:0 auto;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .hb-btn:hover {
    background: var(--primary-color);
    color: white;
    border: 1px white solid;
    position: relative;
  }
  .hb-btn:hover:before {
    content: "";
    background: url("../img/icon-dotted_white.png");
    width: 22px;
    height: 4px;
    background-size: 100% 100%;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    line-height: 40px;
  }
  .hb-btn.close:hover {
    background-color: #fff;
    border: 1px #003989 solid;
    opacity: .7;
  }
  .hb-btn.close:hover::before,
  .hb-btn.close:hover::after {
    content: "";
    display: block;
    width: 45%;
    height: 4px;
    background: var(--primary-color);
    transform: rotate(45deg);
    transform-origin: 0% 50%;
    position: absolute;
    top: 12.5px;
    left: 14.5%;
  }

  .hb-btn.close:hover::after {
    transform: rotate(-45deg);
    transform-origin: 100% 50%;
    left: auto;
    right: 33.5%;
    color: #FFF;
  }
}
.product {
  padding: 48px 0;
  display: none;
}
.product-ttl {
  font-size: 18px;
  color: white;
  font-weight: bold;
}

.product-brand {
  margin-top: 30px;
}

.product-brand-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: ;
}

.product-brand-item {
  width: calc((100% - 9%) / 4);
  margin: 0 3% 24px 0;
  background: white;
  max-height: 130px;
}
.product-brand-item:nth-child(4n){
  margin-right:0;
}

.product-brand-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.product-brand-item-img {
  display: block;
  height: 100%;
}
.download-brand-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.download-brand-item {
  width: 47%;
  margin: 0 auto 24px 0;
  border: 1px solid #494D50;
}
@media (max-width: 768px) {
	.download-brand-items {
		justify-content: space-between;
	}
	.download-brand-item {
		margin: 0 0 24px;
	}
}

.download-brand-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.download-brand-item-img {
  display: block;
  height: 100%;
}
.download-brand__link {
  margin-bottom: 30px;
  display:none;
}
.download-brand__link a {
  color: var(--primary-color);
  text-decoration: underline;
  font-size: 90%;
}
.download-sublogo {
  margin-bottom: 40px;
}
.download-sublogo__img {
  max-width: 70%;
}
.download-linup {
  margin-bottom: 30px;
}
.download-linup__list__item {
  margin-bottom: 12px;
}
.download-lineup__list__item__link {
  text-decoration: underline;
  font-size:17px;
  font-weight:bold;
}
.download-lineup__list__item__nolink {
  color: #999999;
}
.download-detail__download__ttl {
  margin: 40px 0 30px;
  font-size: 22px;
  font-weight: bold;
  display:none;
}
.download-detail__download__ttl2 {
  margin: 60px 0 30px;
  font-size: 22px;
  font-weight: bold;
  display:none;
}
.download-detail__download__over-ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
.download-file_ttl {
  font-weight: bold;
  font-size: 110%;
  margin: auto auto 20px 0px;
  background:var(--primary-color);
  padding:10px;
  color:#fff;
}
.download-file_table {
  width: 100%;
  margin-bottom: 40px;
}
.download-file_table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.2;
}
.download-file_table td {
  padding: 15px;
}
.download-file_name {
  width: 90%;
}
.download-file_link {
  width: 10%;
}
.hb-main-items {
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.drop {
  position: relative;
  cursor: pointer;
}
.drop:hover {
  text-decoration: underline;
}
.hb-sub-items {
  display: none;
}
.add {
  font-size: 20px;
  position: absolute;
  right: 10px;
  top:7px;
}
.add::before {
  content: "";
  background:url('../img/icon-plus_white.png');
  width:18px;
  height:18px;
  background-size:100% 100%;
  display:block;
}
.remove::before {
  content: "";
  background:url('../img/icon-minus_white.png');
  width:18px;
  height:18px;
  background-size:100% 100%;
  display:block;
}
.add.add--search::before {
  content: "";
  background:url('../img/icon-plus.png');
  width:18px;
  height:18px;
  background-size:100% 100%;
  display:block;
}
.add--search.remove::before {
  content: "";
  background:url('../img/icon-minus.png');
  width:18px;
  height:18px;
  background-size:100% 100%;
  display:block;
}
.hb-jump {
  font-size: 18px;
  position: relative;
  top: 4px;
}
.hb-sub-items {
  font-weight: normal;
  font-size: 15px;
}
.hb-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.hb-sns-link {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.back {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 19000;
  display: none;
}
.back2 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 20000;
  display: none;
}
/* メディアクエリ(タブレット,スマホ横) */
@media (max-width: 768px) {
  #mybox{
    max-height:100%!important;
  }
  h1 {
    width: 70%;
  }
  .hb-menu {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
  .hb-btn{
    padding-top:0;
  }
  .hb-main-items {
    line-height: 3;
  }

  .hb-main-item {
    font-size: 16px;
  }

  .hb-sub-items {
    line-height: 2;
  }

  .hb-sub-item {
    font-size: 14px;
  }
  .hb-logo {
    width: 60%;
    position: relative;
    top: -70px;
  }

  .add {
    top: -3px;
  }
}
/* トップページ */
/* レスポンシブ(PCファースト) */
.top-mv {
  position: relative;
  overflow: hidden;
}

.top-mv__slider__imgList__item__img {
  width: 100%;
  min-height: 250px;
}

.top-mv__text {
  width: 40%;
  font-size: 28px;
  line-height: 44px;
  position: absolute;
  left: 80px;
  bottom: 130px;
  color: #eeeeee;
  font-weight: bold;
	background-color: rgba(0,0,0,.4);
}

.top-mv__subtext {
  width: 40%;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  left: 80px;
  bottom: 60px;
  color: #eeeeee;
  font-weight: bold;
	background-color: rgba(0,0,0,.4);
}
.slider-arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.slider-arrow__right,
.slider-arrow__left {
  user-select: none;
  font-size: 50px;
  color: var(--primary-color);
  cursor: pointer;
  background: var(--primary-color);
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  position:absolute;
  top:calc(50% - 17px);
}
.top-mv .slider-arrow__left{
  right:calc(100vw - 26vw);
}
.top-mv .slider-arrow__right{
  left:calc(100vw - 26vw);
}
@media screen and (min-width: 1800px) {
  .top-mv .slider-arrow__left {
    right: calc(100vw - 27vw);
  }
  .top-mv .slider-arrow__right {
    left: calc(100vw - 27vw);
  }
}

@media screen and (min-width: 1900px) {
  .top-mv .slider-arrow__left {
    right: calc(100vw - 27.8vw);
  }
  .top-mv .slider-arrow__right {
    left: calc(100vw - 27.8vw);
  }
}

@media screen and (min-width: 2000px) {
  .top-mv .slider-arrow__left {
    right: calc(100vw - 28.6vw);
  }
  .top-mv .slider-arrow__right {
    left: calc(100vw - 28.6vw);
  }
}

@media screen and (min-width: 2100px) {
  .top-mv .slider-arrow__left {
    right: calc(100vw - 29.4vw);
  }
  .top-mv .slider-arrow__right {
    left: calc(100vw - 29.4vw);
  }
}

@media screen and (min-width: 2200px) {
  .top-mv .slider-arrow__left {
    right: calc(100vw - 30.2vw);
  }
  .top-mv .slider-arrow__right {
    left: calc(100vw - 30.2vw);
  }
}

@media screen and (min-width: 2300px) {
  .top-mv .slider-arrow__left {
    right: calc(100vw - 31vw);
  }
  .top-mv .slider-arrow__right {
    left: calc(100vw - 31vw);
  }
}

@media screen and (min-width: 2400px) {
  .top-mv.slider-arrow__left {
    right: calc(100vw - 31.8vw);
  }
  .top-mv .slider-arrow__right {
    left: calc(100vw - 31.8vw);
  }
}

@media screen and (min-width: 2500px) {
  .top-mv .slider-arrow__left {
    right: calc(100vw - 32.6vw);
  }
  .top-mv .slider-arrow__right {
    left: calc(100vw - 32.6vw);
  }
}

@media screen and (min-width: 2600px) {
  .top-mv.slider-arrow__left {
    right: calc(100vw - 33.4vw);
  }
  .top-mv.slider-arrow__right {
    left: calc(100vw - 33.4vw);
  }
}

@media screen and (min-width: 2700px) {
  .top-mv .slider-arrow__left {
    right: calc(100vw - 34.2vw);
  }
  .top-mv .slider-arrow__right {
    left: calc(100vw - 34.2vw);
  }
}

@media screen and (min-width: 2800px) {
  .top-mv .slider-arrow__left {
    right: calc(100vw - 35vw);
  }
  .top-mv.slider-arrow__right {
    left: calc(100vw - 35vw);
  }
  .top-mv .slider-arrow__right, .slider-arrow__left{
    top: calc(50% - 20vw);
    margin: 0 10px;
  }
}

@media screen and (min-width: 2900px) {
  .top-mv .slider-arrow__left {
    right: calc(100vw - 35.8vw);
  }
  .top-mv .slider-arrow__right {
    left: calc(100vw - 35.8vw);
  }
}

@media screen and (min-width: 3000px) {
  .top-mv .slider-arrow__left {
    right: calc(100vw - 36.6vw);
  }
  .top-mv .slider-arrow__right {
    left: calc(100vw - 36.6vw);
  }
}
@media (max-width: 768px) {
  .top-mv.slider-arrow__right,
  .top-mv.slider-arrow__left {
    font-size: 35px;
    width: 25px;
    height: 25px;
  }
  .top-mv .slider-arrow__left{
    left:0;
  }
  .top-mv .slider-arrow__right{
    left:auto;
    right:0;
  }
}
.agree,
.Invalidation {
  width: 15%;
  padding: 10px 30px;
  border-radius: 15px;
  cursor: pointer;
  text-align: center;
}
.agree:hover,
.Invalidation:hover {
  color: white;
  background: var(--primary-color);
}

.case-contents {
  position: relative;
  margin-top: 0px;
  padding:30px 0 0 0;
}

.case-back {
  position: absolute;
  top: 100px;
  right: 0px;
}
.case {
  position: relative;
  z-index: 10;
}
.case-back-ttl {
  position: absolute;
  top: -100px;
  right: 0;
  text-align: right;
  z-index: -10;
}

.case-back-img {
  width: 80%;
}

.case-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  width: 100%;
}
.case-text{
  font-size:15px;
}

.case-article {
  width: 24%;
  margin-right: 1.3%;
  margin-bottom:0px;
}
.case-article:nth-child(4n){
  margin-right:0;
}

.case-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case-date {
  font-size: 11px;
}

.case-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items:center;
  width: 100%;
  margin-left:3px;
}

.case-cat,
.case-tag {
  display:block;
  margin: 5px 0.5%;
  width: 28.5%;
}
.case-cat:first-child{
  width:40%;
}

.search-contents {
  position: relative;
  background:#666666;
  padding:30px 0 0 0;
}

.search-back-ttl {
  position: absolute;
  top: 90px;
  text-align: right;
  right: 0;
  z-index: -1;
}

.search-back-img {
  width: 80%;
}

.search-ttl {
  color:#fff;
}
img.attachment-ourworks.size-ourworks.wp-post-image{
		height: 300px;
	}

.search-box {
  padding: 30px 0 25px 0;
  width: 100%;
}

.search-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.search-menu-ttl {
  border-radius: 25px;
  padding: 15px;
  cursor: pointer;
  margin-right: 20px;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 10000;
}
.search-menu-ttl.inactive{
  cursor:pointer;
}
.search-menu-ttl.active{
  border:1px #fff solid;
}
.active {
  background: white;
  color: var(--primary-color);
  cursor: default;
}

.inactive {
  color: white;
  border: 1px #9a9a9a solid;
}

.search-brand {
  margin-top: 40px;
}

.search-brand-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-brand-items_ttl{
  font-size:18px;
  color:#fff;
  margin-bottom:5px;
  font-weight:bold;
}

.search-brand-item {
  width: calc((100% - 9%) / 4);
  margin: 0 3% 24px 0;
  max-height: 130px;
}
.search-brand-item:nth-child(4n){
  margin-right:0;
}

.search-brand-item-link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-brand-item-img {
  margin: 0 auto;
  display: block;
  height: 100%;
  width: 100%;
}

.search-free {
  margin-top: 50px;
  font-weight: bold;
  color: white;
  display: none;
}

.search-free-heading {
  margin-bottom: 15px;
}

.search-cat {
  padding-top: 30px;
  border-top: 1px solid #9a9a9a;
  margin: 30px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-cat-heading {
  width: 15%;
}

.search-cat-items {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-cat-item {
  width: 18%;
  margin-bottom: 20px;
  margin-right: 2%;
}

.search-cat-label {
  cursor: pointer;
}

.search-cat-text {
  margin-right: 10px;
}

.search-free-btn .feas-submit-button {
  background: none;
  padding: 0;
}
.search-cat .feas_clevel_01 {
  width: 20%;
  margin-bottom: 20px;
  margin-right: 2%;
}
.search-free-text input {
  background: white;
  width: 100%;
  padding: 10px 20px;
  color: black;
}
.search-free-text input::placeholder {
  padding-left: 10px;
}
.search-free-btn:hover .right-arrow {
  background: var(--primary-color);
  color: white;
  border: 1px solid var(--primary-color);
}
.search-free-btn .right-arrow {
  margin-left: 15px;
}

.news-contents {
  padding-top: 30px;
  padding-bottom: 1px;
}
.news-ttlwrap{
  width:15%;
}
.news-ttl {
  position: relative;
  margin: 0;
  z-index: 10;
}

.news-back {
  position: relative;
  background: #fcfcfc;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.news-back-ttl {
  position: absolute;
  height: 80%;
  left: -40px;
  top: 0;
}

.news-back-img {
  height: 100%;
}
.news-cat a:hover{
  text-decoration:none;
}
.news-cat-menu-items {
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  z-index: 10000;
  width:84%;
  text-align: center;
}

.news-cat-menu-item {
  cursor: pointer;
  padding: 5px 10px;
  margin-left: 3px;
  font-size:14px;
  border-radius: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 768px) {
	.news-cat-menu-item {
		font-size: 12px;
	}
}

.on {
  background: var(--primary-color);
  color: #eeeeee;
  cursor: inherit;
}

.off {
  background: #eeeeee;
  color: var(--primary-color);
}

.all-news {
  display: block;
}

.news-article-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 100;
}
.news-ttlbox{
  margin-bottom:20px;
}
.news-article-box::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 60px;
  top: 40px;
  width: 0.1px;
  background-color: #dddddd;
}
.news-article {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dddddd;
}
.news-article:nth-last-of-type(-n + 2) {
  border: none;
  padding-bottom: 0;
}

.news-img-box {
  width: 30%;
}

.news-body {
  width: 65%;
}

.news-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-left:10px;
}

.news-cat,
.news-tag {
  width: 47%;
}
.news-cat:hover,
.news-tag:hover {
  opacity: 1;
  cursor: inherit;
}
.news-date{
  font-size:14px;
}
.news-text {
  margin-top: 10px;
  font-size:15px;
}

.suport-contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.suport-contact-box::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 60px;
  top: 30px;
  width: 0.1px;
  background-color: #dddddd;
}
.suport-contact-box .more-btn {
  text-align: left;
  margin-bottom:40px;
}

.suport-ttl,
.contact-ttl {
  margin-left: 0;
  margin-bottom:30px;
  margin-top:60px;
}

.suport-contents,
.contact-contents {
  width: 45%;
}

.suport-text,
.contact-text {
  margin-top: 20px;
  height: 50px;
}
.pagenormal{
  padding:100px 0;
}
.pagenormal p,
.pagenormal .waku1,
.pagenormal .waku2,
.pagenormal .post-q,
.pagenormal .post-quote,
.pagenormal li{
	font-size: 16px;
  color: #494D50;
  line-height: 1.75;
	margin-bottom: 20px;
}
.pagenormal ul{
  margin-left:1em;
  margin-bottom:20px;
}
.pagenormal li{
  margin-bottom:5px;
  list-style: inside;
}
.pagenormal a{
  color:var(--primary-color);
  font-weight:bold;
	word-break: break-all;
}
/* メディアクエリ(タブレット,スマホ横) */
/* メディアクエリ(SP) */
@media (max-width: 768px) {
	img.attachment-ourworks.size-ourworks.wp-post-image{
		height: 200px;
	}
  .search-box {
    padding: 10px 0 25px 0;
  }
  .search-brand {
    margin-top: 20px;
  }
  .top-mv__text {
    width: 70%;
    left: 50px;
    bottom: 120px;
    font-size: 12px;
    line-height: 26px;
  }

  .top-mv__subtext {
    width: 70%;
    left: 50px;
    bottom: 40px;
    font-size: 10px;
  }

  .main-top-text {
    width: 80%;
    left: 25px;
    bottom: 95px;
  }

  .main-top-subtext {
    width: 80%;
    left: 25px;
    bottom: 30px;
  }

  .slider {
    margin-top: 15px;
    text-align: center;
  }

  .case-back {
    width: 80%;
    top: 72px;
    height: 100%;
  }

  .case-back-ttl {
    top: -40px;
  }

  .case-box {
    width: 300%;
  }
  .case-back-img {
    width: 50%;
  }
  .case-article {
    width: 100%;
  }

  .ttl {
    font-size: 24px;
  }

  .search-ttl {
    line-height: 90px;
    height: 90px;
  }

  .search-back-ttl {
    top: 130px;
    right: 0;
  }

  .search-back-img {
    width: 50%;
  }

  .search-menu {
    display: block;
  }

  .search-menu-ttl {
    margin: 30px auto 0;
    display: block;
    width: 75%;
  }

  .search-brand-items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .search-brand-item {
    margin: 20px 0 0 0;
    width: 48%;
  }
  .news-ttlwrap {
    width: 100%;
  }
  .search-cat {
    display: block;
  }
  .footer-nav1-item:nth-of-type(n + 5) {
    margin-top: 0;
  }
  .search-cat-heading {
    width: auto;
  }

  .search-cat-items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
  }

  .search-cat-item {
    width: 45%;
    height: 50px;
  }

  .search-free-btn {
    margin: 0 0 0 auto;
    display: block;
  }

  .news-cat-menu-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    float: left;
    top: 10px;
    width: 100%;
  }

  .news-back-ttl {
    height: 20%;
  }
  .news-cat-menu-item {
    width:48%;
    margin-top: 25px;
  }

  .news-article {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .news-img-box {
    width: 48%;
  }

  .news-body {
    width: 48%;
  }

  .news-contents .more-btn {
    top: 70px;
  }

  .news-head {
    display: block;
  }

  .news-ct {
    width: 60%;
    margin-top: 10px;
  }
  .suport-contact-box::before,
  .news-article-box::before {
    display: none;
  }
  .suport-contact-box {
    display: block;
  }
  .suport-contact-box .more-btn {
    text-align: right;
  }

  .suport-contents,
  .contact-contents {
    width: 100%;
  }
  .news-article:nth-last-of-type(-n + 2) {
    border-bottom: 1px solid #dddddd;
    padding-bottom:20px;
  }
  .news-article:nth-last-of-type(-n + 1) {
    border: none;
  }
}
/* フッター */
/* レスポンシブ(PCファースト) */
footer {
  background: #444444;
  color: white;
  padding-bottom: 60px;
}
.cookie-box {
  position: fixed;
  bottom: 0;
  background: white;
  z-index: 100000;
  width: 100%;
  color: black;
}

.cookie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookie-text {
  font-size: 16px;
  width: 70%;
}
.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
	.footer-top {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.footer-sns_wrap {
  position: absolute;
  bottom: -40px;
  right: 0;
}

.footer-logo {
  width: 23%;
}

.footer-nav1-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 2%;
  -ms-flex-line-pack: baseline;
  align-content: baseline;
  width:60%;
}

.footer-nav1-item {
  width: 25%;
}
.footer-nav1-item:nth-last-of-type(n + 3) {
  margin-top: 0px;
}
.footer-nav1-item:nth-of-type(n + 5) {
  margin-top: 20px;
}
.footer-nav1-item.footer-service,
.footer-nav1-item.footer-sales {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.footer-nav1-item.footer-service:hover,
.footer-nav1-item.footer-sales:hover{
  text-decoration: underline;
}

.sub-nav {
  border-left: 1px solid #999999;
  padding-left: 10px;
  display: none;
}
.sub-nav-footer {
  border-left: 1px solid #999999;
  padding-left: 10px;
  display: block;
}
.add.add4 {
  display: none;
}

.sub-nav-item {
  margin-top: 12px;
}

.footer-nav2-item {
  margin-top: 20px;
}
.footer-nav2-item:nth-of-type(1) {
  margin-top: 0px;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #999999;
  height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

.footer-bottom-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-bottom-item {
  margin-right: 30px;
}

.footer-nav2-items {
  width: 15%;
}

.article-body img:hover,
.image-expansion-area img:hover {
  opacity: 0.5;
  cursor: pointer;
}

.parent-logo {
  margin-bottom: 50px;
}

/* メディアクエリ(タブレット,スマホ横) */
/* メディアクエリ(SP) */
@media (max-width: 768px) {
  .footer-top,
  .footer-nav1-items,
  .footer-nav2-items {
    display: block;
    margin: 0;
    width: 100%;
  }
  footer {
    padding-bottom: 0px;
  }
  .footer-nav1-items {
    margin-top: 10px;
  }
  .footer-nav1-item,
  .footer-nav2-item {
    width: 100%;
    border-bottom: none;
    padding: 10px 0;
  }
  .footer-nav1-item:nth-of-type(n + 5),
  .footer-nav2-item {
    margin-top: 0;
  }
  .footer-nav1-item,
  :nth-of-type(5) {
    position: relative;
  }
  .footer-nav1-item .add3,
  :nth-of-type(5) .add3 {
    position: absolute;
    top: 5px;
    right: 15px;
  }

  .footer-bottom {
    display: block;
    border-top: none;
    height: 120px;
  }

  .footer-bottom-items {
    display: block;
  }

  .footer-bottom-item {
    margin-top: 20px;
  }

  .copyright {
    margin: 20px 0;
    text-align: center;
  }
  .add.add4 {
    display: block;
  }
  .footer-sns_wrap {
    left: 0;
    right: auto;
    bottom: -10px;
  }
  .case.mw,
  .product-contents.mw,
  .product-detail.mw,
  .suport-contact-box.mw,
  .header-contents.mw,
  .search-results-contents.mw,
  .contact.mw,
  .example.mw,
  .example-article.mw,
  .download.mw,
  .recruit-contents.mw,
  .support-content.mw,
  .aboutmw.mw,
  .pagenormal.mw{
    width:95%;
  }
  .search-brand-items_ttl{
    margin-top:15px;
    margin-bottom:0px;
  }
}

/*# sourceMappingURL=style.css.map */
.add.add6::before,
.add.add5::before {
  display:none;
}
