@charset "UTF-8";
*,
*::before,
*::after *::marker {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 余白込みで幅*/
}

html {
  scroll-behavior: smooth;
  /* スムーズスクロール */
  font-size: 100%;
  /* 16px を基準 */
  overflow-x: hidden;
  font-family: "Archivo Narrow", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 375px;
}

body {
  color: #555555;
  /* 文字色 */
  font-size: 1rem;
  /* 基本16px */
  line-height: 1.6;
  /* 読みやすい行間 */
  background-color: #F9F9F9;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 375px;
}

img {
  max-width: 100%;
  /* 親幅にフィット */
  height: auto;
  /* アスペクト比維持 */
  display: block;
  /* 下に余白が出ない */
}

/* ------------------------------
  テキスト関連
------------------------------ */
ul,
ol {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  /* 下線消す */
  color: inherit;
  /* 親要素の文字色を継ぐ */
}

a:hover {
  opacity: 0.7;
}

.content {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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 {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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 {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.section__title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.25rem;
  line-height: 1.325;
}
.section__line {
  position: relative;
  top: -20px;
  left: -10px;
  z-index: -1;
}

/* =====================================
 表示制御
 SP : ～765
 TAB: 766～960
 PC : 961～
===================================== */
/* 初期（PC） */
.pc-only {
  display: block !important;
}

.tab-only {
  display: none !important;
}

.sp-only {
  display: none !important;
}

.sp-tab-only {
  display: none !important;
}

.tab-pc-only {
  display: block !important;
}

/* ----- 960px以下（PC→TAB） ----- */
@media screen and (max-width: 960px) {
  .pc-only {
    display: none !important;
  }
  .tab-only {
    display: block !important;
  }
  .tab-pc-only {
    display: block !important;
  }
  .sp-tab-only {
    display: block !important;
  }
}
/* ----- 765px以下（TAB→SP） ----- */
@media screen and (max-width: 765px) {
  .pc-only {
    display: none !important;
  }
  .tab-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .tab-pc-only {
    display: none !important;
  }
  .sp-tab-only {
    display: block !important;
  }
}
/* =====================
  MAIN VISUAL
===================== */
.mainvisual {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.mainvisual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ======================
   FV
====================== */
.fv {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .fv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}
.fv__logo {
  width: 203px;
  height: 157px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .fv__logo {
    width: 170px;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 575px) {
  .fv__logo {
    width: 100px;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.fv__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fv__title {
  font-size: 3.125rem;
  font-weight: bold;
  color: #8BCF77;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 7.5px;
  line-height: 3.75rem;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .fv__title {
    font-size: 3.125rem;
    letter-spacing: 2px;
    line-height: 1.6;
    white-space: nowrap;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .fv__title {
    font-size: 2.1875rem;
    letter-spacing: 2px;
    line-height: 1.6;
    white-space: nowrap;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .fv__title {
    font-size: 2.1875rem;
    letter-spacing: 2px;
    line-height: 1.6;
    white-space: nowrap;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .fv__title {
    font-size: 1.5625rem;
    letter-spacing: 2px;
    line-height: 1.6;
    white-space: nowrap;
    text-align: center;
  }
}

/* ======================
   改行制御
====================== */
/* PCでは改行しない */
.sp-title-only {
  display: none;
}

/* 960px以下で改行 */
@media screen and (max-width: 960px) {
  .sp-title-only {
    display: inline;
  }
}
/* =====================
  NEWS
===================== */
.news {
  position: absolute;
  bottom: 48px;
  right: 45px;
  width: 337px;
  background-color: #F7B560;
  padding: 14px 15px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  z-index: 2;
  /* ===== タブレット ===== */
}
@media screen and (max-width: 880px) {
  .news {
    left: 15px;
    bottom: 20px;
    padding: 8px 10px;
    border-radius: 10px;
    width: 160px;
  }
}
.news__title {
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 880px) {
  .news__title {
    font-size: 0.875rem;
  }
}
.news__date {
  color: #fff;
  font-size: 0.75rem;
  padding-top: 6px;
}
@media screen and (max-width: 880px) {
  .news__date {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 880px) {
  .news__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.news__text {
  color: #fff;
  padding: 6px 0 2px;
  font-weight: bold;
  width: 290px;
  /* PC：1行で… */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* ===== SP：2行でブラウザの… ===== */
}
@media screen and (max-width: 880px) {
  .news__text {
    width: 130px;
    font-size: 0.75rem;
    line-height: 1.6;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* ← ここがポイント */
    overflow: hidden;
  }
}

/* =====================
  SCROLL DOWN（中央固定）
===================== */
.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* ===== SP：矢印だけ消す ===== */
}
@media screen and (max-width: 800px) {
  .scroll-down {
    display: none;
  }
}

.scroll-down__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-animation: scrollUpDown 1.6s infinite ease-in-out;
          animation: scrollUpDown 1.6s infinite ease-in-out;
}

.scroll-text {
  font-size: 0.75rem;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 8px;
}

.scroll-line-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  /* box（縦棒）と矢印の間を10px開ける */
}

.line {
  width: 2px;
  height: 63px;
  background-color: #fff;
}

.arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* =====================
  アニメーション
===================== */
@-webkit-keyframes scrollUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes scrollUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header {
  position: relative;
  height: 90px;
  /* =====================
    メニューバー
  ===================== */
}
.header__menubar {
  position: fixed;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 74px);
  padding: 21px 40px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
}
@media (max-width: 1100px) {
  .header__menubar {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    border-radius: 0;
    padding: 18px 20px;
  }
}
.header__logo {
  width: 170px;
}
.header__logo img {
  width: 100%;
}
.header {
  /* =====================
    PCメニュー
  ===================== */
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.header__list {
  font-weight: bold;
}
.header__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #333;
}
.header__list a span {
  display: none;
}
.header {
  /* =====================
    電話ブロック（初期非表示）
  ===================== */
}
.header__contact-box {
  display: none;
  text-align: center;
}
.header {
  /* =====================
    ハンバーガー
  ===================== */
}
.header .hamburger {
  display: none;
}
@media (max-width: 1100px) {
  .header__menu {
    display: none;
  }
  .header .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
  }
  .header .hamburger__lines {
    position: relative;
    width: 28px;
    height: 18px;
  }
  .header .hamburger__lines span {
    position: absolute;
    left: 0;
    width: 28px;
    height: 2px;
    background: #93C572;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header .hamburger__lines span:nth-child(1) {
    top: 0;
  }
  .header .hamburger__lines span:nth-child(2) {
    bottom: 0;
  }
  .header .hamburger__text {
    font-size: 12px;
    font-weight: bold;
    color: #93C572;
  }
}
.header {
  /* =====================
    OPEN状態（二 → ×）
  ===================== */
}
.header.is-open .hamburger__lines span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}
.header.is-open .hamburger__lines span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
}
.header {
  /* =====================
    SPメニュー
  ===================== */
}
@media screen and (max-width: 1100px) {
  .header.is-open .header__menu-wrapper {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    background: #F9F9F9;
    -webkit-box-shadow: inset 0 6px 8px rgba(0, 0, 0, 0.1607843137);
            box-shadow: inset 0 6px 8px rgba(0, 0, 0, 0.1607843137);
  }
  .header.is-open .header__menu {
    display: block;
  }
  .header.is-open {
    /* ===== メニュー項目 ===== */
  }
  .header.is-open .header__list {
    border-bottom: 2px solid #93C572;
  }
  .header.is-open .header__list a {
    position: relative;
    padding: 17px 14px;
    font-size: 22px;
    font-weight: bold;
  }
  .header.is-open .header__list a span {
    display: inline-block;
    margin-left: 20px;
    font-size: 18px;
    color: #F5A623;
    font-weight: normal;
  }
  .header.is-open .header__list a {
    /* 横線 */
  }
  .header.is-open .header__list a::after {
    content: "";
    position: absolute;
    right: 32px;
    top: 50%;
    width: 18px;
    height: 2px;
    background: #93C572;
    border-radius: 999px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header.is-open .header__list a {
    /* 斜め線 */
  }
  .header.is-open .header__list a::before {
    content: "";
    position: absolute;
    right: 33px;
    top: 50%;
    width: 8px;
    height: 2px;
    background: #93C572;
    border-radius: 999px;
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .header.is-open {
    /* ===== 電話ブロック ===== */
  }
  .header.is-open .header__contact-box {
    display: block;
    text-align: center;
    padding: 32px 20px;
  }
  .header.is-open .header__contact-box__tel {
    font-size: 0.875rem;
    font-weight: bold;
    color: #93C572;
  }
  .header.is-open .header__contact-box__tel span {
    display: block;
    font-weight: bold;
    font-size: 1.25rem;
  }
  .header.is-open .header__contact-box__time {
    font-weight: bold;
    margin-top: 12px;
    font-size: 0.875rem;
    color: #93C572;
  }
  .header.is-open .header__contact-box__time span {
    display: block;
    margin-top: 6px;
  }
  .header.is-open {
    /* ===== お問い合わせボタン ===== */
  }
  .header.is-open .header__btn {
    border-bottom: none;
    padding: 0 20px 32px;
  }
  .header.is-open .header__btn a {
    background: #F5B55B;
    color: #fff;
    display: block;
    text-align: center;
    padding: 18px 0;
    border-radius: 999px;
    font-size: 18px;
    font-weight: bold;
  }
  .header.is-open .header__btn a::before,
  .header.is-open .header__btn a::after,
  .header.is-open .header__btn span {
    display: none;
  }
}

.about {
  margin: 45px 30px 55px;
}
.about__inner {
  position: relative;
  margin: 0 auto;
}
.about {
  /* ===== テキストを前面に ===== */
}
.about__center {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 115px 0 260px;
}
@media screen and (max-width: 880px) {
  .about__center {
    padding: 150px 15px 180px;
  }
}
@media screen and (max-width: 768px) {
  .about__center {
    padding: 200px 15px 180px;
  }
}
@media screen and (max-width: 600px) {
  .about__center {
    padding: 190px 15px 180px;
  }
}
@media screen and (max-width: 555px) {
  .about__center {
    padding: 80px 15px 110px;
  }
}
.about__logo {
  width: 314px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about__logo {
    padding-top: 20px;
  }
}
.about__text--top {
  padding-top: 57px;
}
@media screen and (max-width: 880px) {
  .about__text--top {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about__text--top {
    padding-top: 30px;
  }
}
.about__text--bottom {
  padding-top: 25px;
}
.about {
  /* ===== イラストの共通レイヤー ===== */
}
.about__images {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.about__img {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.about {
  /* やぎ */
}
.about__img--01 {
  width: 200px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 880px) {
  .about__img--01 {
    width: 145px;
    top: 20px;
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .about__img--01 {
    width: 145px;
    top: 20px;
    left: 30px;
  }
}
@media screen and (max-width: 555px) {
  .about__img--01 {
    width: 63px;
    top: 0;
    left: 19px;
  }
}
.about {
  /* トマト */
}
.about__img--02 {
  width: 181px;
  top: 48px;
  right: 0;
}
@media screen and (max-width: 880px) {
  .about__img--02 {
    width: 130px;
    top: 50px;
    right: 60px;
  }
}
@media screen and (max-width: 555px) {
  .about__img--02 {
    width: 57px;
    top: 11px;
    right: 28px;
  }
}
.about {
  /* 農家（PC/TBは地面基準） */
}
.about__img--03 {
  width: 200px;
  bottom: 0;
  left: 109px;
}
@media screen and (max-width: 880px) {
  .about__img--03 {
    width: 160px;
    bottom: 0;
    left: 70px;
  }
}
.about__img--03 {
  /* SPは元の値を維持 */
}
@media screen and (max-width: 555px) {
  .about__img--03 {
    width: 86px;
    left: 31px;
    bottom: 0;
  }
}
.about {
  /* 牛（PC/TBは地面基準） */
}
.about__img--04 {
  width: 222px;
  bottom: 0;
  right: 24px;
}
@media screen and (max-width: 880px) {
  .about__img--04 {
    width: 130px;
    bottom: 0;
    right: 70px;
  }
}
.about__img--04 {
  /* SP維持 */
}
@media screen and (max-width: 555px) {
  .about__img--04 {
    width: 92px;
    right: 33px;
    bottom: 0;
  }
}

.active {
  position: relative;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  /* =====================
   inner
   白い背景
  ===================== */
}
.active__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.active__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-1 * (100vw - 100%) / 2);
  width: calc(100% + (100vw - 100%) / 2);
  height: 100%;
  background-color: #fff;
  border-radius: 0 100px 100px 0;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  z-index: -1;
}
.active__title {
  padding-top: 72px;
}
.active__text {
  position: absolute;
  top: 286px;
}
.active {
  /* =====================
   タブ
  ===================== */
}
.active .container {
  width: 98%;
  padding-top: 27px;
}
.active {
  /* =====================
  タブ全体
  ===================== */
}
.active .tab_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.active input[type=radio] {
  display: none;
}
.active {
  /* =====================
  タブ（浮き出し）
  ===================== */
}
.active .tab {
  width: 190px;
  height: 65px;
  background: #ffffff;
  color: #f7a23b;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* ふわっと浮く影 */
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.2s ease, color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.15s ease;
}
@media screen and (max-width: 960px) {
  .active .tab {
    font-size: 0.875rem;
    padding: 0 20px;
    white-space: nowrap;
  }
}
.active {
  /* hoverで少し持ち上げ */
}
.active .tab:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}
.active {
  /* =====================
  選択中タブ
  ===================== */
}
.active #radio1:checked ~ .tab_box label[for=radio1],
.active #radio2:checked ~ .tab_box label[for=radio2],
.active #radio3:checked ~ .tab_box label[for=radio3] {
  background: #93C572;
  color: #ffffff;
  /* 押し込まれた感じ */
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}
.active input[type=radio]:checked + .tab {
  color: #fff;
  background: #4e7781;
}
.active {
  /* =====================
   タブコンテンツ
  ===================== */
}
.active .tab_con {
  display: none;
  padding: 143px 50px 40px 0px;
}
.active #radio1:checked ~ #tb1,
.active #radio2:checked ~ #tb2,
.active #radio3:checked ~ #tb3 {
  display: block;
}
.active {
  /* =====================
   無限スクロール
  ===================== */
}
.active .scroll-infinity {
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
  width: calc(100% + (100vw - 100%) / 2);
}
.active .scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.active .scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: infinity-scroll-left 40s linear infinite;
          animation: infinity-scroll-left 40s linear infinite;
}
.active .scroll-infinity__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 24px;
}
.active .scroll-infinity__item img {
  width: 300px;
  height: 250px;
  display: block;
}
.active .scroll-infinity__mask {
  overflow: hidden;
  padding: 40px 0;
  /* ▼ ここで表示幅を調整 */
  margin-left: auto;
  /* 右寄せ */
}

/* =====================
 アニメーション
===================== */
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* ==========================
  SP時：白背景を全画面に
========================== */
@media screen and (max-width: 960px) {
  .active__inner::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    border-radius: 0;
    /* 丸みリセット（必要なら調整） */
  }
}
/* ==========================
 SP：スライダー完全全幅化
========================== */
@media screen and (max-width: 960px) {
  .active .scroll-infinity {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
  }
  /* ★ここが重要 */
  .active .scroll-infinity__mask {
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    overflow: visible;
    margin: 83px 0 50px;
  }
}
.faq {
  margin: 113px 0 0;
}
.faq__title {
  text-align: center;
}
.faq__line {
  padding-bottom: 45px;
  width: 380px;
  position: relative;
  top: -30px;
  left: 60px;
  z-index: -1;
}
.faq {
  /* =========================
     ITEM
  ========================= */
}
.faq__item {
  border: 3px solid #93C572;
  border-radius: 50px;
  margin-bottom: 50px;
  position: relative;
  background: #fff;
}
.faq {
  /* ▼ 左右の縦線欠け（完全復元） */
}
.faq__item::before, .faq__item::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 20px;
  background: #fff;
  z-index: 2;
  pointer-events: none;
}
.faq__item::before {
  left: -3px;
}
.faq__item::after {
  right: -3px;
}
.faq {
  /* =========================
     QUESTION
  ========================= */
}
.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
  padding: 30px 40px;
  background: #fff;
  border: none;
  cursor: pointer;
  border-radius: 50px;
}
.faq__q {
  font-size: 2.1875rem;
  color: #93C572;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.faq__question-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6;
}
.faq {
  /* =========================
     ＋／－ ICON（完全復元）
  ========================= */
}
.faq__icon {
  position: relative;
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* 元の文字を消す */
  font-size: 0;
}
.faq__icon::before, .faq__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 1;
  color: #93C572;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.faq {
  /* ＋ */
}
.faq__icon::before {
  content: "＋";
  opacity: 1;
}
.faq {
  /* － */
}
.faq__icon::after {
  content: "－";
  opacity: 0;
}
.faq {
  /* =========================
     ANSWER
  ========================= */
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq__answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 0 40px 30px;
  background: #fff;
  border-radius: 0 0 50px 50px;
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1), transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1), transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq__a {
  font-size: 2.1875rem;
  color: #F7B560;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.faq__answer-text {
  line-height: 1.6;
}
.faq {
  /* =========================
     ACTIVE
  ========================= */
}
.faq__item.active .faq__question {
  border-radius: 50px 50px 0 0;
}
.faq__item.active .faq__answer {
  max-height: 1000px;
}
.faq__item.active .faq__answer-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.faq__item.active {
  /* ＋ → － */
}
.faq__item.active .faq__icon::before {
  opacity: 0;
}
.faq__item.active .faq__icon::after {
  opacity: 1;
}

/* =================================
   INFORMATION
================================= */
.information__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  padding: 120px 20px;
  position: relative;
}
@media (max-width: 960px) {
  .information__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.information__left {
  width: 420px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 5;
  text-align: left;
}
@media (max-width: 960px) {
  .information__left {
    width: 100%;
    text-align: center;
  }
}
.information__line {
  position: relative;
  top: -20px;
}
.information__text {
  margin-top: 30px;
  line-height: 1.7;
}
@media (max-width: 960px) {
  .information__text {
    text-align: start;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.information__btnWrap {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 960px) {
  .information__btnWrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.information__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  padding: 18px 0;
  border: 2px solid #93C572;
  border-radius: 50px;
  color: #93C572;
  background: #fff;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-top: 60px;
}
.information__btn:hover {
  background: #93C572;
  color: #fff;
}
.information__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .information__right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

/* =================================
   NEWS CARD
================================= */
.diary__menu {
  position: relative;
  list-style: none;
  padding: 70px 60px;
  margin: 0;
  z-index: 1;
  /* ===== PC：右端まで帯 ===== */
}
.diary__menu::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(50vw + 50%);
  right: calc(-50vw + 50%);
  background: #fff;
  border-radius: 100px 0 0 100px;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  z-index: -1;
}
.diary__menu {
  /* ===== SP：画面の右端ピッタリ ===== */
}
@media (max-width: 960px) {
  .diary__menu {
    padding: 35px 20px;
  }
  .diary__menu::before {
    left: 20px;
    width: 100vw;
    right: auto;
    margin-left: calc(50% - 50vw);
    border-radius: 40px 0 0 40px;
  }
}
.diary__list {
  margin-bottom: 38px;
}
.diary__list:last-child {
  margin-bottom: 0;
}
.diary__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.diary__date {
  font-size: 0.9rem;
}
.diary__tag {
  background: #8BCF77;
  color: #fff;
  padding: 3px 18px;
  border-radius: 6px;
  font-size: 0.8rem;
}
.diary__text {
  font-weight: bold;
  line-height: 1.5;
}

/* =================================
   INFORMATION SP 並び順 修正 完全版
================================= */
@media (max-width: 960px) {
  .information__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
  }
  /* 順番指定 */
  .information__title {
    grid-row: 1;
  }
  .information__line {
    grid-row: 2;
  }
  .information__text {
    grid-row: 3;
  }
  .information__right {
    grid-row: 4;
  }
  /* ★ボタンをBOXの下へ */
  .information__btn {
    grid-row: 5;
    margin: 30px auto 0;
    display: block;
    width: 300px;
  }
}
/* ============================ news--list ============================ */
.news--list {
  width: 100%;
  position: relative;
}
.news--list__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
.news--list__title {
  padding: 72px 0 30px;
  margin-top: 160px;
}
@media screen and (max-width: 759px) {
  .news--list__title {
    margin-top: 0px;
  }
}
.news--list__line {
  position: relative;
  top: -50px;
  left: -10px;
  z-index: -1;
}

/* ============================ タブボタンエリア ============================ */
.tab__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.tab__button {
  width: 126px;
  padding: 10px 0;
  border-radius: 25px;
  border: 2px solid #93C572;
  background: #fff;
  color: #F7B560;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* ============================ タブ内容 ============================ */
.tab__menu {
  margin: 50px 15px 160px;
  padding: 80px 50px 180px;
  background-color: #fff;
  border-radius: 100px;
}

.tab__contents {
  margin: 50px auto 130px;
  padding: 80px 50px;
  background-color: #fff;
  border-radius: 100px;
}

/* タブ1ページ分のラッパー（切り替え処理なし） */
.tab__page {
  display: block;
}

/* 記事リスト */
.tab__list {
  padding-bottom: 50px;
}
@media screen and (max-width: 759px) {
  .tab__list {
    margin: 0 0 24px;
    padding: 0;
    background: #F8F8F8;
    border-radius: 12px;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  }
}

/* aタグを横並びに */
.tab__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 759px) {
  .tab__list a {
    position: relative;
    display: block;
    padding: 0;
    min-height: 200px;
    /* .tab__img の高さに合わせて重ね位置の基準にする */
  }
}

/* 画像 */
.tab__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 305px;
  height: 150px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
.tab__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 759px) {
  .tab__img {
    width: 100%;
    margin: 0;
    height: 300px;
    border-radius: 0;
    overflow: hidden;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .tab__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}

/* テキストエリア */
.tab__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-left: 37px;
}
@media screen and (max-width: 759px) {
  .tab__item {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* 画像の下1/3に重ねる */
    min-height: 70px;
    padding: 12px 20px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    backdrop-filter: blur(4px);
    z-index: 1;
  }
}

/* 日付＋タグ（item と同様に下1/3オーバーレイ内に配置） */
.tab__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 759px) {
  .tab__top {
    margin-bottom: 6px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.tab__date {
  font-size: 0.875rem;
  color: #555;
}
@media screen and (max-width: 759px) {
  .tab__date {
    color: #fff;
    font-size: 0.8125rem;
  }
}

.tab__tag {
  background: #8BCF77;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.3;
  padding: 2px 12px;
  border-radius: 6px;
}

/* 重なり部分（.tab__item）内のタグ：SP時は非表示 */
@media screen and (max-width: 759px) {
  .tab__tag--inner {
    display: none;
  }
}

/* list と img の右上に配置（SP時のみ表示） */
.tab__tag--list {
  display: none;
}
@media screen and (max-width: 759px) {
  .tab__tag--list {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 2;
    margin: 0;
    background: #8DCB64;
    padding: 4px 14px;
    border-radius: 6px;
  }
}

/* タイトル（item と同様に下1/3オーバーレイ内に配置） */
.tab__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 759px) {
  .tab__title {
    color: #fff;
    font-size: 0.9375rem;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.5;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* 本文 */
.tab__text {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.6;
  margin-top: 8px;
  display: block;
}
@media screen and (max-width: 759px) {
  .tab__text {
    /* 重なり部分では __title のみ表示するため非表示 */
    display: none;
  }
}

.page__buttons {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #93C572;
  width: 50px;
  height: 50px;
  background-color: #FAFAFA;
  border: 2px solid #F0F3F5;
  border-radius: 10px;
}

.news--detail {
  background-color: #F9F9F9;
}
.news--detail__inner {
  padding-top: 232px;
}
.news--detail__title {
  font-size: 2.5rem;
}
.news--detail__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  margin: 22px 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news--detail__date {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.3125;
}
.news--detail__tag {
  background: #8BCF77;
  font-size: 0.875rem;
  line-height: 1.3125;
  color: #fff;
  padding: 4px 28px;
  border-radius: 6px;
}
.news--detail__article {
  padding: 50px 180px;
  border-radius: 100px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin: 50px 0 160px;
}
.news--detail__article__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 600px;
  height: 391px;
}
.news--detail__article__img img {
  width: 100%;
  height: 100%;
  display: block;
}
.news--detail__article__wrapper {
  padding: 26px 30px;
  border: 2px solid #93C572;
  border-radius: 20px;
  margin: 29px 0 73px;
}
.news--detail__article__wrapper__title {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 17px;
}
.news--detail__article__wrapper ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 20px;
}
.news--detail__article__wrapper ol li::marker {
  margin: 0;
  color: #F7B560;
  font-weight: bold;
}
.news--detail__article__wrapper ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 16px;
}
.news--detail__article__wrapper ul li::marker {
  margin: 0;
  color: #87B16C;
  font-weight: bold;
}
.news--detail__article__first__title {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
.news--detail__article__first__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  /* 文字との距離 */
  width: 269px;
  height: 2px;
  /* 線の太さ */
  background-color: #87B16C;
}
.news--detail__article__first__text {
  padding: 22px 0 82px;
}
.news--detail__article__second__title {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  padding-left: 18px;
  /* 四角分の余白 */
}
.news--detail__article__second__title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  /* 四角の横幅 */
  height: 20px;
  /* 四角の高さ */
  background-color: #87B16C;
}
.news--detail__article__second__menu {
  padding: 17px 0 59px;
}
.news--detail__article__second__list {
  list-style-type: disc;
  list-style-position: inside;
}
.news--detail__article__second__text {
  padding-bottom: 83px;
}
.news--detail__article__third__title {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
.news--detail__article__third__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  /* 文字との距離 */
  width: 269px;
  height: 2px;
  /* 線の太さ */
  background-color: #87B16C;
}
.news--detail__article__third__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /* 高さも揃えたい場合 */
  padding: 17px 0 63px;
}
.news--detail__article__third__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news--detail__article__third__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 286px;
}
.news--detail__article__third__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.news--detail__article__fourth__title {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  padding-left: 18px;
  /* 四角分の余白 */
}
.news--detail__article__fourth__title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  /* 四角の横幅 */
  height: 20px;
  /* 四角の高さ */
  background-color: #87B16C;
}
.news--detail__article__fourth__text {
  padding: 17px 0 126px;
}
.news--detail__article__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 126px auto 50px;
  width: 300px;
  padding: 21px 0 22px;
  background-color: #fff;
  border: 2px solid #93c572;
  border-radius: 50px;
  color: #93c572;
}

.access {
  margin: 50px 0 160px;
}
@media screen and (max-width: 960px) {
  .access {
    margin: 40px 0 80px;
  }
}
.access__title {
  text-align: center;
}
.access__line {
  padding-bottom: 45px;
  width: 172px;
  position: relative;
  top: -18px;
  left: 390px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .access__line {
    width: 220px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -15px;
  }
}
.access__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.access {
  /* =========================
      PC GRID
  ========================= */
}
.access__grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-template-rows: auto 400px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  .access__grid {
    /* grid → flex */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 20px;
    overflow: hidden;
  }
}
.access__label {
  grid-row: 1/3;
  background: #9BCB7A;
  padding: 48px 32px;
}
@media screen and (max-width: 960px) {
  .access__label {
    /* ===== 左：label に変更 ===== */
    width: 30%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 30px 20px;
  }
}
.access__label__list li {
  font-weight: bold;
  margin-bottom: 28px;
}
.access__label__title {
  padding-top: 50px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .access__label__title {
    padding-top: 20px;
  }
}
.access__label__zoom a {
  text-decoration: underline;
  font-size: 14px;
}
.access__info {
  background: #fff;
  padding: 48px 40px;
}
@media screen and (max-width: 960px) {
  .access__info {
    /* ===== 右：info に変更 ===== */
    width: 70%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 30px 20px;
  }
}
.access__info__list li {
  margin-bottom: 28px;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .access__map {
    /* ===== 下段 map ===== */
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    height: 260px;
  }
  .access__map iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .access__map iframe {
    /* ===== 下段 map ===== */
    width: 100%;
    height: 100%;
  }
}

.contact {
  margin: 0 30px;
}
.contact__inner {
  border-radius: 50px;
  background-color: #F7B560;
  margin-bottom: 113px;
  text-align: center;
  color: #fff;
  padding: 45px;
}
.contact__title {
  padding-bottom: 35px;
  font-size: 2.5rem;
  font-weight: bold;
}
.contact__text {
  font-size: 1.15rem;
}
.contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 35px auto;
  width: 300px;
  padding: 21px 0 22px;
  background-color: #fff;
  border: 2px solid #93c572;
  border-radius: 50px;
  color: #93c572;
}
.contact__tel {
  font-size: 1.25rem;
  font-weight: bold;
}
.contact__tel span {
  font-size: 1.875rem;
}
.contact__time {
  font-size: 1.25rem;
  font-weight: bold;
}

.page-contact {
  padding: 232px 0 0;
}
.page-contact__text {
  margin-top: 37px;
}
.page-contact__box {
  margin: 48px auto 160px;
  padding: 77px 180px 80px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
}
.page-contact__box__type {
  padding-bottom: 36px;
}
.page-contact__box__title {
  font-size: 1.25rem;
  font-weight: bold;
}
.page-contact__box__index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 13px;
}
.page-contact__box__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 17px;
  font-size: 0.75rem;
  width: 34px;
  height: 22px;
  border-radius: 5px;
  background-color: #93C572;
  color: #fff;
}
.page-contact__box__text {
  color: #CBCBCB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  width: 400px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #93C572;
}
.page-contact__box__name, .page-contact__box__address, .page-contact__box__tel {
  font-size: 0.75rem;
  width: 500px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #93C572;
}
.page-contact__box__data {
  font-size: 0.75px;
  width: 600px;
  height: 150px;
  border-radius: 5px;
  border: 1px solid #93C572;
}
.page-contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  padding: 20px 0;
  margin: 80px auto 63px;
  border: 2px solid #93C572;
  border-radius: 50px;
  background-color: #fff;
  color: #93C572;
  font-size: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-contact__btn:hover {
  background: #93C572;
  color: #fff;
}

.page-contact-confirm {
  padding: 232px 0 0;
}
.page-contact-confirm__box {
  margin: 48px auto 160px;
  padding: 77px 180px 80px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
}
.page-contact-confirm__box__text {
  color: #555555;
}
.page-contact-confirm__box__line {
  position: relative;
  top: -25px;
  left: 0px;
  z-index: -1;
}
.page-contact-confirm__box__type {
  padding-bottom: 25px;
}
.page-contact-confirm__box__index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 9px;
}
.page-contact-confirm__box__title {
  font-size: 1.25rem;
  font-weight: bold;
}
.page-contact-confirm__box__tag {
  margin-left: 17px;
  font-size: 0.75rem;
  width: 34px;
  height: 22px;
  background-color: #93C572;
  color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-contact-confirm__btn {
  text-align: center;
  margin-top: 30px;
}
.page-contact-confirm__btn a {
  display: inline-block;
  padding: 14px 71px 15px 66px;
  background-color: #fff;
  color: #93C572;
  border: 2px solid #93C572;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
}

.page-contact-thanks {
  padding: 232px 0 0;
}
.page-contact-thanks__box {
  margin: 48px auto 160px;
  padding: 77px 180px 80px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  text-align: center;
}
.page-contact-thanks__box__title {
  font-size: 1.25rem;
  font-weight: bold;
}
.page-contact-thanks__box__text {
  padding: 23px 0 29px;
}
.page-contact-thanks__box__tel {
  font-size: 1.25rem;
  font-weight: bold;
  color: #93C572;
}
.page-contact-thanks__box__tel span {
  font-size: 1.875rem;
  font-weight: bold;
}
.page-contact-thanks__box__time {
  font-size: 1.25rem;
  font-weight: bold;
  color: #93C572;
}
.page-contact-thanks__btn {
  text-align: center;
  margin: 47px auto 0;
}
.page-contact-thanks__btn a {
  display: inline-block;
  padding: 14px 71px 15px 66px;
  background-color: #fff;
  color: #93C572;
  border: 2px solid #93C572;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
}

.footer {
  background: #fff;
  padding: 80px 0px 31px;
  font-size: 0.95rem;
  color: #555;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 610px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer {
  /* 左 */
}
.footer__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 610px) {
  .footer__left {
    width: 100%;
  }
}
.footer__logo {
  width: 200px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__address {
  font-style: normal;
  line-height: 1.8;
  padding: 42px 0 32px;
}
@media screen and (max-width: 960px) {
  .footer__address {
    padding: 32px 0;
  }
}
.footer__address a {
  color: inherit;
  text-decoration: none;
}
.footer__tel {
  padding-top: 31px;
}
.footer {
  /* 右 */
}
.footer__right {
  width: calc(100% - 250px);
}
@media screen and (max-width: 610px) {
  .footer__right {
    width: 100%;
  }
}
.footer {
  /* 中央ナビ */
}
.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  list-style: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .footer__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 21px;
  }
}
.footer__nav a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
.footer {
  /* 右SNS */
  /* ===== SNS固定ボタン ===== */
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-top: 128px;
  gap: 20px;
  z-index: 1000;
}
@media screen and (max-width: 800px) {
  .footer__sns {
    padding: 30px 0 40px;
    position: relative;
    bottom: 80px;
    right: 0;
  }
}
@media screen and (max-width: 610px) {
  .footer__sns {
    position: static;
  }
}
.footer {
  /* 共通ボタン */
}
.footer .sns {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #555;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.footer {
  /* コピーライト */
}
.footer__copy {
  text-align: center;
  font-size: 0.8rem;
  color: #777;
}/*# sourceMappingURL=style.css.map */