@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/NotoSansJP-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/NotoSansJP-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/NotoSerifJP-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/NotoSerifJP-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/MPLUS2-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/MPLUS2-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/MPLUSRounded1c-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/MPLUSRounded1c-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/Roboto-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/Roboto-Bold.woff2) format("woff2");
  font-display: swap;
}
/* ↓ アニメーションの定義 -------*/
@keyframes shiny {
  0% {
    opacity: 0;
    transform: scale(0) rotate(25deg);
  }
  50% {
    opacity: 1;
    transform: scale(1) rotate(25deg);
  }
  100% {
    opacity: 0;
    transform: scale(50) rotate(25deg);
  }
}
@keyframes scroll-btn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
@keyframes leaf-move {
  from {
    transform: rotate(7.5deg);
  }
  to {
    transform: rotate(-7.5deg);
  }
}
.fadeIn {
  animation: fadeIn 3s ease 0s both 1 normal;
}

.fadeInRight {
  animation: fadeInRight 1.5s ease 0s both 1 normal;
}

.fadeInLeft {
  animation: fadeInLeft 1.5s ease 0s both 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp0 {
  animation: fadeInUp0 1.25s ease 0s both 1 normal;
}

.fadeInUp1 {
  animation: fadeInUp1 1.25s ease 0.5s both 1 normal;
}

.fadeInUp2 {
  animation: fadeInUp2 1.25s ease 1s both 1 normal;
}

.fadeInUp3 {
  animation: fadeInUp3 1.25s ease 1.5s both 1 normal;
}

.fadeInUp4 {
  animation: fadeInUp4 1.25s ease 2s both 1 normal;
}

.fadeInUp5 {
  animation: fadeInUp5 1.25s ease 2.5s both 1 normal;
}

@keyframes fadeInUp0 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp4 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp5 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/* ↓ インナーの定義 -------*/
.w1200 {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
}

.w1093 {
  width: 1093px;
  max-width: 80%;
  margin: 0 auto;
}

.w1080 {
  width: 1080px;
  max-width: 95%;
  margin: 0 auto;
}

.w890 {
  width: 890px;
  max-width: 75%;
  margin: 0 auto;
}

.w850 {
  width: 850px;
  max-width: 95%;
  margin: 0 auto;
}

.w555 {
  width: 555px;
  max-width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .w555 {
    width: 375px;
  }
}
@media screen and (max-width: 768px) {
  .w555 {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .sw100 {
    width: 100%;
    max-width: 100%;
  }
  .sw98 {
    max-width: 98%;
  }
  .sw92 {
    max-width: 92%;
  }
  .sw88 {
    max-width: 88%;
  }
  .sw82 {
    max-width: 82%;
  }
}
html {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 4.266675vw;
  }
}

body {
  font-family: "Noto Sans JP";
  line-height: 1.9;
  color: #333;
  letter-spacing: 0.05rem;
}

img {
  backface-visibility: hidden;
}

.pcmode {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pcmode {
    display: none !important;
  }
}

.spmode {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .spmode {
    display: block !important;
  }
}

.js-observe,
.js-observeShort {
  opacity: 0;
}

.btn-basic {
  display: block;
  width: 16rem;
  padding: 1rem 0 !important;
  line-height: 1.9 !important;
  color: #fff !important;
  text-align: center;
  background: #f4cf20;
  border-radius: 2rem;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .btn-basic:hover {
    opacity: 0.3;
  }
}
.btn-basic {
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .btn-basic {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .btn-basic {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-basic {
    font-size: 1.2499975586rem;
  }
}
.btn-basic.btn-modal {
  background: #f4cf20;
}
@media screen and (max-width: 768px) {
  .btn-basic {
    width: 19rem;
    border-radius: 2.5rem;
  }
}

.bnr-entry {
  position: relative;
  padding: 4rem 0;
  background: rgba(158, 158, 158, 0.3019607843);
}
@media screen and (max-width: 768px) {
  .bnr-entry {
    padding: 3rem 0;
  }
}
.bnr-entry .btn-basic {
  margin: 0 auto;
}

.bg-gray {
  background: #ebe5cf;
}

.ttlSec {
  text-align: center;
}
.ttlSec h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.2rem;
  margin-top: 0.5rem;
  font-family: "M PLUS 2";
  font-weight: 400;
  line-height: 1.65;
  color: #fff;
  letter-spacing: 0.3rem;
  background: #6fa030;
}
.ttlSec h1 {
  font-size: 1.875rem;
}
@media screen and (max-width: 1600px) {
  .ttlSec h1 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .ttlSec h1 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .ttlSec h1 {
    font-size: 1.3749973145rem;
  }
}
@media screen and (max-width: 768px) {
  .ttlSec h1 {
    height: 8rem;
    letter-spacing: 0.1rem;
  }
}
.ttlSec h1 span {
  position: relative;
}
.ttlSec h1 span img {
  position: absolute;
  top: 0;
  right: -13rem;
  bottom: -4rem;
  display: block;
  height: 12rem;
  margin: auto;
}
.ttlSec p {
  padding: 1.2rem 0;
  background: #fff;
}

.current-menu a {
  color: #f4cf20 !important;
}

.footerSec .current-menu a {
  color: #f4cf20 !important;
}

.modal-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  transform: scale(1.4);
  transition: transform ease 0.4s;
}
.modal-area.scale-modal {
  transform: scale(1);
}
.modal-area h2 {
  position: relative;
  margin-bottom: 0.9rem;
  color: #6fa030;
}
.modal-area h2 {
  font-size: 1.5rem;
}
@media screen and (max-width: 1600px) {
  .modal-area h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .modal-area h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .modal-area h2 {
    font-size: 1.4062472534rem;
  }
}
@media screen and (max-width: 768px) {
  .modal-area h2 {
    margin-left: 3.25rem;
  }
}
.modal-area h2::before {
  top: 0;
  right: 102.5%;
  bottom: 0;
  left: -9rem;
  height: 1px;
  margin: auto;
  background: #6fa030;
  position: absolute;
  display: block;
  content: "";
}
@media screen and (max-width: 1300px) {
  .modal-area h2::before {
    left: -4rem;
  }
}
@media screen and (max-width: 768px) {
  .modal-area h2::before {
    left: -3rem;
  }
}
.modal-area h2 {
  margin-bottom: 2rem;
  margin-left: 9rem;
}
@media screen and (max-width: 1300px) {
  .modal-area h2 {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .modal-area h2 {
    margin-bottom: 1rem;
    margin-left: 3rem;
  }
}
.modal-area .modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-area .close-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  height: 66%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal-area .close-wrapper {
    height: 75%;
  }
}
.modal-area .close-modal {
  position: absolute;
  top: 3rem;
  right: -28rem;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
  background: #6fa030;
  border-radius: 50%;
  box-shadow: 0 0.05rem 0.25rem 0.025rem rgba(44, 30, 28, 0.78);
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .modal-area .close-modal:hover {
    opacity: 0.3;
  }
}
@media screen and (max-width: 1000px) {
  .modal-area .close-modal {
    right: -45vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-area .close-modal {
    top: 2.5rem;
    right: -10.75rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.modal-area .modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 950px;
  max-width: 95%;
  height: 66%;
  padding: 1rem 3rem 5rem;
  overflow: auto;
  background-color: #fff;
  border-radius: 1.5rem;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal-area .modal-inner {
    max-width: 92%;
    height: 75%;
    padding: 0.5rem 1rem 3rem;
  }
}
.modal-area .modal-inner::-webkit-scrollbar {
  width: 15px;
}
@media screen and (max-width: 768px) {
  .modal-area .modal-inner::-webkit-scrollbar {
    width: 7.5px;
  }
}
.modal-area .modal-inner::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.modal-area .modal-inner::-webkit-scrollbar-thumb {
  background: #6fa030;
  border-radius: 10px;
}
.modal-area .close-modal::before,
.modal-area .close-modal::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.75rem;
  height: 2px;
  margin: auto;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
}
@media screen and (max-width: 768px) {
  .modal-area .close-modal::before,
  .modal-area .close-modal::after {
    width: 1.5rem;
  }
}
.modal-area .close-modal::before {
  transform: translateY(0) rotate(45deg);
}
.modal-area .close-modal::after {
  transform: translateY(0) rotate(-45deg);
}

.modal-table {
  margin-top: 2rem;
  border-bottom: 1px solid #efefef;
}
@media screen and (max-width: 768px) {
  .modal-table {
    margin-top: 1rem;
  }
}
.modal-table--division dl {
  gap: 1.5rem;
}
.modal-table dl {
  display: flex;
  padding: 1.35rem 0;
  line-height: 1.4;
  border-top: 1px solid #efefef;
}
@media screen and (max-width: 768px) {
  .modal-table dl {
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
    padding: 0.75rem 0;
  }
}
.modal-table dl dt {
  flex-shrink: 0;
  width: 9rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .modal-table dl dt {
    width: auto;
  }
}
.modal-table dl dd:first-of-type {
  flex-shrink: 0;
  font-weight: 700;
}

.headerSec {
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 1rem 1.5rem;
  background: #fff;
  border-bottom: 5px solid #4d2713;
}
@media screen and (max-width: 768px) {
  .headerSec {
    padding: 0.75rem 1rem 0.75rem;
  }
}
.headerSec__logo {
  margin-right: auto;
  text-align: left !important;
}
@media screen and (max-width: 1600px) {
  .headerSec__logo {
    order: 0;
  }
}
.headerSec__logo a {
  display: inline-block;
  width: 16rem;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .headerSec__logo a:hover {
    opacity: 0.3;
  }
}
@media screen and (max-width: 768px) {
  .headerSec__logo a {
    width: 11rem;
  }
}
.headerSec__logo a img {
  width: 100%;
}
.headerSec__container {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .headerSec__container {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .headerSec__container {
    gap: 0;
  }
}
@media screen and (max-width: 1600px) {
  .headerSec__container .btn-entry {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .headerSec__container .btn-entry {
    display: none;
  }
}
.headerSec__container .btn-entry a {
  line-height: 1.9;
}
.headerSec__container .btn-entry a {
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .headerSec__container .btn-entry a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .headerSec__container .btn-entry a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .headerSec__container .btn-entry a {
    font-size: 0.9999980469rem;
  }
}
@media screen and (max-width: 1600px) {
  .headerSec__menu {
    order: 2;
    width: 100%;
  }
}
.headerSec__menu ul {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  .headerSec__menu ul {
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .headerSec__menu ul {
    display: none !important;
  }
}
.headerSec__menu ul li {
  line-height: 1.2;
  text-align: center;
}
.headerSec__menu ul li a {
  color: #333;
  cursor: pointer;
  transition: ease color 0.3s;
}
@media (any-hover: hover) {
  .headerSec__menu ul li a:hover {
    color: #ebe5cf;
  }
}
.headerSec__menu ul li a {
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .headerSec__menu ul li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .headerSec__menu ul li a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .headerSec__menu ul li a {
    font-size: 0.9999980469rem;
  }
}
.headerSec__menu ul li a i {
  display: block;
  padding-bottom: 0.5rem;
}
.headerSec__menu ul li a i {
  font-size: 1.5rem;
}
@media screen and (max-width: 1600px) {
  .headerSec__menu ul li a i {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .headerSec__menu ul li a i {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .headerSec__menu ul li a i {
    font-size: 1.4999970703rem;
  }
}

/*------ hamburger ------*/
.spNav {
  display: none;
}
@media screen and (max-width: 768px) {
  .spNav {
    display: block;
  }
}

.fat-nav {
  z-index: 999;
  transform-origin: 50% 50%;
}
.fat-nav__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hamburger {
  top: 0.75rem;
  right: 1.25rem;
  z-index: 999;
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  background: #fff;
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
  }
}
.hamburger.active {
  background: #6fa030;
  border: none;
}
.hamburger.active .hamburger__icon::before,
.hamburger.active .hamburger__icon::after {
  background: #fff;
}
.hamburger.active .hamburger__icon::before {
  top: -12px;
}
.hamburger.active .hamburger__icon::after {
  top: 12px;
}
.hamburger__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.4rem;
  height: 3px;
  margin: auto;
  background: #6fa030;
}
.hamburger__icon::before {
  top: -0.5rem;
  width: 1.4rem;
  height: 3px;
  background: #6fa030;
}
.hamburger__icon::after {
  top: 0.5rem;
  width: 1.4rem;
  height: 3px;
  background: #6fa030;
}

.nav-container ul li {
  padding: 0;
  margin-bottom: 0.75rem;
  text-align: left;
}
.nav-container ul li {
  font-size: 1.25rem;
}
@media screen and (max-width: 1600px) {
  .nav-container ul li {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1300px) {
  .nav-container ul li {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .nav-container ul li {
    font-size: 1.2499975586rem;
  }
}
.nav-container ul li:last-child {
  margin-bottom: 0;
}
.nav-container ul li a {
  display: inline-block;
  padding: 0.4rem 0;
  line-height: 1.4;
  cursor: pointer;
  transition: ease color 0.3s;
}
@media (any-hover: hover) {
  .nav-container ul li a:hover {
    color: #ebe5cf;
  }
}
.nav-container ul li a i {
  margin-right: 0.5rem;
}
.nav-container ul .btn-entry a {
  display: block;
  margin: 1.5rem auto 0;
  color: #fff !important;
  background: #6fa030;
}

.footerSec {
  position: relative;
  color: #fff;
  background: #6fa030;
}
.footerSec__container {
  display: flex;
  gap: 12rem;
  width: 100%;
  padding: 3rem 0 3rem;
}
@media screen and (max-width: 1300px) {
  .footerSec__container {
    gap: 5%;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__container {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}
.footerSec__logo {
  display: block;
  width: 18rem;
  margin: 0 auto 2.5rem auto;
  text-align: center;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .footerSec__logo:hover {
    opacity: 0.3;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__logo {
    width: 17rem;
    margin: 0 auto 2rem auto;
  }
}
.footerSec__logo img {
  width: 100%;
}
.footerSec__company {
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}
.footerSec__company {
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__company {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__company {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__company {
    font-size: 0.9999980469rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__company {
    padding-left: 0;
  }
}
.footerSec__mail {
  color: #fff;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .footerSec__mail:hover {
    opacity: 0.3;
  }
}
.footerSec__link {
  padding: 1.5rem 2rem;
  line-height: 1.4;
  border: 1px solid #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 1300px) {
  .footerSec__link {
    padding: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__link {
    padding: 1rem;
    border-radius: 1.5rem;
  }
}
.footerSec__link-text {
  display: block;
  margin-bottom: 0.5rem;
  text-align: center;
}
.footerSec__link-text {
  font-size: 1.25rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__link-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__link-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__link-text {
    font-size: 0.874998291rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__link-text {
    margin-bottom: 0.25rem;
  }
}
.footerSec__link-tel {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.25rem;
  color: #fff;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .footerSec__link-tel:hover {
    opacity: 0.3;
  }
}
.footerSec__link-tel {
  font-size: 3.4375rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__link-tel {
    font-size: 3.4375rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__link-tel {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__link-tel {
    font-size: 2.4999951172rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__link-tel {
    gap: 0.75rem;
  }
}
.footerSec__link-tel i {
  font-size: 2.5rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__link-tel i {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__link-tel i {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__link-tel i {
    font-size: 1.749996582rem;
  }
}
.footerSec__link-mail {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: #fff;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .footerSec__link-mail:hover {
    opacity: 0.3;
  }
}
.footerSec__link-mail {
  font-size: 0.9375rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__link-mail {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__link-mail {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__link-mail {
    font-size: 0.6562487183rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__link-mail {
    gap: 0.75rem;
  }
}
.footerSec__link-mail i {
  font-size: 2.5rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__link-mail i {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__link-mail i {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__link-mail i {
    font-size: 1.749996582rem;
  }
}
.footerSec__menu {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .footerSec__menu {
    width: 100%;
  }
}
.footerSec__menu h2 {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  border-bottom: 1px solid #fff;
}
.footerSec__menu h2 {
  font-size: 1.25rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__menu h2 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__menu h2 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__menu h2 {
    font-size: 1.2499975586rem;
  }
}
.footerSec__menu ul li {
  margin-bottom: 0.25rem;
}
.footerSec__menu ul li a {
  color: #fff;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .footerSec__menu ul li a:hover {
    opacity: 0.3;
  }
}
.footerSec__menu ul li a {
  font-size: 1.125rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__menu ul li a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__menu ul li a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__menu ul li a {
    font-size: 0.9999980469rem;
  }
}
.footerSec__menu ul li a i {
  margin-right: 0.25rem;
}
.footerSec__menu ul li .btn-mail {
  font-size: 2.125rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__menu ul li .btn-mail {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__menu ul li .btn-mail {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__menu ul li .btn-mail {
    font-size: 2.1249958496rem;
  }
}
.footerSec__copyright {
  padding: 1.25rem 0;
  line-height: 1.5;
  color: #333;
  text-align: center;
  letter-spacing: 0.1rem;
  background: #fff;
}
.footerSec__copyright {
  font-size: 0.875rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__copyright {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__copyright {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__copyright {
    font-size: 0.6249987793rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__copyright {
    padding: 0.75rem 0;
  }
}

.groupSec {
  padding: 3rem 0 5rem;
  background: #6fa030;
}
.groupSec h2 {
  display: block;
  margin-bottom: 1.5rem;
  font-weight: 400;
  border-bottom: 1px solid #fff;
}
.groupSec h2 {
  font-size: 1.75rem;
}
@media screen and (max-width: 1600px) {
  .groupSec h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1300px) {
  .groupSec h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .groupSec h2 {
    font-size: 1.749996582rem;
  }
}
.groupSec h3 {
  margin-bottom: 1rem;
  font-weight: 400;
}
.groupSec h3 {
  font-size: 1.25rem;
}
@media screen and (max-width: 1600px) {
  .groupSec h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1300px) {
  .groupSec h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .groupSec h3 {
    font-size: 1.2499975586rem;
  }
}
.groupSec p {
  margin-bottom: 1.5rem;
}
.groupSec p {
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .groupSec p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .groupSec p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .groupSec p {
    font-size: 0.7499985352rem;
  }
}
.groupSec a {
  display: inline-block;
  margin-left: 0.25rem;
  color: #fff;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .groupSec a:hover {
    opacity: 0.3;
  }
}
.groupSec__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.groupSec__item {
  width: calc(33.333% - 0.667rem);
  padding: 1rem 1rem;
  line-height: 1.4;
  color: #333;
  background: #fff;
  border-radius: 0.75rem;
}
.groupSec__item {
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .groupSec__item {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .groupSec__item {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .groupSec__item {
    font-size: 0.874998291rem;
  }
}
@media screen and (max-width: 1300px) {
  .groupSec__item {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (max-width: 768px) {
  .groupSec__item {
    width: 100%;
  }
}
.groupSec__item span span {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 700;
  letter-spacing: 0;
}
.groupSec__item span span {
  font-size: 1.3125rem;
}
@media screen and (max-width: 1600px) {
  .groupSec__item span span {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 1300px) {
  .groupSec__item span span {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 768px) {
  .groupSec__item span span {
    font-size: 1.1249978027rem;
  }
}

.pageTop {
  position: fixed;
  right: 2rem;
  z-index: 99;
  width: 5rem;
  height: 5rem;
  transform: translateY(200px);
}
@media screen and (max-width: 768px) {
  .pageTop {
    right: 1.25rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}
.pageTop a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background: #6fa030;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .pageTop a:hover {
    opacity: 0.3;
  }
}
.pageTop a {
  font-size: 1.125rem;
}
@media screen and (max-width: 1600px) {
  .pageTop a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .pageTop a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .pageTop a {
    font-size: 0.8124984131rem;
  }
}
@media screen and (max-width: 768px) {
  .pageTop a {
    border-radius: 0.35rem;
  }
}

.pageTop.UpMove {
  animation: UpAnime 0.5s forwards;
}

.pageTop.DownMove {
  animation: DownAnime 0.5s forwards;
}
