@charset "UTF-8";
/*bootstrap対策*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: 400;
  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;
  /* 固定ヘッダの高さ分 */
}
body {
  color: #231a15;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  /*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;
  gap: 2rem;
  margin: 0 auto 4rem;
}
.titleA h3 {
  font-size: 3.5rem;
  line-height: 1.5;
}
.titleA p {
  grid-row: 1/2;
  font-size: 1.5rem;
}
.titleA p::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_sakura.png) no-repeat;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  margin: 0 1rem 0 0;
  vertical-align: middle;
}
.buttonA {
  width: 14rem;
  height: 4.5rem;
  background: url(/system_panel/uploads/images/arrow_l.png) no-repeat bottom left;
  line-height: 1 !important;
}
.buttonA:hover {
  background: url(/system_panel/uploads/images/arrow_l.png) no-repeat bottom right;
  transition: 0.5s;
}
.buttonA :is(a, span) {
  width: 100%;
  height: inherit;
  display: grid;
  color: inherit;
  text-decoration: none;
}





/*header*/
.header {
  width: 100%;
  height: 14.5rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 2rem 7.29vw 3rem 18.75vw;
  /*14 36*/
  position: sticky;
  top: 0;
  z-index: 9;
}
.header .left {
  width: 25%;
}
.header .left h1 {
  font-size: 1.5rem;
  margin: 0 0 3rem;
}
.header .left .logo {
  width: auto;
  max-width: 21rem;
}
.header .left .logo img {
  width: 100%;
}
.header .right {
  width: 65%;
}
.header .right .nav {
  width: 100%;
}
.header .right .nav>.ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header .right .nav>.ul>.li {
  width: auto;
  height: 5rem;
  border-radius: 2.5rem;
  list-style: none;
  flex-grow: 1;
  display: grid;
  align-items: center;
  text-align: center;
  position: relative;
}
.header .right .nav>.ul>.li>p {
  width: 100%;
  height: inherit;
  display: grid;
  align-items: center;
  text-align: center;
}
.header .right .nav>.ul>.li>p>a {
  width: 100%;
  height: inherit;
  display: grid;
  align-items: center;
  text-align: center;
  color: inherit;
  text-decoration: none;
}
.header .right .nav>.ul>.li:first-of-type {
  display: none;
}
.header .right .nav>.ul>.li:last-of-type {
  background: #d79baf;
}
.header .right .nav>.ul>.li:last-of-type a {
  color: #fff;
}
.header .right .nav>.ul>.li>.ul {
  width: 100%;
  display: none;
}
.header .right .nav>.ul>.li:nth-of-type(2):hover .ul,
.header .right .nav>.ul>.li:nth-of-type(3):hover .ul {
  display: block;
  position: absolute;
  top: 5rem;
}
.header .right .nav>.ul>.li>.ul>.li {
  width: 100%;
  height: 5rem;
  background: #fff;
  border: 0.1rem solid #eed6de;
  border-radius: 2.5rem;
  list-style: none;
  flex-grow: 1;
  display: grid;
  align-items: center;
  text-align: center;
  margin: 0 auto 0.5rem;
}
.header .right .nav>.ul>.li>.ul>.li>p {
  width: 100%;
  height: inherit;
}
.header .right .nav>.ul>.li>.ul>.li>p>a {
  width: 100%;
  height: inherit;
  display: grid;
  align-items: center;
  text-align: center;
  color: inherit;
  text-decoration: none;
}


/*main*/
.mainimg {
  width: 80%;
  max-width: 120rem;
  margin: auto;
  position: relative;
}
.mainimg h2 {
  font-size: 4.3rem;
  text-align: center;
  margin: 0 auto 3rem;
}
.mainimg .shadow {
  width: 100%;
  height: 30rem;
  box-shadow: initial !important;
  position: relative;
}
.mainimg .shadow::after {
  content: "";
  width: 100%;
  height: inherit;
  border-radius: 0.5rem;
  background: url(/system_panel/uploads/images/mainimg_shadow.png);
  display: inline-block;
  right: -3rem;
  bottom: -3rem;
  position: absolute;
  z-index: -1;
}
.mainimg .pic {
  width: 100%;
  height: 30rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.mainimg .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bottom {
  padding: 11rem 0;
  background: url(/system_panel/uploads/images/bottom_bg.png) right bottom no-repeat;
  background-size: cover;
}
.bottom .inner .col2 {
  display: flex;
  align-items: center;
  gap: 2.6vw;
  /*5*/
}
.bottom .inner .col2 .left {
  width: 50%;
}
.bottom .inner .col2 .left>p {
  line-height: 2.5;
}
.bottom .inner .col2 .right {
  width: 50%;
}
.bottom .inner .col2 .right a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.bottom .inner .col2 .right a:not(:last-of-type) {
  margin: 0 0 1rem;
}
.bottom .inner .col2 .right a .dl {
  width: 100%;
  height: 7rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.08vw;
  /*4*/
}
.bottom .inner .col2 .right a .dl:not(:last-of-type) {
  margin: 0 auto 1rem;
}
.bottom .inner .col2 .right a .dt {
  font-size: 2.1rem;
}
.bottom .inner .col2 .right a .dd {
  font-size: 2.7rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.bottom .inner .col2 .right a .mail .dd {
  font-size: 1.7rem;
}
.bottom .inner .col2 .right a .mail .dd::after {
  content: "";
  background: url(/system_panel/uploads/images/arrow_s.png) no-repeat;
  width: 2.7rem;
  height: 2.7rem;
  display: inline-block;
  margin: 0 1rem 0 1rem;
  vertical-align: middle;
}
.bottom .inner .col2 .right a .mail:hover .dd::after {
  margin: 0 0 0 2rem;
  transition: 0.5s;
}



/*footer*/
.footer {
  width: 100%;
  background: url(/system_panel/uploads/images/footer_bg.png);
  padding: 10rem 0 3rem;
}
.footer .inner .col2 {
  display: flex;
  margin: 0 auto 10rem;
}
.footer .inner .col2 .left {
  width: 50%;
}
.footer .inner .col2 .left .logo {
  width: fit-content;
  margin: 0 0 7rem;
}
.footer .inner .col2 .left .logo img {
  width: 100%;
}
.footer .inner .col2 .left .sns {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0 0 3rem;
}
.footer .inner .col2 .left .sns .icon {
  width: auto;
}
.footer .inner .col2 .left>p {
  line-height: 2.5;
}
.footer .inner .col2 .left p a {
  color: inherit;
}
.footer .inner .col2 .right {
  width: 50%;
}
.footer .inner .col2 .right .nav {
  display: flex;
}
.footer .inner .col2 .right .nav .ul {
  width: 50%;
}
.footer .inner .col2 .right .nav .li {
  list-style: none;
  margin: 0 0 3rem;
}
.footer .inner .col2 .right .nav .li a {
  color: inherit;
  text-decoration: none;
}
.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%;
  color: #fff;
  z-index: 4;
}
.pagetop a {
  width: inherit;
  height: inherit;
  display: inline-grid;
  place-items: center;
  color: #fff;
}




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




/*slick*/
.slick-prev{
  left: -5rem !important;
}
.slick-next{
  right: -5rem !important;
}
.slick-prev::before {
  content: "";
  background: url(/system_panel/uploads/images/prev.png);
  width: 3.3rem;
  height: 3.3rem;
  display: inline-block;
}
.slick-next::before {
  content: "";
  background: url(/system_panel/uploads/images/next.png);
  width: 3.3rem;
  height: 3.3rem;
  display: inline-block;
}

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