@charset "utf-8";
/* CSS Document */
section {
  padding: 20px 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;
  margin-bottom: 15px;
}
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: 90%;
  margin: 0 auto;
}
section .block p {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
/* -------------- お知らせ -------------- */
.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;
}
/* -------------- 講座・イベントのご案内 -------------- */
.list_beside {}
.list_beside ul {}
.list_beside ul li {
  width: 300px;
  margin: 0 auto;
}
.list_beside ul li .list-thumb {
  width: 100%;
}
.list_beside ul li .list-thumb img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  display: block;
}
.list_beside ul li .list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 600;
}
.list_beside ul li .list-item::before {
  content: '';
  display: block;
  width: 10px;
  height: 12px;
  background: linear-gradient(to bottom, #8bc34a, #4caf50);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  flex-shrink: 0;
}
/* -------------- バナー -------------- */
.l-bnr__wrap {
  width: 100%;
  padding: 80px 0;
  background-color: #E1F0DF;
}
.l-bnr__inner {
  width: 90%;
  margin: 0 auto;
}
.l-bnr__inner ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  padding: 0;
  flex-wrap: wrap;
}
.l-bnr__inner ul li {
  width: 45%;
  background-color: #FFFFFF;
  border-radius: 8px;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-bnr__inner ul li img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.l-bnr__inner ul li img:hover {
  opacity: 0.7;
}
.l-bnr__inner ul li span {
  padding: 20px 0;
  text-align: center;
  display: block;
}
/* -------------- ボタン -------------- */
.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: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.l-block {}
.footer-block {
  width: 70%;
  margin: 0 auto;
  padding: 30px 0;
  float: none;
}
.footer-block ul {}
.footer-block ul li {
  float: left;
  margin-right: 20px;
}
.footer-nav {
  float: none;
}
.footer-nav ul {
  width: 70%;
  margin: 0 auto;
  border-top: 2px solid #e5e5e5;
  padding-top: 30px;
}
.footer-nav ul li {
  margin-bottom: 20px;
}
.l-block:after, .footer-block ul:after {
  content: "";
  display: block;
  clear: both;
}
.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;
}