@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;
}
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: #000;
  font-size: 1.7rem;
  font-weight: bold;
  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: 138rem;
  margin: auto;
}
.titleA {
  display: grid;
  gap: 2rem;
  margin: 0 0 5rem;
}
.titleA h3 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.7;
}
.titleA p {
  grid-row: 1/2;
  font-size: 1.9rem;
}
.titleB {
  display: grid;
  gap: 1rem;
  margin: 0 0 5rem;
}
.titleB :is(h2, h3) {
  grid-row: 2/3;
  font-size: 2.1rem;
}
.titleB .span p {
  font-size: 7.5rem;
  font-family: "Anton", sans-serif;
  line-height: 1 !important;
}
.titleB .span {
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-image: url(/system_panel/uploads/images/titleB_pbg.jpg);
}
.titleC {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: end;
  gap: 1rem;
}
.titleC h4 {
  font-size: 1.9rem;
}
.titleC p {
  font-size: 5.5rem;
  font-family: "Anton", sans-serif;
  line-height: 1 !important;
}
.buttonA {
  width: fit-content;
  min-width: 25rem;
  height: 5rem;
  background: #fff;
  border: 0.1rem solid #3e2920;
  border-radius: 2.5rem;
  line-height: 1 !important;
}
.buttonA :is(a, span) {
  width: 100%;
  height: inherit;
  display: grid;
  align-items: center;
  padding: 0 1em;
  position: relative;
  color: #3e2920;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.buttonA :is(a, span)::after {
  content: ">";
  transform: scale(0.5, 1);
  position: absolute;
  right: 1rem;
}
.buttonA :is(a, span):hover::after {
  right: 0.5rem;
  transition: 0.5s;
}





/*header*/
.header {
  width: 100%;
  height: 10rem;
  position: sticky;
  top: 0;
  background: #fff;
  padding: 0 2.6vw 0 14.0625vw;
  /*5 27*/
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2rem;
}
.header h1 {
  font-size: 1.6rem;
  font-weight: bold;
  align-self: start;
  margin: 2rem 0 0;
}




/*main*/
.maintitle {
  width: 100%;
  background: #177138;
  padding: 8rem 0 3rem;
}
.maintitle .titleB {
  width: fit-content;
  position: relative;
  left: 14.0625vw;
  /*27*/
  margin: 0;
}
.maintitle .titleB * {
  color: #83dea5;
}
.bottom {
  padding: 8rem 0;
  background: #177138;
}
.bottom .inner .col2 {
  display: flex;
}
.bottom .inner .col2 .left {
  width: 50%;
}
.bottom .inner .col2 .left .titleB * {
  color: #fff;
}
.bottom .inner .col2 .right {
  width: 74%;
}
.bottom .inner .col2 .right .catch {
  font-size: 4rem;
  color: #fff;
  margin: 0 0 3rem;
}
.bottom .inner .col2 .right>p:not(.catch, .buttonA) {
  line-height: 2.35;
  color: #fff;
  margin: 0 0 3rem;
}






/*footer*/
.footer {
  width: 100%;
  background: #efe9e7;
  padding: 8rem 0 3rem;
  position: relative;
}
.footer .inner .col2 {
  display: flex;
}
.footer .inner .col2 .left {
  width: 50%;
}
.footer .inner .col2 .left .logo {
  font-size: 3.5rem;
  margin: 0 0 2rem;
}
.footer .inner .col2 .left p:not(.logo) {
  line-height: 2.35;
  margin: 0 0 3rem;
}
.footer .inner .col2 .left .icon{
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #222221;
}
.footer .inner .col2 .left .icon a{
  width: 100%;
  height: inherit;
  display: grid;
  align-items: center;
  justify-content: center;
}
.footer .inner .col2 .right {
  width: 50%;
}
.footer .inner .col2 .right .nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}
.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;
}
.pagetop {
  position: absolute;
  top: -8.854vw;/*17*/
  right: 13vw;
  /*25*/
  color: #fff;
  width: 13vw;
  z-index: 4;
}
.pagetop a {
  width: inherit;
  height: inherit;
  display: inline-grid;
  place-items: center;
  color: #fff;
}
.pagetop img {
  width: 100%;
}



/* 強調版 zoomIn カスタムアニメーション */
@keyframes zoomInStrong {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  60% {
    opacity: 1;
    transform: scale(1.15);
    /* 一瞬少し大きくなる（ボン感） */
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.animate__zoomInStrong {
  animation-name: zoomInStrong;
  animation-duration: 0.6s;
  /*短めが迫力出る*/
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.25, 1.25, 0.5, 1);
  /* バウンス感 */
}




/*ページ遷移時のフェードイン効果*/
html {
  animation: fadein 3s forwards;
}
@keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}




/*スムーススクロール*/
html {
  /*scroll-behavior: smooth;※smoooothでの使用は不可*/
}




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








/*.headerSwitch用*/
/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
.header {}
.header.scroll-nav {}




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




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