@charset "UTF-8";

/* destyle.css*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
html {
  font-size: 62.5%;
  line-height: 1.15;
  /* Correct the line height */
  -webkit-text-size-adjust: 100%;
  /* Prevent font size adjustment */
  -webkit-tap-highlight-color: transparent;
  /* Remove gray overlay on links */
}

html.is-text-large {
  font-size: 75%;
}

/* Sections */
html,
body {
  margin: 0;
  padding: 0;
  /* ページ全体の横揺れを根本から止める */
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  /* Remove margin */
}

main {
  display: block;
  /* Render `main` consistently */
  position: relative;
  overflow: visible;
  width: 100%;
}

.main__accent-bg {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  pointer-events: none;
  z-index: -1;
  opacity: 1;
}

.main__accent-bg img {
  width: 100%;
  height: auto;
}

.main__accents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.main__accent {
  position: absolute;
  opacity: 1;
}

.main__accent img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.main__accent--01 {
  top: 2%;
  left: 0%;
  width: 55vw;
}

.main__accent--02 {
  top: 15%;
  right: 0%;
  width: 50vw;
}

.main__accent--03 {
  top: 25%;
  left: 5%;
  width: 52vw;
}

.main__accent--04 {
  top: 35%;
  right: 2%;
  width: 58vw;
}

.main__accent--05 {
  top: 48%;
  left: -2%;
  width: 53vw;
}

.main__accent--06 {
  top: 58%;
  right: 5%;
  width: 51vw;
}

.main__accent--07 {
  top: 70%;
  left: 3%;
  width: 56vw;
}

.main__accent--08 {
  bottom: 0%;
  right: 0%;
  width: 54vw;
}

.main__accent--09 {
  bottom: 0%;
  left: 10%;
  width: 50vw;
}

.main__accent--10 {
  bottom: 0%;
  right: 0%;
  width: 57vw;
}

/* 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 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
button,
input,
optgroup,
select,
textarea {
  -webkit-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;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

label[for] {
  cursor: pointer;
}

/* Interactive */
details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/********** base **********/
/* ========================================
    初期設定
    ======================================== */


:root {
  --primary-color: #0E0E0E;
  --green-color: #77B04E;
  --green-color-light: #B4D0A0;
  --white-color: #fff;
  --orange-color: #F28D46;
  --pink-color: #F586A2;
  --blue-color: #52C2CF;
  --red-color: #DF3737;

  --border-color: #0E0E0E;

  --font-primary: "Noto Sans JP", "serif";
  --font-secondary: "Inter", "serif";
  --font-en: "Inter", "serif";
  --font-ja: "Noto Sans JP", "serif";
}

body {
  font-family: var(--font-primary);
  color: var(--primary-color);
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.5rem;
  background-color: #ECF7E4;
}


.section-ttl {
  font-size: clamp(20px, 2.5vw, 32px);
}

.section-ttl span {
  font-family: "Montserrat", "serif";
  font-size: clamp(12px, 2.5vw, 16px);
}


/* ========================================
    コンテナ幅
    ======================================== */
.contents {
  padding: 80px 0 0 0;
}

@media (max-width: 600px) {
  .contents {
    padding: 40px 0 0 0;
  }
}

.container-sm {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(800px + 32px);
}

.container-md {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(940px + 32px);
}

.container {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(1080px + 32px);
}

.container-lg {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(1200px + 32px);
}

.container-xl {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(1200px + 32px);
}

/* ========================================
    共通
    ======================================== */
.m-grid-3-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .m-grid-3-col {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .m-grid-3-col {
    grid-template-columns: repeat(1, 1fr);
  }
}

.m-grid-2-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (max-width: 1080px) {
  .m-grid-2-col {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .m-grid-2-col {
    gap: 20px;
  }
}

@media screen and (max-width: 600px) {
  .m-grid-2-col {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

/* ナビゲーションカード */
.m-nav-card {
  background-color: var(--white-color);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border: 2.5px solid transparent;
  transition: border-color 0.3s ease;
}

.m-nav-card:hover {
  border-color: var(--green-color);
}

.m-nav-card:hover .m-button-arrow__icon {
  transform: translateX(5px);
}

@media screen and (max-width: 1080px) {
  .m-nav-card {
    padding: 30px;
  }
}

@media screen and (max-width: 768px) {
  .m-nav-card {
    padding: 30px;
  }
}

@media screen and (max-width: 600px) {
  .m-nav-card {
    padding: 24px;
  }
}

.m-nav-card__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--green-color);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1080px) {
  .m-nav-card__ttl {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .m-nav-card__ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .m-nav-card__ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.m-nav-card__ttl::before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background-color: var(--green-color);
}

@media screen and (max-width: 1080px) {
  .m-nav-card__ttl::before {
    width: 20px;
    height: 4px;
  }
}

@media screen and (max-width: 768px) {
  .m-nav-card__ttl::before {
    width: 20px;
    height: 4px;
  }
}

@media screen and (max-width: 600px) {
  .m-nav-card__ttl::before {
    width: 16px;
    height: 3px;
  }
}

.m-nav-card__desc {
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--primary-color);
  margin-bottom: 30px;
  flex-grow: 1;
}

@media screen and (max-width: 1080px) {
  .m-nav-card__desc {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .m-nav-card__desc {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  .m-nav-card__desc {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.m-nav-card__btn {
  text-align: right;
}

@media screen and (max-width: 1080px) {
  .m-nav-card__btn {
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .m-nav-card__btn {
    text-align: right;
  }
}

@media screen and (max-width: 600px) {
  .m-nav-card__btn {
    text-align: right;
  }
}

/* 一覧をみるボタン */
.m-button-more {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
}

.m-button-more:hover .m-button-more__icon {
  transform: translateX(5px);
  background-color: var(--green-color);
}

.m-button-more__icon {
  width: 32px;
  height: 32px;
  background-color: #525252;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
}

.m-button-more__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* ボタン Bパターン (矢印アイコン付き) */
.m-button-arrow {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #525252;
  transition: opacity 0.3s ease;
}

.m-button-arrow:hover .m-button-arrow__icon {
  transform: translateX(5px);
}

.m-button-arrow__icon {
  width: 4.6rem;
  height: 4.6rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.m-button-arrow__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 600px) {
  .m-button-arrow {
    gap: 10px;
    font-size: 1.4rem;
  }

  .m-button-arrow__icon {
    width: 4rem;
    height: 4rem;
  }
}

/* ページ内リンクボタン */
.m-btn-anchor {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .m-btn-anchor {
    max-width: 480px;
  }
}

@media screen and (max-width: 768px) {
  .m-btn-anchor {
    max-width: 480px;
  }
}

@media screen and (max-width: 600px) {
  .m-btn-anchor {
    max-width: 100%;
  }
}

.m-btn-anchor a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green-color);
  border: 2px solid var(--green-color);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  height: 80px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.m-btn-anchor a:hover {
  background-color: #fff;
  color: var(--green-color);
}

@media screen and (max-width: 1080px) {
  .m-btn-anchor a {
    font-size: 1.4rem;
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .m-btn-anchor a {
    font-size: 1.4rem;
    height: 80px;
  }
}

@media screen and (max-width: 600px) {
  .m-btn-anchor a {
    font-size: 1.5rem;
    height: 60px;
    border-radius: 10px;
  }
}

/* ========================================
    ヘッダー
    ======================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}

.home .header {
  background-color: transparent;
}

@media screen and (max-width: 1080px) {
  .header {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .header {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .header {
    width: 100%;
  }
}

.header__inner {
  width: 100%;
}

.header__layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1080px) {
  .header__layout {
    align-items: center;
    padding: 0 0 0 15px;
  }
}

.header__left {
  flex-shrink: 0;
  padding: 10px 0;
}

@media screen and (max-width: 1080px) {
  .header__left {
    padding: 10px 0;
  }
}

.header__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 1;
}

@media screen and (max-width: 1080px) {
  .header__right {
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-end;
    height: 64px;
  }
}

.header .container-lg {
  max-width: none;
  padding: 0 40px;
}

@media screen and (max-width: 1200px) {
  .header .container-lg {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1080px) {
  .header .container-lg {
    padding: 0;
  }
}

.header__top {
  padding: 8px 0;
  width: 100%;
}

@media (max-width: 1080px) {
  .header__top {
    display: none;
  }
}

.header__top-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
}

.header__secondary-list {
  display: flex;
  gap: 24px;
}

.header__secondary-item,
.header__text-size-label {
  font-size: 1.3rem;
}

.header__text-size-label {
  font-weight: 300;
}

.header__secondary-item a:hover {
  opacity: 0.7;
}

.header__utility {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header__text-size {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}



.header__text-size-btn {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: #D9D9D9;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.header__text-size-btn.is-active {
  background-color: var(--green-color);
  color: #fff;
}

.header__text-size-btn:hover:not(.is-active) {
  opacity: 0.7;
}

.header__search-form {
  position: relative;
}

.header__search-input-wrapper {
  position: relative;
  width: 160px;
  height: 32px;
  border: 1px solid var(--green-color);
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 12px;
}

.header__search-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.header__search-field {
  width: 100%;
  font-size: 14px;
  border: none;
  outline: none;
}

.header__bottom {
  padding: 12px 0;
  padding-top: 0;
  width: 100%;
}

@media (max-width: 1080px) {
  .header__bottom {
    padding: 0;
    width: auto;
  }
}

.header__bottom-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__nav-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: flex-end;
}

@media (max-width: 1200px) {
  .header__nav-wrapper {
    gap: 18px;
  }
}

.header__logo {
  width: clamp(180px, 18vw, 256px);
}

.header__logo img {
  width: 100%;
  height: auto;
}

.header__primary-nav {
  display: block;
}

@media (max-width: 1080px) {
  .header__primary-nav {
    display: none;
  }
}

.header__primary-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

@media (max-width: 1200px) {
  .header__primary-list {
    gap: 8px;
  }
}

.header__primary-item {
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
}

.header__primary-item>a {
  position: relative;
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.header__primary-item>a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 0;
  height: 2px;
  flex-shrink: 0;
  background-color: var(--green-color);
  transition: 0.3s;
}

.header__primary-item:hover>a::after {
  width: 100%;
}

/* Sub Navigation */
.header__sub-nav {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  min-width: 200px;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 100;
}

.header__primary-item:hover .header__sub-nav {
  opacity: 1;
  visibility: visible;
  top: calc(100% - 5px);
}

.header__sub-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.header__sub-item {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--primary-color);
}

.header__sub-item a {
  transition: 0.3s;
}

.header__sub-item a:hover {
  color: var(--green-color);
  text-decoration: underline;
}

.header__sub-sub-list {
  margin-top: 8px;
  padding-left: 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 16px;
  font-size: 1.2rem;
  color: #666;
  font-weight: 400;
}

.header__sub-sub-list a {
  display: block;
  padding: 2px 0;
}

.header__sub-sub-list a::before {
  content: "- ";
}

.header__sub-sub-list a:hover {
  color: var(--green-color);
  text-decoration: underline;
}

.header__contact {
  display: flex;
  align-items: center;
}

.header__tel {
  display: flex;
  align-items: center;
  color: var(--green-color);
  font-weight: bold;
}

.header__tel-icon {
  width: 32px;
  height: 32px;
  transform: translateY(1px);
}

.header__tel-number {
  font-size: 2.5rem;
  line-height: 1;
  font-family: var(--font-secondary);
  font-weight: 700;
}

@media (max-width: 1080px) {
  .header__tel-number {
    font-size: 2rem;
  }
}

.header__sp-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1080px) {
  .header__sp-actions.u-sp-only {
    display: flex;
    gap: 15px;
    height: 100%;
    align-items: center;
  }
}

.header__sp-action-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1080px) {
  .header__sp-action-btn {
    width: 28px;
    height: 28px;
  }
}

.header__sp-action-btn--tel img,
.header__sp-action-btn--mail img {
  width: 100%;
  height: 100%;
  filter: invert(56%) sepia(54%) saturate(444%) hue-rotate(51deg) brightness(91%) contrast(85%);
  /* --green-color #77B04E に近い色 */
}

.header__hamburger {
  width: 64px;
  height: 64px;
  background-color: var(--green-color);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

@media screen and (max-width: 1080px) {
  .header__hamburger {
    width: 64px;
    height: 64px;
    margin-right: 0;
    margin-left: 0;
    border-radius: 0 0 0 15px;
    flex-shrink: 0;
  }
}

.header__hamburger-bar {
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}

@media screen and (max-width: 1080px) {
  .header__hamburger-bar {
    width: 20px;
    height: 2px;
  }
}

.header__hamburger.is-active .header__hamburger-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.header__hamburger.is-active .header__hamburger-bar:nth-child(2) {
  opacity: 0;
}

.header__hamburger.is-active .header__hamburger-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Drawer */
.header__drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
  transition: right 0.3s ease;
  overflow-y: auto;
  padding-top: 80px;
  /* ヘッダーの高さ分 */
}

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .header__drawer {
    width: 40%;
    right: -40%;
  }
}

@media screen and (max-width: 768px) and (min-width: 601px) {
  .header__drawer {
    width: 50%;
    right: -50%;
  }
}

.header__drawer.is-active {
  right: 0;
}

.header__drawer-inner {
  display: flex;
  flex-direction: column;
  min-height: calc(100% - 80px);
  padding: 20px 25px 40px;
  padding-bottom: 120px;
}

.header__drawer-utility {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.header__drawer-utility .header__text-size {
  justify-content: flex-start;
}

.header__drawer-utility .header__search-input-wrapper {
  width: 100%;
  height: 44px;
}

.header__drawer-utility .header__text-size-btn {
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.header__drawer-utility .header__text-size-label {
  font-size: 16px;
}

.header__drawer-list {
  border-top: 1px solid #d1e2c4;
}

.header__drawer-item {
  border-bottom: 1px solid #d1e2c4;
}

.header__drawer-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}

.header__drawer-label a {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  flex: 1;
  display: contents;
}

/* アコーディオンアイコン (+) */
.header__drawer-icon {
  position: relative;
  width: 20px;
  height: 20px;
}

.header__drawer-icon::before,
.header__drawer-icon::after {
  content: "";
  position: absolute;
  background-color: #79b74a;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

/* 横線 */
.header__drawer-icon::before {
  width: 14px;
  height: 2px;
}

/* 縦線 */
.header__drawer-icon::after {
  width: 2px;
  height: 14px;
}

/* 開いている時は縦線を消して「-」にする */
.header__drawer-item.is-open .header__drawer-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

/* サブメニュー */
.header__drawer-sub-list {
  display: none;
  background-color: #f9fbf7;
  padding: 0 15px;
}

.header__drawer-sub-list li {
  border-bottom: 1px solid #e2ebd9;
}

.header__drawer-sub-list li:last-child {
  border-bottom: none;
}

.header__drawer-sub-list a {
  display: block;
  padding: 15px 0;
  font-size: 14px;
  color: #555;
  text-decoration: none;
}

/* 下部固定エリア */
.header__drawer-bottom {
  margin-top: auto;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__drawer-tel {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #79b74a;
  text-decoration: none;
}

.header__drawer-tel-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.header__drawer-insta img {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 600px) {
  .header__drawer-tel {
    font-size: 20px;
  }
}

/* ========================================
    フッター
    ======================================== */
.footer {
  background-color: #fff;
  padding: 80px 0 40px;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .footer {
    padding: 60px 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 50px 0 30px;
  }
}

@media screen and (max-width: 600px) {
  .footer {
    padding: 40px 0 20px;
  }
}


.footer__inner {
  width: 100%;
}

.footer__sitemap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

@media screen and (max-width: 1080px) {
  .footer__sitemap {
    gap: 30px 20px;
  }
}

@media screen and (max-width: 768px) {
  .footer__sitemap {
    display: block;
    column-count: 2;
    column-gap: 20px;
  }
}

@media screen and (max-width: 600px) {}

.footer__sitemap-col {
  flex: 1;
  min-width: 140px;
  break-inside: avoid;
}

@media screen and (max-width: 768px) {
  .footer__sitemap-col {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1080px) {
  .footer__sitemap-col {
    min-width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .footer__sitemap-col {
    min-width: 0;
  }
}

.footer__sitemap-group+.footer__sitemap-group {
  margin-top: 30px;
}

.footer__sitemap-head {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--green-color);
  margin-bottom: 15px;
}

@media screen and (max-width: 430px) {
  .footer__sitemap-head {
    font-size: 1.4rem;
  }
}

.footer__sitemap-head a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer__sitemap-head a span:not(.footer__sitemap-icon) {
  border-bottom: 1px solid transparent;
}

.footer__sitemap-head a:hover span:not(.footer__sitemap-icon) {
  border-bottom-color: var(--green-color);
}

.footer__sitemap-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/common/arrow-green.webp") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.footer__sitemap-head a:hover .footer__sitemap-icon {
  transform: translateX(5px);
}

.footer__sitemap-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__sitemap-item {
  font-size: 1.4rem;
  position: relative;
  padding-left: 20px;
}

@media screen and (max-width: 430px) {
  .footer__sitemap-item {
    font-size: 1.2rem;
  }
}

.footer__sitemap-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 12px;
  height: 12px;
  background: url("../img/common/arrow-little-green.webp") no-repeat center;
  background-size: contain;
  transition: transform 0.3s;
}

.footer__sitemap-item:hover::before {
  transform: translateX(5px);
}

.footer__sitemap-item a {
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.footer__sitemap-item a:hover {
  color: var(--green-color);
  border-bottom-color: var(--green-color);
}

.footer__sitemap-sub-list {
  margin-top: 10px;
  padding-left: 0;
  font-size: 1.3rem;
  color: #666;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__sitemap-sub-list li {
  position: relative;
  padding-left: 0;
}

.footer__sitemap-sub-list li::before {
  display: none;
}

.footer__sitemap-sub-list a {
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.footer__sitemap-sub-list a:hover {
  color: var(--green-color);
  border-bottom-color: var(--green-color);
}

.footer__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  margin-top: 160px;
  padding: 0 80px;
}

@media screen and (max-width: 1080px) {
  .footer__info {
    margin-top: 60px;
  }
}

@media screen and (max-width: 600px) {
  .footer__info {
    flex-direction: column;
    gap: 40px;
    align-items: center;
    text-align: center;
    padding: 0 16px;
  }
}


.footer__info-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 600px) {
  .footer__info-left {
    display: grid;
    grid-template-areas:
      "logo sns"
      "address address";
    justify-content: center;
    align-items: flex-end;
    gap: 15px 20px;
  }

  .footer__info-logo-sns {
    display: contents;
  }

  .footer__info-logo-wrap {
    grid-area: logo;
  }

  .footer__address {
    grid-area: address;
    text-align: left;
  }

  .footer__sns.u-sp-only {
    grid-area: sns;
    margin-bottom: 5px;
  }
}

.footer__info-logo-sns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.footer__logo {
  width: 200px;
}

.footer__address {
  font-size: 1.4rem;
  line-height: 1.8;
}

.footer__info-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}

@media screen and (max-width: 600px) {
  .footer__info-right {
    align-items: center;
    width: 100%;
  }
}

.footer__sns {
  display: flex;
  gap: 12px;
}

.footer__sns img {
  width: 28px;
  height: 28px;
}

@media screen and (max-width: 600px) {
  .footer__sns img {
    width: 22px;
    height: 22px;
  }
}

.footer__sns a:hover {
  opacity: 0.7;
}

.footer__bottom-links {
  text-align: right;
}

@media screen and (max-width: 600px) {
  .footer__bottom-links {
    text-align: center;
  }
}

.footer__bottom-list {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

@media screen and (max-width: 600px) {
  .footer__bottom-list {
    justify-content: center;
  }
}

.footer__bottom-list a:hover {
  text-decoration: underline;
}

.footer__copyright {
  font-size: 1.1rem;
  color: #999;
}

/* ========================================
    メインビジュアル
    ======================================== */
.mainV {
  position: relative;
  padding-top: 100px;
  /* header height */
  background: linear-gradient(180deg, #FFFFFF 0%, #DEE8D7 40%);
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .mainV {
    padding-top: 64px;
    background: linear-gradient(180deg, #FFFFFF 0%, #DEE8D7 50%, #B4D0A0 100%);
  }
}

.mainV__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}

.mainV__accents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.mainV__accent {
  position: absolute;
  width: 30%;
}

@media screen and (max-width: 1080px) {
  .mainV__accent {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .mainV__accent {
    width: 30%;
  }
}

@media screen and (max-width: 600px) {
  .mainV__accent {
    width: 30%;
  }
}

.mainV__accent img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.mainV__accent--01 {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1080px) {
  .mainV__accent--01 {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 768px) {
  .mainV__accent--01 {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 600px) {
  .mainV__accent--01 {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.mainV__accent--02 {
  top: 35%;
  right: -10%;
}

@media screen and (max-width: 1080px) {
  .mainV__accent--02 {
    top: 35%;
    right: -10%;
  }
}

@media screen and (max-width: 768px) {
  .mainV__accent--02 {
    top: 35%;
    right: -10%;
  }
}

@media screen and (max-width: 600px) {
  .mainV__accent--02 {
    top: 35%;
    right: -10%;
  }
}

.mainV__accent--03 {
  bottom: 10%;
  left: -5%;
}

@media screen and (max-width: 1080px) {
  .mainV__accent--03 {
    bottom: 10%;
    left: -5%;
  }
}

@media screen and (max-width: 768px) {
  .mainV__accent--03 {
    bottom: 10%;
    left: -5%;
  }
}

@media screen and (max-width: 600px) {
  .mainV__accent--03 {
    bottom: 10%;
    left: -5%;
  }
}

.mainV__accent--04 {
  bottom: 5%;
  right: -5%;
}

@media screen and (max-width: 1080px) {
  .mainV__accent--04 {
    bottom: 5%;
    right: -5%;
  }
}

@media screen and (max-width: 768px) {
  .mainV__accent--04 {
    bottom: 5%;
    right: -5%;
  }
}

@media screen and (max-width: 600px) {
  .mainV__accent--04 {
    bottom: 5%;
    right: -5%;
  }
}

.mainV__accent--05 {
  top: 0%;
  right: -15%;
  width: 80%;
  transform: translateY(-50%);
}


.mainV__visual {
  position: relative;
  height: 35vw;
  min-height: 350px;
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1080px) {
  .mainV__visual {
    height: 35vw;
  }
}

@media screen and (max-width: 768px) {
  .mainV__visual {
    height: 40vw;
  }
}

@media screen and (max-width: 600px) {
  .mainV__visual {
    height: auto;
    display: block;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
  }
}

.mainV__bg-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

.mainV__bg-list {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.mainV__bg-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: auto;
  opacity: 0;
  pointer-events: none;
}

.mainV__bg-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 1080px) {
  .mainV__bg-item {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .mainV__bg-item {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .mainV__bg-item {
    width: 65%;
  }
}

.mainV__copy {
  position: absolute;
  z-index: 3;
  left: 30%;
  top: 35%;
  transform: translateY(-25%);
  width: clamp(56px, 12vw, 85px);
}

@media screen and (max-width: 1080px) {
  .mainV__copy {
    left: 10%;
  }
}

@media screen and (max-width: 768px) {
  .mainV__copy {
    left: 5%;
  }
}

@media screen and (max-width: 600px) {
  .mainV__copy {
    position: absolute;
    right: 20px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 65px;
    margin-top: 0;
    z-index: 5;
  }
}

.mainV__bottom {
  position: relative;
  z-index: 4;
  margin-top: 0px;
}

/* @media screen and (max-width: 1080px) {
  .mainV__bottom {
    margin-top: -80px;
  }
}

@media screen and (max-width: 600px) {
  .mainV__bottom {
    margin-top: -20px;
  }
} */

.mainV__layout {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

@media screen and (max-width: 1080px) {
  .mainV__layout {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .mainV__layout {
    gap: 0;
  }
}

/* 受付時間 */
.mainV__info {
  flex: 0 1 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.mainV__tabs-wrapper {
  flex-shrink: 0;
  overflow: visible;
}

.mainV__tabs {
  display: flex;
  gap: 4px;
  margin-bottom: -1px;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .mainV__tabs {
    gap: 4px;
    padding: 0;
  }
}

.mainV__tab {
  padding: 10px 10px;
  background-color: #D9D9D9;
  color: #333;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  flex: 1;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .mainV__tab {
    padding: 8px 5px;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
  }
}

.mainV__tab.is-active {
  background-color: var(--green-color);
  color: #fff;
}

.mainV__panels {
  background-color: #fff;
  border: 2px solid var(--green-color);
  border-radius: 0 0 20px 20px;
  padding: 24px;
  box-shadow: 0 0 20px rgba(119, 176, 78, 0.25);
  display: grid;
}

@media screen and (max-width: 600px) {
  .mainV__panels {
    padding: 20px;
    border-radius: 0 0 20px 20px;
    margin-top: 0;
  }
}

.mainV__panel {
  grid-area: 1 / 1;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.mainV__panel.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.mainV__panel-ttl {
  font-size: 24px;
  color: var(--green-color);
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  border-bottom: 2px solid #EEEEEE;
  padding-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .mainV__panel-ttl {
    font-size: 18px;
    gap: 8px;
  }
}

.mainV__panel-ttl-label {
  width: 213px;
  flex-shrink: 0;
}

@media screen and (max-width: 600px) {
  .mainV__panel-ttl-label {
    width: 156px;
  }
}

.mainV__days {
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.mainV__days li {
  font-size: 18px;
  color: #333;
  width: 1em;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .mainV__days li {
    font-size: 12px;
  }
}

.mainV__table-row {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #EEEEEE;
}

@media screen and (max-width: 600px) {
  .mainV__table-row {
    gap: 8px;
  }
}

.mainV__time-label {
  width: 48px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  flex-shrink: 0;
}

.mainV__time-label--am {
  background-color: var(--green-color);
}

.mainV__time-label--pm {
  background-color: var(--green-color);
}

.mainV__time-range {
  font-size: 22px;
  font-family: var(--font-secondary);
  font-weight: 700;
  width: 150px;
  flex-shrink: 0;
}

@media screen and (max-width: 600px) {
  .mainV__time-range {
    font-size: 18px;
    width: 100px;
  }
}

@media screen and (max-width: 480px) {
  .mainV__time-range {
    font-size: 15px;
  }
}

.mainV__marks {
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.mainV__marks li {
  font-size: 18px;
  color: var(--green-color);
  width: 1em;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .mainV__marks li {
    font-size: 14px;
  }
}

.mainV__notes {
  padding-top: 10px;
}

.mainV__notes p {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
  line-height: 1.4 !important;
  margin-bottom: 2px !important;
  margin-top: 0 !important;
}

/* バナーボタン */
.mainV__banners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 12px;
  width: 100%;
  max-width: 440px;
  align-self: stretch;
  align-content: stretch;
}

@media screen and (max-width: 1080px) {
  .mainV__banners {
    max-width: none;
    padding-top: 0;
  }
}

@media screen and (max-width: 600px) {
  .mainV__banners {
    gap: 10px;
    padding-top: 20px;
  }
}

.mainV__banner {
  min-height: 0;
  border-radius: 20px;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  border: 2px solid var(--white-color);
  position: relative;
  overflow: hidden;
  text-align: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.mainV__banner:hover {
  background-color: var(--white-color);
}

.mainV__banner--outpatient:hover {
  color: var(--orange-color);
  border-color: var(--orange-color);
}

.mainV__banner--hospitalization:hover {
  color: #4DC2CA;
  border-color: #4DC2CA;
}

.mainV__banner--nursing:hover {
  color: #F586A2;
  border-color: #F586A2;
}

.mainV__banner--medical:hover {
  color: #77B04E;
  border-color: #77B04E;
}

@media screen and (max-width: 1080px) {
  .mainV__banner {
    flex: none;
  }
}


@media screen and (max-width: 600px) {
  .mainV__banner {
    flex: 1;
  }
}

.mainV__banner--outpatient {
  background-color: var(--orange-color);
}

.mainV__banner--hospitalization {
  background-color: #4DC2CA;
}

.mainV__banner--nursing {
  background-color: #F586A2;
}

.mainV__banner--medical {
  background-color: #77B04E;
}

.mainV__banner-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  z-index: 2;
  white-space: nowrap;
}

@media screen and (max-width: 600px) {
  .mainV__banner-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 390px) {
  .mainV__banner-text {
    font-size: 16px;
  }
}

.mainV__banner-icon {
  width: 44px;
  height: 44px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .mainV__banner-icon {
    width: 36px;
    height: 36px;
  }
}

.mainV__banner-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  flex-shrink: 0;
}

.mainV__banner-icon svg * {
  fill: currentColor;
  transition: all 0.3s ease;
}

/* SNS追従ボタン */
.mainV__sns {
  position: fixed;
  right: 0;
  bottom: calc(42% + 110px);
  z-index: 1001;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

@media screen and (max-width: 768px) {
  .mainV__sns {
    bottom: 20px;
  }
}

.mainV__sns.is-hidden {
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
}

.mainV__sns-close {
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: var(--green-color);
  border: none;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  flex-shrink: 0;
}

.mainV__sns-close svg {
  width: 12px;
  height: 12px;
  stroke: #fff;
}

.mainV__sns-body {
  position: relative;
  background-color: #fff;
  border: 2px solid var(--green-color);
  border-right: none;
  border-radius: 15px 0 0 15px;
  width: 44px;
  padding: 20px 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.mainV__sns-link {
  display: block;
  transition: opacity 0.3s ease;
}

.mainV__sns-link:hover {
  opacity: 0.7;
}

.mainV__sns-link img {
  display: block;
  width: 24px;
  height: 24px;
}

.mainV__sns-divider {
  display: block;
  width: 88%;
  margin: 0 auto;
  height: 1px;
  background-color: var(--green-color);
}

/* サイドお問い合わせ */
.mainV__side-contact {
  position: fixed;
  top: 58%;
  right: 0;
  transform: translateY(-50%);
  background-color: var(--green-color);
  color: #fff;
  padding: 20px 10px;
  border-radius: 15px 0 0 15px;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .mainV__side-contact {
    display: none;
    /* SP/TBではヘッダーにアイコンがあるので非表示 */
  }
}

.mainV__side-contact-icon {
  width: 24px;
  height: 24px;
}

.mainV__side-contact-icon img {
  filter: brightness(0) invert(1);
}

.mainV__side-contact-text {
  writing-mode: vertical-rl;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

/* ========================================
    ナビゲーションドロワー
    ======================================== */
/* ========================================
    投稿一覧ページ
    ======================================== */
/* ========================================
    投稿詳細ページ
    ======================================== */


.m-post-main img {
  object-fit: contain;
  width: auto;
  height: auto;
  margin-bottom: 20px;
}

.m-post-main p {
  margin-bottom: 1em;
  line-height: 2;
}

@media (max-width: 600px) {
  .m-post-main p {
    font-size: 14px;
  }
}

.m-post-main a {
  display: inline-block;
  margin-bottom: 20px;
  color: #00AFED;
  text-decoration: underline;
}

.m-post-main h1 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .m-post-main h1 {
    font-size: 28px;
  }
}

.m-post-main h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .m-post-main h2 {
    font-size: 22px;
  }
}

.m-post-main h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .m-post-main h3 {
    font-size: 18px;
  }
}

/* ========================================
    ブログ詳細ページ
    ======================================== */
.m-blog-single {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 1080px) {
  .m-blog-single {
    padding: 35px;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-single {
    padding: 30px;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-single {
    padding: 20px 15px;
    border-radius: 15px;
  }
}

.m-blog-single__img {
  width: 100%;
  margin-bottom: 25px;
  border-radius: 15px;
  overflow: hidden;
  line-height: 0;
}

.m-blog-single__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 1080px) {
  .m-blog-single__img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-single__img {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-single__img {
    margin-bottom: 15px;
    border-radius: 10px;
  }
}

.m-blog-single__info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

@media screen and (max-width: 1080px) {
  .m-blog-single__info {
    gap: 8px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-single__info {
    gap: 6px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-single__info {
    gap: 6px;
    margin-bottom: 10px;
  }
}

.m-blog-single__date {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: var(--font-en);
  color: #666;
}

@media screen and (max-width: 1080px) {
  .m-blog-single__date {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-single__date {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-single__date {
    font-size: 1.2rem;
  }
}

.m-blog-single__separator {
  font-size: 1.5rem;
  color: #666;
}

@media screen and (max-width: 1080px) {
  .m-blog-single__separator {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-single__separator {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-single__separator {
    font-size: 1.2rem;
  }
}

.m-blog-single__category {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 6px;
  background-color: var(--green-color);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 1080px) {
  .m-blog-single__category {
    padding: 6px 16px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-single__category {
    padding: 5px 14px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-single__category {
    padding: 4px 12px;
    font-size: 1.1rem;
  }
}

.m-blog-single__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--primary-color);
  margin-bottom: 20px;
}

@media screen and (max-width: 1080px) {
  .m-blog-single__ttl {
    font-size: 2.2rem;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-single__ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-single__ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}

.m-blog-single__content {
  margin-bottom: 40px;
}

@media screen and (max-width: 1080px) {
  .m-blog-single__content {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-single__content {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-single__content {
    margin-bottom: 25px;
  }
}

.m-blog-single__nav {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #C6D8B8;
  display: block;
}

@media screen and (max-width: 1080px) {
  .m-blog-single__nav {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-single__nav {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-single__nav {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
  }
}

.m-blog-single__nav-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (max-width: 1080px) {
  .m-blog-single__nav-inner {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-single__nav-inner {
    gap: 15px;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-single__nav-inner {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.m-blog-single__nav-item {
  background-color: #f9fbf7;
  border-radius: 10px;
  padding: 20px;
  transition: background-color 0.3s ease;
  border: 1px solid #e8ede3;
}

.m-blog-single__nav-item:hover {
  background-color: #f0f5ec;
  border-color: var(--green-color);
}

.m-blog-single__nav-item--empty {
  background-color: transparent;
  border: none;
}

@media screen and (max-width: 1080px) {
  .m-blog-single__nav-item {
    padding: 18px;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-single__nav-item {
    padding: 15px;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-single__nav-item {
    padding: 15px;
  }
}

.m-blog-single__nav-item--prev {
  text-align: left;
}

.m-blog-single__nav-item--next {
  text-align: right;
}

@media screen and (max-width: 600px) {
  .m-blog-single__nav-item--next {
    text-align: left;
  }
}

.m-blog-single__nav-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 15px;
}

.m-blog-single__nav-item--prev .m-blog-single__nav-link {
  flex-direction: row;
}

.m-blog-single__nav-item--next .m-blog-single__nav-link {
  flex-direction: row-reverse;
}

@media screen and (max-width: 600px) {
  .m-blog-single__nav-item--next .m-blog-single__nav-link {
    flex-direction: row;
  }
}

.m-blog-single__nav-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.m-blog-single__nav-icon {
  font-size: 2.4rem;
  line-height: 1;
  color: var(--green-color);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.m-blog-single__nav-item--prev .m-blog-single__nav-link:hover .m-blog-single__nav-icon {
  transform: translateX(-5px);
}

.m-blog-single__nav-item--next .m-blog-single__nav-link:hover .m-blog-single__nav-icon {
  transform: translateX(5px);
}

@media screen and (max-width: 1080px) {
  .m-blog-single__nav-icon {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-single__nav-icon {
    font-size: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-single__nav-icon {
    font-size: 1.8rem;
  }
}

.m-blog-single__nav-label {
  font-size: 1.3rem;
  font-weight: 500;
  color: #666;
}

@media screen and (max-width: 1080px) {
  .m-blog-single__nav-label {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-single__nav-label {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-single__nav-label {
    font-size: 1.1rem;
  }
}

.m-blog-single__nav-ttl {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--primary-color);
  line-height: 1.5;
  transition: color 0.3s ease;
}

.m-blog-single__nav-link:hover .m-blog-single__nav-ttl {
  color: var(--green-color);
}

@media screen and (max-width: 1080px) {
  .m-blog-single__nav-ttl {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-single__nav-ttl {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-single__nav-ttl {
    font-size: 1.3rem;
  }
}

.m-blog-single__back {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #C6D8B8;
}

@media screen and (max-width: 1080px) {
  .m-blog-single__back {
    padding-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-single__back {
    padding-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-single__back {
    padding-top: 20px;
  }
}

.m-blog-single__back-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--green-color);
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.m-blog-single__back-link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1080px) {
  .m-blog-single__back-link {
    font-size: 1.5rem;
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-single__back-link {
    font-size: 1.4rem;
    gap: 10px;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-single__back-link {
    font-size: 1.3rem;
    gap: 8px;
  }
}

.m-blog-single__back-icon {
  font-size: 2rem;
  line-height: 1;
}

@media screen and (max-width: 1080px) {
  .m-blog-single__back-icon {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-single__back-icon {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-single__back-icon {
    font-size: 1.4rem;
  }
}

.m-blog-single__back-text {
  font-size: inherit;
}

.m-news-list__none {
  margin-top: 20px;
}

/* ========================================
    お知らせ詳細ページ
    ======================================== */
.m-news-single {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 1080px) {
  .m-news-single {
    padding: 35px;
  }
}

@media screen and (max-width: 768px) {
  .m-news-single {
    padding: 30px;
  }
}

@media screen and (max-width: 600px) {
  .m-news-single {
    padding: 20px 15px;
    border-radius: 15px;
  }
}

.m-news-single__img {
  width: 100%;
  margin-bottom: 25px;
  border-radius: 15px;
  overflow: hidden;
  line-height: 0;
}

.m-news-single__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 1080px) {
  .m-news-single__img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .m-news-single__img {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 600px) {
  .m-news-single__img {
    margin-bottom: 15px;
    border-radius: 10px;
  }
}

.m-news-single__info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

@media screen and (max-width: 1080px) {
  .m-news-single__info {
    gap: 8px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  .m-news-single__info {
    gap: 6px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 600px) {
  .m-news-single__info {
    gap: 6px;
    margin-bottom: 10px;
  }
}

.m-news-single__date {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: var(--font-en);
  color: #666;
}

@media screen and (max-width: 1080px) {
  .m-news-single__date {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .m-news-single__date {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 600px) {
  .m-news-single__date {
    font-size: 1.2rem;
  }
}

.m-news-single__separator {
  font-size: 1.5rem;
  color: #666;
}

@media screen and (max-width: 1080px) {
  .m-news-single__separator {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .m-news-single__separator {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 600px) {
  .m-news-single__separator {
    font-size: 1.2rem;
  }
}

.m-news-single__category {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 6px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  background-color: #888;
}

.m-news-single__category--important {
  background-color: var(--red-color);
}

.m-news-single__category--news {
  background-color: var(--green-color);
}

.m-news-single__category--event {
  background-color: var(--orange-color);
}

.m-news-single__category--recruit {
  background-color: var(--pink-color);
}

@media screen and (max-width: 1080px) {
  .m-news-single__category {
    padding: 6px 16px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .m-news-single__category {
    padding: 5px 14px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  .m-news-single__category {
    padding: 4px 12px;
    font-size: 1.1rem;
  }
}

.m-news-single__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--primary-color);
  margin-bottom: 20px;
}

@media screen and (max-width: 1080px) {
  .m-news-single__ttl {
    font-size: 2.2rem;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 768px) {
  .m-news-single__ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 600px) {
  .m-news-single__ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}

.m-news-single__content {
  margin-bottom: 40px;
}

@media screen and (max-width: 1080px) {
  .m-news-single__content {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  .m-news-single__content {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .m-news-single__content {
    margin-bottom: 25px;
  }
}

.m-news-single__nav {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #C6D8B8;
  display: block;
}

@media screen and (max-width: 1080px) {
  .m-news-single__nav {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .m-news-single__nav {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .m-news-single__nav {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
  }
}

.m-news-single__nav-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (max-width: 1080px) {
  .m-news-single__nav-inner {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .m-news-single__nav-inner {
    gap: 15px;
  }
}

@media screen and (max-width: 600px) {
  .m-news-single__nav-inner {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.m-news-single__nav-item {
  background-color: #f9fbf7;
  border-radius: 10px;
  padding: 20px;
  transition: background-color 0.3s ease;
  border: 1px solid #e8ede3;
}

.m-news-single__nav-item:hover {
  background-color: #f0f5ec;
  border-color: var(--green-color);
}

.m-news-single__nav-item--empty {
  background-color: transparent;
  border: none;
}

@media screen and (max-width: 1080px) {
  .m-news-single__nav-item {
    padding: 18px;
  }
}

@media screen and (max-width: 768px) {
  .m-news-single__nav-item {
    padding: 15px;
  }
}

@media screen and (max-width: 600px) {
  .m-news-single__nav-item {
    padding: 15px;
  }
}

.m-news-single__nav-item--prev {
  text-align: left;
}

.m-news-single__nav-item--next {
  text-align: right;
}

@media screen and (max-width: 600px) {
  .m-news-single__nav-item--next {
    text-align: left;
  }
}

.m-news-single__nav-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 15px;
}

.m-news-single__nav-item--prev .m-news-single__nav-link {
  flex-direction: row;
}

.m-news-single__nav-item--next .m-news-single__nav-link {
  flex-direction: row-reverse;
}

@media screen and (max-width: 600px) {
  .m-news-single__nav-item--next .m-news-single__nav-link {
    flex-direction: row;
  }
}

.m-news-single__nav-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.m-news-single__nav-icon {
  font-size: 2.4rem;
  line-height: 1;
  color: var(--green-color);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.m-news-single__nav-item--prev .m-news-single__nav-link:hover .m-news-single__nav-icon {
  transform: translateX(-5px);
}

.m-news-single__nav-item--next .m-news-single__nav-link:hover .m-news-single__nav-icon {
  transform: translateX(5px);
}

@media screen and (max-width: 1080px) {
  .m-news-single__nav-icon {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .m-news-single__nav-icon {
    font-size: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .m-news-single__nav-icon {
    font-size: 1.8rem;
  }
}

.m-news-single__nav-label {
  font-size: 1.3rem;
  font-weight: 500;
  color: #666;
}

@media screen and (max-width: 1080px) {
  .m-news-single__nav-label {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .m-news-single__nav-label {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  .m-news-single__nav-label {
    font-size: 1.1rem;
  }
}

.m-news-single__nav-ttl {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--primary-color);
  line-height: 1.5;
  transition: color 0.3s ease;
}

.m-news-single__nav-link:hover .m-news-single__nav-ttl {
  color: var(--green-color);
}

@media screen and (max-width: 1080px) {
  .m-news-single__nav-ttl {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .m-news-single__nav-ttl {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  .m-news-single__nav-ttl {
    font-size: 1.3rem;
  }
}

.m-news-single__back {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #C6D8B8;
}

@media screen and (max-width: 1080px) {
  .m-news-single__back {
    padding-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .m-news-single__back {
    padding-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .m-news-single__back {
    padding-top: 20px;
  }
}

.m-news-single__back-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--green-color);
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.m-news-single__back-link:hover {
  opacity: 0.7;
}

.m-news-single__back-link:hover .m-news-single__back-icon {
  transform: translateX(-5px);
}

@media screen and (max-width: 1080px) {
  .m-news-single__back-link {
    font-size: 1.5rem;
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .m-news-single__back-link {
    font-size: 1.4rem;
    gap: 10px;
  }
}

@media screen and (max-width: 600px) {
  .m-news-single__back-link {
    font-size: 1.3rem;
    gap: 8px;
  }
}

.m-news-single__back-icon {
  font-size: 2rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 1080px) {
  .m-news-single__back-icon {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .m-news-single__back-icon {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  .m-news-single__back-icon {
    font-size: 1.4rem;
  }
}

.m-news-single__back-text {
  font-size: inherit;
}

/* ========================================
    トップページ
    ======================================== 
*/
/* サービスセクション */
.top-service {
  padding: 120px 0;
}

@media screen and (max-width: 1080px) {
  .top-service {
    padding: 100px 0;
  }
}

@media screen and (max-width: 768px) {
  .top-service {
    padding: 80px 0;
  }
}

@media screen and (max-width: 600px) {
  .top-service {
    padding: 60px 0;
  }
}

.top-service__inner {
  display: flex;
  flex-direction: column;
  gap: 140px;
}

@media screen and (max-width: 600px) {
  .top-service__inner {
    gap: 60px;
  }
}

.top-service__item {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 40px;
  gap: 40px;
  padding: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.top-service__item--reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1080px) {
  .top-service__item {
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .top-service__item {
    gap: 20px;
  }
}

@media screen and (max-width: 600px) {
  .top-service__item {
    flex-direction: column;
    border-radius: 20px;
    gap: 0;
    padding: 120px 24px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    position: relative;
    overflow: visible;
  }
}

.top-service__img {
  flex: 0 0 50%;
  width: 50%;
  line-height: 0;
  align-self: stretch;
  margin-top: -40px;
  margin-bottom: -40px;
}

.top-service__item:not(.top-service__item--reverse) .top-service__img {
  margin-left: -40px;
}

.top-service__item--reverse .top-service__img {
  margin-right: -40px;
}

@media screen and (max-width: 600px) {
  .top-service__img {
    position: absolute;
    top: -30px;
    right: -10px;
    width: 220px;
    height: 180px;
    flex: none;
    border-radius: 0;
    overflow: visible;
    z-index: 2;
  }

  .top-service__item--reverse .top-service__img {
    right: auto;
    left: -10px;
  }

  .top-service__item:not(.top-service__item--reverse) .top-service__img,
  .top-service__item--reverse .top-service__img {
    margin: 0 !important;
  }

  .top-service__item .top-service__img img {
    border-radius: 0;
    object-fit: contain;
  }
}

.top-service__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-service__item:not(.top-service__item--reverse) .top-service__img img {
  border-radius: 40px 0 0 40px;
}

.top-service__item--reverse .top-service__img img {
  border-radius: 0 40px 40px 0;
}

.top-service__body {
  flex: 1;
  padding: 40px 60px 40px 0;
  display: flex;
  flex-direction: column;
}

.top-service__item--reverse .top-service__body {
  padding: 40px 0 40px 60px;
}

@media screen and (max-width: 1080px) {
  .top-service__body {
    padding: 30px 40px 30px 0;
  }

  .top-service__item--reverse .top-service__body {
    padding: 30px 0 30px 40px;
  }
}

@media screen and (max-width: 768px) {
  .top-service__body {
    padding: 20px 30px 20px 0;
  }

  .top-service__item--reverse .top-service__body {
    padding: 20px 0 20px 30px;
  }
}

@media screen and (max-width: 600px) {
  .top-service__body {
    padding: 0 !important;
    width: 100%;
  }
}

.top-service__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 24px;
}

@media screen and (max-width: 600px) {
  .top-service__title {
    font-size: 2.2rem;
    margin-bottom: 20px;
    text-align: left;
  }

  .top-service__item--reverse .top-service__title {
    text-align: right;
  }
}

.top-service__item--green .top-service__title {
  color: var(--green-color);
}

.top-service__item--orange .top-service__title {
  color: var(--orange-color);
}

.top-service__item--pink .top-service__title {
  color: var(--pink-color);
}

.top-service__item--blue .top-service__title {
  color: var(--blue-color);
}

.top-service__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #333;
}

@media screen and (max-width: 1080px) {
  .top-service__text {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .top-service__text {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.top-service__body .m-button-arrow {
  align-self: flex-end;
  margin-top: auto;
}

/* ========================================
    TOP BLOG
    ======================================== */
.top-blog {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1080px) {
  .top-blog {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .top-blog {
    padding: 60px 0;
  }
}

@media screen and (max-width: 600px) {
  .top-blog {
    padding: 50px 0;
  }
}

.top-blog__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-blog .m-section-ttl {
  align-items: center;
}

.top-blog .m-section-ttl span {
  flex-direction: column;
  gap: 8px;
}

.top-blog .m-section-ttl span::before {
  width: 40px;
  height: 1px;
}

.top-blog__desc {
  margin-top: 30px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  color: #333;
}

@media screen and (max-width: 600px) {
  .top-blog__desc {
    margin-top: 20px;
    font-size: 1.4rem;
    text-align: left;
  }
}

.top-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .top-blog__grid {
    gap: 20px;
  }
}

@media screen and (max-width: 600px) {
  .top-blog__grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}

.top-blog__item {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.top-blog__img {
  aspect-ratio: 380 / 240;
  overflow: hidden;
}

.top-blog__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.top-blog__item:hover .top-blog__img img {
  transform: scale(1.05);
}

.top-blog__content {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1080px) {
  .top-blog__content {
    padding: 20px;
  }
}

.top-blog__title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--primary-color);
}

@media screen and (max-width: 768px) {
  .top-blog__title {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 600px) {
  .top-blog__title {
    font-size: 2rem;
  }
}

.top-blog__text {
  margin-top: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #525252;
}

.top-blog__arrow {
  margin-top: auto;
  align-self: flex-end;
  width: 4.6rem;
  height: 4.6rem;
  transition: transform 0.3s ease;
}

.top-blog__item:hover .top-blog__arrow {
  transform: scale(1.1);
}

@media screen and (max-width: 600px) {
  .top-blog__arrow {
    width: 4rem;
    height: 4rem;
  }
}

.top-blog__more-wrap {
  margin-top: 60px;
}

@media screen and (max-width: 600px) {
  .top-blog__more-wrap {
    margin-top: 40px;
  }
}

/* ========================================
    採用情報 (top-recruit)
    ======================================== */
.top-recruit {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1080px) {
  .top-recruit {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .top-recruit {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 600px) {
  .top-recruit {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.top-recruit__inner {
  position: relative;
}

.top-recruit__bg-text {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(50%);
  font-size: 10rem;
  font-weight: 700;
  color: #FFA0B8;
  line-height: 1;
  z-index: 1;
  font-family: var(--font-en);
  pointer-events: none;
}

@media screen and (max-width: 1080px) {
  .top-recruit__bg-text {
    font-size: 8rem;
    left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .top-recruit__bg-text {
    font-size: 6rem;
    top: 88%;
    transform: translateY(-100%);
    transform: none;
  }
}

@media screen and (max-width: 600px) {
  .top-recruit__bg-text {
    font-size: 4rem;
  }
}

.top-recruit__box {
  position: relative;
  z-index: 2;
  background: url("../img/top/recruit-bg.webp") no-repeat center / cover;
  padding: 60px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 1080px) {
  .top-recruit__box {
    padding: 40px 60px;
  }
}

@media screen and (max-width: 768px) {
  .top-recruit__box {
    padding: 30px 40px;
  }
}

@media screen and (max-width: 600px) {
  .top-recruit__box {
    flex-direction: column;
    padding: 30px 20px;
    background-size: cover;
  }
}

.top-recruit__content {
  position: relative;
  z-index: 2;
  width: 50%;
}

@media screen and (max-width: 600px) {
  .top-recruit__content {
    width: 100%;
    order: 2;
    margin-top: 30px;
  }
}

.top-recruit__copy {
  max-width: 100%;
}

.top-recruit__copy img {
  width: 100%;
  height: auto;
}



.top-recruit__text {
  margin-top: 25px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
}

@media screen and (max-width: 768px) {
  .top-recruit__text {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

.top-recruit__btn-wrap {
  margin-top: 40px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .top-recruit__btn-wrap {
    margin-top: 30px;
  }
}

.top-recruit__btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--pink-color);
  transition: color 0.3s;
}

.top-recruit__btn:hover {
  opacity: 1;
}

.top-recruit__btn:hover .top-recruit__btn-icon .is-normal {
  opacity: 0;
}

.top-recruit__btn:hover .top-recruit__btn-icon .is-hover {
  opacity: 1;
}

.top-recruit__btn-icon {
  position: relative;
  display: flex;
  align-items: center;
  width: 44px;
  height: 44px;
}

.top-recruit__btn-icon img {
  width: 44px;
  height: auto;
  transition: transform 0.3s, opacity 0.3s;
}

.top-recruit__btn-icon .is-hover {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
}

.top-recruit__btn-icon .is-normal {
  position: relative;
  z-index: 1;
}

.top-recruit__image {
  width: 45%;
  line-height: 0;
}

.top-recruit__image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  .top-recruit__image {
    width: 100%;
    order: 1;
  }
}

/* ========================================
    共通下層ヘッダー（Common Sub Page Header）
    ======================================== */
.m-page-header {
  position: relative;
  padding: 120px 0 100px;
  overflow: hidden;
}

@media screen and (max-width: 1080px) {
  .m-page-header {
    padding: 100px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .m-page-header {
    padding: 100px 0 60px;
  }
}

@media screen and (max-width: 600px) {
  .m-page-header {
    padding: 90px 0 40px;
  }
}

.m-page-header__inner {
  position: relative;
  z-index: 1;
}

.breadcrumbs-wrapper {
  margin-bottom: 90px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 1.4rem;
  color: var(--primary-color);
}

.breadcrumbs a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

.breadcrumbs a:hover {
  opacity: 0.7;
}

/* Breadcrumb NavXT separator */
.breadcrumbs span {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width: 600px) {
  .breadcrumbs {
    font-size: 1.2rem;
    gap: 10px;
  }

  .breadcrumbs span {
    gap: 10px;
  }

  .breadcrumbs-wrapper {
    margin-bottom: 20px;
  }
}

.m-page-header__bg-text {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 0;
  font-size: 13rem;
  font-weight: 600;
  color: rgba(119, 176, 78, 0.08);
  line-height: 1;
  font-family: var(--font-en);
  pointer-events: none;
}

@media screen and (max-width: 1080px) {
  .m-page-header__bg-text {
    font-size: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .m-page-header__bg-text {
    font-size: 6rem;
  }
}

@media screen and (max-width: 600px) {
  .m-page-header__bg-text {
    top: 28px;
    font-size: 4rem;
  }
}

.m-page-header__content {
  position: relative;
  z-index: 1;
}

.m-page-header__sub-ttl {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--green-color);
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: var(--font-en);
}

.m-page-header__sub-ttl::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 1px;
  background-color: var(--green-color);
}

@media screen and (max-width: 600px) {
  .m-page-header__sub-ttl {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.m-page-header__ttl {
  font-size: 4rem;
  font-weight: 700;
  color: var(--green-color);
  line-height: 1.2;
  margin-bottom: 30px;
}

@media screen and (max-width: 1080px) {
  .m-page-header__ttl {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 768px) {
  .m-page-header__ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 600px) {
  .m-page-header__ttl {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.m-page-header__desc {
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--primary-color);
}

@media screen and (max-width: 600px) {
  .m-page-header__desc {
    font-size: 1.5rem;
  }
}

/* ========================================
    下層ページ
    ======================================== */

/* ========================================
    2カラムレイアウト & サイドバー
    ======================================== */
.l-2column {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  padding: 80px 0;
  padding-top: 0;
}

@media screen and (max-width: 1080px) {
  .l-2column {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .l-2column {
    gap: 40px;
    padding: 40px 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 600px) {
  .l-2column {
    flex-direction: column-reverse;
  }
}

.l-2column__side {
  width: 280px;
  flex-shrink: 0;
  position: sticky;
  top: 100px;
}

@media screen and (max-width: 1080px) {
  .l-2column__side {
    width: 240px;
    top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .l-2column__side {
    width: 240px;
  }
}

@media screen and (max-width: 600px) {
  .l-2column__side {
    width: 100%;
    position: static;
  }
}

.l-2column__main {
  flex: 1;
}


/* サイドバー本体 */
.m-sidebar {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}

.m-sidebar__head {
  background-color: var(--green-color);
  color: #fff;
  padding: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.m-sidebar__head a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.m-sidebar__head a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1080px) {
  .m-sidebar__head {
    padding: 18px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  .m-sidebar__head {
    padding: 18px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  .m-sidebar__head {
    padding: 15px;
    font-size: 1.5rem;
  }
}

.m-sidebar__head-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.m-sidebar__head a:hover .m-sidebar__head-arrow {
  transform: translateX(5px) rotate(45deg);
}

.m-sidebar__list {
  padding: 10px 0;
}

.m-sidebar__item {
  border-bottom: 1px solid #EEEEEE;
}

.m-sidebar__item:last-child {
  border-bottom: none;
}

.m-sidebar__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 1.5rem;
  color: #333;
  transition: all 0.3s ease;
  text-decoration: none;
}

.m-sidebar__link:hover {
  background-color: #f9fbf7;
  color: var(--green-color);
}

.m-sidebar__link--current {
  color: var(--green-color);
  font-weight: 700;
}

.m-sidebar__arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.m-sidebar__link:hover .m-sidebar__arrow {
  transform: translateX(5px) rotate(45deg);
  border-color: var(--green-color);
}

.m-sidebar__count {
  color: #888;
  font-size: 1.2rem;
  margin-left: 4px;
}

/* お知らせアーカイブ用追加スタイル */
.m-category-tabs {
  margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
  .m-category-tabs {
    margin-bottom: 30px;
  }
}

.m-category-tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.m-category-tabs__item {
  list-style: none;
}

.m-category-tabs__link {
  display: block;
  padding: 8px 24px;
  background-color: #CCCACA;
  color: #000;
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  transition: all 0.3s ease;
  text-decoration: none;
}

.m-category-tabs__link:hover,
.m-category-tabs__link.is-active {
  background-color: var(--green-color);
  color: #fff;
}

.m-archive-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  border-top: none;
}

@media screen and (max-width: 1080px) {
  .m-archive-list {
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .m-archive-list {
    gap: 20px;
  }
}

@media screen and (max-width: 600px) {
  .m-archive-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

/* お知らせページのアーカイブリストを1カラム表示 */
.l-news-content .m-archive-list {
  grid-template-columns: 1fr;
}

@media screen and (max-width: 1080px) {
  .l-news-content .m-archive-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .l-news-content .m-archive-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 600px) {
  .l-news-content .m-archive-list {
    grid-template-columns: 1fr;
  }
}

.m-news-card {
  border-bottom: 1px solid #C6D8B8;
}

.m-news-card__link {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 24px 0;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

.m-news-card__link:hover {
  opacity: 1;
}

.m-news-card__link:hover .m-news-card__ttl {
  color: var(--green-color);
}

.m-news-card__info {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.m-news-card__date {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-en);
  min-width: 85px;
}

.m-news-card__category {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  min-width: 88px;
  text-align: center;
  background-color: #888;
  /* デフォルト */
}

/* カテゴリー別カラー - スラッグに合わせて調整してください */
.m-news-card__category--important {
  background-color: var(--red-color);
}

.m-news-card__category--news {
  background-color: var(--green-color);
}

.m-news-card__category--event {
  background-color: var(--orange-color);
}

.m-news-card__category--recruit {
  background-color: var(--pink-color);
}

.m-news-card__new {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid var(--red-color);
  border-radius: 4px;
  color: var(--red-color);
  font-size: 12px;
  font-weight: 700;
  background-color: #fff;
  text-transform: uppercase;
  font-family: var(--font-en);
}

.m-news-card__ttl {
  font-size: 14px;
  font-weight: 500;
  flex: 1;
  line-height: 1.6;
  transition: color 0.3s;
}

.m-news-card__arrow {
  width: 10px;
  height: 10px;
  border-top: 2px solid #525252;
  border-right: 2px solid #525252;
  transform: rotate(45deg);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.m-news-card__link:hover .m-news-card__arrow {
  transform: translateX(5px) rotate(45deg);
  border-color: var(--green-color);
}

@media screen and (max-width: 1080px) {}

@media screen and (max-width: 768px) {
  .m-news-card__link {
    gap: 15px;
  }
}

@media screen and (max-width: 600px) {
  .m-news-card__link {
    display: grid;
    grid-template-columns: auto auto 1fr 14px;
    grid-template-areas:
      "date cat new arrow"
      "ttl ttl ttl arrow";
    gap: 10px 15px;
    padding: 16px 0;
  }

  .m-news-card__info {
    display: contents;
  }

  .m-news-card__date {
    grid-area: date;
    min-width: auto;
    font-size: 14px;
  }

  .m-news-card__category {
    grid-area: cat;
    min-width: auto;
    padding: 2px 10px;
    font-size: 12px;
  }

  .m-news-card__new {
    grid-area: new;
    width: fit-content;
    font-size: 11px;
  }

  .m-news-card__ttl {
    grid-area: ttl;
    font-size: 14px;
  }

  .m-news-card__arrow {
    grid-area: arrow;
    align-self: center;
  }
}

/* ブログカード */
.m-blog-card {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
  height: 100%;
}

.m-blog-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 1080px) {
  .m-blog-card {
    border-radius: 15px;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-card {
    border-radius: 12px;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-card {
    border-radius: 10px;
  }
}

.m-blog-card__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.m-blog-card__img {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  line-height: 0;
}

.m-blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.m-blog-card:hover .m-blog-card__img img {
  transform: scale(1.05);
}

@media screen and (max-width: 1080px) {
  .m-blog-card__img {
    aspect-ratio: 16 / 9;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-card__img {
    aspect-ratio: 16 / 9;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-card__img {
    aspect-ratio: 16 / 9;
  }
}

.m-blog-card__content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media screen and (max-width: 1080px) {
  .m-blog-card__content {
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-card__content {
    padding: 12px;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-card__content {
    padding: 10px;
  }
}

.m-blog-card__info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

@media screen and (max-width: 1080px) {
  .m-blog-card__info {
    gap: 12px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-card__info {
    gap: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-card__info {
    gap: 8px;
    margin-bottom: 8px;
  }
}

.m-blog-card__date {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: var(--font-en);
  color: #666;
}

@media screen and (max-width: 1080px) {
  .m-blog-card__date {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-card__date {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-card__date {
    font-size: 1.1rem;
  }
}

.m-blog-card__separator {
  font-size: 1.3rem;
  color: #666;
}

@media screen and (max-width: 1080px) {
  .m-blog-card__separator {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-card__separator {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-card__separator {
    font-size: 1.1rem;
  }
}

.m-blog-card__category {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  background-color: var(--green-color);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 1080px) {
  .m-blog-card__category {
    padding: 4px 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-card__category {
    padding: 3px 10px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-card__category {
    padding: 2px 8px;
    font-size: 1rem;
  }
}

.m-blog-card__ttl {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--primary-color);
  margin-top: auto;
  transition: color 0.3s ease;
}

.m-blog-card:hover .m-blog-card__ttl {
  color: var(--green-color);
}

@media screen and (max-width: 1080px) {
  .m-blog-card__ttl {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .m-blog-card__ttl {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  .m-blog-card__ttl {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}

.m-blog-card__excerpt {
  display: none;
}

/* ========================================
    ページネーション
    ======================================== */
.m-pagination {
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

/* WordPress標準のページネーション（.nav-links） */
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 50px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1080px) {
  .nav-links {
    margin-top: 40px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .nav-links {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .nav-links {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1080px) {
  .m-pagination {
    margin-top: 40px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .m-pagination {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .m-pagination {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.m-pagination .page-numbers,
.m-pagination a.page-numbers,
.m-pagination span.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #C6D8B8;
  border-radius: 8px;
  background-color: #fff;
  color: var(--primary-color);
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1080px) {

  .m-pagination .page-numbers,
  .m-pagination a.page-numbers,
  .m-pagination span.page-numbers {
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {

  .m-pagination .page-numbers,
  .m-pagination a.page-numbers,
  .m-pagination span.page-numbers {
    min-width: 38px;
    height: 38px;
    padding: 0 8px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 600px) {

  .m-pagination .page-numbers,
  .m-pagination a.page-numbers,
  .m-pagination span.page-numbers {
    min-width: 36px;
    height: 36px;
    padding: 0 6px;
    font-size: 1.1rem;
  }
}

.m-pagination .page-numbers:hover:not(.current):not(.dots) {
  background-color: #f9fbf7;
  border-color: var(--green-color);
  color: var(--green-color);
}

.m-pagination .page-numbers.current {
  background-color: var(--green-color);
  border-color: var(--green-color);
  color: #fff;
  cursor: default;
}

.m-pagination .page-numbers.dots {
  border: none;
  background-color: transparent;
  cursor: default;
  pointer-events: none;
}

.m-pagination .page-numbers.dots:hover {
  background-color: transparent;
  border: none;
}

.m-pagination .page-numbers.prev,
.m-pagination .page-numbers.next,
.m-pagination a.page-numbers.prev,
.m-pagination a.page-numbers.next {
  padding: 0 16px;
  font-weight: 600;
}

@media screen and (max-width: 1080px) {

  .m-pagination .page-numbers.prev,
  .m-pagination .page-numbers.next,
  .m-pagination a.page-numbers.prev,
  .m-pagination a.page-numbers.next {
    padding: 0 14px;
  }
}

@media screen and (max-width: 768px) {

  .m-pagination .page-numbers.prev,
  .m-pagination .page-numbers.next,
  .m-pagination a.page-numbers.prev,
  .m-pagination a.page-numbers.next {
    padding: 0 12px;
  }
}

@media screen and (max-width: 600px) {

  .m-pagination .page-numbers.prev,
  .m-pagination .page-numbers.next,
  .m-pagination a.page-numbers.prev,
  .m-pagination a.page-numbers.next {
    padding: 0 10px;
    font-size: 1.1rem;
  }
}

/* .nav-links内のページネーション要素 */
.nav-links .page-numbers,
.nav-links a.page-numbers,
.nav-links span.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #C6D8B8;
  border-radius: 8px;
  background-color: #fff;
  color: var(--primary-color);
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1080px) {

  .nav-links .page-numbers,
  .nav-links a.page-numbers,
  .nav-links span.page-numbers {
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {

  .nav-links .page-numbers,
  .nav-links a.page-numbers,
  .nav-links span.page-numbers {
    min-width: 38px;
    height: 38px;
    padding: 0 8px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 600px) {

  .nav-links .page-numbers,
  .nav-links a.page-numbers,
  .nav-links span.page-numbers {
    min-width: 36px;
    height: 36px;
    padding: 0 6px;
    font-size: 1.1rem;
  }
}

.nav-links .page-numbers:hover:not(.current):not(.dots) {
  background-color: #f9fbf7;
  border-color: var(--green-color);
  color: var(--green-color);
}

.nav-links .page-numbers.current {
  background-color: var(--green-color);
  border-color: var(--green-color);
  color: #fff;
  cursor: default;
}

.nav-links .page-numbers.dots {
  border: none;
  background-color: transparent;
  cursor: default;
  pointer-events: none;
}

.nav-links .page-numbers.dots:hover {
  background-color: transparent;
  border: none;
}

.nav-links .page-numbers.prev,
.nav-links .page-numbers.next,
.nav-links a.page-numbers.prev,
.nav-links a.page-numbers.next {
  padding: 0 16px;
  font-weight: 600;
}

@media screen and (max-width: 1080px) {

  .nav-links .page-numbers.prev,
  .nav-links .page-numbers.next,
  .nav-links a.page-numbers.prev,
  .nav-links a.page-numbers.next {
    padding: 0 14px;
  }
}

@media screen and (max-width: 768px) {

  .nav-links .page-numbers.prev,
  .nav-links .page-numbers.next,
  .nav-links a.page-numbers.prev,
  .nav-links a.page-numbers.next {
    padding: 0 12px;
  }
}

@media screen and (max-width: 600px) {

  .nav-links .page-numbers.prev,
  .nav-links .page-numbers.next,
  .nav-links a.page-numbers.prev,
  .nav-links a.page-numbers.next {
    padding: 0 10px;
    font-size: 1.1rem;
  }
}

/* ========================================
    プライバシーポリシー
    ======================================== */
.policy {
  padding-top: 100px;
  padding-bottom: 100px;
}

.policy__title {
  font-size: 24px;
  margin-bottom: 40px;
}

.policy__content {
  line-height: 1.75;
}

.policy__content .wp-block-heading {
  font-size: 20px;
  margin-top: 30px;
}

.policy__content .wp-block-spacer {
  height: 40px !important;
}

.policy__content .wp-block-list {
  padding: 20px 0;
  list-style: disc;
  margin-left: 1em;
}

.policy__content p,
.policy__content a,
.policy__content li {
  margin-top: 1em;
}

/* ========================================
    お問い合わせ
    ======================================== */
.m-page-contents {
  padding: 80px 0;
}

@media screen and (max-width: 1080px) {
  .m-page-contents {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .m-page-contents {
    padding: 60px 0;
  }
}

@media screen and (max-width: 600px) {
  .m-page-contents {
    padding: 40px 0;
  }
}

.contact__info {
  font-size: 14px;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 1080px) {
  .contact__info {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .contact__info {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .contact__info {
    font-size: 13px;
  }
}

.contact__form {
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .contact__form {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contact__form {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .contact__form {
    width: 100%;
  }
}

.thanks-message {
  text-align: center;
  padding: 60px 0;
}

@media screen and (max-width: 1080px) {
  .thanks-message {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .thanks-message {
    padding: 50px 0;
  }
}

@media screen and (max-width: 600px) {
  .thanks-message {
    padding: 40px 0;
    text-align: left;
  }
}

.thanks-message__text {
  font-size: 1.4rem;
  line-height: 2;
  color: var(--primary-color);
}

@media screen and (max-width: 1080px) {
  .thanks-message__text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .thanks-message__text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  .thanks-message__text {
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
  }
}

.thanks-message__btn {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .thanks-message__btn {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .thanks-message__btn {
    margin-top: 50px;
  }
}

@media screen and (max-width: 600px) {
  .thanks-message__btn {
    margin-top: 40px;
    text-align: left;
  }

  .thanks-message__btn .m-btn-anchor {
    margin: 0;
  }
}

.form-unit {
  width: 100%;
  margin-bottom: 2em;
}

@media screen and (max-width: 1080px) {
  .form-unit {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 768px) {
  .form-unit {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 600px) {
  .form-unit {
    margin-bottom: 2em;
  }
}

.form-unit__head {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  color: #2D5016;
  font-weight: 500;
}

@media screen and (max-width: 1080px) {
  .form-unit__head {
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .form-unit__head {
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 600px) {
  .form-unit__head {
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
  }
}

.m-required::after {
  content: "必須";
  color: #fff;
  background-color: #77B04E;
  font-size: 11px;
  margin-left: 8px;
  border-radius: 3px;
  padding: 3px 10px;
  font-weight: 400;
  display: inline-block;
  line-height: 1.2;
}

@media screen and (max-width: 1080px) {
  .m-required::after {
    font-size: 11px;
    margin-left: 8px;
    padding: 3px 10px;
  }
}

@media screen and (max-width: 768px) {
  .m-required::after {
    font-size: 11px;
    margin-left: 8px;
    padding: 3px 10px;
  }
}

@media screen and (max-width: 600px) {
  .m-required::after {
    font-size: 10px;
    margin-left: 6px;
    padding: 2px 8px;
  }
}

.form-unit__input,
.form-unit__input-wrap {
  width: 100%;
  height: auto;
  padding: 12px 16px;
  border: 1px solid #77B04E;
  background: #fff;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
}

@media screen and (max-width: 1080px) {

  .form-unit__input,
  .form-unit__input-wrap {
    padding: 12px 16px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 768px) {

  .form-unit__input,
  .form-unit__input-wrap {
    padding: 12px 16px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 600px) {

  .form-unit__input,
  .form-unit__input-wrap {
    padding: 12px 16px;
    border-radius: 8px;
  }
}

.form-unit__textarea,
.form-unit__textarea-wrap {
  width: 100%;
  padding: 12px 16px;
  height: 210px;
  border: 1px solid #77B04E;
  background: #fff;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  resize: vertical;
}

@media screen and (max-width: 1080px) {

  .form-unit__textarea,
  .form-unit__textarea-wrap {
    padding: 12px 16px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 768px) {

  .form-unit__textarea,
  .form-unit__textarea-wrap {
    padding: 12px 16px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 600px) {

  .form-unit__textarea,
  .form-unit__textarea-wrap {
    padding: 12px 16px;
    border-radius: 8px;
  }
}

.wpcf7-select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #77B04E;
  background: #fff;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

@media screen and (max-width: 1080px) {
  .wpcf7-select {
    padding: 12px 16px;
    padding-right: 40px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 768px) {
  .wpcf7-select {
    padding: 12px 16px;
    padding-right: 40px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 600px) {
  .wpcf7-select {
    padding: 12px 16px;
    padding-right: 40px;
    border-radius: 8px;
  }
}

.form-unit__input::placeholder,
.form-unit__textarea::placeholder {
  color: #999;
}

.form-unit__input:focus,
.form-unit__textarea:focus,
.wpcf7-select:focus {
  outline: none;
  border-color: #B4D0A0;
  box-shadow: 0 0 0 2px rgba(180, 208, 160, 0.2);
}

.form-unit__input:focus-visible,
.form-unit__textarea:focus-visible,
.wpcf7-select:focus-visible {
  outline: none;
  border-color: #B4D0A0;
  box-shadow: 0 0 0 2px rgba(180, 208, 160, 0.2);
}

.form-unit__radio {
  margin-top: 20px;
}

.form-unit__date {
  width: 40%;
  height: 70px;
  padding: 8px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  border-radius: 4px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .form-unit__date {
    width: 50%;
    height: 54px;
  }
}

.wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-right: 20px;
}

.wpcf7-submit {
  text-align: center;
  display: block;
  width: 100%;
  margin: 60px auto 0;
  padding: 20px;
  border-radius: 8px;
  border: none;
  background-color: #5A8A3A;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (max-width: 1080px) {
  .wpcf7-submit {
    margin: 60px auto 0;
    padding: 20px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 768px) {
  .wpcf7-submit {
    margin: 50px auto 0;
    padding: 20px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 600px) {
  .wpcf7-submit {
    margin: 40px auto 0;
    padding: 20px;
    border-radius: 8px;
  }
}

.wpcf7-submit:hover {
  background-color: #4A6B2F;
}

.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

.wpcf7-radio .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.wpcf7-radio input:hover,
.wpcf7-radio label:hover {
  cursor: pointer;
}

.wpcf7-response-output {
  border-color: transparent !important;
  text-align: center !important;
}

input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #77B04E;
  position: relative;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  vertical-align: middle;
  margin: 0;
  flex-shrink: 0;
}

input[type=radio]:checked {
  border-color: #77B04E;
}

input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77B04E;
  transform: translate(-50%, -50%);
}

.form-checkbox {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #555;
  position: relative;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(-2px);
}

.form-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  width: 5px;
  height: 10px;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  transform: rotate(45deg) translate(-50%, -50%);
}

.form-unit__policy-link {
  color: #2D5016;
  text-decoration: underline;
  transition: color 0.3s;
}

.form-unit__policy-link:hover {
  color: #5A8A3A;
}

@media screen and (max-width: 1080px) {
  .form-unit__policy-link {
    color: #2D5016;
  }
}

@media screen and (max-width: 768px) {
  .form-unit__policy-link {
    font-size: 15px;
    color: #2D5016;
  }
}

@media screen and (max-width: 600px) {
  .form-unit__policy-link {
    font-size: 15px;
    color: #2D5016;
  }
}

.form-consent {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: left;
}

@media screen and (max-width: 1080px) {
  .form-consent {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .form-consent {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
  .form-consent {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.form-consent__text {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  border: 1px solid #77B04E;
}

@media screen and (max-width: 1080px) {
  .form-consent__text {
    padding: 20px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 768px) {
  .form-consent__text {
    padding: 20px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 600px) {
  .form-consent__text {
    padding: 20px;
    border-radius: 8px;
  }
}

input.wpcf7-form-control.wpcf7-previous {
  display: block;
  margin: 0 auto;
}

/* 入力ラップを block 化（インライン span による幅崩れを防ぐ） */
.form-unit .wpcf7-form-control-wrap {
  display: block;
}

/* 性別など checkbox を横並びに */
.wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 4px;
}

.wpcf7-checkbox .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

/* 年齢: 入力欄を狭く、「才」をインライン表示 */
.form-unit .wpcf7-form-control-wrap[data-name="your-age"] {
  display: inline-block;
  width: auto;
  margin-right: 8px;
  vertical-align: middle;
}

.form-unit .wpcf7-form-control-wrap[data-name="your-age"] .form-unit__input {
  width: 120px;
}

/* 郵便番号: zip1 - zip2 を横並び、住所は下に */
.form-unit .wpcf7-form-control-wrap[data-name="your-zip1"],
.form-unit .wpcf7-form-control-wrap[data-name="your-zip2"] {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.form-unit .wpcf7-form-control-wrap[data-name="your-zip1"] .form-unit__input,
.form-unit .wpcf7-form-control-wrap[data-name="your-zip2"] .form-unit__input {
  width: 140px;
}

@media screen and (max-width: 600px) {

  .form-unit .wpcf7-form-control-wrap[data-name="your-zip1"] .form-unit__input,
  .form-unit .wpcf7-form-control-wrap[data-name="your-zip2"] .form-unit__input {
    width: 110px;
  }
}

.form-unit .wpcf7-form-control-wrap[data-name="your-address"] {
  display: block;
  margin-top: 12px;
}

/* プライバシーポリシー同意 */
.form-consent {
  text-align: center;
}

.form-consent .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.form-consent label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

/* 送信ボタンの幅調整 */
.wpcf7-submit {
  max-width: 320px;
}


/* ブロックエディタ */
.u-mt-10 {
  padding-top: 1em !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-css {
  position: relative;
}

.u-css::before {
  content: "画像差し替え予定";
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 700;
  font-size: 1.8rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 171, 171, 0.5);
  z-index: 1;
}


/* ========================================
    ユーティリティ
    ======================================== */
.u-pc-only {
  display: block;
}

@media (max-width: 1080px) {
  .u-pc-only {
    display: none;
  }
}

.u-sp-only {
  display: none;
}

@media (max-width: 1080px) {
  .u-sp-only {
    display: block;
  }
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-overflow-hidden {
  overflow: hidden;
}

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

/* ========================================
    お知らせ（News）共通パーツ
    ======================================== */
.m-section-ttl {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--green-color);
  line-height: 1.2;
}

@media screen and (max-width: 600px) {
  .m-section-ttl {
    gap: 6px;
  }
}

.m-section-ttl span {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width: 600px) {
  .m-section-ttl span {
    gap: 6px;
  }
}

.m-section-ttl span::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 1px;
  background-color: var(--green-color);
}

@media screen and (max-width: 600px) {
  .m-section-ttl span::before {
    width: 16px;
    height: 1px;
  }
}

.m-section-ttl__ja {
  font-size: 4rem;
  font-weight: 700;
}

@media screen and (max-width: 1080px) {
  .m-section-ttl__ja {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 768px) {
  .m-section-ttl__ja {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 600px) {
  .m-section-ttl__ja {
    font-size: 2.4rem;
  }
}

.m-news-list {
  border-top: 1px solid #C6D8B8;
}

.m-news-list__item {
  border-bottom: 1px solid #C6D8B8;
}

.m-news-list__link {
  display: flex;
  align-items: center;
  padding: 24px 0;
  gap: 30px;
  text-decoration: none;
}

.m-news-list__link:hover .m-news-list__ttl {
  color: var(--green-color);
}

.m-news-list__link:hover .m-news-list__arrow {
  transform: translateX(5px);
}

.m-news-list__link:hover .m-news-list__arrow::after {
  border-color: var(--green-color);
}

.m-news-list__date {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-en);
  min-width: 85px;
}

.m-news-list__cat {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 4px 16px;
  border-radius: 6px;
  min-width: 88px;
  text-align: center;
}

.m-news-list__cat--important {
  background-color: var(--red-color);
}

.m-news-list__cat--news {
  background-color: var(--green-color);
}

.m-news-list__cat--event {
  background-color: var(--orange-color);
}

.m-news-list__cat--recruit {
  background-color: var(--pink-color);
}

.m-news-list__new {
  font-size: 12px;
  font-weight: 700;
  color: var(--red-color);
  border: 1px solid var(--red-color);
  padding: 2px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: var(--font-en);
}

.m-news-list__ttl {
  font-size: 14px;
  font-weight: 500;
  flex: 1;
  line-height: 1.6;
  transition: color 0.3s;
}

.m-news-list__arrow {
  width: 14px;
  height: 14px;
  position: relative;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.m-news-list__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #525252;
  border-right: 2px solid #525252;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s;
}

@media screen and (max-width: 600px) {
  .m-news-list__link {
    display: grid;
    grid-template-columns: auto auto 1fr 14px;
    grid-template-areas:
      "date cat new arrow"
      "ttl ttl ttl arrow";
    gap: 10px 15px;
    padding: 16px 0;
  }

  .m-news-list__date {
    grid-area: date;
    min-width: auto;
  }

  .m-news-list__cat {
    grid-area: cat;
    min-width: auto;
    padding: 2px 10px;
  }

  .m-news-list__new {
    grid-area: new;
    width: fit-content;
  }

  .m-news-list__ttl {
    grid-area: ttl;
  }

  .m-news-list__arrow {
    grid-area: arrow;
    align-self: center;
  }
}

/* ========================================
    トップページ：お知らせセクション
    ======================================== */
.top-news {
  padding: 100px 0;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 5;
}

.top-news__inner {
  display: flex;
  gap: 80px;
}

.top-news__left {
  width: 250px;
  flex-shrink: 0;
}

.top-news__transfer {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}

.top-news__transfer--sp {
  display: none;
}

.top-news__left-head {
  display: block;
}

.top-news__transfer-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  background-color: #77B04E;
  border: 1px solid #77B04E;
  border-radius: 6px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
  white-space: nowrap;
}

.top-news__transfer-link:hover {
  background-color: #fff;
  color: #77B04E;
}

.top-news__transfer-link svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .top-news__left-head {
    display: block;
  }

  .top-news__transfer--pc {
    display: none;
  }

  .top-news__transfer--sp {
    display: block;
    margin-top: 16px;
    margin-bottom: 0;
  }

  .top-news__transfer-link {
    font-size: 1.2rem;
    padding: 6px 16px;
  }
}

@media screen and (max-width: 430px) {
  .top-news__transfer-link {
    font-size: 1.1rem;
  }
}

.top-news__right {
  flex: 1;
  min-width: 0;
}

.top-news__more {
  margin-top: 40px;
}

.top-news__tabs {
  display: flex;
  margin-bottom: 0;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.top-news__tabs::-webkit-scrollbar {
  display: none;
}

.top-news__tab {
  padding: 12px 30px;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  transition: 0.3s;
  white-space: nowrap;
}

.top-news__tab.is-active {
  background-color: #525252;
  color: #fff;
}

.top-news__content {
  display: none;
}

.top-news__content.is-active {
  display: block;
}

@media screen and (max-width: 1080px) {
  .top-news__inner {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .top-news {
    padding: 80px 0;
  }

  .top-news__inner {
    flex-direction: column;
    gap: 40px;
  }

  .top-news__left {
    width: 100%;
  }

  .top-news__more {
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .top-news {
    padding: 60px 0;
  }

  .top-news__tab {
    padding: 10px 15px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 480px) {
  .top-news__tab {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 390px) {
  .top-news__tab {
    font-size: 1rem;
  }
}

/* ========================================
    Top Slide (Splide Continuous)
    ======================================== */
.top-slide-contents {
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .top-slide-contents {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .top-slide-contents {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .top-slide-contents {
    width: 100%;
  }
}

.js-top-slide .splide__slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* ========================================
    Access
    ======================================== */
.top-access {
  padding: 120px 0;
}

@media screen and (max-width: 1080px) {
  .top-access {
    padding: 100px 0;
  }
}

@media screen and (max-width: 768px) {
  .top-access {
    padding: 80px 0;
  }
}

@media screen and (max-width: 600px) {
  .top-access {
    padding: 60px 0;
  }
}

.top-access__layout {
  display: flex;
  gap: 80px;
  margin-top: 60px;
  align-items: end;
}

@media screen and (max-width: 1080px) {
  .top-access__layout {
    gap: 50px;
  }
}

@media screen and (max-width: 768px) {
  .top-access__layout {
    gap: 30px;
  }
}

@media screen and (max-width: 600px) {
  .top-access__layout {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}

.top-access__info {
  flex: 1;
}

@media screen and (max-width: 600px) {
  .top-access__info {
    width: 100%;
  }
}

.top-access__header {
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .top-access__header {
    margin-bottom: 30px;
  }
}

.top-access__name {
  font-size: 2rem;
  font-weight: 700;
  color: var(--green-color);
  margin-bottom: 8px;
}

.top-access__address {
  font-size: 1.8rem;
  font-weight: 500;
}

.top-access__transport {
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .top-access__transport {
    margin-bottom: 30px;
  }
}

.top-access__transport-ttl {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--green-color);
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 20px;
}

.top-access__icon {
  width: 2.5rem;
  height: auto;
}

.top-access__list {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}

.top-access__link {
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .top-access__link {
    margin-bottom: 30px;
  }
}

.top-access__map {
  width: 100%;
  aspect-ratio: 500 / 300;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .top-access__map {
    aspect-ratio: 1 / 0.6;
  }
}

.top-access__map iframe {
  width: 100%;
  height: 100%;
}

.top-access__image {
  width: 50%;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .top-access__image {
    width: 100%;
    aspect-ratio: 1 / 0.6;
    border-radius: 20px;
    overflow: hidden;
  }
}

.top-access__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}