@charset "utf-8";
/* CSS Document */
/*共通*/
section {
  padding: 50px 0;
}
section .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #303232;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-size: 1.6rem;
}
section .section-title::before, section .section-title::after {
  content: '';
  display: block;
  width: 2px;
  height: 1em;
  background: linear-gradient(to bottom, #2ea15e, #9cc720);
  flex-shrink: 0;
}
section .block {
  width: 1000px;
  margin: 0 auto;
}
section .block p {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.l-title__wrap {
  background-image: url(../images/bg_title.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}
.l-title__wrap h1 {
  text-align: center;
  padding: 120px 0;
}
.l-breadcrumb__inner {
  width: 1000px;
  margin: 0 auto;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em;
  color: #777;
}
.breadcrumb li a {
  text-decoration: underline;
}
.breadcrumb li a:hover {
  text-decoration: none;
}
/*コンテンツ*/
.l-contents__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
.l-contents__block h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  font-size: 1.5rem;
}
.l-contents__block h1:before, .l-contents__block h1:after {
  border-top: 1px solid;
  content: "";
  width: 3em;
}
.l-contents__block h1:before {
  margin-right: 1em;
  color: #9cc720;
}
.l-contents__block h1:after {
  margin-left: 1em;
  color: #9cc720;
}
.l-contents__block h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.05em;
}
.l-contents__block h2::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='24' viewBox='0 0 22 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='triGrad' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%232e7d32'/%3E%3Cstop offset='100%25' stop-color='%2366bb6a'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpolygon points='0,0 22,13 0,26' fill='url(%23triGrad)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.l-contents__block h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  color: #FFF;
  background-color: #339B5C;
  border-radius: 8px;
  padding: 10px;
  margin: 15px 0;
}
.l-contents__block h3::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  flex-shrink: 0;
}
.l-contents__block h4 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-left: 12px;
  border-left: 3px solid #99c022;
  margin: 15px 0;
}
.block__inner {
  width: 95%;
  margin: 15px auto;
}
.block__inner ul {
  list-style: none;
  padding-left: 0;
  width: 95%;
  margin: 15px auto;
}
.block__inner ul li {
  margin-bottom: 12px;
  background-image: url(../images/icon-02.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 15px 15px;
  padding-left: 20px;
}
.block__inner ul li ul {
  list-style: none;
  padding-left: 0;
  width: 95%;
  margin: 15px auto;
}
.block__inner ul li ul li {
  margin-bottom: 12px;
  background-image: url(../images/icon-04.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 15px 15px;
  padding-left: 20px;
}
.block__inner strong {
  font-size: 1rem;
  font-weight: 600;
}
.block__inner p {
  margin-bottom: 15px;
}
.l-contents__list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.l-contents__list ul li {
  width: calc(25% - 8px);
  display: block;
  border-radius: 60px;
  border: 2px solid #339B5C;
  padding: 15px 25px;
  background-color: #339B5C;
  color: #FFF;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
}
.l-contents__list ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.l-contents__list ul li:hover:has(a) {
  border: 2px solid #6BBD18;
  background-color: #6BBD18;
}
/* -------------- お知らせ -------------- */
.news-list {
  border-top: 1px solid #eee;
}
.news-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  transition: background 0.2s ease;
}
.news-item:hover {
  background: #fafafa;
}
.news-date {
  font-size: 0.9rem;
  color: #888;
  min-width: 110px;
  flex-shrink: 0;
}
.news-title {
  font-size: 0.9rem;
  line-height: 1.5;
}
.news-title a {
  text-decoration: none;
  color: #222;
}
.news-title a:hover {
  text-decoration: underline;
}
/* ---------- 講座・イベントのご案内／アーカイブ ---------- */
.l-card__inner {
  width: 1000px;
  margin: 0 auto;
}
.l-card__inner ul {
  display: flex;
  flex-wrap: wrap;
}
.l-card__inner ul li {
  width: 250px;
  margin: 0 40px 10px 0;
}
.card {
  width: 100%;
  background: #ffffff;
  padding: 0;
}
.card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.card .card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.04em;
  line-height: 1.4rem;
}
.card .card-title a:hover {
  color: #339b5c;
}
.card .arrow-btn {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background-color: #8dc21f;
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='9 18 15 12 9 6' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"), linear-gradient(135deg, #8dc21f, #3a8a3a);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% 60%, 100% 100%;
  flex-shrink: 0;
}
.card .arrow-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(60, 140, 60, 0.4);
}
.card .arrow-btn svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.card .dotted-line {
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, #4caf50 1.5px, transparent 1.5px);
  background-size: 10px 4px;
  background-repeat: repeat-x;
}
.event__inner {
  width: 1000px;
  margin: 0 auto;
}
.event__inner ul {
  padding: 15px 0;
}
.event__inner ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DBDBDB;
}
.card-info {
  flex: 1;
}
.card-info p {
  margin: 4px 0;
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #1a1a1a;
  margin-bottom: 15px;
}
.label {
  display: inline-block;
  font-weight: 600;
  color: #339B5C;
}
.event-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}
.event-date {
  font-size: 0.9rem;
  color: #333333;
  white-space: nowrap;
}
.event-date::before {
  content: "・";
}
.event-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.event-buttons a:hover {
  opacity: 0.7;
}
/* -------------- ボタン -------------- */
.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 2px solid #8dc21f;
  border-radius: 999px;
  background: #ffffff;
  cursor: pointer;
  text-decoration: none;
  padding: 6px 6px 6px 20px;
  min-width: 160px;
}
.btn-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #8dc21f;
  white-space: nowrap;
}
.btn-icon {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #8dc21f;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='9 18 15 12 9 6' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% 60%;
  flex-shrink: 0;
}
.btn-secondary {
  border-color: #3a8a3a;
}
.btn-secondary .btn-label {
  color: #3a8a3a;
}
.btn-secondary .btn-icon {
  background-color: #3a8a3a;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='9 18 15 12 9 6' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% 60%;
}
.btn-wrap {
  text-align: center;
  margin: 30px 0;
}
.btn-readmore {
  display: inline-flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 6px 6px 24px;
  border: 2px solid #4caf50;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity 0.3s;
  min-width: 200px;
}
.btn-readmore:hover {
  opacity: 0.7;
}
.btn-readmore__text {
  color: #4caf50;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  flex: 1;
  text-align: center;
}
.btn-readmore__icon {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='9 6 15 12 9 18' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"), linear-gradient(135deg, #8dc21f, #3a8a3a);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% 60%, 100% 100%;
}
.btn-readmore__icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.btn-apply {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 6px 6px 24px;
  background-color: #4caf50;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity 0.3s;
  min-width: 260px;
}
.btn-apply:hover {
  opacity: 0.7;
}
.btn-apply__text {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  flex: 1;
  text-align: center;
}
.btn-apply__icon {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='9 6 15 12 9 18' fill='none' stroke='%233a8a3a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% 60%;
}
.btn-apply__icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #31a25e;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
/* -------------- footer -------------- */
.l-footer__wrap {
  width: 100%;
  background-color: #F4F4F4;
}
.l-footer__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
.l-block {}
.footer-block {
  float: left;
}
.footer-block ul {}
.footer-block ul li {
  float: left;
  margin-right: 20px;
}
.footer-nav {
  float: right;
}
.footer-nav ul {
  border-left: 2px solid #e5e5e5;
  padding-left: 30px;
}
.footer-nav ul li {
  margin-bottom: 20px;
}
.footer-logo_nedo {
  width: 100px;
}
.footer-logo_nedo img {
  width: 100%;
  height: auto;
}
.footer-logo_tu {
  width: 38px;
}
.footer-logo_tu img {
  width: 100%;
  height: auto;
}
.footer-access span {
  font-weight: 600;
}
.copyright {
  font-size: 0.7rem;
  text-align: center;
  line-height: 1rem;
}
/*その他*/
.fig100 {
  width: 100%;
  margin: 15px auto;
}
.fig50 {
  width: 50%;
  margin: 15px auto;
}
.fig30 {
  width: 30%;
  margin: 15px auto;
}
.fig100 img, .fig50 img, .fig30 img {
  width: 100%;
  height: auto;
}
.image-list_2 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.image-list_2 li {
  width: calc(50% - 5px);
}
.image-list_2 li img {
  width: 100%;
  height: auto;
  display: block;
}
.image-list_3 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.image-list_3 li {
  width: calc(33.333% - 7px);
}
.image-list_3 li img {
  width: 100%;
  height: auto;
  display: block;
}
.image-list_4 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.image-list_4 li {
  width: calc(25% - 8px);
}
.image-list_4 li img {
  width: 100%;
  height: auto;
  display: block;
}
.table-wrap {
  width: 100%;
  overflow-x: auto;
}
.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.table th, .table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}
.table th {
  background-color: #339B5C;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  width: 30%;
}
.table td {
  background-color: #fff;
}
@media (max-width: 1024px) {
  .table th, .table td {
    display: block;
    width: 100%;
  }
  .table th {
    white-space: normal;
    border-bottom: none;
  }
}
.table-wrap_02 {
  width: 100%;
  overflow-x: auto;
}
.table_02 {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.table_02 th, .table_02 td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}
.table_02 th {
  background-color: #339B5C;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}
.table_02 td {
  background-color: #fff;
}
@media (max-width: 1024px) {
  .table_02 thead {
    display: none;
  }
  .table_02 tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ddd;
  }
  .table_02 td {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
  }
  .table_02 td::before {
    content: attr(data-label);
    display: block;
    font-weight: 600;
    color: #fff;
    background-color: #339B5C;
    margin: -10px -15px 8px;
    padding: 6px 15px;
    font-size: 0.85rem;
  }
}
#p001, #p002, #p003 {
  scroll-margin-top: 100px;
}
.l-comment {
  background-color: #e9f6ec;
  border: 1px solid #99c022;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 50px;
}
.schedule-wrap {
  overflow-x: auto;
}
.schedule-wrap table {
  border-collapse: collapse;
  width: 100%;
  min-width: 520px;
  font-size: 14px;
}
.schedule-wrap th, .schedule-wrap td {
  border: 1px solid #ccc;
  padding: 10px 14px;
  text-align: center;
}
.schedule-wrap thead th {
  background: #f5f5f5;
  color: #666;
  font-weight: 500;
  font-size: 13px;
}
.schedule-wrap .date-col {
  text-align: left;
  color: #666;
  font-size: 13px;
  background: #f5f5f5;
  font-weight: 500;
  white-space: nowrap;
}
.schedule-wrap .cell-empty {
  color: #aaa;
}
.schedule-wrap .cell-name {
  color: #222;
  font-weight: 500;
}
/*.schedule-wrap tr:nth-child(even) {
  background: #fafafa;
}*/
.l-block:after, .footer-block ul:after, .l-contents__block:after {
  content: "";
  display: block;
  clear: both;
}