@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;
  /* 固定ヘッダの高さ分 */
}
body {
  color: #000;
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  /*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: 90%;
  max-width: 120rem;
  margin: auto;
}
.buttonA {
  width: fit-content;
  min-width: 30rem;
  height: 5rem;
  background: #fff;
}
.buttonA :is(a, span) {
  font-size: 1.9rem;
  font-weight: 700;
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  color: inherit;
  position: relative;
  padding: 0 2em;
  text-decoration: none;
}
.buttonA :is(a, span)::after {
  content: "→";
  width: 4.5rem;
  height: inherit;
  background: #e68998;
  display: grid;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: 0;
}
.buttonA :is(a, span):hover::after {
  right: -1rem;
  transition: 0.5s;
}
[class^="title"] :is(h2, h3) {
  color: #2aa339;
}
[class^="title"] p {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #2aa339;
  line-height: 1 !important;
}
[class^="title"] p span {
  color: #89ba29;
}
.titleA {
  width: fit-content;
  background: #fff;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 1rem;
}
.titleA h2 {
  font-size: 1.9rem;
}
.titleA p {
  font-size: 7rem;
}
.titleB {
  width: fit-content;
  display: grid;
  align-content: center;
  gap: 1rem;
  margin: 0 0 5rem;
}
.titleB h3 {
  font-size: 1.7rem;
}
.titleB p {
  grid-row: 1/2;
  font-size: 5.5rem;
}
.strong {
  margin: 0 0 1rem;
}
.strong p {
  width: fit-content;
  background: #31a430;
  font-size: 2.3rem;
  font-weight: 900;
  color: #fff;
  padding: 0.5em 1em;
  line-height: 3 !important;
  display: inline;
  box-decoration-break: clone;
}


/*header*/
#wrapper .header {
  height: initial;
  display: block;
}
.header {
  position: sticky;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10rem;
  padding: 0 9rem 0 7.29vw;
  /*14*/
  z-index: 9;
}
.header>.left {
  display: flex;
  gap: 1.5rem;
  font-size: 1.6rem;
  font-weight: normal;
  color: #2aa339;
  align-items: center;
}
.header>.right {}
.header>.right>p {
  width: 20rem;
  height: 4rem;
  background: #2aa339;
}
.header>.right>p a {
  width: 100%;
  min-width: 20rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  display: grid;
  align-items: center;
}






/*main*/
.maintitle {
  background: url(/system_panel/uploads/images/bgA.png);
  padding: 11rem 0 0;
}
.maintitle .titleA {
  padding: 1rem 2rem 1rem 18.75vw;
}
.bottom {
  background: url(/system_panel/uploads/images/logomark.png) no-repeat bottom -18rem right 12rem #2aa339;
  padding: 12rem 0;
}
.bottom .eng {
  font-size: 10rem;
  font-weight: 900;
  color: #45b653;
  text-align: center;
  margin: 0 auto 5rem;
}
.bottom .catch {
  font-size: 10rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  margin: 0 auto 5rem;
}
.bottom .flex {
  display: flex;
  justify-content: center;
  gap: 1.5625vw;
  /*3*/
}
/*疑似marquee*/
.marquee {
  line-height: 1;
  width: 100%;
  height: 30rem;
  background: #f3f3f3;
  overflow: hidden;
  position: relative;
  /*transform: translate(0, 10rem);*/
  padding: 15rem 0 0;
}
.marquee .marqueeimg {
  bottom: 3rem;
  display: block;
  position: absolute;
  top: 15rem;
  animation: marquee 12s linear infinite;
  z-index: 2;
  /*animation-duration:2s;
  animation-timing-function:ease-in;
  animation-delay:1s;
  animation-iteration-count:3;
  animation-direction:alternate;
  animation-fill-mode:forwards;
  animation-play-state:running;*/
}
@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}






/*footer*/
.footer {
  background: #f3f3f3;
  padding: 20rem 0 5rem;
  position: relative;
}
.footer .inner .col2 {
  width: 100%;
  display: flex;
  margin: 0 auto 5rem;
}
.footer .inner .col2 .left {
  width: 50%;
}
.footer .inner .col2 .left .logo {
  margin: 3rem 0;
}
.footer .inner .col2 .left .address {
  margin: 0 0 2rem;
}
.footer .inner .col2 .left .sns {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #000;
}
.footer .inner .col2 .left .sns a {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
}

.footer .inner .col2 .right {
  width: 50%;
}
.footer .inner .col2 .right .grid {
  display: grid;
  align-content: center;
  grid-template-columns: auto auto;
  gap: 1.5625vw;
  /*3*/
  width: 90%;
  max-width: 75rem;
  margin: auto;
}
.footer .inner .col2 .right .grid .set {}
.footer .inner .col2 .right .grid .set .cate {
  font-size: 1.9rem;
  padding: 0.52vw;
  /*1*/
  border-bottom: 0.1rem solid #000;
  max-width: 20rem;
  margin: 0 0 1rem;
}
.footer .inner .col2 .right .grid .set .li {
  list-style: none;
  padding: 0.52vw;
  /*1*/
}
.footer .inner .col2 .right .grid .set .li a {
  color: inherit;
}
.footer .inner .col2 .right .grid .set .li:is(.entry, .corporate) {
  width: 20rem;
  height: 4rem;
  padding: 0;
  margin: 0 0 1rem;
}
.footer .inner .col2 .right .grid .set .li:is(.entry, .corporate) p{
  height: inherit;
}
.footer .inner .col2 .right .grid .set .li:is(.entry, .corporate) a {
  width: 100%;
  min-width: 20rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  display: grid;
  align-items: center;
}
.footer .inner .col2 .right .grid .set .li.entry {
  background: #2aa339;
}
.footer .inner .col2 .right .grid .set .li.corporate {
  background: #fff;
  border: 0.1rem solid #2aa339;
}
.footer .inner .col2 .right .grid .set .li.corporate a {
  color: #000;
  position: relative;
  padding: 0 1em 0 0;
}
.footer .inner .col2 .right .grid .set .li.corporate a::after {
  content: "→";
  width: 4.5rem;
  height: calc(100% + 0.2rem);
  background: #2aa339;
  border: 0.1rem solid #2aa339;
  display: grid;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: -0.1rem;
}
.footer .inner .col2 .right .grid .set .li.corporate a:hover::after {
  right: -1rem;
  transition: 0.5s;
}







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




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


/*1文字ずつ表示*/
/*========= 1文字ずつ出現させるためのCSS ===============*/
.eachTextAnime span {
  opacity: 0;
}
.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}







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




/*pagetopボタン用*/
.pagetop {
  position: absolute;
  top: 20rem;
  right: 10%;
  color: #fff;
  width:4.6rem;
  height: 4.6rem;
  z-index: 4;
}
.pagetop a {
  width: inherit;
  height: inherit;
  display: inline-grid;
  place-items: center;
  color: #fff;
  rotate: -90deg;
}




/*.headerSwitch用*/
/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
.header {}
.header.scroll-nav {}
/* 「scroll-navクラス」がヘッダーについたときに、ロゴとナビゲーションの文字を黒にする */
.header.scroll-nav :is(.logo, .ul .li a) {}




/*アコーディオン*/
.aco2 {
  display: none;
  /*初期状態で開いておく場合はinitialに変更*/
  margin: 5rem 0 0;
}
#wrapper .aco2 {
  display: initial;
  /*初期状態で開いておく場合はinitialに変更*/
}
.aco-open {
  position: relative;
}
.aco-open::after {
  /* 閉じている時 */
  content: "∧";
  width: 5.5rem;
  height: 11rem;
  transform: scale(1, 0.5);
  background: #2aa339;
  position: absolute;
  top: -4rem;
  right: 2rem;
  font-size: 2rem;
  color: #fff;
  display: grid;
  align-items: center;
  text-align: center;
}
.aco-open.active::after {
  /* 開いている時 */
  content: "∨";
  width: 5.5rem;
  height: 11rem;
  transform: scale(1, 0.5);
  background: #2aa339;
  font-size: 2rem;
  color: #b6e0c2;
  top: -4rem;
  display: grid;
  align-items: center;
  text-align: center;
}




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


.p1758793235661{
margin: 5rem;
line-height: 1.6;
}

