@charset "UTF-8";
/*bootstrap対策*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1;
  color: inherit
}
p {
  margin: 0;
}
dl,
ol,
.ul {
  margin: 0;
}
dt,
.dd {
  margin: 0;
}
label,
.figure {
  margin: 0;
  padding: 0;
}
/****************************/
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
a,
span,
address,
blockquote,
table,
tr,
th,
.td {
  /*transform: rotate(0.03deg);*/
}
*,
::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;
  /* 固定ヘッダの高さ分 */
  padding: 0 5.2vw 0 0;
  /*10*/
  background: url(/system_panel/uploads/images/bg.jpg) right;
}
body {
  color: #252525;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;*/
  /*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;
}
.titleA h3 {
  font-size: 4.1rem;
  font-weight: 800;
  line-height: 1.58;
}
.titleA p {
  font-size: 2.3rem;
  font-family: "Text Me One", sans-serif;
  color: #af8203;
}
.buttonA {
  width: fit-content;
  height: clamp(1em, 3.125vw, 6rem);
  /*6*/
  line-height: 1 !important;
}
.buttonA :is(a, span) {
  width: fit-content;
  height: inherit;
  /*6*/
  color: inherit;
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  padding: 0 calc(3.125vw + 2rem) 0 0;
}
.buttonA :is(a, span)::after {
  content: "";
  background: url(/system_panel/uploads/images/arrow.png) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 3.125vw;
  /*6*/
  height: 3.125vw;
  position: absolute;
  right: 0;
}
.buttonA :is(a, span):hover::after {
  right: -1rem;
  transition: 0.5s;
}






/*header*/
.header {
  width: calc(100% - 5.2vw);
  height: 8rem;
  background: rgba(250, 246, 235, 0.75);
  padding: 0 2.6vw 0 18.75vw;
  /*5 36*/
  position: fixed;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .info {
  display: flex;
  align-items: center;
  gap: 2.08vw;
  /*4*/
}
.header .info .entry {
  width: 18rem;
  height: 3rem;
  background: #221814;
  display: grid;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
}
.header .info .entry a {
  color: #dfdede;
}
.header .info .tel {}
.header .info .tel p {
  font-size: 1.5rem;
  text-align: center;
}
.header .info .tel a {
  font-size: 2.7rem;
  color: inherit;
  display: flex;
  gap: 1rem;
  align-items: baseline;
}
.header .info .tel a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_tel.png) no-repeat;
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
}




/*main*/
.maintitle {
  width: 100%;
  height: 28rem;
  background: #252525;
  position: relative;
}
.maintitle h2 {
  width: 100%;
  font-size: 4.7rem;
  font-weight: 800;
  color: #e7e7e7;
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 4rem;
}
.maintitle p {
  width: 100%;
  font-size: 9rem;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #353535;
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: 6rem;
}
.bottom {
  width: 100%;
  padding: 10rem 0;
  background: url(/system_panel/uploads/images/bottom_bg.jpg);
}
.bottom .inner {}
.bottom .inner>p {
  color: #dfdede;
  text-align: center;
  line-height: 2.52;
  margin: 0 auto 3rem;
}
.bottom .inner .titleA {
  margin: 0 auto 3rem;
}
.bottom .inner .titleA h3 {
  font-size: 1.7rem;
  text-align: center;
  color: #dfdede;
}
.bottom .inner .titleA p {
  font-size: 4.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  color: #dfdede;
  text-align: center;
  grid-row: 1/2;
}
.bottom .inner .col2 {
  display: flex;
  align-items: center;
  gap: 2.08vw;
}
.bottom .inner .col2 :is(.left, .right) {
  width: 50%;
  border-top: 0.1rem solid #525252;
  border-bottom: 0.1rem solid #525252;
  padding: 2.5rem;
  display: grid;
  align-content: center;
  gap: 2.5rem;
  align-self: stretch;
}
.bottom .inner .col2 :is(.left, .right) h4 {
  font-size: 3.1rem;
  font-weight: 800;
  color: #dfdede;
  text-align: center;
}
.bottom .inner .col2 .left .button {
  width: fit-content;
  min-width: 31rem;
  height: 4.5rem;
  background: #ddae2a;
  margin: auto;
}
.bottom .inner .col2 .left .button a {
  width: 100%;
  height: inherit;
  display: grid;
  align-items: center;
  text-align: center;
  font-size: 1.9rem;
  font-family: "Text Me One", sans-serif;
  color: #252525;
}
.bottom .inner .col2 .right .tel {}
.bottom .inner .col2 .right .tel a {
  color: #f6f0eb;
  font-size: 4rem;
  display: flex;
  align-items: baseline;
  gap: 1rem;
  justify-content: center;
}
.bottom .inner .col2 .right .tel a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_tel2.png) no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
}
.bottom .inner .col2 .right p {
  text-align: center;
  color: #f7f0eb;
}






/*footer*/
.footer {
  background: url(/system_panel/uploads/images/footer_bg.jpg) no-repeat;
  padding: 5rem 0 3rem;
}
.footer .inner .logo {
  margin: 0 0 3rem;
}
.footer .inner p {
  color: #dfdede;
  line-height: 2;
}
.footer .inner p a {
  color: inherit;
}
.footer .inner .company {
  text-align: right;
}








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




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




/*-----ハンバーガーメニュー-----*/
.navToggle {
  display: none;
}




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




/*.headerSwitch用*/
.header {
}
.header.scroll-nav {
}
.header.scroll-nav :is(.logo, .ul .li a) {
}





/*main*/








/*ブロマル用*/
:is(.blogdetail, .columndetail, .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, .columndetail, .casesdetail, .topicsdetail) .webgene-blog .webgene-item .cmt h3 {
  font-weight: bold;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  margin: 2rem 0 .5rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #dadada;
  position: relative;
  line-height: 1.3;
}
:is(.blogdetail, .columndetail, .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;
}


/*アコーディオン*/
.aco2 {
  display: none;
  /*初期状態で開いておく場合はinitialに変更*/
}
#wrapper .aco2 {
  display: initial;
  /*初期状態で開いておく場合はinitialに変更*/
}
.aco-open {
  position: relative;
}
.aco-open::after {
  /* 閉じている時 */
  content: "×";
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  font-size: 5rem;
  color: #b6e0c2;
}
.aco-open.active::after {
  /* 開いている時 */
  content: "＋";
  font-size: 5rem;
  color: #b6e0c2;
  top: 1.5rem;
}




/*========= 流れるテキストslideAnime ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}
.slide-in_inner {
  display: inline-block;
}
/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}
.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}




/*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;
}