@charset "UTF-8";
/*!
Theme Name:自然の恵み農園
*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  -webkit-appearance: none; /* 1 */
  appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

th {
  font-weight: bold;
  text-align: left;
}

summary {
  list-style: none; /* Safari対応 */
}

summary::-webkit-details-marker {
  display: none; /* Chrome / Safari / Edge対応 */
}

@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 5%;
  }
  00% {
    bottom: 1%;
  }
}
html {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  color: #555;
  font-family: "Archivo Narrow", "YuGothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #f9f9f9;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #555;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

.sm-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sm-br {
    display: inline;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only-inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only-inline {
    display: inline;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 4rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
}
@media screen and (max-width: 768px) {
  .header {
    padding-inline: 0;
  }
}

.header__inner {
  max-width: 95%;
  width: 100%;
  margin-inline: auto;
  margin-block-start: 2rem;
  padding-inline: 4rem;
  background-color: #fff;
  border-radius: 6rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
  z-index: 1100;
}
@media screen and (max-width: 768px) {
  .header__inner {
    max-width: none;
    margin-block-start: 0;
    padding-inline: 1rem;
    border-radius: 0;
    top: 0;
    right: 0;
  }
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 3rem;
}
@media screen and (max-width: 768px) {
  .header__container {
    padding-block: 1.5rem;
  }
}

.header__logo .header__logo-img {
  width: 16.8rem;
}
@media screen and (max-width: 768px) {
  .header__logo .header__logo-img {
    width: 11.6rem;
  }
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 2.4rem;
  height: 2.3rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1200;
  position: relative;
}
.hamburger.is-open .hamburger__rain:nth-child(1) {
  transform: translateY(0.4rem) rotate(30deg);
}
.hamburger.is-open .hamburger__rain:nth-child(2) {
  transform: translateY(-0.3rem) rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: flex;
  }
}

.hamburger__rain {
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #93c572;
  transition: all 0.3s ease;
  transform-origin: center;
}

.hamburger__text {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #93c572;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .nav {
    display: none;
  }
}
.nav .nav__list {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
.nav .nav__list-item {
  font-size: 1.6rem;
  font-weight: bold;
  color: #555;
  white-space: nowrap;
}
.nav .nav__list-item--orange {
  background-color: #f7b560;
  width: 14.8rem;
  padding-block: 1.6rem;
  border-radius: 3rem;
  text-align: center;
}
@media (any-hover: hover) {
  .nav .nav__list-item--orange:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
  }
}
.nav .nav__list-item--white {
  color: #fff;
}

.nav-overlay {
  position: fixed;
  top: 5.3rem;
  left: 0;
  width: 100%;
  height: calc(100% - 5.3rem);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.nav-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.nav-drawer {
  position: fixed;
  top: var(--header-height, 5.3rem);
  right: 0;
  width: 100%;
  max-width: 76.8rem;
  height: calc(100% - var(--header-height, 5.3rem));
  z-index: 1050;
  transform: translateY(-100%);
  transition: transform 0.35s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  background: transparent;
  visibility: hidden;
}
.nav-drawer.is-open {
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}

.nav-drawer__header {
  height: 5.3rem;
  visibility: hidden;
}

.nav-drawer__list {
  background-color: #fff;
  list-style: none;
}

.nav-drawer__item {
  border-bottom: 1px solid #93c572;
  margin-inline: 2rem;
}

.nav-drawer__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 1.8rem;
  text-decoration: none;
  color: #555;
}
@media (any-hover: hover) {
  .nav-drawer__link:hover {
    background-color: #f5faf0;
  }
}

.nav-drawer__link-inner {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}

.nav-drawer__ja {
  font-size: 1.6rem;
  font-weight: bold;
  color: #555;
}

.nav-drawer__en {
  font-size: 1.2rem;
  color: #f7b560;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-drawer__arrow {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 0.2rem;
  background-color: #93c572;
}
.nav-drawer__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
  height: 0.2rem;
  background-color: #93c572;
  transform: rotate(40deg);
  transform-origin: right center;
}

.nav-drawer__contact {
  background-color: #fff;
  padding: 3rem 2rem 2rem;
  text-align: center;
}

.nav-drawer__tel-label {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #93C572;
  margin-bottom: 0.6rem;
}

.nav-drawer__tel-number {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  font-family: "YuGothic";
  letter-spacing: 0.1em;
  color: #93C572;
  text-decoration: none;
  margin-bottom: 0.8rem;
}

.nav-drawer__hours {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "YuGothic";
  color: #93C572;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.nav-drawer__btn {
  display: block;
  width: 100%;
  padding: 1.6rem 2rem;
  background-color: #f7b560;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 30rem;
}
@media (any-hover: hover) {
  .nav-drawer__btn:hover {
    background-color: #f7b560;
  }
}

.footer {
  background-color: #fff;
  padding-block: 3.1rem 3rem;
}

.footer__inner {
  max-width: 122rem;
  width: 100%;
  margin: 0 auto;
  padding-inline: 4rem;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding-inline: 1.4rem;
  }
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .footer__top {
    padding-bottom: 0;
  }
}

.footer__logo {
  width: 20.2rem;
}

.footer__nav--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__nav--pc {
    display: none;
  }
}

.footer__nav--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__nav--sp {
    display: block;
  }
}

.footer__list {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
@media screen and (max-width: 768px) {
  .footer__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

.footer__list-item {
  font-size: 1.6rem;
  font-weight: bold;
  color: #555;
  white-space: nowrap;
}

.footer__center {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 2.9rem;
}
@media screen and (max-width: 768px) {
  .footer__center {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    padding-top: 3rem;
  }
}

.footer__address {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "YuGothic";
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.footer__address-tel {
  padding-top: 2rem;
}

.footer__icon {
  display: flex;
  align-items: center;
  gap: 1.9rem;
}
@media screen and (max-width: 768px) {
  .footer__icon {
    align-self: flex-end;
  }
}

.footer__icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.9rem;
  height: 4.9rem;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  overflow: hidden;
  background-color: #fff;
  flex-shrink: 0;
}
@media (any-hover: hover) {
  .footer__icon-link:hover {
    background-color: #555;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
}

.footer__icon-img {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
}

.copy {
  text-align: center;
  font-size: 1.2rem;
}

.scroll-down {
  position: absolute;
  bottom: 1%;
  right: 50%;
  animation: arrowmove 1s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .scroll-down {
    display: none;
  }
}

.scroll-down__item {
  position: absolute;
  left: -3rem;
  bottom: 8rem;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.scroll-down:before {
  content: "";
  position: absolute;
  bottom: 1rem;
  right: -0.6rem;
  width: 0.2rem;
  height: 2rem;
  background: #fff;
  transform: skewX(-31deg);
}

.scroll-down:after {
  content: "";
  position: absolute;
  bottom: 1rem;
  right: 0;
  width: 0.2rem;
  height: 6.2rem;
  background: #fff;
}

.section__inner {
  max-width: 100rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 2rem;
}
@media screen and (max-width: 768px) {
  .section__inner {
    padding-inline: 1.5rem;
  }
}

.section__title {
  color: #555;
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 3rem;
  }
}
.section__title .title-line {
  display: block;
  width: 17rem;
  position: absolute;
  bottom: -0.2rem;
  left: -0.5rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .section__title .title-line {
    width: 12.9rem;
  }
}

.js-announce {
  width: clamp(14.3rem, 25vw, 33.7rem);
  height: auto;
  position: fixed;
  bottom: 4.8rem;
  right: 4.5rem;
  z-index: 10;
  color: #fff;
  background-color: #f7b560;
  border-radius: 2.5rem;
  padding: 1.5rem 2rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .js-announce {
    width: 17rem;
    bottom: 2rem;
    right: auto;
    left: 2rem;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .js-announce {
    width: clamp(12rem, 42vw, 14.3rem);
    bottom: 2rem;
    border-radius: 1rem;
    padding: 1rem 1.2rem;
  }
}
.js-announce .js-announce__header {
  display: block;
}
@media screen and (max-width: 768px) {
  .js-announce .js-announce__header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: 0.4rem;
  }
}
.js-announce .js-announce__title {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .js-announce .js-announce__title {
    font-size: 1.4rem;
    padding-bottom: 0;
  }
}
.js-announce .js-announce__time {
  font-size: 1.2rem;
  letter-spacing: 1px;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .js-announce .js-announce__time {
    font-size: 1rem;
    padding-bottom: 0;
  }
}
.js-announce .js-announce__text {
  font-size: 1.6rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .js-announce .js-announce__text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 576px) {
  .js-announce .js-announce__text {
    padding-top: 0.9rem;
    white-space: normal;
    overflow: hidden;
    text-overflow: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.page__list {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .page__list {
    flex-wrap: wrap;
  }
}

.page__list-item {
  color: #555;
  font-size: 1.4rem;
  font-weight: 500;
}

.page__list-item--arrow {
  color: #93c572;
  font-size: 1.4rem;
  padding-inline: 0.5rem;
}

.mainvisual {
  position: relative;
}
.mainvisual::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.mainvisual .mainvisual-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.mainvisual .mainvisual__inner {
  padding-inline: 2.8rem;
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainvisual .mainvisual__container {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mainvisual .mainvisual__container {
    bottom: 40rem;
    right: 0;
    display: flex;
  }
}
.mainvisual .mainvisual__img {
  width: 25.3rem;
  max-width: none;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mainvisual .mainvisual__img {
    width: 7.2rem;
  }
}
.mainvisual .mainvisual__title {
  color: #93c572;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 7.5px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3019607843);
  opacity: 1;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .mainvisual .mainvisual__title {
    font-size: 2.5rem;
    letter-spacing: 0.24rem;
    text-shadow: none;
    padding-top: 0;
  }
}

/*----------------------------
私たちについて
----------------------------*/
.about {
  padding-block: 4.5rem;
}
@media screen and (max-width: 768px) {
  .about {
    padding-block: 4rem 2rem;
  }
}
.about .about__inner {
  position: relative;
  padding-block: 11.4rem 28.4rem;
}
@media screen and (max-width: 768px) {
  .about .about__inner {
    padding-block: 8rem 10.3rem;
  }
}
.about .about__top-left {
  width: 20rem;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .about .about__top-left {
    width: 6.3rem;
    left: 3.4rem;
    top: 0;
  }
}
.about .about__top-right {
  position: absolute;
  top: 4.8rem;
  right: 2rem;
  width: 18.1rem;
}
@media screen and (max-width: 768px) {
  .about .about__top-right {
    width: 5.7rem;
    right: 4.2rem;
    top: 1.1rem;
  }
}
.about .about__bottom-left {
  position: absolute;
  bottom: 6.9rem;
  left: 12.9rem;
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .about .about__bottom-left {
    width: 8.6rem;
    left: 4.6rem;
    bottom: 2.7rem;
  }
}
.about .about__bottom-right {
  position: absolute;
  bottom: 0;
  right: 4.4rem;
  width: 23.5rem;
}
@media screen and (max-width: 768px) {
  .about .about__bottom-right {
    width: 9.2rem;
    right: 6.4rem;
    bottom: 0;
  }
}
.about .about__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .about .about__item {
    padding-block: 1rem 2.9rem;
  }
}
.about .about__item-title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .about .about__item-title {
    margin-bottom: 0;
  }
}
.about .about__item-title .about__logo {
  width: 31.4rem;
}
@media screen and (max-width: 768px) {
  .about .about__item-title .about__logo {
    width: 23.2rem;
  }
}
.about .about__item-text {
  color: #555;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 3rem;
}
.about {
  /* ---- レスポンシブ画像 ---- */
}
@media screen and (max-width: 768px) {
  .about .about__img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
.about {
  /* ---- アニメーション ---- */
}
.about .about__top-left,
.about .about__top-right,
.about .about__bottom-left,
.about .about__bottom-right {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transform: scale(0.9);
}
.about .about__top-left.is-visible {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0s;
}
.about .about__top-right.is-visible {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.6s;
}
.about .about__bottom-left.is-visible {
  opacity: 1;
  transform: scale(1);
  transition-delay: 1.2s;
}
.about .about__bottom-right.is-visible {
  opacity: 1;
  transform: scale(1);
  transition-delay: 1.8s;
}

/*-------------------------------
活動紹介
-------------------------------*/
.description {
  padding-block: 4.2rem;
}
@media screen and (max-width: 768px) {
  .description {
    padding-block: 2rem 4rem;
  }
}
.description .description__inner {
  width: calc(100% - 20.3rem);
  margin-right: 20.3rem;
  border-radius: 0 10rem 10rem 0;
  overflow-x: auto;
  display: block;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1607843137);
}
.description .description__inner::before {
  content: "";
  flex-shrink: 0;
  width: 20.3rem;
}
.description .description__inner::after {
  content: "";
  flex-shrink: 0;
  width: 2rem;
}
@media screen and (max-width: 768px) {
  .description .description__inner {
    width: 100%;
    margin-right: 0;
    border-radius: 0;
    overflow: hidden;
  }
}
.description .description__container {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  max-width: 100rem;
  margin-inline: auto;
  padding-block: 8rem 6.9rem;
  padding-inline: 2rem;
}
@media screen and (max-width: 768px) {
  .description .description__container {
    gap: 3rem;
    padding-block: 5rem;
    padding-inline: 1.5rem;
  }
}
.description {
  /* タブボタン */
}
.description .description__tabs {
  display: flex;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .description .description__tabs {
    gap: 0.8rem;
  }
}
.description .description__btn {
  width: 19rem;
  padding-block: 2.3rem;
  text-align: center;
  border-radius: 2.5rem;
  border: 1px solid #ccc;
  background: #fff;
  color: #f7b560;
  cursor: pointer;
  font-size: 2rem;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}
@media (any-hover: hover) {
  .description .description__btn:hover {
    background-color: #93c572;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .description .description__btn {
    width: 11rem;
    padding-block: 1.7rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .description .description__btn--small {
    font-size: 1.4rem;
  }
}
.description .description__btn.is-active {
  background: #93c572;
  color: #fff;
  background-color: #93c572;
}
@media (any-hover: hover) {
  .description .description__btn.is-active:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
  }
}
.description {
  /* コンテンツの切り替え */
}
.description .description__content {
  display: none;
}
.description .description__content.is-active {
  display: block;
}
.description .description__text {
  color: #555;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .description .description__text {
    padding-block: 4rem;
    line-height: 2;
  }
}
.description .description__swiper {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}
.description .description__swiper.is-active {
  visibility: visible;
  position: relative;
  pointer-events: auto;
}
.description .description__swiper-area {
  margin-left: -5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .description .description__swiper-area {
    margin-left: 0;
  }
}
.description .farm__swiper,
.description .ranch__swiper,
.description .online__swiper {
  width: 100vw;
  overflow: hidden;
  margin-left: -20.3rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .description .farm__swiper,
  .description .ranch__swiper,
  .description .online__swiper {
    width: 100%;
    margin-left: 0;
    padding-bottom: 5rem;
  }
}
.description .farm__swiper .swiper-wrapper,
.description .ranch__swiper .swiper-wrapper,
.description .online__swiper .swiper-wrapper {
  transition-timing-function: linear;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.description .farm__swiper .swiper-slide,
.description .ranch__swiper .swiper-slide,
.description .online__swiper .swiper-slide {
  width: 30rem;
}
.description .farm__swiper .swiper-slide img,
.description .ranch__swiper .swiper-slide img,
.description .online__swiper .swiper-slide img {
  width: 30rem;
  height: 25rem;
  object-fit: cover;
  border-radius: 2rem;
}

/*---------------------------
よくあるご質問
---------------------------*/
.inquiry {
  padding-block: 7.9rem;
}
@media screen and (max-width: 768px) {
  .inquiry {
    padding-block: 4rem;
  }
}
.inquiry .inquiry__title {
  color: #555;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 4.9rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .inquiry .inquiry__title {
    font-size: 3rem;
    margin-bottom: 2.9rem;
  }
}
.inquiry .inquiry__title-line {
  display: block;
  width: 30.4rem;
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .inquiry .inquiry__title-line {
    width: 22.8rem;
  }
}
.inquiry .inquiry__answer {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .inquiry .inquiry__answer {
    gap: 3rem;
  }
}
.inquiry .inquiry__answer-item {
  border: 3px solid #93c572;
  border-radius: 4rem;
  background: #fff;
  margin-bottom: 1rem;
  position: relative;
}
.inquiry .inquiry__answer-item::before, .inquiry .inquiry__answer-item::after {
  content: "";
  width: 1rem;
  height: 2rem;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.inquiry .inquiry__answer-item::before {
  left: -0.5rem;
}
.inquiry .inquiry__answer-item::after {
  right: -0.5rem;
}
@media screen and (max-width: 768px) {
  .inquiry .inquiry__answer-item {
    border-radius: 3rem;
  }
}
.inquiry .inquiry__answer-item.is-open::before, .inquiry .inquiry__answer-item.is-open::after {
  height: 3rem;
}
.inquiry .inquiry__answer-item.is-open .icon::before {
  content: "-";
}
.inquiry .inquiry__answer-q {
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 1.8rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .inquiry .inquiry__answer-q {
    font-size: 1.6rem;
    padding: 3rem 0;
  }
}
.inquiry .inquiry__answer-q p {
  display: flex;
  align-items: center;
}
.inquiry .inquiry__answer-q span {
  color: #93c572;
  font-size: 3.5rem;
  padding-inline: 2.2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .inquiry .inquiry__answer-q span {
    font-size: 2.5rem;
    padding-inline: 1.9rem 1.3rem;
  }
}
.inquiry .inquiry__answer-q .icon::before {
  content: "+";
}
.inquiry .inquiry__answer-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-size: 2rem;
  font-weight: 500;
  padding-inline: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .inquiry .inquiry__answer-a {
    font-size: 1.6rem;
    padding-inline: 1.7rem;
  }
}
.inquiry .inquiry__answer-a p {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .inquiry .inquiry__answer-a p {
    flex-direction: column;
  }
}
.inquiry .inquiry__answer-a span {
  color: #f7b560;
  font-size: 3.5rem;
  padding-inline: 2.2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .inquiry .inquiry__answer-a span {
    font-size: 2.5rem;
    margin-right: 28rem;
  }
}
.inquiry .inquiry__answer-item.is-open .inquiry__answer-a {
  max-height: 100px;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .inquiry .inquiry__answer-item.is-open .inquiry__answer-a {
    padding-bottom: 3rem;
  }
}

/*---------------------------------------
お知らせ
---------------------------------------*/
.announce {
  padding-block: 4.1rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .announce {
    padding-block: 4rem;
  }
}
.announce .announce__inner {
  max-width: 118rem;
  width: 100%;
  padding-inline-start: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .announce .announce__inner {
    flex-direction: column;
    padding-inline-start: 1.5rem;
  }
}
.announce .announce__left {
  display: flex;
  flex-direction: column;
  row-gap: 4.5rem;
  padding-right: 8rem;
}
@media screen and (max-width: 768px) {
  .announce .announce__left {
    row-gap: 3rem;
    width: 100%;
    padding-bottom: 3rem;
    padding-right: 1.5rem;
  }
}
.announce .announce__left-text {
  color: #555;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .announce .announce__left-text {
    font-size: 1.6rem;
  }
}
.announce .announce__left-text br {
  display: inline;
}
@media screen and (max-width: 768px) {
  .announce .announce__left-text br {
    display: none;
  }
}
.announce .announce__left-btn {
  color: #93c572;
  font-size: 2rem;
  padding: 2.2rem 10.3rem;
  border: 1px solid #93c572;
  border-radius: 5rem;
  text-align: center;
}
@media (any-hover: hover) {
  .announce .announce__left-btn:hover {
    background-color: #93c572;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
}
.announce .announce__left-btn--pc {
  display: block;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .announce .announce__left-btn--pc {
    display: none;
  }
}
.announce .announce__left-btn--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .announce .announce__left-btn--sp {
    display: block;
    order: 3;
    width: 30.1rem;
    margin-top: 3rem;
    text-align: center;
  }
}
.announce .announce__right {
  display: flex;
  flex-direction: column;
  gap: 4.2rem;
  padding: 8.1rem 5rem;
  border-radius: 10rem 0 0 10rem;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1607843137);
  flex: 1;
  margin-right: calc(50% - 50vw);
  padding-right: calc(5rem + 50vw - 50%);
}
@media screen and (max-width: 768px) {
  .announce .announce__right {
    gap: 3rem;
    padding: 3.4rem 2.1rem;
    border-right: none;
    border-radius: 5rem 0 0 5rem;
    order: 2;
    width: 100%;
    margin-right: calc(50% - 50vw);
  }
}
.announce .announce__right-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .announce .announce__right-item {
    gap: 1rem;
  }
}
.announce .announce__right-item--time {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .announce .announce__right-item--time {
    font-size: 1.4rem;
  }
}
.announce .announce__right-item--category {
  color: #fff;
  font-size: 1.4rem;
  background-color: #93c572;
  padding: 0.6rem 2rem;
  border-radius: 0.8rem;
}
.announce .announce__right-item--text {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .announce .announce__right-item--text {
    font-size: 1.6rem;
  }
}
.announce .announce__right-row {
  display: flex;
  align-items: center;
  gap: 2.3rem;
}
@media screen and (max-width: 768px) {
  .announce .announce__right-row {
    gap: 2.7rem;
  }
}

/*---------------------------------------
アクセス
---------------------------------------*/
.access {
  padding-block: 7.9rem;
}
@media screen and (max-width: 768px) {
  .access {
    padding-block: 4rem;
  }
}
.access .access__inner {
  display: flex;
  flex-direction: column;
  gap: 5.1rem;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .access .access__inner {
    gap: 4rem;
    max-width: 38.5rem;
    width: 100%;
  }
}
.access .access__title {
  text-align: center;
  position: relative;
}
.access .access__title-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.access .access__container {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  border-radius: 10rem;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 768px) {
  .access .access__container {
    grid-template-columns: 0.7fr 1fr;
    grid-template-rows: auto auto;
    border-radius: 5rem;
  }
}
.access .access__left {
  background-color: #93c572;
  padding: 8rem 5rem 21.4rem 1.6rem;
  border-radius: 10rem 0 0 10rem;
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
  color: #555;
  align-items: flex-start;
  grid-column: 1/2;
  grid-row: 1/2;
  padding-left: 5rem;
}
@media screen and (max-width: 768px) {
  .access .access__left {
    padding: 3.2rem 2rem 3rem;
    border-radius: 5rem 0 0 0;
    gap: 1.1rem;
  }
}
.access .access__info {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.access .access__info-term {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .access .access__info-term {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .access .access__info-term--long {
    margin-bottom: 4rem;
  }
}
.access .access__map-label {
  font-size: 2rem;
  margin-top: 4.6rem;
}
@media screen and (max-width: 768px) {
  .access .access__map-label {
    margin-top: 4.2rem;
    font-size: 1.6rem;
  }
}
.access .access__map-link {
  font-size: 1.6rem;
  border-bottom: 1px solid #555;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .access .access__map-link {
    font-size: 1.2rem;
  }
}
.access .access__right {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .access .access__right {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.access .access__right-info {
  flex: none;
  padding: 8.2rem 5rem 5.2rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .access .access__right-info {
    display: block;
    padding: 3.3rem 2rem 12.8rem;
  }
}
.access .access__info-desc {
  font-size: 1.6rem;
  font-family: "YuGothic";
}
@media screen and (max-width: 768px) {
  .access .access__info-desc {
    font-size: 1.4rem;
  }
}
.access .access__right-map {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .access .access__right-map {
    display: none;
  }
}
.access .access__right-map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.access .access__sp-map {
  display: none;
}
@media screen and (max-width: 768px) {
  .access .access__sp-map {
    display: block;
    grid-column: 1/3;
    grid-row: 2/3;
    height: 30rem;
  }
  .access .access__sp-map iframe {
    width: 100%;
    height: 100%;
    display: block;
  }
}

/*---------------------------------------
お問い合わせ
---------------------------------------*/
.contact {
  padding-block: 8.2rem;
  padding-inline: 1.5rem;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-block: 4rem;
    margin-inline: 0;
  }
}
.contact .contact__inner {
  background-color: #f7b560;
  text-align: center;
  max-width: 96rem;
  width: 100%;
  margin-inline: auto;
  padding-block: 5.3rem;
  border-radius: 5rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact .contact__inner {
    padding-block: 5rem;
    padding-inline: 2rem;
  }
}
.contact .contact__title {
  font-size: 4rem;
  font-weight: bold;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .contact .contact__title {
    font-size: 3rem;
    padding-bottom: 2rem;
  }
}
.contact .contact__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  padding-bottom: 6.7rem;
}
.contact .contact__btn {
  color: #93c572;
  padding: 2.5rem 7.5rem;
  background-color: #fff;
  border-radius: 5rem;
  border: 2px solid #93c572;
  font-size: 2rem;
  font-weight: bold;
}
@media (any-hover: hover) {
  .contact .contact__btn:hover {
    background-color: #93c572;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
}
.contact .contact__tel {
  font-size: 3rem;
  font-family: "YuGothic";
  padding-block: 6.7rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .contact .contact__tel {
    padding-block: 4.5rem 2rem;
  }
}
.contact .contact__tel-text {
  font-size: 2rem;
}
.contact .contact__tel-link {
  color: #fff;
}
.contact .contact__hours {
  font-size: 2rem;
}

.archive {
  padding-block: 6.4rem 2rem;
}
@media screen and (max-width: 768px) {
  .archive {
    padding-block: 8rem 1rem;
  }
}

.archive--detail {
  padding-top: 12.4rem;
}

.archive__inner {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  padding-inline: 2rem;
}

.archive__list-item--img {
  padding-left: 1rem;
}

.archive-header {
  padding-top: 8.2rem;
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
@media screen and (max-width: 768px) {
  .archive-header {
    padding-top: 4.3rem;
    gap: 2rem;
  }
}

.archive-header__title {
  color: #555;
  font-size: 4rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .archive-header__title {
    font-size: 3rem;
  }
}

.page-header__title-line {
  width: 26rem;
  position: absolute;
  bottom: 0;
  left: -1rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page-header__title-line {
    width: 19.5rem;
  }
}

.archive-header__tabs {
  display: flex;
  gap: 1.6rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .archive-header__tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
  }
}

.archive-header__btn {
  width: 12.6rem;
  flex-shrink: 0;
  padding-block: 1.4rem;
  text-align: center;
  border-radius: 3rem;
  border: 1px solid #ebebeb;
  background: transparent;
  background-color: #fff;
  color: #f7b560;
  font-size: 1.6rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.archive-header__btn.is-active {
  background: #6cb870;
  color: #fff;
}

.archive-header__btn:hover:not(.is-active) {
  background: #eaf3de;
}

.archive-news {
  padding-block: 3rem 7.8rem;
}
@media screen and (max-width: 768px) {
  .archive-news {
    padding-inline: 1.5rem;
    padding-block: 1.3rem;
  }
}

.archive-news__inner {
  padding-inline: 5rem;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8rem;
}
@media screen and (max-width: 768px) {
  .archive-news__inner {
    padding-inline: 1.8rem;
    border-radius: 5rem;
  }
}

.archive-news__wrapper {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding-block: 8rem;
}
@media screen and (max-width: 768px) {
  .archive-news__wrapper {
    padding-block: 4.7rem 2rem;
  }
}

.archive-news__content {
  gap: 3.7rem;
  align-items: center;
  display: none;
}
.archive-news__content.is-active {
  display: flex;
}
@media screen and (max-width: 768px) {
  .archive-news__content.is-active {
    display: block;
  }
}

.archive-news__img-wrap {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .archive-news__img-wrap {
    position: relative;
    flex-shrink: unset;
  }
}

.archive-news__img {
  min-width: 23rem;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .archive-news__img {
    min-width: 100%;
    width: 100%;
    height: 19.9rem;
    display: block;
    border-radius: 1rem;
  }
}

.archive-news__item {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
@media screen and (max-width: 768px) {
  .archive-news__item.pc-only {
    display: none;
  }
}
.archive-news__item:not(.pc-only) {
  display: none;
}
@media screen and (max-width: 768px) {
  .archive-news__item:not(.pc-only) {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem 1.5rem;
    background-color: rgba(253, 248, 248, 0.8);
    border-radius: 0 0 1rem 1rem;
    border: 1px solid #ededed;
    gap: 0.5rem;
  }
}

.archive-news__item-row {
  display: flex;
  align-items: center;
  gap: 2.9rem;
  font-size: 1.4rem;
}

.archive-news__item-time {
  text-transform: uppercase;
}

.archive-news__item-category {
  color: #fff;
  padding: 0.6rem 2rem;
  background-color: #93c572;
  border-radius: 0.5rem;
}
.archive-news__item-category.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .archive-news__item-category.sp-only {
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}
.archive-news__item-category.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .archive-news__item-category.pc-only {
    display: none;
  }
}

.archive-news__item-title {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 768px) {
  .archive-news__item-title {
    font-size: 1.4rem;
    font-weight: 500;
  }
}

.archive-news__item-text {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .archive-news__item-text.pc-only {
    display: none;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-block: 4rem 8rem;
}
@media screen and (max-width: 768px) {
  .pagination {
    padding-block: 1rem 3rem;
    gap: 0.5rem;
  }
}

.pagination__list {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pagination__list {
    gap: 0.5rem;
  }
}

.pagination__item, .pagination__btn {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 1rem;
  border: 1px solid #93c572;
  background: transparent;
  color: #93c572;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}
@media screen and (max-width: 768px) {
  .pagination__item, .pagination__btn {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.4rem;
  }
}

.pagination__btn {
  cursor: pointer;
}
.pagination__btn:hover {
  background: #93c572;
}
.pagination__btn:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.pagination__item {
  cursor: pointer;
}
.pagination__item.is-active {
  background: #93c572;
  color: #fff;
}
.pagination__item:hover:not(.is-active) {
  background: #eaf3de;
}

.pagination__dot {
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #93c572;
  font-size: 1.6rem;
}

.pagination__btn--next img,
.pagination__btn--last img {
  transform: rotate(180deg);
}

.contact-header__title {
  position: relative;
  padding-bottom: 1rem;
}

.contact-header__title-line {
  width: 26rem;
  position: absolute;
  bottom: 0.6rem;
  left: -1rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contact-header__title-line {
    width: 19.5rem;
  }
}

.contact-header__text {
  font-size: 1.6rem;
  color: #555;
  line-height: 1.8;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .contact-header__text {
    font-size: 1.4rem;
  }
}

.contact-form {
  padding-block: 5rem 16rem;
}
@media screen and (max-width: 768px) {
  .contact-form {
    padding-inline: 1.5rem;
    padding-block: 4rem 6.1rem;
  }
}

.contact-form__inner {
  padding-inline: 5rem;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8rem;
}
@media screen and (max-width: 768px) {
  .contact-form__inner {
    padding-inline: 2rem;
    border-radius: 5rem;
  }
}

.contact-form__wrapper {
  max-width: 60rem;
  margin-inline: auto;
  padding-block: 8rem;
}
@media screen and (max-width: 768px) {
  .contact-form__wrapper {
    padding-block: 3.1rem;
  }
}

.contact-form__wrapper select {
  appearance: auto;
  -webkit-appearance: menulist;
  width: 40rem;
  max-width: 100%;
  padding: 1.2rem 1.5rem;
  border: 1px solid #93c572;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  color: #555;
  background-color: #fff;
  outline: none;
  cursor: pointer;
}

.contact-form__form {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.contact-form__group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form__group select {
  width: 40rem;
  max-width: 100%;
  padding: 1.2rem 1.5rem;
  border: 1px solid #93c572;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  color: #555;
  background-color: #fff;
  appearance: auto;
  -webkit-appearance: auto;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form__group select {
    font-size: 1.4rem;
  }
}

.contact-form__label {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #555;
}
@media screen and (max-width: 768px) {
  .contact-form__label {
    font-size: 1.4rem;
  }
}

.contact-form__required {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #93c572;
  padding: 0.3rem 0.8rem;
  border-radius: 0.4rem;
}

.contact-form__input {
  width: 50rem;
  max-width: 100%;
  padding: 1.2rem 1.5rem;
  border: 1px solid #93c572;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  color: #555;
  background-color: #fff;
  outline: none;
  transition: border 0.2s;
}
.contact-form__input:focus {
  border-color: #93c572;
}
.contact-form__input.is-error {
  border-color: #C0392B;
}
.contact-form__input[type=select],
.contact-form__input select {
  appearance: auto;
  -webkit-appearance: auto;
}
@media screen and (max-width: 768px) {
  .contact-form__input {
    font-size: 1.4rem;
  }
}

.contact-form__select {
  width: 40rem;
  max-width: 100%;
  padding: 1.2rem 1.5rem;
  border: 1px solid #93c572;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  color: #ccc;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2393C572' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  outline: none;
  cursor: pointer;
  transition: border 0.2s;
}
@media screen and (max-width: 768px) {
  .contact-form__select {
    font-size: 1.4rem;
  }
}

.contact-form__select-box {
  width: 40rem;
  max-width: 100%;
  padding: 1.2rem 1.5rem;
  border: 1px solid #93c572;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  color: #555;
  background-color: #fff;
  outline: none;
  cursor: pointer;
  appearance: auto;
  -webkit-appearance: auto;
}

.contact-form__custom-select {
  position: relative;
  width: 40rem;
  max-width: 100%;
  z-index: 100;
}
.contact-form__custom-select.is-selected .contact-form__select {
  color: #555;
}
.contact-form__custom-select.is-open .contact-form__select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M11 7l-5-5-5 5' stroke='%2393C572' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
}
.contact-form__custom-select.is-open .contact-form__custom-options {
  display: block;
}
.contact-form__custom-select.is-error .contact-form__select {
  border-color: #C0392B;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C0392B' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}

.contact-form__custom-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f2f2f2;
  border: 1px solid #93c572;
  border-top: none;
  border-radius: 0 0 0.5rem 0.5rem;
  z-index: 101;
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-form__custom-option {
  padding: 1.5rem;
  font-size: 1.6rem;
  color: #93c572;
  cursor: pointer;
  position: relative;
}
.contact-form__custom-option:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  right: 1.5rem;
  border-bottom: 2px dashed #a9a9a9;
}
.contact-form__custom-option:hover {
  background-color: #f9fdf5;
}
@media screen and (max-width: 768px) {
  .contact-form__custom-option {
    font-size: 1.4rem;
    padding: 1.2rem;
  }
}

.contact-form__textarea {
  width: 100%;
  height: 18rem;
  padding: 1.2rem 1.5rem;
  border: 1px solid #93c572;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  color: #555;
  background-color: #fff;
  resize: vertical;
  outline: none;
  transition: border 0.2s;
}
.contact-form__textarea:focus {
  border-color: #93c572;
}
.contact-form__textarea.is-error {
  border-color: #C0392B;
}
@media screen and (max-width: 768px) {
  .contact-form__textarea {
    font-size: 1.4rem;
  }
}

.contact-form__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.contact-form__btn {
  color: #93c572;
  font-size: 1.6rem;
  padding: 1.7rem 6.6rem;
  border: 1px solid #93c572;
  border-radius: 5rem;
  background: transparent;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
@media (any-hover: hover) {
  .contact-form__btn:hover {
    background-color: #93c572;
    color: #fff;
  }
}

.contact-form__error {
  display: none;
  font-size: 1.3rem;
  color: #C0392B;
}
.is-form-error .contact-form__error {
  display: block;
}

.contact-confirm {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.contact-confirm__group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 2rem;
}

.contact-confirm__label {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #555;
}
@media screen and (max-width: 768px) {
  .contact-confirm__label {
    font-size: 1.4rem;
  }
}

.contact-confirm__value {
  font-size: 1.6rem;
  color: #555;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .contact-confirm__value {
    font-size: 1.4rem;
  }
}

.contact-complete {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.6rem;
}

.contact-complete__title {
  font-size: 2rem;
  font-weight: bold;
  color: #555;
}

.contact-complete__text {
  font-size: 1.6rem;
  color: #555;
  line-height: 1.8;
  padding-bottom: 1.4rem;
}

.contact-complete__tel {
  font-size: 2rem;
  font-weight: bold;
  color: #93c572;
}
.contact-complete__tel span {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .contact-complete__tel span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-complete__tel {
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .contact-complete__tel-colon {
    display: none;
  }
}

.contact-complete__hours {
  font-size: 2rem;
  font-weight: bold;
  color: #93c572;
}
@media screen and (max-width: 768px) {
  .contact-complete__hours {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

.archive-detail__title {
  color: #555;
  font-size: 4rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .archive-detail__title {
    font-size: 2.5rem;
  }
}

.archive-detail__meta {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 1rem;
}

.archive-detail__time {
  font-size: 1.4rem;
  color: #555;
}

.archive-detail__category {
  color: #fff;
  font-size: 1.4rem;
  background-color: #93c572;
  padding: 0.6rem 2rem;
  border-radius: 0.5rem;
}

.archive-detail {
  padding-block: 3rem 7.8rem;
}
@media screen and (max-width: 768px) {
  .archive-detail {
    padding-inline: 1.5rem;
    padding-block: 1.3rem;
  }
}

.archive-detail__inner {
  padding-inline: 5rem;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8rem;
}
@media screen and (max-width: 768px) {
  .archive-detail__inner {
    padding-inline: 1.8rem;
    border-radius: 5rem;
  }
}

.archive-detail__wrapper {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-block: 8rem;
  max-width: 60rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .archive-detail__wrapper {
    padding-block: 4rem 3rem;
    gap: 3rem;
  }
}

.archive-detail__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 1rem;
}

.toc {
  border: 1px solid #93c572;
  border-radius: 1rem;
  padding: 2.5rem 3rem;
}
@media screen and (max-width: 768px) {
  .toc {
    padding: 2rem;
  }
}

.toc__title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 1.5rem;
}

.toc__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 2rem;
  list-style: decimal;
}

.toc__item {
  font-size: 1.4rem;
  color: #555;
}
.toc__item::marker {
  color: #f7b560;
}

.toc__link {
  color: #555;
}
.toc__link:hover {
  opacity: 0.7;
}

.toc__sub-list {
  padding-left: 2rem;
  margin-top: 0.5rem;
}

.toc__sub-item {
  font-size: 1.4rem;
  list-style: disc;
  color: #93c572;
}

.toc__sub-link {
  color: #555;
}
.toc__sub-link:hover {
  opacity: 0.7;
}

div#toc_container {
  background-color: #fff;
  border: 1px solid #93c572;
  border-radius: 1rem;
  padding: 2.5rem 3rem;
  width: 100%;
}
div#toc_container .toc_title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #555;
  text-align: left;
}
div#toc_container .toc_list {
  padding-left: 2rem;
  margin-top: 1rem;
  list-style: decimal;
}
div#toc_container .toc_list > li {
  font-size: 1.4rem;
  color: #555;
  list-style: decimal;
}
div#toc_container .toc_list > li::marker {
  color: #f7b560;
}
div#toc_container .toc_list > li a {
  color: #555;
}
div#toc_container .toc_list > li a:hover {
  opacity: 0.7;
}
div#toc_container .toc_list > li ul {
  padding-left: 2rem;
  margin-top: 0.5rem;
  list-style: disc;
}
div#toc_container .toc_list > li ul li {
  list-style: disc;
}
div#toc_container .toc_list > li ul li::marker {
  color: #93c572;
}
div#toc_container .toc_list > li ul a {
  color: #555;
}
div#toc_container .toc_list > li ul a:hover {
  opacity: 0.7;
}

div#toc_container.no_bullets .toc_number {
  display: none;
}

.archive-detail__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.archive-detail__content h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #555;
  border-bottom: 2px solid #93c572;
  padding-bottom: 1rem;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .archive-detail__content h2 {
    font-size: 2rem;
  }
}
.archive-detail__content h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #555;
  border-left: 4px solid #93c572;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .archive-detail__content h3 {
    font-size: 1.8rem;
  }
}
.archive-detail__content p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #555;
}
@media screen and (max-width: 768px) {
  .archive-detail__content p {
    font-size: 1.4rem;
  }
}
.archive-detail__content ul, .archive-detail__content ol {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #555;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .archive-detail__content ul, .archive-detail__content ol {
    font-size: 1.4rem;
  }
}

.archive-detail__section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.archive-detail__h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #555;
  border-bottom: 2px solid #93c572;
  padding-bottom: 1rem;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .archive-detail__h2 {
    font-size: 2rem;
  }
}

.archive-detail__h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #555;
  border-left: 4px solid #93c572;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .archive-detail__h3 {
    font-size: 1.8rem;
  }
}

.archive-detail__text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #555;
}
@media screen and (max-width: 768px) {
  .archive-detail__text {
    font-size: 1.4rem;
  }
}

.archive-detail__list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-left: 2rem;
  list-style: disc;
}

.archive-detail__list-item {
  font-size: 1.6rem;
  color: #555;
}
@media screen and (max-width: 768px) {
  .archive-detail__list-item {
    font-size: 1.4rem;
  }
}

.archive-detail__media {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .archive-detail__media {
    flex-direction: column;
  }
}
.archive-detail__media .archive-detail__text {
  line-height: 1.6;
  padding-bottom: 2rem;
}

.archive-detail__media-img {
  width: 29rem;
  min-width: 29rem;
  height: 28.6rem;
  object-fit: cover;
  border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
  .archive-detail__media-img {
    width: 100%;
    min-width: unset;
    height: auto;
  }
}

.archive-detail__back {
  display: flex;
  justify-content: center;
  padding-block: 2rem;
}

.archive-detail__back-btn {
  color: #93c572;
  font-size: 2rem;
  padding: 2.2rem 8rem;
  border: 1px solid #93c572;
  border-radius: 5rem;
  text-align: center;
  transition: background 0.3s, color 0.3s;
}
@media (any-hover: hover) {
  .archive-detail__back-btn:hover {
    background-color: #93c572;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .archive-detail__back-btn {
    width: 100%;
    padding: 2rem;
  }
}/*# sourceMappingURL=style.css.map */