@charset "UTF-8";
@media (min-width: 768px) and (max-width: 1079.98px) {
  .drawer {
    display: block;
  }
  .drawer-overlay {
    display: block;
  }
}
.page {
  padding-top: 74px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .page {
    padding-top: 145px;
    padding-bottom: 100px;
  }
}
.page__inner {
  width: 100%;
  max-width: calc(960px + 15px * 2);
  margin-inline: auto;
  padding-inline: 15px;
}
@media (min-width: 768px) {
  .page__inner {
    width: 100%;
    max-width: calc(960px + 20px * 2);
    margin-inline: auto;
    padding-inline: 20px;
  }
}
.page__title {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .page__title {
    margin-top: 65px;
  }
}
.page__card {
  margin-top: 24px;
  padding: 24px 18px;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .page__card {
    margin-top: 50px;
    padding: 80px 50px;
    border-radius: 100px;
  }
}

.breadcrumb {
  width: 100%;
  max-width: calc(960px + 15px * 2);
  margin-inline: auto;
  padding-inline: 15px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .breadcrumb {
    width: 100%;
    max-width: calc(960px + 20px * 2);
    margin-inline: auto;
    padding-inline: 20px;
    margin-bottom: 10px;
  }
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #707070;
}
@media (min-width: 768px) {
  .breadcrumb__list {
    font-size: 0.8125rem;
  }
}
.breadcrumb__item {
  display: inline-flex;
  align-items: center;
}
.breadcrumb__item:not(:first-child)::before {
  content: ">";
  margin-right: 10px;
  color: #cbcbcb;
}
.breadcrumb__link {
  color: #707070;
  transition: color 0.3s;
}
.breadcrumb__link:hover {
  color: #93c572;
}
.breadcrumb__current {
  color: #555555;
}

.filter__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 24px;
  margin-inline: -15px;
  padding: 0 15px 6px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.filter__list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .filter__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 38px;
    margin-inline: 0;
    padding: 0;
    overflow-x: visible;
  }
}
.filter__btn {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 44px;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  color: #f7b560;
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .filter__btn {
    width: 126px;
    height: 44px;
    font-size: 1rem;
  }
}
.filter__btn:hover {
  color: #ffffff;
  background-color: #93c572;
}
.filter__btn.is-active {
  color: #ffffff;
  background-color: #93c572;
}

.page--news .page__title {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .page--news .page__title {
    margin-top: 65px;
  }
}
.page--news .title__ja {
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .page--news .title__ja {
    font-size: 2.5rem;
  }
}
.page--news .page__card {
  margin-top: 15px;
  margin-inline: -5px;
  padding: 50px 18px;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .page--news .page__card {
    margin-inline: 0;
    padding: 80px 50px;
    border-radius: 100px;
  }
}

.archive__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (min-width: 768px) {
  .archive__list {
    gap: 50px;
  }
}
.archive__link {
  position: relative;
  display: grid;
  gap: 0;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s;
}
.archive__link:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .archive__link {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 37px;
    overflow: visible;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
  }
}
.archive__thumb {
  grid-area: 1/1;
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .archive__thumb {
    grid-area: auto;
    width: 230px;
  }
}
.archive__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 305/200;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  background-color: #f0f0f0;
  box-shadow: none;
}
@media (min-width: 768px) {
  .archive__thumb img {
    aspect-ratio: 230/150;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.archive__body {
  grid-area: 1/1;
  align-self: end;
  z-index: 1;
  flex: 1;
  min-width: 0;
  min-height: 70px;
  padding: 6px 10px 5px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  .archive__body {
    grid-area: auto;
    align-self: auto;
    min-height: 0;
    padding: 0;
    background-color: transparent;
  }
}
.archive__meta {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .archive__meta {
    gap: 29px;
  }
}
.archive__date {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #555555;
}
@media (min-width: 768px) {
  .archive__date {
    font-size: 0.875rem;
  }
}
.archive__cat {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 26px;
  padding: 0 10px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  background-color: #93c572;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .archive__cat {
    position: static;
  }
}
.archive__title {
  margin-top: 4px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #555555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 768px) {
  .archive__title {
    margin-top: 10px;
    font-size: 1.25rem;
    line-height: 1.7;
    color: #000000;
    -webkit-line-clamp: 1;
  }
}
.archive__excerpt {
  display: none;
  margin-top: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0;
  color: #555555;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (min-width: 768px) {
  .archive__excerpt {
    display: -webkit-box;
    margin-top: 8px;
    -webkit-line-clamp: 3;
  }
}

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 36px;
}
@media (min-width: 768px) {
  .pager {
    gap: 14px;
    margin-top: 56px;
  }
}
.pager__item {
  display: inline-flex;
}
.pager__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #93c572;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .pager__btn {
    width: 50px;
    height: 50px;
  }
}
.pager__btn--arrow {
  font-size: 1.375rem;
  padding-bottom: 2px;
}
.pager__btn--current {
  cursor: default;
}
.pager a.pager__btn:hover {
  color: #ffffff;
  background-color: #93c572;
}
.pager__item--disabled .pager__btn {
  opacity: 0.35;
  pointer-events: none;
}

.single__head {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .single__head {
    margin-top: 65px;
  }
}
.single__title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #000000;
}
@media (min-width: 768px) {
  .single__title {
    font-size: 2.5rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
}
.single__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .single__meta {
    gap: 29px;
    margin-top: 16px;
  }
}
.single__date {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #707070;
}
@media (min-width: 768px) {
  .single__date {
    font-size: 1rem;
  }
}
.single__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 26px;
  padding: 0 10px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  background-color: #93c572;
  border-radius: 5px;
}
.single__card {
  margin-top: 40px;
  padding: 30px 20px;
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .single__card {
    margin-top: 40px;
    padding: 50px 0;
    border-radius: 100px;
  }
}
.single__body {
  width: 100%;
}
@media (min-width: 768px) {
  .single__body {
    max-width: 600px;
    margin-inline: auto;
  }
}
.single__eyecatch img {
  width: 100%;
  aspect-ratio: 600/368;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #f0f0f0;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .single__eyecatch img {
    border-radius: 20px;
  }
}

.toc {
  margin-top: 20px;
  padding: 16px;
  border: 2px solid #93c572;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .toc {
    margin-top: 20px;
    padding: 15px 30px;
    border-radius: 20px;
  }
}
.toc__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  color: #555555;
}
@media (min-width: 768px) {
  .toc__title {
    font-size: 1.25rem;
    position: relative;
    top: 5px;
  }
}
.toc__list {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .toc__list {
    margin-top: 16px;
    padding-left: 18px;
  }
}
.toc__item {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875;
  letter-spacing: 0.05em;
  color: #555555;
}
@media (min-width: 768px) {
  .toc__item {
    font-size: 1rem;
  }
}
.toc__num {
  margin-right: 6px;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  color: #f7b560;
}
.toc__sublist {
  margin-left: 0.8em;
}
.toc__subitem {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875;
  letter-spacing: 0.05em;
  color: #707070;
}
.toc__subitem::before {
  content: "・";
  color: #93c572;
}

.article {
  margin-top: 36px;
}
@media (min-width: 768px) {
  .article {
    margin-top: 48px;
  }
}
.article h2 {
  position: relative;
  display: inline-block;
  margin-top: 44px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7083333333;
  color: #555555;
}
.article h2::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 0;
  height: 2px;
  background-color: #93c572;
}
@media (min-width: 768px) {
  .article h2 {
    margin-top: 56px;
    font-size: 1.5rem;
  }
}
.article h2:first-child {
  margin-top: 0;
}
.article h3 {
  position: relative;
  margin-top: 32px;
  padding-left: 16px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  color: #555555;
}
@media (min-width: 768px) {
  .article h3 {
    margin-top: 40px;
  }
}
.article h3::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 9px;
  height: 1em;
  background-color: #93c572;
}
.article p {
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6875;
  color: #555555;
}
@media (min-width: 768px) {
  .article p {
    margin-top: 20px;
  }
}
.article ul {
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
}
.article ul li {
  position: relative;
  padding-left: 1em;
  font-size: 1rem;
  line-height: 1.6875;
  color: #555555;
}
.article ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #555555;
}
.article ol {
  margin-top: 20px;
  padding-left: 1.5em;
}
.article ol li {
  font-size: 1rem;
  line-height: 1.6875;
  color: #555555;
}
.article img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.article figure {
  margin-top: 20px;
}
.article strong {
  font-weight: 700;
}
.article a {
  color: #93c572;
  text-decoration: underline;
}
.article__h2 {
  position: relative;
  display: inline-block;
  margin-top: 44px;
  padding-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7083333333;
  color: #555555;
}
.article__h2::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 0;
  height: 2px;
  background-color: #93c572;
}
@media (min-width: 768px) {
  .article__h2 {
    margin-top: 56px;
    font-size: 1.5rem;
  }
}
.article__h2:first-child {
  margin-top: 0;
}
.article__h3 {
  position: relative;
  margin-top: 32px;
  padding-left: 16px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  color: #555555;
}
@media (min-width: 768px) {
  .article__h3 {
    margin-top: 40px;
    font-size: 1.25rem;
  }
}
.article__h3::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 9px;
  height: 1em;
  background-color: #93c572;
  border-radius: 0px;
}
.article__p {
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6875;
  color: #555555;
}
@media (min-width: 768px) {
  .article__p {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .article__media {
    display: grid;
    grid-template-columns: 1fr 280px;
    align-items: start;
    gap: 30px;
  }
}
.article__figure {
  margin-top: 20px;
}
.article__figure img {
  width: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .article__figure {
    width: 290px;
    height: 286px;
    margin-top: 20px;
  }
}
.article__clear {
  clear: both;
}
.article__list {
  margin-top: 20px;
}
.article__list-item {
  position: relative;
  padding-left: 1em;
  font-size: 1rem;
  line-height: 1.6875;
  color: #555555;
}
.article__list-item::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #555555;
}

.single__back {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .single__back {
    margin-top: 56px;
  }
}

.contact__lead {
  margin-top: 16px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.9;
  color: #555555;
}
@media (min-width: 768px) {
  .contact__lead {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 2;
  }
}

@media (min-width: 768px) {
  .contact {
    max-width: 600px;
    margin-inline: auto;
  }
}
.contact__row + .contact__row {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .contact__row + .contact__row {
    margin-top: 36px;
  }
}
.contact__label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
  color: #555555;
}
@media (min-width: 768px) {
  .contact__label {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }
}
.contact__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  padding: 3px 8px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0.05em;
  background-color: #93c572;
  border-radius: 4px;
}
.contact__input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #93c572;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
@media (min-width: 768px) {
  .contact__input {
    height: 50px;
  }
}
.contact__input::-moz-placeholder {
  color: #cbcbcb;
  opacity: 1;
}
.contact__input::placeholder {
  color: #cbcbcb;
  opacity: 1;
}
.contact__input:focus {
  outline: none;
  border-color: #93c572;
  box-shadow: 0 0 0 2px rgba(147, 197, 114, 0.25);
}
@media (min-width: 768px) {
  .contact__control--select {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .contact__control--text {
    max-width: 500px;
  }
}
.contact__select-wrap {
  position: relative;
}
.contact__select {
  padding-right: 44px;
  color: #cbcbcb;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='9'%20viewBox='0%200%2014%209'%3E%3Cpath%20d='M1%201l6%206%206-6'%20fill='none'%20stroke='%2393c572'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.contact__select:valid {
  color: #555555;
}
.contact__select option {
  color: #555555;
}
.contact__control--textarea {
  height: auto;
  min-height: 150px;
  padding: 12px 16px;
  line-height: 1.8;
  resize: vertical;
}
@media (min-width: 768px) {
  .contact__control--textarea {
    min-height: 150px;
  }
}
.contact__action {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .contact__action {
    margin-top: 50px;
  }
}
.contact__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  max-width: 100%;
  height: 50px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #93c572;
  background-color: #ffffff;
  border: 2px solid #93c572;
  border-radius: 100px;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s;
}
.contact__submit:hover {
  color: #ffffff;
  background-color: #93c572;
}

.contact__input.wpcf7-not-valid,
.contact__select.wpcf7-not-valid {
  border-color: #ff3636;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
  color: #ff3636;
  font-size: 14px;
}

.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  display: none;
}

.thanks {
  text-align: center;
}
.thanks__lead {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}
.thanks__text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 32px;
}
.thanks__tel {
  font-size: 20px;
  font-weight: 700;
  color: #93c572;
  margin-bottom: 15px;
}
.thanks__tel-number {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #93c572;
  margin-left: 4px;
}
.thanks__hours {
  color: #93c572;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}
.thanks__back {
  display: inline-block;
  border: 2px solid #93c572;
}

/* メディアと文章ブロックを本文の左端に揃える（カンプ調整） */
.article .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 24px; /* 画像との間隔 */
}

@media (max-width: 767px) {
  .article .wp-block-media-text__content {
    padding-right: 0;
  }
}
/* 「一覧に戻る」ボタンを大きく（左右余白広め） */
.single__back .button {
  min-width: 280px;
  padding: 20px 48px; /* 上下20 / 左右48 */
  font-size: 1.125rem; /* 18px */
}

@media (max-width: 767px) {
  .single__back .button {
    min-width: 0;
    width: 100%;
    padding: 16px 24px;
  }
}/*# sourceMappingURL=pages.css.map */