@charset "UTF-8";
/*bootstrap対策*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: 600;
  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);*/
}
*,
figure,
label,
::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: #231a15;
  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: #231a15;
}





/*汎用*/
.inner {
  width: 80%;
  max-width: 120rem;
  margin: auto;
}
.titleA {
  display: grid;
  margin: 0 auto 5rem;
}
.titleA h3 {
  grid-row: 2/3;
  font-size: 2.8rem;/*2.1*/
  font-weight: 600;
  text-align: center;
  margin: -1em auto 0;
  position: relative;
  z-index: 2;
      letter-spacing: 0.5em;
}
.titleA p {
  font-size: 8rem;
  color: rgb(206 207 209);
  text-align: center;
  line-height: 1;
}
.titleB {
  display: grid;
  margin: 0 auto 5rem;
}
.titleB h3 {
  grid-row: 2/3;
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center;
  margin: -0.5em auto 0;
  position: relative;
  z-index: 2;
}
.titleB p {
  font-size: 5rem;
  /*color: rgba(255, 255, 255, 0.5);*/
      color: #231a1580;
  text-align: center;
  line-height: 1;
}
.buttonA {
  width: fit-content;
  margin: auto;
  position: relative;
}
.buttonA :is(a, span) {
  color: inherit;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0 2em 0 0;
  text-decoration: none;
  font-size: 1.7rem;
    font-weight: 600;
}
.buttonA :is(a, span)::after {
  content: ">";
  transform: scale(0.5, 1);
  right: 1rem;
  position: absolute;
}
.buttonA :is(a, span):hover::after {
  right: 0;
  transition: 0.5s;
}





/*header*/
#wrapper .header{
  background: rgba(21, 25, 27, 0.6);
}
.header {
  width: 100%;
  /*height: 15rem;*/
  height: 8rem;
  position: fixed;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0 clamp(2rem, 1.3vw, 2.5rem) 0 clamp(2rem, 2.6vw, 5rem);
}
.header .left {}
.header .left h1 {
  font-size: 1.5rem;
  line-height: 1.5;
  position: absolute;
  bottom: 1rem;
}
.header .left .logo {
  position: absolute;
  bottom: -5rem;
}
.header .right {
  width: auto;
  min-width: 100rem;
}
.header .right .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5625vw;
  /*3*/
  flex-wrap: nowrap;
}
.header .right .nav .ul {
  width: 80%;
  display: flex;
  justify-content: space-around;
}
.header .right .nav .li {
  flex-grow: 1;
  list-style: none;
  font-size: 1.5rem;
  width: fit-content;
  height: 3.6rem;
}
.header .right .nav .li p {
  width: 100%;
  height: inherit;
}
.header .right .nav .li a {
  width: 100%;
  height: inherit;
  display: grid;
  align-items: center;
  text-align: center;
  color: #fff;
}
.header .right .nav .li:last-of-type {
  border: 0.1rem solid #fff;
  background: rgba(255, 255, 255, 0.1);

}
.header .right .nav .info {
  min-width: 20rem;
  line-height: 1.5;
}
.header .right .nav .info a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header .right .nav .info .mobile a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_mobile.png) no-repeat center;
  width: 1.7rem;
  height: 1.8rem;
  display: inline-block;
}
.header .right .nav .info .tel a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_phone.png) no-repeat;
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
}
p.tel.tel_font {
    font-size: 10px;
    color: #fff;
}



/*main*/
.mainimg {
  width: 81.25%;
  height: 44rem;
  margin: 0 0 0 auto;
  position: relative;
}
.mainimg .title {
  display: grid;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: -15.625vw;
  z-index: 2;
}
.mainimg .title h2 {
  grid-row: 2/3;
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  color: #989a9f;
}
.mainimg .title p {
  font-size: 5rem;
  text-align: center;
  line-height: 1;
}
.bottom {
  width: 81.25%;
  height: 42rem;
  margin: 0 0 -24rem auto;
  padding: 0 13.8vw 0 0;
  /*25.6*/
  background: url(/system_panel/uploads/images/bottom_bg.jpg) rgba(21, 25, 27, 0.6);
  background-size: cover;
  background-blend-mode: darken;
  display: grid;
  justify-content: end;
  align-items: center;
  position: relative;
  z-index: 2;
}
.bottom .titleA {
  margin: auto;
}
.bottom .titleA h3 {
  margin: 1rem auto 0;
}
.bottom .titleA h3 a {
  color: #fff;
}





/*footer*/
.footer {
  background: #15191b;
  padding: 31rem 0 4rem;
}
.footer .inner>p:not(.copyright, .link) {
  color: #dee0e4;
  margin: 0 0 5rem;
}
.footer .inner .link {
  margin: 0 0 1rem;
}
.footer .inner .link a {
  color: #dee0e4;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer .inner .link a::after {
  content: "";
  background: url(/system_panel/uploads/images/icon_link.png) no-repeat center;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}
.footer .inner .logo {
  margin: 0 0 2rem;
}
.footer .inner p {
  color: #fff;
}
.footer .inner .info {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin: 0 0 6rem;
}
.footer .inner .info a {
  color: #fff;
}
.footer .inner .info a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer .inner .info .mobile a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_mobile.png) no-repeat center;
  display: inline-block;
  width: 1rem;
  height: 1.8rem;
}
.footer .inner .info .phone a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_phone.png) no-repeat center;
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
}
.footer .inner .info .mail a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_mail.png) no-repeat center;
  display: inline-block;
  width: 1.6rem;
  height: 1.2rem;
}
.footer .inner .copyright {
  color: #dee0e4;
  text-align: right;
}
.footer .inner .follow {
  display: flex;
  gap: 1.5rem;
}
.footer .inner .follow p {
  color: #dee0e4;
}
.footer .inner .follow .icon {
  width: 1.8rem;
  height: 1.8rem;
}
.footer .inner .follow .icon img {
  height: 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: url(/system_panel/uploads/images/fortop.png) no-repeat center rgba(35, 26, 21, 0.5);
  background-size: 70%;
  color: #fff;
  width: 5.3rem;
  height: 4.9rem;
  padding: 0.2rem;
  z-index: 4;
}
.pagetop a {
  width: inherit;
  height: inherit;
  display: inline-grid;
  place-items: center;
  color: #fff;
}




/*.headerSwitch用*/
/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
.header.scroll-nav {
  /* 余白を狭くする */
  /* 背景を白にする */
  background: rgba(0, 0, 0, 0.2);
}
.header.scroll-nav .left h1{
  display:none;
}
.header.scroll-nav .left h1 {
  color: #fff;
}
.header.scroll-nav .left .logo{
      position: inherit;
}
.header.scroll-nav{
padding: 0 clamp(2rem, 1.3vw, 2.5rem) 15px clamp(2rem, 2.6vw, 5rem);
}
/* 「scroll-navクラス」がヘッダーについたときに、ロゴとナビゲーションの文字を黒にする */
.header.scroll-nav :is(.logo, .ul .li a) {}




/*アコーディオン*/
.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;
}




/*========= スクロールダウンのためのCSS ===============*/
/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scroll{
  position: absolute;
  bottom: 7.8125vw;/*15*/
  left: -8vw;/*7*/
  z-index: 3;
}
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	right:10rem;
	top:5rem;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 p{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -50px;
    /*テキストの形状*/
	color: #000;
  writing-mode: vertical-lr;
  font-size:1.8rem;
  font-family: serif;
	letter-spacing: 0.05em;
  text-shadow: 0 0 0.25rem rgba(255,255,255,0.9);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 5rem;
  left:-0.5rem;
    /*線の形状*/
	width: 1px;
	height: 80px;
	background: #000;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:40px;
		opacity: 1;
	}
	100%{
		height:0;
		top:80px;
		opacity: 0;
	}
}

/*========= レイアウトのためのCSS ===============*/

/*
#container{
	position: relative;
	z-index:1;
	background:#000;
	padding:600px 0;
	text-align: center;
}
*/
/*
@media screen and (max-width:768px){

    #header,
    #header:before{
	height: 90vh;    
    }
    
}
*/





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