@charset "UTF-8";
/*bootstrap対策*/
:is(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font-family: inherit;
  line-height: 1;
  color: #3b3b3b;
}
: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: 16rem;
  /* 固定ヘッダの高さ分 */
}
body {
  color: #646464;
  font-size: 1.7rem;
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;*/
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1;
  background: #f7f5f2;
}

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





/*汎用*/
.inner {
  width: 80%;
  max-width: 120rem;
  margin: auto;
}
.titleA {
  display: grid;
  gap: 2rem;
  margin: 0 0 5rem;
}
.titleA h3 {
  font-size: 3.1rem;
  color: #3b3b3b;
}
.titleA p {
  grid-row: 1;
  font-size: 2.1rem;
  color: #3b3b3b;
}
[class^="button"] {
  width: fit-content;
  min-width: 19.5rem;
  height: 3.6rem;
  border-radius: 1.8rem;
  border: 0.1rem solid #3b3b3b;
  background: #fff;
}
[class^="button"] :is(a, span) {
  width: 100%;
  height: inherit;
  display: grid;
  align-items: center;
  position: relative;
  color: inherit;
  text-align: center;
  text-decoration: none !important;
  padding: 0 2em;
}
[class^="button"] :is(a, span)::after {
  content: "";
  background: url(/system_panel/uploads/images/arrowA.png) no-repeat;
  width: fit-content;
  min-width: 1.2rem;
  height: 0.9rem;
  background-size: cover;
  display: inline-block;
  position: absolute;
  right: 1rem;
}
.buttonA {}
.buttonB {
  border: initial;
  background: #d7be77;
}
.buttonB :is(a, span) {
  color: #fff;
}
.buttonB :is(a, span)::after {
  content: "";
  background: url(/system_panel/uploads/images/arrowB.png) no-repeat;
}



/*header*/
.header {
  width: 100%;
  height: 16rem;
  padding: 0 13.02vw;
  margin: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  width: auto;
}
.header .logo img {
  width: 100%;
}
.header .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.08vw;
  /*4*/
}
.header .info .buttonB a::after {
  content: initial;
}
.header .info .set .flex {
  width: 100%;
  display: flex;
  gap: 1rem;
  align-items: baseline;
}
.header .info .set .flex p {
  font-size: 1.9rem;
  color: #fff;
}
.header .info .set .flex a {
  font-size: 2.7rem;
  color: #fff;
  text-decoration: none;
}
.header .info .set .flex p.reserv {
  width: fit-content;
  height: 2.1rem;
  background: #162110;
  display: grid;
  align-items: center;
  font-size: 1.3rem;
  padding: 0 1em;
}
.header .info .set>p {
  font-size: 1.4rem;
  color: #fff;
}
.header .nav .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  width: 80%;
  max-width: 140rem;
  margin: 5rem auto 0;
  /*margin: 2rem auto 0;*/
  padding: 2rem 0 0;
  border-top: 0.1rem solid #242424;
}
.header .nav .flex .sns {
  width: 50%;
  display: flex;
  gap: 2.08vw;
}
.header .nav .flex .reserv {
  width: 50%;}
.header .nav .flex .reserv a {
  color: inherit;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header .nav .flex .reserv a::before {
  content: "";
  background: url(/system_panel/uploads/images/arrowC.png);
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  background-size: cover;
  display: inline-block;
}

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









/*main*/
.mainimg {
  width: 100%;
  height: 34rem;
  position: relative;
}
.maintitle {
  position: absolute;
  bottom: 5rem;
  left: 13.02vw;
  /*25*/
  z-index: 2;
}
.maintitle h2 {
  font-size: 4rem;
  color: #f8f6f4;
  line-height: 1.5;
  text-shadow: #212529 1px 0 10px;
}
.maintitle p {
  font-size: 2rem;
  color: #f8f6f4;
}

.mainimg .pic {
  width: 100%;
  height: inherit;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.mainimg .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bottom {
  padding: 13rem 0 15rem;
  background: #3b3b3b url(/system_panel/uploads/images/bottom_bg.jpg) no-repeat center;
  background-size: cover;
  background-blend-mode: overlay;
}
.bottom .titleA * {
  text-align: center;
  color: #fff;
}
.bottom .inner>p {
  text-align: center;
  color: #fff;
  line-height: 2.64;
  margin: 0 auto 5rem;
}
.bottom .inner .flex {
  display: flex;
  justify-content: center;
  gap: 2.6vw;
}
.bottom .inner .flex .buttonA {
  background: initial;
  border: 0.1rem solid #fff;
}
.bottom .inner .flex .buttonA a {
  color: #fff;
}
.bottom .inner .flex .buttonA a::after {
  content: initial !important;
}
.bottom .inner .flex .buttonB a::after {
  content: initial !important;
}





/*ブロマル用*/
: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: 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, .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: 10rem 0 4rem;
  border-top: 0.1rem solid #c0b28b;
}
.footer .inner .col2 {
  display: flex;
  margin: 0 auto 15rem;
}
.footer .inner .col2 .left {
  width: 38%;
}
.footer .inner .col2 .right {
  width: 62%;
}
.footer .inner .col2 .right .nav {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}
.footer .inner .col2 .right .nav .sitemap {
  width: 66%;
  padding: 0 2rem;
}
.footer .inner .col2 .right .nav .sitemap .ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 1rem;
  padding: 0 2rem;
}
.footer .inner .col2 .right .nav .sitemap .li {
  list-style: none;
  font-size: 1.6rem;
}
.footer .inner .col2 .right .nav .sitemap .li a {
  color: inherit;
}
.footer .inner .col2 .right .nav .sitemap .li:nth-of-type(-n+5) {
  grid-column: 1;
}
.footer .inner .col2 .right .nav .sitemap .li:nth-of-type(n+6) {
  grid-column: 2;
}
.footer .inner .col2 .right .nav .sitemap .li:nth-of-type(6) {
  grid-row: 1;
}
.footer .inner .col2 .right .nav .sitemap .li:nth-of-type(7) {
  grid-row: 2;
}
.footer .inner .col2 .right .nav .sitemap .li:nth-of-type(8) {
  grid-row: 3;
}
.footer .inner .col2 .right .nav .sitemap .li:nth-of-type(9) {
  grid-row: 4;
}
.footer .inner .col2 .right .nav .sitemap .li:nth-of-type(10) {
  grid-row: 5;
}
.footer .inner .col2 .right .nav .sns {
  width: 33%;
  padding: 0 2rem;
}
.footer .inner .col2 .right .nav .sns .ul {
  padding: 0 2rem;
}
.footer .inner .col2 .right .nav .sns .li {
  list-style: none;
  margin: 0 0 3rem;
}
.footer .inner .col2 .right .nav .sns .li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  color: inherit;
}
.footer .inner .col2 .right .nav h4 {
  font-size: 2rem;
  color: #c0b28b;
  margin: 0 0 3rem;
  padding: 0 2rem 2rem;
  border-bottom: 0.1rem solid #c0b28b;
}
.footer .inner .col2 .right .nav .flex {
  width: 100%;
  display: flex;
  gap: 5.2vw;
  /*10*/
  margin: 8rem 0 0;
  padding: 3rem 0 0;
  border-top: 0.1rem solid #c9c8c7;
}
.footer .inner .col2 .right .nav .flex a {
  color: inherit;
}
.footer .inner .copyright {
  font-size: 1.6rem;
  text-align: center;
}
.footer .inner .copyright a {
  color: inherit !important;
}




/*追加ライブラリ*/
/*スムーススクロール*/
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.5);
  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%;
  background: #000;
  color: #fff;
  width: 7rem;
  height: 7rem;
  z-index: 4;
}
.pagetop a {
  width: inherit;
  height: inherit;
  display: inline-grid;
  place-items: center;
  color: #fff;
}





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





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