@charset "UTF-8";
/*bootstrap対策*/
:is(h1, h2, h3, h4, h5, h6) {
  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: #00441d;
  font-size: 1.5rem;
  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 {
  max-width: 120rem;
  margin: auto;
}
.titleA {
  display: grid;
  gap: 1rem;
  margin: 0 0 5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.titleA :is(h2, h3) {
  font-size: 1.8rem;
  color: #00441d;
}
.titleA p {
  grid-row: 1;
  font-weight: bold;
  font-size: 3.6rem;
  color: #00603d;
}
.titleB {
  display: grid;
  gap: 1rem;
  margin: 0 0 5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.titleB h4 {
  font-size: 3.4rem;
  font-weight: bold;
  color: #00603d;
}
.titleB p {
  grid-row: 1;
  font-size: 1.8rem;
  color: #00441d;
  position: relative;
}
.titleB p::before {
  content: "";
  background: url(/system_panel/uploads/images/titleB_pbefore.png) no-repeat;
  background-size: cover;
  width: 1.8229vw;
  /*3.5*/
  aspect-ratio: 3.5/3.8;
  display: inline-block;
  position: absolute;
  left: calc(-1.8229vw - 1.5rem);
  top: -1rem;
}
.buttonA {
  width: fit-content;
  height: 3.7rem;
  border-radius: 0.5rem;
  background: #007e43;
}
.buttonA :is(a, span) {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5em;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.buttonA :is(a, span)::after {
  content: "▶";
  font-size: 0.7rem;
  color: #477b5d;
  width: 1.4rem;
  height: 1.4rem;
  background: #fff;
  border-radius: 50%;
  display: grid;
  align-items: center;
  text-align: center;
  position: absolute;
  right: 1rem;
}
.buttonA :is(a, span):hover::after {
  right: 0.5rem;
  transition: 0.5s;
}



/*.header*/
.header {
  width: 100%;
  height: 10rem;
  padding: 1rem 4rem 2rem 7.8125vw;
  /*15*/
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.header .left h1 {
  font-size: 1.4rem;
  margin: 0 0 1rem;
}
.header .right {}
.header .right .nav {
  display: flex;
  gap: 2.08vw;
  /*4*/
}
.header .right .nav .ul {
  display: flex;
  gap: 2.08vw;
  /*4*/
}
.header .right .nav .li {
  width: fit-content;
  height: 3.6rem;
  list-style: none;
  font-size: 1.6rem;
}
.header .right .nav .li:first-of-type {
  display: none;
}
.header .right .nav .li p {
  width: 100%;
  height: inherit;
}
.header .right .nav .li a {
  width: 100%;
  height: inherit;
  color: inherit;
  display: grid;
  align-items: center;
  text-decoration: none;
}
.header .right .nav .info {
  display: flex;
  align-items: center;
  gap: 2.08vw;
  /*4*/
}
.header .right .nav .info .insta a {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: #00603d;
  display: grid;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.header .right .nav .info .mail {
  width: fit-content;
  height: 3.6rem;
  background: #c4cc32;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header .right .nav .info .mail a {
  width: 100%;
  height: inherit;
  padding: 0 2em;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  color: #ffffff;
}
/*-----ハンバーガーメニュー-----*/
.navToggle {
  display: none;
}









/*main*/
.mainimg {
  width: 100%;
  height: 25rem;
  background: #fcf7ed url(/system_panel/uploads/images/mainimgbg.png) no-repeat top right;
  padding: 16rem 0 0;
}
.mainimg .titleA {
  margin: 0 0 0 7.8125vw;
  /*15*/
}
.bottom {
  background: url(/system_panel/uploads/images/bottom_bg.jpg) no-repeat;
  background-size: cover;
  padding: 16rem 0;
}
.bottom .flex {
  max-width: 120rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom .flex .titleA {
  margin: 0;
}
.bottom .flex .titleA * {
  color: #fff;
}
.bottom .flex a {
  color: inherit;
}
.bottom .flex a .mail {
  display: grid;
  gap: 1rem;
  position: relative;
  margin: 0 7rem 0 0;
}
.bottom .flex a .mail::after {
  content: "";
  background: url(/system_panel/uploads/images/bottom_mail_after.png) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 6rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: absolute;
  right: -7rem;
}
.bottom .flex a .mail h3 {
  font-size: 1.6rem;
  color: #fff;
}
.bottom .flex a .mail p {
  grid-row: 1;
  font-size: 2.6rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
}










/*ブロマル用*/
: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 {
  background: #007e43 url(/system_panel/uploads/images/logomark.png) no-repeat bottom right 7.8125vw;
  /*15*/
  background-size: 22.03vw;
  /*42.3*/
  padding: 10rem 0 4rem;
}
.footer .inner .logo {
  margin: 0 0 5rem;
}
.footer .inner p {
  color: #fff;
  line-height: 2.13;
}
.footer .inner .copyright {
  text-align: center;
}
.footer .inner .copyright a {
  color: inherit;
  text-decoration: none;
}




/*追加ライブラリ*/
/*スムーススクロール*/
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(255, 255, 255, 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;
  color: #b6e0c2;
}
.aco-open.active::after {
  /* 開いている時 */
  content: "×";
  color: #b6e0c2;
  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;
}