@charset "UTF-8";
/*bootstrap対策*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: inherit
}
p {
  margin: 0;
}
dl,
ol,
.ul {
  margin: 0;
}
dt,
.dd {
  margin: 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,
label {
  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: #1c1914;
  font-size: 1.7rem;
  font-weight: 600;
  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: #1c1914;
}










/*汎用*/
.inner {
  width: 80%;
  max-width: 120rem;
  margin: auto;
}
[class^="title"] {
  display: grid;
  gap: 2rem;
  margin: 0 auto 5rem;
}
[class^="title"] h3 {
  font-size: 4rem;
  line-height: 1.5;
}
[class^="title"] p {
  grid-row: 1/2;
  width: fit-content;
  height: 4rem;
  font-size: 3rem;
  font-weight: bold;
  color: #ab7621;
  position: relative;
  overflow: hidden;
  padding: 0 1em 0 0;
  display: grid;
  align-items: center;
}
[class^="title"] p::after {
  content: "";
  width: 5rem;
  height: 5rem;
  display: inline-block;
  border-left: 0.1rem solid #ab7621;
  transform: rotate(45deg);
  transform-origin: center;
  position: absolute;
  right: -1.5rem;
  bottom: -2rem;
}
.titleA {
  margin: 0 0 5rem;
}
.titleA h3 {
  color: #fff;
}
.titleA p::after {
  background: url(/system_panel/uploads/images/bgA.jpg);
}
.titleB {
  justify-content: center;
}
.titleB p::after {
  background: #f0f0f0;
}
.buttonA {
  width: fit-content;
  min-width: 24rem;
  height: 4.6rem;
  background: #1c1914;
  border: 0.1rem solid #ab7621;
}
.buttonA :is(a, span) {
  width: 100%;
  height: inherit;
  display: grid;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  text-decoration: none;
}
.buttonA :is(a, span)::after {
  content: "";
  width: 2rem;
  height: 0.1rem;
  background: #ab7621;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;

}



/*header*/
.header {
  width: 100%;
  height: 11rem;
  padding: 4rem 0 0 7.29vw;
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 9;
}
.header .logo {
  width: 20%;
  min-width: 23rem;
}
.header .logo img {
  width: 100%;
}
.header .nav {
  width: 80%;
  max-width: 87rem;
  display: flex;
  justify-content: space-between;
}
.header .nav .ul {
  width: 70%;
  height: 7rem;
  display: flex;
}
.header .nav .li {
  width: auto;
  height: inherit;
  flex-grow: 1;
  display: grid;
  align-items: center;
  justify-content: center;
}
.header .nav .li a {
  color: #fff;
}
.header .nav .li:first-of-type {
  display: none;
}
.header .nav .form {
  width: auto;
  min-width: 22rem;
}
.header .nav .form p {
  width: 100%;
  height: 3.5rem;
          color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
  gap: 1rem;
}
.header .nav .form p a {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #fff;
}
.header .nav .form p:first-of-type {
  background: #2b2521;
  pointer-events: none;
}
.header .nav .form p:last-of-type {
  background: #ab7621;
}

/*.header .nav .form p:first-of-type a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_car.png) no-repeat center;
  width: 1.9rem;
  height: 1.5rem;
  display: inline-block;
  background-size: cover;
}*/
p.p1750925550829::before {
    content: "";
    background: url(/system_panel/uploads/images/icon_car.png) no-repeat center;
    width: 1.9rem;
    height: 1.5rem;
    display: inline-block;
    background-size: cover;
}
/*.header .nav .form p:last-of-type a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_mail.png) no-repeat center;
  width: 1.6rem;
  height: 1.2rem;
  display: inline-block;
  background-size: cover;
}*/
p.p1750925550835::before {
  content: "";
    background: url(/system_panel/uploads/images/icon_mail.png) no-repeat center;
    width: 1.6rem;
    height: 1.2rem;
    display: inline-block;
    background-size: cover;
}





/*main*/
.mainimg {
  width: 100%;
  height: 30rem;
  overflow: hidden;
  position: relative;
}
.mainimg h2 {
  font-size: 5rem;
  color: #fff;
  line-height: 1.7;
  position: absolute;
  z-index: 2;
  left: 7.29vw;
  /*14*/
  bottom: 4rem;
}
.mainimg .pic {
  width: 100%;
  height: inherit;
}
.mainimg .pic img {
  filter: hue-rotate(90deg) saturate(0%) brightness(97%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}






/*footer*/
.footer {
  width: 100%;
  background:#303030;
  padding: 8rem 0 0;
}
.footer .inner .titleA p::after{
  background: #303030;
}
.footer .inner .col2{
  display: flex;
  align-items: center;
  margin: 0 auto 5rem;
}
.footer .inner .col2:first-of-type{
  border-bottom: 0.1rem solid #413c35;
}
.footer .inner .col2 .left{
  width: 58%;
}
.footer .inner .col2 .left .logo{
  margin: 0 0 2rem;
}
.footer .inner .col2 .left>p{
  color: #fff;
  line-height: 2.29;
}
.footer .inner .col2 .right{
  width: 48%;
}
.footer .inner .col2 .right .nav{}
.footer .inner .col2 .right .nav .ul{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625vw;/*3*/
  justify-content: space-around;
}
.footer .inner .col2 .right .nav .li{
  list-style: none;
  flex-grow: 1;
}
.footer .inner .col2 .right .nav .li a{
  display: flex;
  gap: 1rem;
  align-items: center;
  color: #fff;
}
.footer .inner .col2 .right .nav .li a::before{
  content: "";
  background: url(/system_panel/uploads/images/arrow.png);
  width: 0.9rem;
  height: 1.1rem;
  display: inline-block;
}
.footer .copyright{
  width: 100%;
  background: #181818;
  padding: 0.75em 0;
  text-align: center;
  color: #fff;
}







/*ページ遷移時のフェードイン効果*/
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 {
  top: 0;
}
.header.scroll-nav {
  /* 余白を狭くする */
  /* 背景を白にする */
  background: rgba(0, 0, 0, 0.5);
}
/* 「scroll-navクラス」がヘッダーについたときに、ロゴとナビゲーションの文字を黒にする */
.header.scroll-nav :is(.logo, .ul .li a) {}






/*mousestalker*/
.stalker {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  pointer-events: none;
  z-index: 9999;

  /* Flexに参加しないようにする */
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0;
  padding: 0;
  order: 1000; /* 後ろに回す */
  display: block; /* 明示的に */
}


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




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