@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: #030000;
  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 {
  width: 80%;
  max-width: 120rem;
  margin: auto;
}
.titleA {
  display: grid;
  margin: 0 0 8rem;
}
.titleA h3 {
  font-size: 1.6rem;
}
.titleA p {
  grid-row: 1;
  font-size: 4rem;
  font-family: "Tenali Ramakrishna", sans-serif;
  line-height: 1.5;
}
.buttonA {
  width: fit-content;
  min-height: 3.3rem;
  font-size: 1.9rem;
  font-family: "Tenali Ramakrishna", sans-serif;
  background: none;
  border: none;
  cursor: pointer;
}
.buttonA :is(a, span) {
  width: 100%;
  min-height: inherit;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: inherit;
  text-decoration: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.buttonA :is(a, span)::before {
  content: "➝";
  font-size: 1.4rem;
  color: #fff;
  min-width: 3.3rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #bd9e45;
  display: grid;
  align-items: center;
  text-align: center;
  padding: 0.5rem 0 0;
}
.buttonA :is(a, span):hover::before {
  background: #000;
  transition: 0.5s;
}
.catch {
  font-size: 3rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin: 0 0 5rem;
}

/*header*/
.header {
  width: 100%;
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 9;
  padding: 0 4.16vw 0 14.58vw;
  /*8 28*/
}
.header .logo {
  position: absolute;
  left: 14.58vw;
  /*28*/
  top: 1.45vw;
  /*2.8*/
}

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









/*main*/
.mainimg {
  width: 100%;
  height: 32rem;
  position: relative;
  overflow: hidden;
}
.mainimg::before {
  content: "";
  width: 100%;
  height: inherit;
  display: inline-block;
  background: rgba(1, 3, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mainimg h2 {
  width: 100%;
  font-size: 6rem;
  font-family: "Tenali Ramakrishna", sans-serif;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 2.6vw;
  /*5*/
  z-index: 2;
}
.mainimg>.pic {
  width: 100%;
  height: inherit;
  position: relative;
}
.mainimg>.pic::after {
  content: "";
  width: 100%;
  height: inherit;
  background: rgba(3, 0, 0, 0.15);
  mix-blend-mode: darken;
}

.bottom {
  width: 70%;
  height: 30rem;
  background: url(/system_panel/uploads/images/bottom_bg.jpg) no-repeat center;
  filter: grayscale(1);
  background-size: cover;
  max-width: 110rem;
  margin: 0 0 0 auto;
  /*10*/
  transform: translate(0, 5.2vw);
  /*10*/
}
.bottom:hover{
  filter: grayscale(0);
  transition: 0.5s;
}
.bottom a {
  width: 100%;
  height: inherit;
  display: grid;
  align-items: center;
  padding: 0 5.2vw;
  /*10*/
  color: #fff;
  text-decoration: none;
}
.bottom .titleA {
  margin: 0;
}








/*footer*/
.footer {
  padding: 24rem 0 6rem;
  background: #f6f6f6;
}
.footer .inner .col2 {
  display: flex;
  align-items: center;
  gap: 2.6vw;
}
.footer .inner .col2 .left {
  width: 50%;
}
.footer .inner .col2 .left .logo {
  width: fit-content;
  margin: 0 0 8rem;
}
.footer .inner .col2 .left .logo img {
  width: 100%;
}
.footer .inner .col2 .left .dl {
  width: 100%;
  min-height: 6rem;
  display: flex;
  align-items: start;
}
.footer .inner .col2 .left .dt {
  width: 17%;
  min-width: 6em;
  line-height: 1.6;
}
.footer .inner .col2 .left .dd {
  width: 83%;
  line-height: 1.6;
}
.footer .inner .col2 .left .dd a {
  color: inherit;
}
.footer .inner .col2 .right {
  width: 50%;
  aspect-ratio: 3/2;
}
.footer .inner .col2 .right iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.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(0, 0, 0, 0.5);
}
/* 「.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: 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;
}