
/* hero */
.hero-full {
  overflow-x: hidden;
  background: url('../images/main_visual.png') center/cover no-repeat;
  padding: 15em 1em 13em;
  margin: 0;
  box-sizing: border-box;
  box-shadow: none;
}

.hero-container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  padding: 2em;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border: 5px solid #7abf3e;
}

.hero-container h1,
.hero-container h2 {
  margin: 0;
  font-size: 2.2em;
  color: #7abf3e;
  font-weight: bold;
  line-height: 1.4;  
}
.hero-container h2 {
  border-bottom: dotted 6px #7abf3e;
  padding: 0 0 0.8em;
}

.hero-container p {
  margin-top: 2em;
  font-size: 1.25em;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .hero-full {
/*    padding: 10em 0 4em;*/
    padding: 7em 0 6em;
  }
  .hero-container{
    width: 100%;
    width: 88%;
    padding: 2%;
    margin: 0 auto;
  }

  .hero-container h1,
  .hero-container h2 {
    font-size: 1.55em;
  }
  .hero-container p{
    text-align: left;
  }

}

/*
#overview,
#materials,
#forms,
#videos,
#support {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15;
}
*/

/* highlight */
.highlight {
  border: 6px solid #ffaa00;
  color: #d80b0b;
  position: relative;
  padding: 2em;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 80%;
  margin: 2em auto 4em;
/*  margin-top: 180px;*/
}

.highlight h3 {
  position: relative;
  padding-bottom: 1em;
  color: #d80b0b;
  font-size: 2em;
}

.highlight h3::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background: #ffaa00;
  position: absolute;
  bottom: 0;
  left: 45%;
  right: 45%;
}

.overview-icon {
  position: absolute;
  top: -15px;
  left: -70px;
  width: 150px;
  height: auto;
}

.overview-icon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .highlight {
    width: 90%;
    padding: 2em 1em;
    margin-bottom: 0;
/*    margin: 2em auto;*/
/*    margin: 6em auto 2em;*/
  }
  .highlight h3{
    font-size: 1.4em;
    margin: 2em auto 0;
    width: 100%;
  }
  .overview-icon {
    left: -25px;
    width: 100px;
    top: -20px;
  }
  .highlight h3::after{
    content: none;
  }
}

.highlight p {
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
}
.styled-requirements {
  background-color: #eff9ea;
  border: 2px solid #8ccb6b;
  border-radius: 12px;
  padding: 0.5em 2em;
  margin-bottom: 2em;
}

.styled-requirements h3 {
  font-size: 1.6em;
  margin-bottom: 1em;
  position: relative;
  display: inline-block;
}

.styled-requirements h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.3em;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #ffaa00;
}
@media screen and (max-width: 768px) {
  .styled-requirements {
    padding: 2em 1em;
  }
  .styled-requirements h3 {
    margin: 0 auto 0.25em;
  }
}

/* お知らせ */
#news {
  padding: 2em 1em;
  box-shadow: none;
}

.news-inner {
  display: flex;
  flex-direction: row;
  gap: 2em;
  align-items: center;
}
.news-heading {
  padding-right: 1em;
  flex: 0 0 200px;
  position: relative;
  display: flex;
  align-items: center;
}
.news-heading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: #7abf3e;
}
.news-heading h2 {
  font-size: 2em;
  margin: 0;
  color: #7abf3e;
}
.news-entries {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin: 0.25em auto;
}
.news-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
  border-bottom: 2px dotted #2e2e2e;
  padding-bottom: 0.8em;
}
.news-label {
  border: 1px solid #333;
  padding: 0.3em 0.8em;
  font-size: 0.8em;
}
.news-date {
  font-size: 0.9em;
  color: #666;
}
.news-title {
  font-weight: bold;
  color: #222;
  text-decoration: none;
}
.news-title:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.news-link-area {
  text-align: right;
  margin-top: 2em;
}
.news-more {
  padding: 1em 3em;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  background-color: #7abf3e;
  font-size: 1.15em;
  border-radius: 10px;
}
.news-more:hover {
  opacity: 0.7;
}

@media (min-width: 769px) {
  #news{
    margin: 2em auto;
  }
  .news-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .news-heading {
    text-align: left;
    padding: 3.5em 0;
  }
  .news-heading::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #7abf3e;
  }
  .news-link-area {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .news-inner {
    flex-direction: column;
    align-items: center;
  }
  .news-heading {
    flex: auto;
    text-align: center;
    border-right: none;
    padding-right: 0;
    margin-bottom: 1em;
  }
  .news-heading::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 25%;
    width: 50%;
    height: 4px;
    background-color: #7abf3e;
    top: auto;
  }

  .news-title {
    text-decoration: underline;
  }
  .news-title:hover {
    text-decoration: none;
  }

  .news-link-area {
    text-align: center;
  }
  .news-entries{
    width: 100%;
  }
}


/* 申請書類提出期限 */
.deadlines {
  border: 1px solid #7abf3e;
  border-radius: 10px;
  padding: 0.5em 2em;
/*  margin-top: 185px;*/
  margin-bottom: 2em;
  box-shadow: none;
}
.deadlines h2 {
  font-size: 1.8em;
  color: #333;
  border-bottom: 4px solid #7abf3e;
  display: inline-block;
  margin-bottom: 0.5em;
}
.deadlines .note {
  font-weight: bold;
  text-align: left;
  margin-bottom: 1.5em;
  font-size: 1.1em;
}
.deadline-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1em;
  font-size: 0.85em;
}
.deadline-grid .label {
  background: #7abf3e;
  color: white;
  border-radius: 10px;
  padding: 0.2em 0.8em;
  font-weight: bold;
  margin-right: 0.5em;
  display: inline-block;
}
.deadlines .small {
  font-size: 0.9em;
  margin-top: 1.5em;
  color: #333;
  text-align: left;
}
.font-w{
  font-weight: bold;
  font-size: 1.15em;
}
@media (max-width: 768px) {
  .deadlines {
    padding: 2em 1em;
/*    margin-top: 6em;*/
  }

  .deadline-grid {
    font-size: 1em;
  }
}


/* 補助対象事業 */
.styled-conditions {
  background-color: #eff9ea;
  border: 2px solid #8ccb6b;
  border-radius: 12px;
  padding: 2em;
  margin-bottom: 2em;
  box-shadow: none;

}
.styled-conditions h3 {
  font-size: 1.6em;
  margin-bottom: 1em;
  position: relative;
  display: inline-block;
}
.styled-conditions h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.3em;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #ffaa00;
}
.conditions-list {
  list-style: none;
  padding-left: 0;
  margin: 1em 0 1em;
}
.conditions-list li {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6em;
}
.styled-conditions .bold {
  font-weight: bold;
}
.styled-conditions .note {
  font-size: 1em;
  margin-top: 1em;
  color: #333;
}
.styled-conditions .underline {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .styled-conditions {
    padding: 2em 1em;
  }
  .styled-conditions h3{
    margin: 0 auto 0.25em;
  }
}


/* 補助対象期間 */
.subsidy-info {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  justify-content: space-between;
  margin-bottom: 2em;
  max-width: 1200px;
  padding: 0;
}
.subsidy-block {
  flex: 1 1 calc(33% - 1em);
  background-color: #eff9ea;
  border: 2px solid #8ccb6b;
  border-radius: 12px;
  padding: 1.5em;
  box-sizing: border-box;
}
.subsidy-block h4 {
  font-size: 1.6em;
  margin-bottom: 0.5em;
  position: relative;
  display: inline-block;
}
.subsidy-block h4::after {
  content: '';
  position: absolute;
  left: 0;
/*  bottom: -0.3em;*/
  bottom: 0em;
  width: 100%;
  height: 4px;
  border-radius: 3px;
  background-color: #ffaa00;
}
.subsidy-block .sub-title {
  font-weight: bold;
  font-size: 1.1em;
  margin: 0.5em 0;
}
.subsidy-block .note {
  font-size: 1em;
  line-height: 1.6;
  margin-top: 0.5em;
}
.range {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-top: 5em;
}
.range .label {
  display: block;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.3em;
}
.range .amount {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.range .arrow {
  font-size: 1.2em;
  color: #666;
}
@media screen and (max-width: 768px) {
  .subsidy-info {
    flex-direction: column;
    padding: 0;
  }
  .subsidy-block {
    flex: 1 1 100%;
    padding: 2em 1em;
  }
  .subsidy-block h4{
      margin: 0 auto 0.25em;
  }
  .range{
    margin-top: 1.5em;
  }
}


/* 実績報告書提出期限 */
.report-deadline {
  background-color: #eff9ea;
  border: 2px solid #8ccb6b;
  border-radius: 12px;
  padding: 2em;
  margin-bottom: 2em;
}
.report-deadline h3 {
  font-size: 1.6em;
  margin-bottom: 1em;
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.report-deadline h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.3em;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #ffaa00;
}
.report-deadline p {
  font-size: 1em;
  line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  .report-deadline {
    padding: 2em 1em;
  }
  .report-deadline h3{
    margin: 0 auto 0.25em;
  }
}



/* 各種資料 */
.documents-section {
  width: 100%;
  background: #e6f5fc;
  padding: 0;
  box-sizing: border-box;
  box-shadow: none;
/*  margin-top: 185px;*/
}
.documents-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2em;
}
.documents-inner h2 {
  font-size: 1.6em;
  color: #000;
  margin-bottom: 0.3em;
  text-align: center;
  position: relative;
  display: block;
  padding-bottom: 0.4em;
}
.documents-inner h2::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 120px;
  height: 4px;
  background-color: #8ccb6b;
  border-radius: 2px;
}
.documents-inner h3 {
  font-size: 1.3em;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.documents-inner .small {
  font-size: 0.8em;
  color: #666;
}
.doc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em;
  width: 80%;
  margin: 2em auto;
  place-content: center;
  place-items: center;

}
.doc-grid-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
  width: 90%;
  margin: 2em auto;
}
@media screen and (max-width: 768px) {
  .doc-grid-3col {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.doc-item {
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.25em;
  position: relative;
  margin: 0.5em 1.25em;
  padding: 1.5em 0 1.25em;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  line-height: 1.5em;
}
.doc-item span {
  position: absolute;
  top: -0.7em;
  left: -0.7em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-weight: bold;
  font-size: 1.58em;
  text-decoration: none;
}
.doc-item.blue,
.doc-item .blue {
  background-color: #0583c9;
  color: #fff;
  --badge-color: #0583c9;
}
.doc-item.orange,
.doc-item .orange {
  background-color: #f39800;
  color: #fff;
  --badge-color: #f39800;
}
.doc-item.orange{
  padding: 0.95em 0;
}
.doc-item.paddingno{
  padding: 0.25em 0;
}

.submission-block{
  margin: 4em auto;
  max-width: 1200px;
/*  margin-top: 200px;*/
}
.submission-block h3{
  text-align: center;
  font-size: 1.6em;
}
.documents-inner .caption,
.submission-block .caption {
  font-size: 1em;
  margin-bottom: 1em;
  color: #333;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .documents-section {
    margin: 1em auto;
/*    margin-top: 6em;*/
  }
  .documents-inner{
    padding: 0;
  }
  .doc-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .submission-block {
    margin-top: 6em;
  }
  .submission-block h3{
    font-size: 1.45em;
  }
  .submission-block p{
  /*    text-align: center;*/
  }
  .documents-inner .caption,
  .submission-block .caption {
    text-align: left;
  }
  .doc-item {
    height: auto;
  }
  .doc-item.orange{
    padding: 1em 0;
  }
  .doc-item.paddingno{
    padding: 0.25em 0;
  }
}
.doc-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  opacity: 0.7;
}


/* ビデオ */
.video-section {
  background: #fff;
  padding: 4em 1em;
  text-align: center;
  margin-bottom: 0;
/*  margin-top: 80px;*/
  box-shadow: none;
}
.video-section h2 {
  font-size: 1.6em;
  color: #000;
  position: relative;
  display: inline-block;
  padding-bottom: 0.4em;
  margin-bottom: 1.5em;
}
.video-section h2::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 120px;
  height: 4px;
  background-color: #8ccb6b;
  border-radius: 2px;
}
.video-section h3 {
  font-size: 1.3em;
  margin: 2em 0 1em;
  color: #000;
}
.video-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  max-width: 1200px;
  margin: 0 auto 3em;
}
.video-item {
  padding: 1em 0;
  border-radius: 8px;
  width: 400px;
  box-sizing: border-box;
}
.video-item img{
  width: 100%;
  border: 1px solid #333;
}
/*
.video-item video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
*/
.video-item p {
  margin-top: 0.5em;
  font-size: 0.9em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .video-section{
    padding: 2em 0;
    margin: 1em auto;
/*    margin-top: 3em;*/
  }
  .video-grid {
    grid-template-columns: 1fr;
  }
}

/* 県税の納税等の証明書について */
.certificate-grid h2 {
  font-size: 1.5em;
  color: #000;
  margin-bottom: 0.3em;
  text-align: center;
  position: relative;
  display: block;
  padding-bottom: 0.4em;
}
.certificate-grid h2::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 120px;
  height: 4px;
  background-color: #8ccb6b;
  border-radius: 2px;
}


/* ご提出方法 */
.submit-section {
  background-color: #e6f5fc;
  text-align: center;
  padding: 3em 1em;
  box-shadow: none;
  max-width: 1200px;
  margin: 0 auto;
}
.submit-section h2 {
    font-size: 1.6em;
    color: #000;
    margin-bottom: 0.3em;
    text-align: center;
    position: relative;
    display: block;
    padding-bottom: 0.4em;
}
.submit-section h2::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 120px;
  height: 4px;
  background-color: #8ccb6b;
  border-radius: 2px;
}
.submit-section p {
  font-size: 1.15em;
  color: #333;
  margin-bottom: 2em;
}
.submit-button-area {
  display: flex;
  justify-content: center;
}
.submit-button {
  /*
  background-color: #8ccb6b;
  color: #fff;
  font-weight: bold;
  padding: 1em 2em;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 2px 4px 8px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease;
  line-height: 1.5em;
  */
  padding: 1em 3em;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  background-color: #7abf3e;
  font-size: 1.15em;
  border-radius: 10px;
}
.submit-button:hover {
  background-color: #7abf3e;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {

  .submit-section {
    text-align: left;
    padding: 2em 0;
  }
}



/* 支援機関(相談・提出先) */
.support-section {
  background: #fff;
  padding: 4em 1em;
  text-align: center;
  box-shadow: none;
/*  margin-top: 80px;  */
}
.support-section h2 {
  font-size: 1.6em;
  color: #000;
  position: relative;
  display: inline-block;
  padding-bottom: 0.4em;
  margin-bottom: 0.5em;
}
.support-section h2::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 120px;
  height: 4px;
  background-color: #8ccb6b;
  border-radius: 2px;
}
.support-section .caption {
  font-size: 1em;
  color: #333;
  margin-bottom: 2em;
}
.support-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em 0;
  border: 2px solid #8ccb6b;
  border-radius: 10px;
  background: #fff;
}
.support-inner h3 {
  font-size: 1.3em;
  color: #000;
  margin-bottom: 1.5em;
}
.map-area img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .support-section {
    padding: 2em 0;
    margin: 1em auto;
/*    margin-top: 3em;*/
  }
  .support-inner {
    padding: 2em 0;
  }
}



/* テーブルリスト */
  .support-list-section {
  background: #fff;
  padding: 4em 0;
  box-shadow: none;
}
.support-table-block {
  max-width: 1000px;
  margin: 0 auto 2em;
}
.support-table-block h3 {
  font-size: 1.2em;
  margin-bottom: 1em;
  color: #333;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.support-table-block .circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #8ccb6b;
  border-radius: 50%;
}
.support-table {
  width: 100%;
  border-collapse: collapse;
/*  margin-bottom: 1em;*/
  margin-bottom: 0.25em;
}
.support-table td {
/*  border: 1px solid #ccc;*/
  padding: 0.6em 1em;
  font-size: 1em;
  text-align: left;
}
.support-table td,
.support-table th {
  border: 1px solid #38302a;
}
.support-table th {
  padding: 0.6em 1em;
  font-size: 1em;
  text-align: left;
  background-color: #f5f4f1;
}

.support-table-block .note {
  font-size: 0.85em;
  color: #555;
  text-align: right;
  margin-top: 0;
}
  @media screen and (max-width: 768px) {
  .support-list-section{
    padding: 2em 1em;
  }
  .support-table tbody {
    width: 100%;
    display: block;
  }
  .support-table {
    width: 100%;
    display: block;
  }
  .support-table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #38302a;
    margin-bottom: 1em;
  }
  .support-table th,
  .support-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: none;
  }
}




/* CTA */
.cta-section {
  background: #f3fbef;
  padding: 3em 1em;
  text-align: center;
  border: 2px solid #8ccb6b;
  border-radius: 10px;
  margin: 2em auto;
  max-width: 960px;
}
.cta-inner h3 {
  font-size: 1.4em;
  font-weight: bold;
  color: #333;
  position: relative;
  display: inline-block;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
}
.cta-inner h3::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100px;
  height: 4px;
  background-color: #8ccb6b;
  border-radius: 2px;
}
.cta-tel {
  font-size: 1.6em;
  font-weight: bold;
  color: #333;
  margin: 0.5em 0;
}
.cta-tel span {
  font-size: 2em;
}
.cta-hours {
  font-size: 1em;
  color: #333;
  margin-bottom: 2em;
}
.cta-email-label {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.2em;
}
.cta-email {
  font-size: 1.6em;
  font-weight: bold;
  color: #333;
}
.cta-tel a,
.cta-email a{
  text-decoration: none;
  color: #333;
}
.cta-tel a:hover,
.cta-email a:hover{
  text-decoration: underline;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .cta-tel {
    font-size: 1.2em;
  }
  .cta-tel span {
    font-size: 1.6em;
  }
  .cta-tel a,
  .cta-email a{
    text-decoration: underline;
  }
  .cta-tel a:hover,
  .cta-email a:hover{
    text-decoration: none;
  }

  .cta-email {
    font-size: 0.96em;
    word-break: break-all;
  }
  .cta-hours{
    font-size: 0.85em;
  }
  .cta-inner h3 {
    font-size: 1.2em;
  }
}

