@charset "UTF-8";
/*bootstrap対策*/
:is(h1, h2, h3, h4, h5, h6, .dt) {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 900;
  margin: 0;
  font-family: inherit;
  line-height: 1;
  color: inherit
}
:is(.dl, .dt, .dd, .ul, .ol, label, .figure, .figcaption, p) {
  margin: 0;
  padding: 0;
}
/****************************/
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*overflow-x: hidden;*/
  /*横スクロールが出るのを隠すため*/
}
html {
  font-size: 62.5%;
  /*font-size: 0.390625vw*/
  /*期値を10pxとする場合：10/2560*100=0.396（表示させたい文字サイズ÷width×100*/
  /*transform: rotate(0.03deg);*/
}
html {
  scroll-padding-top: 70px;
  /* 固定ヘッダの高さ分 */
}
body {
  color: #111;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
  line-height: 1;
}

/*iphone対策*/
button {
  appearance: none;
  -webkit-appearance: none;
  color: #000;
}





/*汎用*/
.inner {
  width: 80%;
  max-width: 120rem;
  margin: auto;
}
.titleA {
  display: grid;
  gap: 1rem;
  margin: 0 0 5rem;
}
.titleA h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.titleA p {
  grid-row: 1;
  font-size: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.titleB {
  display: grid;
  gap: 1rem;
  margin: 0 0 5rem;
}
.titleB h3 {
  font-size: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.titleB p {
  grid-row: 1;
  color: #8c8c8c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.buttonA {
  width: fit-content;
  min-width: 17rem;
  height: 2.8rem;
  background: #8b8b8a;
}
.buttonA :is(a, span) {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 0 2em;
}
.buttonA :is(a, span)::after {
  content: "";
  background: url(/system_panel/uploads/images/arrowA.png) no-repeat;
  width: 0.7rem;
  height: 0.9rem;
  display: inline-block;
  position: absolute;
  right: 1rem;
}


/*header*/
#wrapper .header{
background:#111111;
}
.header {
  width: 100%;
  height: 10rem;
  padding: 0 2.08vw 1rem 13.54vw;
  /*4 26*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.header .left {
  width: fit-content;
}
.header .left .logo {
  width: 23.9rem;
}
.header .left .logo img {
  width: 100%;
}
.header .right {
  width: 80%;
  max-width: 87rem;
}
.header .right .nav {
  width: 100%;
}
.header .right .nav .ul {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header .right .nav .li {
  height: 2.8rem;
  list-style: none;
  flex-grow: 1;
  height: 2.8rem;
}
.header .right .nav .li p{
  width: 100%;
  height: inherit;
}
.header .right .nav .li a {
  width: 100%;
  height: inherit;
  display: grid;
  align-items: center;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #fff;
}
.header .right .nav .li:nth-of-type(1) {
  display: none;
}
.header .right .nav .li:nth-last-of-type(1) {
  background: #cb252a;
}
.header .right .nav .li:nth-last-of-type(2) {
  background: #8b8b8a;
}
/*-----ハンバーガーメニュー-----*/
.navToggle {
  display: none;
}









/*main*/
.maintitle {
  width: 100%;
  height: 26rem;
  background: #000;
  position: relative;
}
.maintitle h2 {
  font-size: 3.5rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 900;
  color: #fff;
  position: absolute;
  left: 13.54vw;
  /*26*/
  bottom: 3rem;
}
.bottom {
  padding: 9rem 0;
  background: url(/system_panel/uploads/images/bottom_bg.jpg) no-repeat center;
  background-size: cover;
}
.bottom .inner * {
  color: #fff;
}
.bottom .inner .flex {
  display: flex;
  gap: 2.6vw;
  /*5*/
  align-items: center;
  margin: 0 0 1rem;
}
.bottom .inner .flex .tel {
  font-size: 3.7rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 900;
}
.bottom .inner .flex .tel a {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: inherit;
}
.bottom .inner .flex .tel a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_tel.png) no-repeat center;
  background-size: cover;
  width: 2.8rem;
  aspect-ratio: 1/1;
}
.bottom .inner .flex .mail {
  width: 18rem;
  height: 3.8rem;
  background: #cb252a;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #fff;
  border: none;
}
.bottom .inner .flex .mail a {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
}
.bottom .inner .flex .mail a::after {
  content: "";
  background: url(/system_panel/uploads/images/arrowA.png) no-repeat;
  width: 0.7rem;
  height: 0.9rem;
  display: inline-block;
  position: absolute;
  right: 1rem;
}




/*ブロマル用*/
:is(.blogdetail, .worksdetail, .casesdetail, .topicsdetail) .webgene-blog .webgene-item .cmt h2 {
  font-weight: bold;
  margin: 2.5rem 0 1rem;
  padding: .8rem 2rem;
  border-left: 5px solid #192c56;
  /*要変更*/
  background: #f4f4f4;
  line-height: 1.3;
}

:is(.blogdetail, .worksdetail, .casesdetail, .topicsdetail) .webgene-blog .webgene-item .cmt h3 {
  font-weight: bold;
  font-size: initial;
  margin: 2rem 0 .5rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #dadada;
  position: relative;
  line-height: 1.3;
}
:is(.blogdetail, .worksdetail, .casesdetail, .topicsdetail) .webgene-blog .webgene-item .cmt h3::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  background-color: #192c56;
  /*要変更*/
  min-width: 50px;
}






/*footer*/
.footer {
  padding: 15rem 0 4rem;
  background: #0f0f0f;
}
.footer * {
  color: #fff !important;
}
.footer .inner .logo {
  margin: 0 0 5rem;
}
.footer .inner>p:not(.copyright) {
  line-height: 2.25;
  margin: 0 0 15rem;
}
.footer .inner .copyright {
  text-align: center;
}





/*追加ライブラリ*/
/*スムーススクロール*/
html {
  /*scroll-behavior: smooth;※smoooothでの使用は不可*/
}





/*ページ遷移時のフェードイン効果*/
html {
  animation: fadein 3s forwards;
}
@keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}





/*.headerSwitch.js用*/
/*「.scroll-nav」付与時のヘッダーデザイン */
.header.scroll-nav {
  background: rgba(0,0,0,0.7);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.7);
}
/* 「.scroll-nav」付与時の.logo,.ul,aデザイン用*/
.header.scroll-nav :is(.logo, .ul .li a) {}





/*pagetopボタン用*/
.pagetop {
  position: fixed;
  bottom: 5rem;
  right: 10%;
  color: #fff;
  width: 4rem;
  height: 4rem;
  z-index: 4;
}
.pagetop a {
  width: inherit;
  height: inherit;
  display: inline-grid;
  place-items: center;
  color: #fff;
}





/*アコーディオン*/
.aco2 {
  display: none;
  /*初期状態で開いておく場合はinitialに変更*/
}
#wrapper .aco2 {
  display: block;
  /*初期状態で開いておく場合はinitialに変更*/
}
.aco-open {
  position: relative;
}
.aco-open::after {
  /* 閉じている時 */
  content: "▲";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 2rem;
  font-size: initial;
}
.aco-open.active::after {
  /* 開いている時 */
  content: "▼";
  top: calc(50% - 0.5em);
  font-size: initial;
}





/*animate.css用*/
/*wow.js（animate.cssのスクロールのタイミングに発動させるライブラリ）用*/
.box {
  animation-fill-mode: forwards;
}

/*animate.cssの追加css*/
.animate__delay-1s {
  animation-delay: calc(var(--animate-delay)*0.5) !important;
}
.animate__delay-2s {
  animation-delay: calc(var(--animate-delay)*1) !important;
}
.animate__delay-3s {
  animation-delay: calc(var(--animate-delay)*1.5) !important;
}
.animate__delay-4s {
  animation-delay: calc(var(--animate-delay)*2) !important;
}
.animate__delay-5s {
  animation-delay: calc(var(--animate-delay)*2.5) !important;
}
.animate__delay-6s {
  animation-delay: calc(var(--animate-delay)*3) !important;
}
.animate__delay-7s {
  animation-delay: calc(var(--animate-delay)*3.5) !important;
}
.animate__delay-8s {
  animation-delay: calc(var(--animate-delay)*4) !important;
}
.animate__delay-9s {
  animation-delay: calc(var(--animate-delay)*4.5) !important;
}
.animate__delay-10s {
  animation-delay: calc(var(--animate-delay)*5) !important;
}