@charset "UTF-8";
/*bootstrap対策*/
:is(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font-family: inherit;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700 !important;
  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: #000;
  font-size: 1.7rem;
  font-weight: 700 !important;
  font-family: "Zen Kaku Gothic", 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;
  align-items: baseline;
  gap: 1rem;
  margin: 0 0 4rem;
}
.titleA h3 {
  font-size: 3.7rem;
}
.titleA p {
  font-size: 2rem;
  color: #68b9dd;
}
.buttonA {
  width: fit-content;
  height: 4rem;
  background: #eee768;
  border-radius: 2rem;
  border: 0.2rem solid #000;
}
.buttonA :is(a, span) {
  text-decoration: none;
  color: inherit;
  height: inherit;
  display: grid;
  align-items: center;
  padding: 0 2em;
}
.buttonB {
  width: fit-content;
  height: 3.5rem;
  background: #f0f9fd;
  border-radius: 1.75rem;
}
.buttonB :is(a, span) {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  color: #68b9dd;
  position: relative;
  padding: 0 2em;
}
.buttonB :is(a, span)::after {
  content: "➝";
  position: absolute;
  right: 1rem;
}
.buttonC {
  width: fit-content;
  height: 4rem;
  background: #68b9dd;
  border-radius: 2rem;
}
.buttonC :is(a, span) {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  padding: 0 2em;
}
.buttonC :is(a, span)::after {
  content: "➝";
  position: absolute;
  right: 1rem;
}
.buttonD {
  width: fit-content;
  height: 4rem;
  background: #fff;
  border-radius: 2rem;
  border: 0.2rem solid #000;
}
.buttonD :is(a, span) {
  text-decoration: none;
  color: inherit;
  height: inherit;
  display: grid;
  align-items: center;
  padding: 0 2em;
}



/*header*/
.header {
  width: 100%;
  height: 17rem;
  padding: 0 7.29vw 0 13vw;
  /*14 25*/
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 9;
}
.header .left {
  width: 14%;
  min-width: 12rem;
}
.header .left .logo {
  width: fit-content;
  max-width: 12rem;
  position: absolute;
  top: 3rem;
}
.header .left .logo img {
  width: 100%;
}
.header .right {
  width: 86%;
}
.header .right .nav {
  width: 100%;
  max-width: 115rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0 auto;
}
.header .right .nav .ul {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header .right .nav .li {
  list-style: none;
  font-size: 1.8rem;
}
.header .right .nav .li:first-of-type {
  display: none;
}
.header .right .nav .li a {
  color: inherit;
  height: 4rem;
  display: grid;
  align-items: center;
}
.header .right .nav .info {
  width: 25%;
  min-width: 39rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header .right .nav .info :is(.recruit, .contact) {
  width: 50%;
  height: 4rem;
  border-radius: 2rem;
  border: 0.2rem solid #000;
}
.header .right .nav .info :is(.recruit, .contact) a {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.header .right .nav .info .recruit {
  background: #eee768;
}
.header .right .nav .info .recruit a {
  color: inherit;
}
.header .right .nav .info .recruit a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_recruit.png) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 1.9rem;
  min-width: 1.9rem;
  height: 1.9rem;
}
.header .right .nav .info .contact {
  background: #68b9dd;
}
.header .right .nav .info .contact a {
  color: #fff;
}
.header .right .nav .info .contact a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_contact.png) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 2.3rem;
  min-width: 2.3rem;
  height: 1.7rem;
}

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









/*main*/
.mainimg {
  width: 100%;
  height: calc(48rem + 14rem);
  padding: 14rem 7.29vw 0 23.95vw;
  /*14 46*/
  position: relative;
  background: linear-gradient(180deg, rgba(252, 250, 216, 1), rgba(252, 250, 216, 0.3));
  position: relative;
}
.mainimg .maintitle {
  position: absolute;
  bottom: 8rem;
  left: 18.75vw;
  /*36*/
  z-index: 2;
}
.mainimg .maintitle h2 {
  font-size: 4.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900 !important;
  line-height: 1.44;
  -webkit-text-stroke: 0.16rem #fff;
}
.mainimg .maintitle p {
  font-size: 3.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900 !important;
  color: #fffc00;
  -webkit-text-stroke: 0.16rem #5fbadc;
}
.mainimg .pic {
  width: 100%;
  height: 48rem;
  border-radius: 3rem;
  overflow: hidden;
}
.index .mainimg .pic {
  width: 100%;
  height: 65rem;
}
.mainimg .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bottom {
  width: 80%;
  max-width: 120rem;
  margin: 10rem auto;
  background: #5fbadc;
  border-radius: 1rem;
  position: relative;
  padding: clamp(2rem, 1.3vw, 2.5rem) clamp(2rem, 2.08vw, 4rem);
}
.bottom::before {
  content: "";
  background: url(/system_panel/uploads/images/bottom_ribbon.png) no-repeat;
  background-size: cover;
  width: 14.27vw;
  /*27.4*/
  aspect-ratio: 27.4/9.6;
  display: inline-block;
  position: absolute;
  left: -2.08vw;
  /*4*/
  top: -1.5625vw;
  /*3*/
}
.bottom .col2 {
  display: flex;
  gap: 3.645vw;
  /*7*/
}
.bottom .col2 .left {
  width: 50%;
}
.bottom .col2 .left h3 {
  font-size: 3.1rem;
  text-align: center;
  color: #fffa6c;
  line-height: 1.5;
  margin: 0 0 2rem;
}
.bottom .col2 .left .tel {
  text-align: center;
  color: #fff;
}
.bottom .col2 .left .tel a {
  font-size: 5rem;
  color: #fff;
  display: flex;
  gap: 1rem;
  align-items: baseline;
  justify-content: center;
}
.bottom .col2 .left .tel a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_tel.png) no-repeat;
  background-size: cover;
  width: 3.7rem;
  min-width: 3.7rem;
  height: 3.7rem;
  display: inline-block;
}
.bottom .col2 .right {
  width: 50%;
  background: #fff;
  border-radius: 1rem;
  padding: clamp(2rem, 1.82vw, 3.5rem);
  position: relative;
}
.bottom .col2 .right::before {
  content: "";
  background: url(/system_panel/uploads/images/bottom_illust1.png) no-repeat;
  background-size: cover;
  width: 8.489vw;
  /*16.3*/
  min-width: 8rem;
  aspect-ratio: 16.3/7;
  display: inline-block;
  position: absolute;
  left: -1.04vw;
  /*2*/
  bottom: -1.04vw;
  /*2*/
}
.bottom .col2 .right h3 {
  font-size: 3.2rem;
  text-align: center;
  margin: 0 auto 2rem;
}
.bottom .col2 .right p:not(.buttonC) {
  font-size: 1.8rem;
  text-align: center;
  margin: 0 auto 2rem;
}
.bottom .col2 .right .buttonC {
  margin: auto;
}






/*ブロマル用*/
:is(.blogdetail, .worksdetail, .casesdetail, .topicsdetail) .webgene-blog .webgene-item .cmt h4{
  font-size: 2.1rem;
  font-weight: bold;
  margin: 2.5rem 0 1rem;
  padding: .8rem 2rem;
  border-radius: 0.5rem;
  border-left: 5px solid #a1d1e8;
  /*要変更*/
  background: #fff;
  box-shadow: 0 0 0.5rem rgba(0,0,0,0.1);
  line-height: 1.3;
}

:is(.blogdetail, .worksdetail, .casesdetail, .topicsdetail) .webgene-blog .webgene-item .cmt h5 {
  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 h5::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  background-color: #192c56;
  /*要変更*/
  min-width: 50px;
}






/*footer*/
.footer {
  padding: 6rem 0 3rem;
  background: #eee768;
}
.footer .inner .col2 {
  display: flex;
  margin: 0 auto 10rem;
}
.footer .inner .col2 .left {
  width: 55%;
}
.footer .inner .col2 .left .logo {
  width: fit-content;
  margin: 0 auto 5rem;
}
.footer .inner .col2 .left .logo img {
  width: 100%;
}
.footer .inner .col2 .left p {
  text-align: center;
  line-height: 2.05;
}
.footer .inner .col2 .right {
  width: 45%;
}
.footer .inner .col2 .right .nav .ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625vw 5.2vw;
  /*3 10*/
}
.footer .inner .col2 .right .nav .li {
  list-style: none;
  font-size: 1.8rem;
}
.footer .inner .col2 .right .nav .li a {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer .inner .col2 .right .nav .li a::before {
  content: "";
  background: url(/system_panel/uploads/images/arrow.png) no-repeat;
  width: 2.2rem;
  min-width: 2.2rem;
  height: 2.2rem;
  display: inline-block;
}
.footer .inner .copyright {
  text-align: center;
}
.footer .inner .copyright a {
  color: inherit;
}





/*追加ライブラリ*/
/*スムーススクロール*/
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%;
  color: #fff;
  width: 5.6rem;
  height: 6.6rem;
  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: 1.5rem;
  right: 2rem;
  font-size: 5rem;
  color: #b6e0c2;
}
.aco-open.active::after {
  /* 開いている時 */
  content: "＋";
  font-size: 5rem;
  color: #b6e0c2;
  top: 1.5rem;
}





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