@charset "UTF-8";
/*bootstrap対策*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: 400;
  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);*/
  padding: 0 4.427vw;
  /*8.5*/
}
html {
  scroll-padding-top: 70px;
  /* 固定ヘッダの高さ分 */
}
body {
  color: #231815;
  font-size: 1.6rem;
  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: #231815;
}





/*汎用*/
.inner {
  width: 80%;
  max-width: 120rem;
  margin: auto;
}
.titleA {
  display: grid;
  margin: 0 0 4rem;
}
.titleA h3 {
  font-size: 4rem;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  line-height: 1.5;
}
.titleA p {
  grid-row: 1/2;
  font-size: 1.7rem;
  font-weight: 800;
  font-family: "M PLUS 2", sans-serif;
  width: fit-content;
  height: 2.6rem;
  background: #0060ab;
  border-radius: 0.5rem;
  display: grid;
  align-items: center;
  padding: 0 1em;
  color: #fff;
}

.titleB {
  display: grid;
  margin: 0 0 4rem;
}
.titleB h3 {
  font-size: 4rem;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  line-height: 1.5;
}
.titleB p {
  grid-row: 1/2;
  font-size: 1.7rem;
  font-weight: 800;
  font-family: "M PLUS 2", sans-serif;
  color: #0060ab;
}
.titleB p::before {
  content: "●";
}
.buttonA {
  width: fit-content;
  min-width: 20rem;
  min-height: 3.3rem;
  background: #0060ab;
  border-radius: 0.5rem;
}
.buttonA :is(a, span) {
  width: 100%;
  min-height: inherit;
  display: grid;
  align-items: center;
  text-align: center;
  font-weight: bold;
  color: #fff;
  position: relative;
  line-height: 1 !important;
}
.buttonA :is(a, span)::after {
  content: "";
  background: url(/system_panel/uploads/images/arrow.png) no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  display: inline-block;
  position: absolute;
  right: 1rem;
}
.buttonA :is(a, span):hover::after {
  right: 0.5rem;
  transition: 0.5s;
}





/*header*/
.header {
  width: 100%;
  height: 11rem;
  position: sticky;
  top: 0;
  z-index: 9;
}
.header .inner h1 {
  font-size: 1.6rem;
  padding: 1rem 0 1.5rem;
}
.header .inner .col2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .inner .col2 .left {
  width: fit-content;
}
.header .inner .col2 .right {
  width: 80%;
  max-width: 78rem;
}
.header .inner .col2 .right .nav {
  width: 100%;
  height: 3.3rem;
}
.header .inner .col2 .right .nav>.ul {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .inner .col2 .right .nav>.ul>.li {
  flex-grow: 1;
  height: inherit;
  list-style: none;
  text-align: center;
}

.header .inner .col2 .right .nav>.ul>.li>p {
  width: 100%;
  height: inherit;
}
.header .inner .col2 .right .nav>.ul>.li>p>a {
  width: 100%;
  height: inherit;
  display: grid;
  align-items: center;
  font-weight: bold;
  color: inherit;
}
.header .inner .col2 .right .nav>.ul>.li:first-of-type {
  display: none;
}
.header .inner .col2 .right .nav>.ul>.li>.ul {
  display: none;
      font-weight: bold;
}
.header .inner .col2 .right .nav>.ul>.li:hover>.ul {
  display: block;
}
.header .inner .col2 .right .nav>.ul>.li>.ul .li {
  padding: 1rem;
  background: #fff;
  border: 0.1rem solid #000;
  list-style: none;
  text-align: center;
  margin: 0 0 0.5rem;
}
.header .inner .col2 .right .nav>.ul>.li>.ul .li a {
  color: inherit;
}





/*main*/
.maintitle {
  width: 80%;
  max-width: 120rem;
  height: 17rem;
  margin: 0 auto 2rem;
  padding: 6rem 0 0;
}
.maintitle h2 {
  font-size: 4rem;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  margin: 0 0 2rem;
}
.maintitle p {
  grid-row: 1/2;
  font-size: 1.7rem;
  font-weight: 800;
  font-family: "M PLUS 2", sans-serif;
  width: fit-content;
  height: 2.6rem;
  background: #0060ab;
  border-radius: 0.5rem;
  display: grid;
  align-items: center;
  padding: 0 1em;
  color: #fff;
}






/*footer*/
.footer {
  background: #f5f5f8;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 7.89vw 0 2rem;
  /*19*/
  width: 100%;
  position: relative;
}
.footer .inner {
  max-width: 100rem;
}
.footer .inner .window {
  width: 100%;
  max-width: 100rem;
  background: #0060ab;
  border-radius: 0.5rem;
  position: absolute;
  top: -11rem;
  /*11*/
  padding: 1.5625vw;
  /*3*/
}
.footer .inner .window .button {
  width: 26.5rem;
  height: 4.3rem;
  background: #fa9c2c;
  border-radius: 0.5rem;
  margin: 0 auto 2rem;
}
.footer .inner .window .button a {
  width: 100%;
  height: inherit;
  display: grid;
  align-items: center;
  text-align: center;
}
.footer .inner .window * {
  color: #fff;
}
.footer .inner .window h3 {
  font-size: 2.7rem;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  text-align: center;
  margin: 0 auto 3rem;
}
.footer .inner .window .flex {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2.6vw;
  /*5*/
  margin: 0 auto 2rem;
}
.footer .inner .window .flex .tel {
  text-align: center;
  font-size: 2rem;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
}
.footer .inner .window .flex .tel a {
  font-size: 3.1rem;
}
.footer .inner .window .flex .fax {
  text-align: center;
  font-size: 2rem;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
}
.footer .inner .window .flex .fax span {
  font-size: 3.1rem;
}

.footer .inner .window>p {
  text-align: center;
}
.footer .inner .area {
  margin: 0 0 5rem;
}
.footer .inner .area .col2 {
  width: 100%;
  background: url(/system_panel/uploads/images/footer_area_bg.png) no-repeat top left #e4e4eb;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 2.6vw;
  /*5*/
  padding: 1.5625vw;
  /*3*/
}
.footer .inner .area .col2 .left {
  width: 33%;
}
.footer .inner .area .col2 .left h3 {
  font-size: 2.7rem;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  text-align: center;
}
.footer .inner .area .col2 .right {
  width: 67%;
}
.footer .inner .area .col2 .right p {
  line-height: 1.87;
}
.footer .inner>.col2 {
  display: flex;
  margin: 0 0 4rem;
}
.footer .inner>.col2 .left {
  width: 60%;
}
.footer .inner>.col2 .left .logo {
  width: fit-content;
  display: inline-block;
  margin: 0 0 2rem;
}
.footer .inner>.col2 .left .insta {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #0060ab;
  vertical-align: middle;
  margin: 0 0 0 1rem;
}
.footer .inner>.col2 .left .insta a{
  width: 100%;
  height: inherit;
  display: grid;
  align-items: center;
  justify-content: center;
}
.footer .inner>.col2 .left p:not(.official) {
  line-height: 2.18;
  margin: 0 0 2rem;
}
.footer .inner>.col2 .left .official {
  width: 15rem;
  height: 3.4rem;
  background: #0060ab;
  border-radius: 0.5rem;
}
.footer .inner>.col2 .left .official a {
  width: 100%;
  height: inherit;
  display: grid;
  align-items: center;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
.footer .inner>.col2 .right {
  width: 40%;
}
.footer .inner>.col2 .right .nav {
  display: flex;
  justify-content: space-between;
  gap: 1.5625vw;
  /*3*/
}
.footer .inner>.col2 .right .nav .ul {}
.footer .inner>.col2 .right .nav .li {
  list-style: none;
  padding: 0.5em 0;
}
.footer .inner>.col2 .right .nav .li a {
  color: inherit;
  text-decoration: underline;
}
.footer .inner .copyright {
  text-align: right;
}
.te{
  color: #0060ab;
}
.nn{
  color: #fa9c2c;
}
.to{
  color: #ff2533;
}





/*マーキー*/
.marquee {
  font-size: 4rem;
  line-height: 1;
  width: 100%;
  height: 8rem;
  /*本番前にこの行削除*/
  position: relative;
  overflow: hidden;
}
.marquee p {
  font-size: 4rem;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  line-height: 1 !important;
  /*color: #dbcfcf;*/
  white-space: pre;
  display: block;
  position: absolute;
  animation: marquee 40s linear infinite;
  z-index: 2;
  margin:2rem;
  /*animation-duration:2s;
  animation-timing-function:ease-in;
  animation-delay:1s;
  animation-iteration-count:3;
  animation-direction:alternate;
  animation-fill-mode:forwards;
  animation-play-state:running;*/
}
@keyframes marquee {
  0% {
    transform: translateX(110%);
  }
  100% {
    transform: translateX(-100%);
  }
}


/*ページ遷移時のフェードイン効果*/
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%;
  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;
}




/*.headerSwitch用*/
/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
.header {}
.header.scroll-nav {
  background: rgba(255, 255, 255, 0.7);
}
/* 「scroll-navクラス」がヘッダーについたときに、ロゴとナビゲーションの文字を黒にする */
.header.scroll-nav :is(.logo, .ul .li a) {}





/*main*/


/*ブロマル用*/
: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;
}


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




/*========= 流れるテキスト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;
}