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





h3.typeA {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 2;
  margin: 0 auto 5rem;
  text-align: center;
}
h3.typeB {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 5rem;
  display: grid;
  gap: 3rem;
  margin: 0 auto 5rem;
  line-height: 1 !important;
}
h3.typeB::before {
  content: "";
  width: 3.5rem;
  height: 0.3rem;
  background: #c79231;
  display: inline-block;
  margin: auto;
}
a {
  color: initial;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}





/*汎用*/
.catch {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3rem;
  line-height: 2;
  margin: 0 0 5rem;
}
.inner {
  width: 80%;
  max-width: 120rem;
  margin: auto;
}
.buttonA {
  width: fit-content;
  font-size: 1.5rem;
}
.buttonA :is(a, span) {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 2em 0 0;
  line-height: 1 !important;
}
.buttonA :is(a, span)::after {
  content: ">";
  width: 7rem;
  height: 3.5rem;
  background: #fff;
  border-radius: 50%;
  border: 0.1rem solid #000;
  display: inline-grid;
  align-items: center;
  text-align: center;
  transform: scale(0.5, 1);
  position: absolute;
  right: -3.5rem;
}
.buttonA :is(a, span):hover::after {
  right: -4rem;
  transition: 0.5s;
}





/*header*/
.header {
  width: 100%;
  height: 16.5rem;
  display: grid;
  text-align: center;
  align-content: center;
  gap: 2.08vw;
  /*4*/
  position: sticky;
  top: 0;
  z-index: 9;
}
.header .logo {
  width: fit-content;
  max-width: 33.6rem;
  margin: auto;
}
.header .logo img {
  width: 100%;
}
.header .contact {
  position: absolute;
  top: 2.08vw;
  /*4*/
  right: 4.16vw;
  /*8*/
  width: fit-content;
  height: 3.7rem;
  background: #f5f5f5;
  border: 0.1rem solid #a5b6c4;
  border-radius: 0.5rem;
}
.header .contact a {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 2em;
}
.header .contact a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_mailA.png);
  width: 1.5rem;
  height: 1.1rem;
  display: inline-block;
}
.header .nav {
  width: 100%;
  max-width: 120rem;
  margin: auto;
}
.header .nav .ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header .nav .li {
  list-style: none;
}
.header .nav .li:last-of-type {
  display: none;
}




/*main*/
.mainimg {
  width: 100%;
  height: 26.5rem;
  background: url(/system_panel/uploads/images/mainimg.png) no-repeat center;
  background-size: cover;
  position: relative;
}
.mainimg h2 {
  width: 100%;
  font-size: 5.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  text-align: center;
  position: absolute;
  top: calc(50% - 0.5em);
  text-shadow: 0 0 1rem rgba(170, 180, 178, 0.7);
}
.mainimg h2 span {
  font-size: 4.5rem;
}
.mainimg p {
  font-size: 2.7rem;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: absolute;
  color: #fff;
}
.bottom {
  display: flex;
  align-items: center;
  width: 80%;
  max-width: 100rem;
  margin: auto;
  padding: 10rem 0;
}
.bottom :is(.tel, .mail) {
  width: 50%;
  text-align: center;
}
.bottom .tel h2 {
  font-size: 2.1rem;
  text-align: center;
  margin: 0 auto 2rem;
}
.bottom .tel p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1 !important;
}
.bottom .tel p:has(a) {
  margin: 0 auto 1rem;
}
.bottom .tel a {
  font-size: 3.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  letter-spacing: 0.125em;
}
.bottom .tel a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_telB.png) no-repeat;
  width: 2.6rem;
  height: 2.6rem;
  display: inline-block;
}
.bottom .mail h2 {
  width: fit-content;
  height: 7.5rem;
  background: #817f7e;
  border-radius: 0.5rem;
}
.bottom .mail h2 a {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 1.5625vw;
  /*3*/
  color: #fff;
  position: relative;
}
.bottom .mail h2 a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_mailC.png);
  width: 1.8rem;
  min-width: 1.8rem;
  height: 1.4rem;
  display: inline-block;
}
.bottom .mail h2 a::after {
  content: ">";
  width: 7rem;
  height: 3.5rem;
  background: #fff;
  border-radius: 50%;
  border: 0.1rem solid #000;
  display: inline-grid;
  align-items: center;
  text-align: center;
  transform: scale(0.5, 1);
  color: initial;
}


/*footer*/
.footer {
  background: #817f7e;
  padding: 6rem 0 3rem;
}
.footer .inner {
  max-width: 100rem;
}
.footer * {
  color: #fff;
}
.footer .inner .nav {
  display: flex;
  border-bottom: 0.1rem solid #939190;
  margin: 0 auto 4rem;
}
.footer .nav .ul {
  flex-grow: 1;
}
.footer .inner .nav .li {
  margin: 0 0 4rem;
  list-style: none;
}
.footer .inner .logo {
  width: fit-content;
  margin: auto;
  text-align: center;
  margin: 0 auto 4rem;
}
.footer .inner .logo img {
  margin: 0 auto 2rem;
}
.footer .inner .col2 {
  display: flex;
  margin: 0 auto 4rem;
}
.footer .inner .col2 :is(.left, .right) {
  width: 50%;
}
.footer .inner .col2 .right .tel {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: auto;
}
.footer .inner .col2 .right .tel::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_telC.png);
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
}
.footer .inner .follow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0 auto 2rem;
}
.footer .inner .follow .icon {
  width: 4rem;
  height: 4rem;
  background: #6d6c6b;
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-content: center;
}
.footer .inner .copyright {
  text-align: center;
}






/*ページ遷移時のフェードイン効果*/
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: #fff;
  border-radius: 50%;
  border: 0.1rem solid #817f7e;
  width: 5rem;
  height: 5rem;
  z-index: 4;
}
.pagetop a {
  width: inherit;
  height: inherit;
  display: inline-grid;
  place-items: center;
  transform: scale(1, 0.5);
  color: #817f7e;
  font-size: 3rem;
}




/*.headerSwitch用*/
/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
.header {
  background: rgba(255, 255, 255, 0.7);
}
.header.scroll-nav {}
/* 「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: calc(50% - 0.5em);
  right: 2rem;
  font-size: 2.7rem;
  color: #68849b;
}
.aco-open.active::after {
  /* 開いている時 */
  content: "＋";
  font-size: 2.7rem;
  color: #68849b;
  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;
}