/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

a {
  user-select: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

html {
  font-size: 2.5641025641vw;
  scroll-behavior: smooth;
}
@media (min-width: 540px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "YakuHanJP", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: clamp(1.568rem, 1.0582010582vw, 1.6rem);
  line-height: 1.6;
  letter-spacing: 0.03em;
  vertical-align: baseline;
  word-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-break: strict;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
}

dl, dt, th, dd, label {
  font-weight: 400;
}

@media (min-width: 1024px) {
  .under-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .under-tab_over-pc {
    display: none;
  }
}
@media (min-width: 1024px) {
  .under-tab_over-pc {
    display: block;
  }
}

@media (min-width: 768px) {
  .under-tab {
    display: none;
  }
}

@media (min-width: 540px) {
  .under-sp_over-tab {
    display: none;
  }
}
@media (min-width: 768px) {
  .under-sp_over-tab {
    display: block;
  }
}

@media (min-width: 540px) {
  .under-sp_in-tab {
    display: none;
  }
}
@media (min-width: 768px) {
  .under-sp_in-tab {
    display: block;
  }
}
@media (min-width: 1024px) {
  .under-sp_in-tab {
    display: none;
  }
}

@media (min-width: 540px) {
  .under-sp_over-pc {
    display: none;
  }
}
@media (min-width: 1024px) {
  .under-sp_over-pc {
    display: block;
  }
}

@media (min-width: 540px) {
  .under-sp {
    display: none;
  }
}

.over-sp {
  display: none;
}
@media (min-width: 540px) {
  .over-sp {
    display: block;
  }
}

.in-sp_in-tab {
  display: none;
}
@media (min-width: 540px) {
  .in-sp_in-tab {
    display: block;
  }
}
@media (min-width: 1024px) {
  .in-sp_in-tab {
    display: none;
  }
}

.in-sp_over-pc {
  display: none;
}
@media (min-width: 540px) {
  .in-sp_over-pc {
    display: block;
  }
}
@media (min-width: 768px) {
  .in-sp_over-pc {
    display: none;
  }
}
@media (min-width: 1024px) {
  .in-sp_over-pc {
    display: block;
  }
}

.in-sp {
  display: none;
}
@media (min-width: 540px) {
  .in-sp {
    display: block;
  }
}
@media (min-width: 768px) {
  .in-sp {
    display: none;
  }
}

.over-tab {
  display: none;
}
@media (min-width: 768px) {
  .over-tab {
    display: block;
  }
}

.in-tab {
  display: none;
}
@media (min-width: 768px) {
  .in-tab {
    display: block;
  }
}
@media (min-width: 1024px) {
  .in-tab {
    display: none;
  }
}

.over-pc {
  display: none;
}
@media (min-width: 1024px) {
  .over-pc {
    display: block;
  }
}

.scroll_top {
  position: fixed;
  right: clamp(1.47rem, 0.9920634921vw, 1.5rem);
  bottom: clamp(1.47rem, 0.9920634921vw, 1.5rem);
  z-index: 6000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(4.9rem, 3.3068783069vw, 5rem);
  height: clamp(4.9rem, 3.3068783069vw, 5rem);
  border-radius: 50%;
  font-size: clamp(1.96rem, 1.3227513228vw, 2rem);
  text-align: center;
  background-color: rgb(255, 255, 255);
  transition: all 0.8s ease-in-out;
  cursor: pointer;
  opacity: 0;
}
.scroll_top svg {
  fill: #615F5F;
}
.scroll_top:hover svg {
  fill: #63A423;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(19.6rem, 13.2275132275vw, 20rem);
  padding: clamp(1.568rem, 1.0582010582vw, 1.6rem) clamp(4.704rem, 3.1746031746vw, 4.8rem);
  border: 1px solid #B9B6B3;
  border-radius: clamp(0.392rem, 0.2645502646vw, 0.4rem);
  font-size: clamp(1.764rem, 1.1904761905vw, 1.8rem);
  color: #615F5F;
  background: #ffffff;
  transition: 0.3s;
}
.button:hover {
  background: #63A423;
}
.button:disabled {
  background: #C18360;
  color: #ffffff;
}

.pageTitle {
  padding-block: clamp(6.2rem, 6.8783068783vw, 10.4rem);
  color: #615F5F;
  margin-top: clamp(5.586rem, 3.7698412698vw, 5.7rem);
}
@media (min-width: 850px) {
  .pageTitle {
    margin-top: clamp(7.154rem, 4.828042328vw, 7.3rem);
  }
}
.pageTitle h1 {
  font-size: clamp(3.066rem, 2.7777777778vw, 4.2rem);
  font-weight: 700;
}
.pageTitle .titleS {
  margin-top: clamp(0.976rem, 1.0582010582vw, 1.6rem);
  font-size: clamp(1.548rem, 1.1904761905vw, 1.8rem);
}

.title {
  color: #615F5F;
}
.title .upperwrap {
  display: flex;
  justify-content: center;
  overflow: hidden;
  line-height: 1;
  letter-spacing: clamp(0.1281rem, 0.1388888889vw, 0.21rem);
  height: 1.2em;
  width: 100%;
  font-size: clamp(2.562rem, 2.7777777778vw, 4.2rem);
  position: relative;
}
.title .upperwrap h2 {
  font-weight: 700;
  transform: translateY(100%);
}
.title .lowertext {
  margin-top: clamp(0.488rem, 0.5291005291vw, 0.8rem);
  opacity: 1;
  text-align: center;
  font-size: clamp(1.376rem, 1.0582010582vw, 1.6rem);
  line-height: 1.1;
  letter-spacing: clamp(0.0688rem, 0.0529100529vw, 0.08rem);
}

.title.active .upperwrap h2 {
  animation: titleUpper 0.8s ease-out forwards;
}
@keyframes titleUpper {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes titleLower {
  0% {
    opacity: 0;
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes list {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes leaf {
  0% {
    transform: rotate(0) skewX(0) scale(1, 1);
  }
  10% {
    transform: rotate(12.468deg) skewX(-8deg) scale(0.8, 0.9);
    filter: brightness(1) opacity(1);
  }
  15% {
    transform: rotate(12.468deg) skewX(-8deg) scale(0.8, 0.9);
    filter: brightness(1) opacity(1);
  }
  17% {
    transform: rotate(-7deg) skewX(0) scale(1, 1);
    filter: brightness(1.6) opacity(0.7);
  }
  19% {
    transform: rotate(6deg);
    filter: brightness(1) opacity(1);
  }
  21% {
    transform: rotate(-5deg);
  }
  25% {
    transform: rotate(4deg);
  }
  27.5% {
    transform: rotate(-3.5deg);
  }
  30% {
    transform: rotate(3deg);
  }
  37.5% {
    transform: rotate(-2.5deg);
  }
  43.75% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-1.5deg);
  }
  56.25% {
    transform: rotate(1deg);
  }
  62.5% {
    transform: rotate(-0.5deg);
  }
  75% {
    transform: rotate(0.25deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes logoWrap {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    filter: blur(15px);
  }
}
@keyframes logoAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes logoDisAppear {
  0% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
  25% {
    opacity: 0.75;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    filter: blur(15px);
    transform: scale(1.2);
  }
}
@keyframes disAppear {
  0% {
    opacity: 1;
    height: 100vh;
  }
  99% {
    opacity: 0;
    height: 100vh;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@keyframes logofix {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(0) scaleY(1);
  }
  49% {
    transform: translateY(100%) scaleY(0.9);
    opacity: 1;
  }
  50% {
    transform: translateY(100%);
    opacity: 0;
  }
  51% {
    transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
    transform: translateY(-100%);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.newsFrame {
  margin-top: clamp(3.904rem, 4.2328042328vw, 6.4rem);
  margin-inline: clamp(2.352rem, 1.5873015873vw, 2.4rem);
  padding-block: clamp(3.904rem, 4.2328042328vw, 6.4rem);
  background: #ffffff;
}
@media (min-width: 768px) {
  .newsFrame {
    margin-inline: auto;
    max-width: clamp(65.464rem, 44.1798941799vw, 66.8rem);
  }
}
.newsFrame iframe {
  width: 100%;
  height: clamp(49.784rem, 33.5978835979vw, 50.8rem);
}
@media (min-width: 768px) {
  .newsFrame iframe {
    max-height: clamp(38.024rem, 25.6613756614vw, 38.8rem);
  }
}

.newsWrap {
  padding-inline: clamp(3.904rem, 4.2328042328vw, 6.4rem);
  padding-bottom: clamp(6.2rem, 6.8783068783vw, 10.4rem);
  overflow-y: auto;
}
@media (min-width: 768px) {
  .newsWrap {
    overscroll-behavior: contain;
  }
}

.newsContainer {
  color: #615F5F;
}
.newsContainer:nth-of-type(n+2) {
  margin-top: clamp(3.92rem, 2.6455026455vw, 4rem);
}
.newsContainer .newsMeta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  letter-spacing: clamp(0.0588rem, 0.0396825397vw, 0.06rem);
}
.newsContainer .newsMeta .newsDate {
  font-size: clamp(1.176rem, 0.7936507937vw, 1.2rem);
  line-height: 1.6;
}
.newsContainer .newsMeta .newMark {
  margin-left: clamp(0.976rem, 1.0582010582vw, 1.6rem);
  font-size: clamp(1.176rem, 0.7936507937vw, 1.2rem);
  line-height: 1.6;
  color: #C18360;
}
.newsContainer .newsMeta .catName {
  margin-left: clamp(0.976rem, 1.0582010582vw, 1.6rem);
  font-size: clamp(1.176rem, 0.7936507937vw, 1.2rem);
  line-height: 1.6;
  padding-inline: clamp(0.244rem, 0.2645502646vw, 0.4rem);
  background: #E4EBDE;
}
.newsContainer .newsMeta .catName.cat-1 {
  background: #658AB5;
  color: #ffffff;
}
.newsContainer .newsTitle {
  margin-top: clamp(0.488rem, 0.5291005291vw, 0.8rem);
  color: #63A423;
  font-size: clamp(2.058rem, 1.3888888889vw, 2.1rem);
  font-size: var(--cv-98-cv-21, 21px);
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: clamp(0.488rem, 0.5291005291vw, 0.8rem);
  border-bottom: 1px solid #63A423;
  letter-spacing: clamp(0.1029rem, 0.0694444444vw, 0.105rem);
}
.newsContainer .newsContent {
  margin-top: clamp(0.976rem, 1.0582010582vw, 1.6rem);
  letter-spacing: clamp(0.0784rem, 0.0529100529vw, 0.08rem);
}
.newsContainer .newsContent .detailText {
  text-align: justify;
  line-height: 1.6;
  font-size: clamp(1.568rem, 1.0582010582vw, 1.6rem);
}
.newsContainer .newsContent img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: scale-down;
}
.newsContainer .newsContent .detailUpfile {
  margin: clamp(1.568rem, 1.0582010582vw, 1.6rem) auto;
  max-width: 100%;
  height: auto;
  max-height: 300px;
  text-align: center;
}

.newsPopup {
  padding: clamp(2.44rem, 2.6455026455vw, 4rem);
}
.newsPopup > .newsContainer {
  padding-bottom: clamp(6.2rem, 6.8783068783vw, 10.4rem);
}
.newsPopup .backORcloseBtn {
  margin-top: clamp(6.2rem, 6.8783068783vw, 10.4rem);
  margin-inline: auto;
  width: fit-content;
  padding: clamp(0.244rem, 0.2645502646vw, 0.4rem) clamp(0.976rem, 1.0582010582vw, 1.6rem);
  color: #ffffff;
  background: #63A423;
}

.wrapper {
  min-height: 100vh;
}

main.ly_main {
  min-height: 100%;
  width: 100%;
}

main > section {
  padding-block: clamp(6.2rem, 6.8783068783vw, 10.4rem);
}

.container {
  margin-inline: auto;
  padding-inline: clamp(2.352rem, 1.5873015873vw, 2.4rem);
  max-width: calc(clamp(123.088rem, 83.0687830688vw, 125.6rem) + clamp(6.272rem, 4.5454545455vw, 6.4rem) * 2);
}
@media (min-width: 768px) {
  .container {
    padding-inline: clamp(6.272rem, 4.5454545455vw, 6.4rem);
  }
}

.container16 {
  margin-inline: auto;
  padding-inline: clamp(1.568rem, 1.0582010582vw, 1.6rem);
  max-width: calc(clamp(123.088rem, 83.0687830688vw, 125.6rem) + clamp(6.272rem, 4.5454545455vw, 6.4rem) * 2);
}
@media (min-width: 768px) {
  .container16 {
    padding-inline: clamp(6.272rem, 4.5454545455vw, 6.4rem);
  }
}

footer {
  padding-block: clamp(6.2rem, 6.8783068783vw, 10.4rem);
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #ffffff;
  color: #615F5F;
}
footer .footerLogo {
  text-align: center;
}
footer .footerLogo img {
  width: clamp(21.07rem, 14.2195767196vw, 21.5rem);
  height: clamp(10.29rem, 6.9444444444vw, 10.5rem);
}
footer .footerLogo p {
  margin-top: clamp(1.464rem, 1.5873015873vw, 2.4rem);
  font-size: clamp(2.044rem, 1.8518518519vw, 2.8rem);
  letter-spacing: clamp(0.1204rem, 0.0925925926vw, 0.14rem);
}
footer address {
  margin-top: clamp(3.904rem, 4.2328042328vw, 6.4rem);
  text-align: center;
  font-size: clamp(1.568rem, 1.0582010582vw, 1.6rem);
  line-height: 1;
  letter-spacing: clamp(0.0784rem, 0.0529100529vw, 0.08rem);
}
footer address div + div {
  margin-top: clamp(0.976rem, 1.0582010582vw, 1.6rem);
}
footer address p {
  line-height: 1.4;
  letter-spacing: clamp(0.0784rem, 0.0529100529vw, 0.08rem);
}
footer .mailButton a {
  margin-top: clamp(3.904rem, 4.2328042328vw, 6.4rem);
  color: #63A423;
  padding-inline: clamp(2.064rem, 1.5873015873vw, 2.4rem);
  display: flex;
  align-items: center;
  height: clamp(4.3rem, 3.3068783069vw, 5rem);
  gap: clamp(0.688rem, 0.5291005291vw, 0.8rem);
  font-weight: 900;
  font-size: clamp(2.064rem, 1.5873015873vw, 2.4rem);
  line-height: 1.46;
  border: 1px solid #63A423;
  border-radius: clamp(2.58rem, 1.9841269841vw, 3rem);
}
footer .mailButton a img {
  width: clamp(2.15rem, 1.6534391534vw, 2.5rem);
  height: auto;
  object-fit: scale-down;
  margin-top: clamp(0.172rem, 0.1322751323vw, 0.2rem);
}
footer small {
  margin: auto;
  display: block;
  text-align: left;
  font-weight: 300;
  font-size: clamp(1.176rem, 0.7936507937vw, 1.2rem);
  margin-top: clamp(3.904rem, 4.2328042328vw, 6.4rem);
  letter-spacing: clamp(0.0588rem, 0.0396825397vw, 0.06rem);
}

header {
  position: fixed;
  z-index: 7000;
  display: flex;
  align-items: center;
  top: 0;
  width: 100%;
  background-color: transparent;
  padding-block: clamp(2.44rem, 2.6455026455vw, 4rem);
  transition: all 0.8s ease-in-out;
}
header .ly_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.464rem, 1.5873015873vw, 2.4rem);
  width: 100%;
  height: 100%;
  padding-inline: clamp(2.44rem, 2.6455026455vw, 4rem);
}
@media (min-width: 540px) {
  header .ly_header {
    justify-content: flex-end;
  }
}
header .tel {
  background: #ffffff;
  border-radius: clamp(2.94rem, 1.9841269841vw, 3rem);
  font-size: clamp(2.408rem, 1.8518518519vw, 2.8rem);
  font-weight: 900;
  color: #63A423;
  letter-spacing: clamp(0.1204rem, 0.0925925926vw, 0.14rem);
}
header .tel > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.488rem, 0.5291005291vw, 0.8rem);
  height: clamp(4.9rem, 3.3068783069vw, 5rem);
  padding-inline: clamp(2.352rem, 1.5873015873vw, 2.4rem);
}

#jsNav {
  position: fixed;
  z-index: 7006;
  top: 0;
  right: 0;
  margin-right: 0;
  padding: clamp(2.352rem, 1.5873015873vw, 2.4rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease-in-out;
}

#jsNav.activeNav {
  max-height: 100dvh;
  overflow-y: scroll;
  overscroll-behavior: contain;
  opacity: 1;
  visibility: visible;
}

.menuButton {
  position: relative;
  z-index: 7000;
  display: block;
  width: clamp(4.9rem, 3.3068783069vw, 5rem);
  height: clamp(4.9rem, 3.3068783069vw, 5rem);
  background: #ffffff;
  border-radius: 50%;
}
.menuButton div {
  position: absolute;
  z-index: 7004;
  top: clamp(1.666rem, 1.1243386243vw, 1.7rem);
  left: clamp(1.47rem, 0.9920634921vw, 1.5rem);
  width: clamp(1.96rem, 1.3227513228vw, 2rem);
  height: clamp(0.1715rem, 0.1157407407vw, 0.175rem);
  background-color: #615F5F;
  transform: rotate(0);
  opacity: 1;
  transition: all 0.8s ease-in-out;
}
.menuButton div:nth-of-type(2) {
  top: clamp(2.3471rem, 1.583994709vw, 2.395rem);
}
.menuButton div:nth-of-type(3) {
  top: clamp(3.0282rem, 2.0436507937vw, 3.09rem);
}

.menuButtonClose {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7000;
  position: absolute;
  z-index: 7004;
  width: clamp(4.9rem, 3.3068783069vw, 5rem);
  height: clamp(4.9rem, 3.3068783069vw, 5rem);
  background: #ffffff;
  border-radius: 50%;
}
.menuButtonClose > div {
  position: absolute;
  left: clamp(1.47rem, 0.9920634921vw, 1.5rem);
  width: clamp(1.96rem, 1.3227513228vw, 2rem);
  height: clamp(0.1715rem, 0.1157407407vw, 0.175rem);
  background-color: #615F5F;
  transform: rotate(0);
  opacity: 1;
  transition: all 0.8s ease-in-out;
}
.menuButtonClose > div:nth-of-type(1) {
  top: clamp(2.3471rem, 1.583994709vw, 2.395rem);
  transform: rotate(225deg);
}
.menuButtonClose > div:nth-of-type(2) {
  top: clamp(2.3471rem, 1.583994709vw, 2.395rem);
  transform: rotate(-225deg);
}

.mask {
  position: fixed;
  z-index: 7005;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
}

.mask.activeNav {
  opacity: 0.5;
  visibility: visible;
}

.ly_headerCon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 clamp(1.568rem, 1.0582010582vw, 1.6rem);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-width: 850px) {
  .ly_headerCon {
    padding: 0 clamp(3.136rem, 2.1164021164vw, 3.2rem);
  }
}
@media (min-width: 1024px) {
  .ly_headerCon {
    padding: 0 clamp(6.272rem, 4.2328042328vw, 6.4rem);
  }
}
.ly_headerCon h1 {
  width: clamp(13.328rem, 8.9947089947vw, 13.6rem);
}
.ly_headerCon h1 img {
  width: auto;
  height: 100%;
  object-fit: scale-down;
}

.headerInner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: clamp(6.272rem, 4.2328042328vw, 6.4rem) clamp(3.904rem, 4.2328042328vw, 6.4rem);
  background: #ffffff;
  border-radius: clamp(0.784rem, 0.5291005291vw, 0.8rem);
  pointer-events: all;
}

.navCon {
  width: 100%;
}
.navCon > ul {
  padding-top: clamp(3.904rem, 4.2328042328vw, 6.4rem);
  height: 100%;
}
.navCon > ul > li {
  width: 100%;
  padding-bottom: clamp(0.732rem, 0.7936507937vw, 1.2rem);
  height: auto;
  display: grid;
  justify-items: center;
  align-content: center;
  font-weight: 700;
  text-align: center;
}
.navCon > ul > li + li {
  margin-top: clamp(2.44rem, 2.6455026455vw, 4rem);
}
.navCon > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 1;
  font-size: clamp(1.548rem, 1.1904761905vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -0.0166em;
  transition: all 0.8s ease-in-out;
  transform: scale(1);
  color: #615F5F;
}
.navCon > ul > li > a:hover {
  transform: scale(1.16);
  color: #63A423;
}

.loading {
  position: fixed;
  z-index: 8000;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}

.loading.active {
  height: 100vh;
  background: #ffffff;
  opacity: 1;
}
.loading.active .logoWrap {
  animation: logoAppear 1s forwards;
}

.loading.loaded {
  animation: disAppear 1s 0.8s forwards;
}
.loading.loaded .logoWrap {
  animation: logoDisAppear 1s forwards;
}

.logoWrap {
  display: flex;
  align-items: flex-start;
}

.logo {
  width: 183.11px;
  height: 103.55px;
}

.leaf {
  height: 51px;
  transform-origin: 0% 100%;
  animation: leaf 1080ms 1.5s forwards;
}
.leaf img {
  width: auto;
  height: 100%;
  object-fit: scale-down;
}

.backgroundMovie {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  background: #eee;
}
.backgroundMovie .videoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100svw;
  height: 100svh;
  object-fit: cover;
  object-position: 50% 50%;
}
.backgroundMovie source {
  width: 100%;
}

.graduation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.4;
  background: linear-gradient(180deg, rgba(99, 164, 35, 0.5) 0%, #63A423 38.4%, rgba(99, 164, 35, 0) 100%);
  mix-blend-mode: multiply;
}

.firstview {
  height: 100svh;
  width: 100%;
  display: flex;
  align-items: flex-start;
  position: absolute;
}
@media (min-width: 768px) {
  .firstview {
    align-items: center;
    padding-bottom: clamp(4.88rem, 5.291005291vw, 8rem);
  }
}

.logo_text {
  padding-top: clamp(34.202rem, 23.082010582vw, 34.9rem);
  padding-left: clamp(2.352rem, 1.5873015873vw, 2.4rem);
}
@media (min-width: 768px) {
  .logo_text {
    padding-top: 0;
    padding-left: clamp(30.66rem, 27.7777777778vw, 52.5rem);
  }
}
.logo_text .catch {
  color: #ffffff;
  font-size: clamp(2.701rem, 2.4470899471vw, 4.625rem);
  font-weight: 600;
  letter-spacing: clamp(0.13505rem, 0.1223544974vw, 0.23125rem);
  line-height: 1;
}
.logo_text .catch p {
  height: 1.16em;
  overflow: hidden;
}
.logo_text .catch p span {
  display: block;
  transform: translateY(110%);
}
.logo_text .catch p:nth-of-type(2) {
  margin-top: clamp(0.244rem, 0.2645502646vw, 0.4rem);
}
.logo_text .catch p:last-of-type {
  margin-top: clamp(0.732rem, 0.7936507937vw, 1.2rem);
  font-size: clamp(1.376rem, 1.0582010582vw, 2rem);
  padding-bottom: clamp(0.344rem, 0.2645502646vw, 0.4rem);
  font-weight: 350;
  letter-spacing: clamp(0.0784rem, 0.0529100529vw, 0.08rem);
}
.logo_text .catch.active p:nth-of-type(1) span {
  animation: titleUpper 0.8s ease-out forwards;
}
.logo_text .catch.active p:nth-of-type(2) span {
  animation: titleUpper 0.8s ease-out 0.8s forwards;
}
.logo_text .catch.active p:nth-of-type(3) span {
  animation: titleUpper 0.8s ease-out 1.6s forwards;
}

.scrollDown {
  position: absolute;
  overflow: hidden;
  bottom: clamp(6.2rem, 6.8783068783vw, 10.4rem);
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .scrollDown {
    bottom: clamp(3.92rem, 2.6455026455vw, 4rem);
    left: clamp(11.368rem, 7.671957672vw, 11.6rem);
  }
}
.scrollDown span {
  display: inline-block;
  vertical-align: middle;
}
.scrollDown span:nth-of-type(1), .scrollDown span:nth-of-type(3) {
  background: #ffffff;
  width: clamp(2.744rem, 1.8518518519vw, 2.8rem);
  height: 1px;
  margin-top: 2px;
}
.scrollDown span:nth-of-type(2) {
  color: #ffffff;
  font-size: clamp(1.372rem, 0.9259259259vw, 1.4rem);
  font-weight: 400;
  animation: scrollDown 3s ease-in infinite;
}

.logo_spacer_top {
  height: clamp(18.326rem, 12.3677248677vw, 18.7rem);
  width: 100%;
}
@media (min-width: 768px) {
  .logo_spacer_top {
    height: calc(50svh - clamp(7.267rem, 5.5886243386vw, 8.45rem) - clamp(3.05rem, 3.3068783069vw, 5rem));
  }
}

.logo_spacer_bottom {
  height: calc(100svh - clamp(29.4rem, 19.8412698413vw, 30rem));
  width: 100%;
}
@media (min-width: 768px) {
  .logo_spacer_bottom {
    height: calc(50svh - clamp(7.267rem, 5.5886243386vw, 8.45rem) + clamp(3.05rem, 3.3068783069vw, 5rem));
  }
}

.white_fixlogo {
  width: fit-content;
  display: flex;
  padding: clamp(1.568rem, 1.0582010582vw, 1.6rem) clamp(2.842rem, 1.917989418vw, 2.9rem);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(0.976rem, 1.0582010582vw, 1.6rem);
  background: rgba(255, 255, 255, 0.75);
  color: #615F5F;
  transform: translateX(-100%);
}
.white_fixlogo.active {
  animation: logofix 0.8s ease-in 0.8s forwards;
}
@media (min-width: 768px) {
  .white_fixlogo {
    padding: clamp(1.464rem, 1.5873015873vw, 2.4rem) clamp(3.904rem, 4.2328042328vw, 6.4rem);
    font-size: clamp(2.044rem, 1.8518518519vw, 3.5rem);
    position: sticky;
    top: 0;
    z-index: 10;
  }
}
.white_fixlogo img {
  width: clamp(11.461rem, 10.3835978836vw, 19.625rem);
  height: clamp(5.621rem, 5.0925925926vw, 9.625rem);
}

.association {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
}
@media (min-width: 768px) {
  .association .map {
    background: url("../img/background/map.png") no-repeat center right;
    background-size: auto 80%;
  }
}
.association .purposeText {
  margin-top: clamp(3.904rem, 4.2328042328vw, 6.4rem);
  color: #615F5F;
  text-align: center;
  font-size: clamp(1.533rem, 1.3888888889vw, 2.1rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.association ul {
  margin-inline: auto;
  margin-top: clamp(3.904rem, 4.2328042328vw, 6.4rem);
  color: #615F5F;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .association ul {
    width: clamp(69.58rem, 46.9576719577vw, 71rem);
  }
}
.association ul li {
  display: flex;
  align-items: center;
  gap: clamp(0.976rem, 1.0582010582vw, 1.6rem);
  flex-direction: column;
  opacity: 0;
  transform: translateX(200px);
}
.association ul li + li {
  margin-top: clamp(3.904rem, 4.2328042328vw, 6.4rem);
}
@media (min-width: 768px) {
  .association ul li {
    flex-direction: row;
  }
  .association ul li + li {
    margin-top: calc(clamp(3.44rem, 2.6455026455vw, 4rem) * -1);
  }
  .association ul li:nth-of-type(odd) {
    padding-left: clamp(8.6rem, 6.6137566138vw, 10rem);
  }
  .association ul li:nth-of-type(even) {
    padding-left: clamp(17.2rem, 13.2275132275vw, 20rem);
  }
}
.association ul li > p {
  font-size: clamp(1.533rem, 1.3888888889vw, 2.1rem);
  text-align: center;
}
@media (min-width: 768px) {
  .association ul li > p {
    text-align: justify;
  }
}
.association ul li .circle {
  flex-shrink: 0;
  width: clamp(17.2rem, 13.2275132275vw, 20rem);
  height: clamp(17.2rem, 13.2275132275vw, 20rem);
  border-radius: 50%;
  border: 1px solid #707070;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  display: grid;
  grid-template-rows: 1fr 1fr;
  justify-items: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
.association ul li .circle .number {
  font-size: clamp(2.752rem, 2.1164021164vw, 3.2rem);
  width: clamp(3.096rem, 2.380952381vw, 3.6rem);
  position: relative;
  padding-inline: clamp(0.196rem, 0.1322751323vw, 0.2rem);
  padding-bottom: clamp(0.488rem, 0.5291005291vw, 0.8rem);
  border-bottom: 1px solid #707070;
  align-self: center;
}
.association ul li .circle img {
  width: 27px;
  height: 52px;
  position: absolute;
  top: 0;
}
.association ul li .circle .purpose {
  align-self: self-start;
  font-size: clamp(2.752rem, 2.1164021164vw, 3.2rem);
}
.association ul li .circle .purposeEn {
  margin-top: clamp(0.488rem, 0.5291005291vw, 0.8rem);
  font-size: clamp(1.176rem, 0.7936507937vw, 1.2rem);
}
.association ul.active li:nth-of-type(1) {
  animation: list 0.8s ease-in forwards;
}
.association ul.active li:nth-of-type(2) {
  animation: list 0.8s ease-in 0.2s forwards;
}
.association ul.active li:nth-of-type(3) {
  animation: list 0.8s ease-in 0.5s forwards;
}
.association ul.active li:nth-of-type(4) {
  animation: list 0.8s ease-in 0.7s forwards;
}

.newsTopics {
  background: rgba(99, 164, 35, 0.57);
}
.newsTopics .title {
  color: #ffffff;
}

.memberCompanies {
  background: #ffffff;
  color: #615F5F;
}
.memberCompanies .cardwrap {
  margin-top: clamp(3.904rem, 4.2328042328vw, 6.4rem);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  gap: clamp(2.44rem, 2.6455026455vw, 4rem);
}
@media (min-width: 768px) {
  .memberCompanies .cardwrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1184px) {
  .memberCompanies .cardwrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.memberCompanies .cardwrap .card {
  grid-row: span 3;
  display: grid;
  grid-template-rows: subgrid;
  gap: clamp(0.488rem, 0.5291005291vw, 0.8rem);
  padding: clamp(0.976rem, 1.0582010582vw, 1.6rem);
  background: #E4EBDE;
}
.memberCompanies .cardwrap .card:hover {
  opacity: 0.7;
}
.memberCompanies .CompanyName {
  font-size: clamp(1.806rem, 1.3888888889vw, 2.1rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .memberCompanies .CompanyName {
    font-size: clamp(1.806rem, 1.3888888889vw, 2.1rem);
  }
}
.memberCompanies .CompanyAddress {
  font-size: clamp(1.376rem, 1.0582010582vw, 1.6rem);
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (540px <= width < 768px) {
  .memberCompanies .CompanyAddress {
    display: flex;
    flex-wrap: wrap;
    column-gap: clamp(1.376rem, 1.0582010582vw, 1.6rem);
  }
}
.memberCompanies .CompanyNumber table {
  width: 100%;
  border-collapse: collapse;
}
.memberCompanies .CompanyNumber table thead td {
  height: clamp(1.96rem, 1.3227513228vw, 2rem);
  font-size: clamp(1.032rem, 0.7936507937vw, 1.2rem);
  color: #ffffff;
  height: 100%;
  border-radius: clamp(0.784rem, 0.5291005291vw, 0.8rem) clamp(0.784rem, 0.5291005291vw, 0.8rem) 0 0;
  white-space: nowrap;
}
.memberCompanies .CompanyNumber table thead td.part1 {
  background: #C18360;
}
.memberCompanies .CompanyNumber table thead td.part2 {
  background: #63A423;
}
.memberCompanies .CompanyNumber table thead td.part3 {
  background: #658AB5;
}
.memberCompanies .CompanyNumber table tbody td {
  height: clamp(2.94rem, 1.9841269841vw, 3rem);
  background: #ffffff;
  font-size: clamp(1.548rem, 1.1904761905vw, 1.8rem);
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.memberCompanies .CompanyNumber table tbody td.part1 {
  color: #C18360;
}
.memberCompanies .CompanyNumber table tbody td.part2 {
  color: #63A423;
}
.memberCompanies .CompanyNumber table tbody td.part3 {
  color: #658AB5;
}
.memberCompanies .CompanyNumber table tbody td + td {
  border-left: 1px solid #E4EBDE;
}
.memberCompanies .CompanyNumber table td {
  vertical-align: middle;
  text-align: center;
}
.memberCompanies .CompanyNumber table .title {
  width: clamp(5.39rem, 3.6375661376vw, 5.5rem);
  font-size: clamp(1.032rem, 0.7936507937vw, 1.2rem);
  color: #615F5F;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.sponsor .containerBack {
  background: linear-gradient(#309CDF 25%, #0170CC 25%, #0154AD 100%);
  border-radius: clamp(4.9rem, 3.3068783069vw, 5rem);
}
.sponsor .title {
  color: #ffffff;
}
.sponsor .title .upperwrap {
  line-height: 1.2;
}
.sponsor .sponsorBox {
  container: sponsorSize/inline-size;
  padding-block: clamp(6.2rem, 6.8783068783vw, 10.4rem);
  border-radius: clamp(4.9rem, 3.3068783069vw, 5rem);
  background: url(../img/background/sponsorBackground_sp.jpg) no-repeat center top/contain;
}
@media (min-width: 630px) {
  .sponsor .sponsorBox {
    background: url(../img/background/sponsorBackground_pc.png) no-repeat center 10%/contain;
  }
}
.sponsor .sponsorWrap {
  margin-top: clamp(18.13rem, 12.2354497354vw, 18.5rem);
  width: 100%;
  color: #ffffff;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(3, auto);
  align-items: center;
  justify-items: center;
  text-align: center;
  gap: clamp(3.416rem, 3.7037037037vw, 5.6rem) clamp(1.952rem, 2.1164021164vw, 3.2rem);
}
@media (min-width: 540px) {
  .sponsor .sponsorWrap {
    padding-inline: clamp(6.2rem, 6.8783068783vw, 10.4rem);
  }
}
.sponsor .sponsorWrap .sponsorCard {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  gap: clamp(0.784rem, 0.5291005291vw, 0.8rem);
  padding: clamp(0.392rem, 0.2645502646vw, 0.4rem);
}
.sponsor .sponsorWrap .sponsorCard:hover {
  background: rgba(255, 255, 255, 0.2);
  border-radius: clamp(0.98rem, 0.6613756614vw, 1rem);
}
.sponsor .sponsorWrap .sponsorCard div:nth-of-type(1) {
  align-self: center;
  font-size: clamp(1.372rem, 0.9259259259vw, 1.4rem);
}
.sponsor .sponsorWrap .sponsorCard div:nth-of-type(1) > span {
  display: inline-block;
}
.sponsor .sponsorWrap .sponsorCard div:nth-of-type(2) {
  font-size: clamp(1.764rem, 1.1904761905vw, 1.8rem);
  font-weight: 700;
  line-height: 1.4;
  align-self: center;
}
.sponsor .sponsorWrap .sponsorCard div:nth-of-type(2) > span {
  display: inline-block;
}
.sponsor .sponsorWrap .sponsorCard div:nth-of-type(3) {
  margin-top: clamp(0.488rem, 0.5291005291vw, 0.8rem);
  font-size: clamp(1.372rem, 0.9259259259vw, 1.4rem);
  line-height: 1.4;
}
.sponsor .sponsorWrap .sponsorCard div:nth-of-type(4) {
  padding-inline: clamp(1.568rem, 1.0582010582vw, 1.6rem);
  font-size: clamp(1.372rem, 0.9259259259vw, 1.4rem);
}
.sponsor .sponsorWrap .sponsorCard div:nth-of-type(4) span {
  display: block;
}
@container sponsorSize ( 630px < width) {
  .sponsor .sponsorWrap {
    grid-template-columns: repeat(2, 1fr);
    justify-items: start;
    text-align: left;
  }
  .sponsor .sponsorWrap .sponsorCard div:nth-of-type(4) {
    align-self: self-start;
    text-align: justify;
    padding-inline: 0;
  }
  .sponsor .sponsorWrap .sponsorCard div:nth-of-type(4) span {
    display: inline;
  }
}
@container sponsorSize ( 1064px < width ) {
  .sponsor .sponsorWrap {
    grid-template-columns: repeat(4, 1fr);
  }
}

/*# sourceMappingURL=styles.css.map */
