html, body, div, span, h1, h2, p, a, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  background:#ff8200;
  background-position: center 40px;
  font-weight: 600;
  font-feature-settings: "palt";
  position: relative;
}
a img:hover {opacity: 0.85;}
/* ナビ */
.main-nav {
  width: 100%;
  border-bottom: 2px solid #fff;
  display: flex;
  height: 105px;
  list-style: none;
  background:#ff8200;
}
.main-nav li {
  display: flex;
  width: 33.3%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.main-nav li:hover {
  background-color: #ff9018;
}
.main-nav li a {
  font-size: 32px;
  color: #fff;
  letter-spacing: 0.24em;
  text-indent: 0.24em;
}
.main-nav li a span{
  display: block;
  font-size: 13px;
}
.main-nav li:nth-child(2) {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* コンテンツ */
.main {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
h1 {
  padding-top: 52px;
  position: relative;
  top: 0;
  left: 8px;
}
h2 {
  color: #ffff00;
  font-size: 48px;
  letter-spacing: 0.24em;
  text-indent: 0.24em;
  line-height: 1.65;
  padding: 10px 0 0;
  text-align: center;
}
h2 span {
  font-size: 32px;
  color: #fff;
  display: block;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}


/* 申請受付期間 */
#period {
  text-align: center;
  color: #fff;
  width: 100%;
}
#period .date p {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  line-height: 1.8;
}
.period-image {
  position: relative;
  top: -20px;
  left: 48px;
}

/* 制度紹介 */
#system {
  text-align: center;
  padding: 100px 0 72px;
  background:#ff8200;
  width: 100%;
}
#system .date p {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  line-height: 1.8;
}
.period-image {
  position: relative;
  top: -20px;
  left: 48px;
}
#cards {
  width: 1144px;
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 38px 0;
  position: relative;
  align-items: flex-start;
}

.card {
  width: 550px;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  font-size: 24px;
  text-align: left;
}

.card.green {border: 3px solid #41c300;}
.card.blue {border: 3px solid #00aae6;}

.card h3 {
  padding: 12px;
  color: #fff;
  margin: 0;
}
.green h3 {
  background: #41c300;
  font-size: 32px;
  letter-spacing: 0.12em;
  text-indent: 1.5em;
  padding-left: 48px;
}
.blue h3 {
  background: #00aae6;
  font-size: 32px;
  letter-spacing: 0.12em;
  text-indent: 1.5em;
  padding-left: 48px;
}
.green_pict {
  position: absolute;
  top: 23px;
  left: -20px;
}
.blue_pict {
  position: absolute;
  top: 23px;
  left: 572px;
}
.card-body {
  margin: 0;
  padding: 28px 46px 0;
}
.green dt {
  color: #41c300;
  letter-spacing: 0.12em;
}
.green dd {
  margin: 0;
  padding: 6px 0 18px;
  letter-spacing: 0.06em;
  border-bottom: 3px solid #41c300;
  margin-bottom: 24px;
}
.green dd ul, .blue dd ul {list-style: none; }
.card-im-red {
  color: #ff0000;
  text-decoration: underline;
}
.card-im-blue {
  color: #008cff;
  text-decoration: underline;
}
.blue dt {
  color: #00aae6;
  letter-spacing: 0.12em;
}
.blue dd {
  margin: 0;
  padding: 6px 0 18px;
  letter-spacing: 0.06em;
  border-bottom: 3px solid #00aae6;
  margin-bottom: 24px;
}

/* 実践例 */
#grid {
  text-align: center;
  padding: 0 0 0;
  background:#ff8200;
  width: 100%;
  position: relative;
}
.case-conte {
  display: flex;
  flex-wrap: wrap;
  row-gap: 64px;
  column-gap: 32px;
  justify-content: center;
  padding: 80px 0;
width: 1440px;
margin: 0 auto;  
  
}
.case {
  width: calc(502px - 10px);
  background-color: #fff;
  padding: 24px 30px 18px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.case p {
  font-size: 18px;
  text-align: right;
}
#grid h3 {
  letter-spacing: 0.015em;
  text-indent: 0.015em;
  padding-bottom: 16px;
}

.Ac01 {
  border: 3px solid #ed1c24;
  position: relative;
}
.Ac01 h3 {
  font-size: 36px;
  color: #ed1c24;
  margin: 0;
  line-height: 1.7;
  border-bottom: 3px solid #ed1c24;
}
.Ac01 h3 span {
  font-size: 24px;
  display: block;
  color: #000;
}
.Ac01 ul {
  list-style: none;
  padding: 6px 0;
}
.Ac01 ul li {
  font-size: 18px;
  margin: 10px 0 5px;
}
.Ac01 ul li::before {
  content: "";
  background-image: url(img/Ac01_pict.svg);
  display: inline-block;
  height: 1.4em;
  width: 1.35em;
  vertical-align: bottom;
  margin-right: 8px;
}

.Ac02 {
  border: 3px solid #ffa700;
  position: relative;
}
.Ac02 h3 {
  font-size: 36px;
  color: #ffa700;
  margin: 0;
  line-height: 1.7;
  border-bottom: 3px solid #ffa700;
}
.Ac02 h3 span {
  font-size: 24px;
  display: block;
  color: #000;
}
.Ac02 ul {
  list-style: none;
  padding: 6px 0;
}
.Ac02 ul li {
  font-size: 18px;
  margin: 10px 0 5px;
}
.Ac02 ul li::before {
  content: "";
  background-image: url(img/Ac02_pict.svg);
  display: inline-block;
  height: 1.4em;
  width: 1.35em;
  vertical-align: bottom;
  margin-right: 8px;
}

.Ac03 {
  border: 3px solid #4ec500;
  position: relative;
}
.Ac03 h3 {
  font-size: 36px;
  color: #4ec500;
  margin: 0;
  line-height: 1.7;
  border-bottom: 3px solid #4ec500;
}
.Ac03 h3 span {
  font-size: 24px;
  display: block;
  color: #000;
}
.Ac03 ul {
  list-style: none;
  padding: 6px 0;
}
.Ac03 ul li {
  font-size: 18px;
  margin: 10px 0 5px;
}
.Ac03 ul li::before {
  content: "";
  background-image: url(img/Ac03_pict.svg);
  display: inline-block;
  height: 1.4em;
  width: 1.35em;
  vertical-align: bottom;
  margin-right: 8px;
}

.Ac04 {
  border: 3px solid #0096ff;
  position: relative;
}
.Ac04 h3 {
  font-size: 36px;
  color: #0096ff;
  margin: 0;
  line-height: 1.7;
  border-bottom: 3px solid #0096ff;
}
.Ac04 h3 span {
  font-size: 24px;
  display: block;
  color: #000;
}
.Ac04 ul {
  list-style: none;
  padding: 6px 0;
}
.Ac04 ul li {
  font-size: 18px;
  margin: 10px 0 5px;
}
.Ac04 ul li::before {
  content: "";
  background-image: url(img/Ac04_pict.svg);
  display: inline-block;
  height: 1.4em;
  width: 1.35em;
  vertical-align: bottom;
  margin-right: 8px;
}

.Ac05 {
  border: 3px solid #ff64aa;
  position: relative;
}
.Ac05 h3 {
  font-size: 36px;
  color: #ff64aa;
  margin: 0;
  line-height: 1.7;
  border-bottom: 3px solid #ff64aa;
}
.Ac05 h3 span {
  font-size: 24px;
  display: block;
  color: #000;
}
.Ac05 ul {
  list-style: none;
  padding: 6px 0 60px;
}
.Ac05 ul li {
  font-size: 18px;
  margin: 10px 0 5px;
}
.Ac05 ul li::before {
  content: "";
  background-image: url(img/Ac05_pict.svg);
  display: inline-block;
  height: 1.4em;
  width: 1.35em;
  vertical-align: bottom;
  margin-right: 8px;
}

/* 給付申請の流れ */
#flow {
  text-align: center;
  padding: 0 0 0;
  background:#ff8200;
  width: 100%;
  position: relative;
}
#flow h2 span {padding-top: 18px;}
.flow-conte {
  display: flex;
  flex-direction: column;
  width: 1140px;
  margin: 0 auto;
  row-gap: 40px;
  list-style: none;
  padding: 30px 0 30px 0;
}
.flow-conte li {
  display: flex;
  border: 2px solid #ffa700;
  background: #fff;
  border-radius: 20px;
  align-items: center;
  padding: 26px 0 26px 63px;
  position: relative;
}
.flow-conte li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -33px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 20px solid #ffff00;
}
.flow-conte li:nth-child(6)::after {
  display: none;
}
.flow-conte li div {
  padding: 10px 0 10px 63px;
  text-align: left;
}
.flow-conte li h4 {
  font-size: 32px;
  letter-spacing: 0.12em;
  margin: 0;
}
.flow-conte li p {
  font-size: 24px;
  letter-spacing: 0.05em;
}

/* 実践交流会 */
#exchange {
  text-align: center;
  width: 100%;
  background: #00bbff;
  padding: 104px 0 0;
  position: relative;
}
#exchange h2 {
  padding-bottom: 20px;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
#exchange h2 span {
  padding-top: 10px;
}
#exchange h2 span.subword {
  color: #000;
  font-size: 24px;
  padding-top: 8px;
}
.course {
  display: flex;
  width: 944px;
  margin: 45px auto 118px;
  column-gap: 66px;
  position: relative;
}
.course div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 438px;
  height: 175px;
  background: #fff;
  border-radius: 20px;
  font-size: 40px;
  letter-spacing: 0.15em;
}
.course-detail {
  position: relative;
  width: 1140px;
  margin: 0 auto 40px;
  border-radius: 20px;
}
.case-comp-block {
  margin: 0 0 90px;
  background: #fff;
  border-radius: 20px;
}
.case-comp-block h2 {
  background: #b9a05a;
  width: 750px;
  margin: 0 auto 26px;
  border-radius: 0 0 20px 20px;
  color: #fff;
}
.case-papa-block h2 {
  background: #8c7dcd;
  width: 750px;
  margin: 0 auto 26px;
  border-radius: 0 0 20px 20px;
  color: #fff;
}

.course-detail-subject {
  width: 698px;
  margin: 26px auto 0;
  font-size: 32px;
  text-align: left;
  line-height: 1.6;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.1em;
}
.case-comp-block .check {
  width: 125px;
  background: #b9a05a;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
  border-radius: 10px;
}
.case-comp-block .check2 {
  width: 550px;
  border-bottom: 1px solid #b9a05a;
}
.gaiyo {
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 26px 0 10px;
}
.naiyo {
  font-size: 24px;
  line-height: 1.65;
  letter-spacing: 0.1em;
  padding: 0 0 10px;
  color: #b9a05a;
  text-align: left;
  width: 750px;
  margin: 0 auto;
}
.naiyo span {
  padding: 0;
  display: block;
  text-align: center;
}
.schedule-container {
  width: 955px;
  margin: 20px auto 30px;
}

.case-comp-block .schedule-table {
  width: 100%;
  border-collapse: collapse;
  border: 5px solid #b1924a; /* 外枠の色 */
}

.case-comp-block .schedule-table th, 
.case-comp-block .schedule-table td {
  border: 1px solid #b1924a;
  padding: 8px 10px;
  text-align: left;
}
.schedule-table td.info-col {padding: 8px 10px 8px 16px;}
span.year {font-size: 18px;}
span.city {font-size: 18px;}

/* 「第○回」の列 */
.round-col {
  width: 86px;
  font-size: 29px;
  text-align: center !important;
  vertical-align: middle;
}

/* 内容の列 */
.top-row {
  font-size: 0.85rem;
  font-weight: bold;
  margin-bottom: 2px;
  line-height: 1;
}

.main-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  font-size: 32px;
  line-height: 1;
  padding-bottom: 8px;
}
.narrow-text {
  display: inline-block; /* scaleを効かせるために必要 */
  transform: scaleX(0.8); /* 横幅を0.7倍（70%）に縮小 */
  transform-origin: left center; /* 左端を起点に縮める（中央起点が良ければ center center） */
  letter-spacing: -0.05em; /* 縮めた分、余白が開くので少し詰める */
  white-space: nowrap; /* 折り返しを防止 */
}

/* フッターの注釈 */
.footer-note {
  text-align: center !important;
  font-size: 32px;
  padding: 15px !important;
  letter-spacing: 0.1em;
}
.annotation {
  font-size: 18px;
  text-align: left;
  padding-bottom: 60px;
  letter-spacing: 0.12em;
  display: inline-block;
  line-height: 1.8;
}
.case-papa-block {
  margin: 0 0 115px;
  background: #fff;
  border-radius: 20px;
}
.case-papa-block .check {
  width: 125px;
  background: #8c7dcd;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
  border-radius: 10px;
}
.case-papa-block .check2 {
  width: 550px;
  border-bottom: 1px solid #8c7dcd;
}
.case-papa-block .gaiyo {
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 52px 0 26px;
}
.case-papa-block .schedule-table {
  width: 100%;
  border-collapse: collapse;
  border: 5px solid #8c7dcd; /* 外枠の色 */
}
.case-papa-block .schedule-table th, 
.case-papa-block .schedule-table td {
  border: 1px solid #8c7dcd;
  padding: 8px 10px;
  text-align: left;
}

/* 花火 */
.bg-fireworks {
  position: relative;
}
.hanabi {
  position: absolute;
  left: 50%;          /* 中央基準 */
  top: auto;          /* ←Yは個別指定使うので解除 */
  transform: translateX(var(--x)); /* Xだけ調整 */
  pointer-events: none;
}
.rei_pop1,
.rei_pop2 {
  position: absolute;
  left: 50%;
  transform: translateX(var(--x));
}
.exchang_pict1,
.exchang_pict2 {
  position: absolute;
  left: 50%;
  transform: translateX(var(--x));
}

.text {
  display: flex;
  gap: 8px;
}
.icon {
  width: 64px;
  left: 30px;
  position: relative;
}

/* その他 */
#other {
  text-align: center;
  width: 100%;
  background: #ffff00;
}
.other-detail {
  width: 1040px;
  margin: 95px auto 34px;
  background: #fff;
  border-radius: 20px;
  padding: 50px;
}
.other-detail2 {
  width: 1040px;
  margin: 0 auto 60px;
  background: #fff;
  border-radius: 20px;
  padding: 50px;
}
.other-detail h2 {
  line-height: 1;
  padding: 0 0 30px;
  border-bottom: 2px solid #008cff;
  letter-spacing: 0.15em;
  color: #000;
  width: 1000px;
  margin: 0 auto;
}
.other-detail2 h2 {
  line-height: 1;
  padding: 0 0 30px;
  border-bottom: 2px solid #ffa700;
  letter-spacing: 0.15em;
  color: #000;
  width: 1000px;
  margin: 0 auto;
}
.other-detail-block {
  display: flex;
  padding: 30px 0;
  align-items: center;
  column-gap: 20px;
}
.other-detail-block .logo {
  width: 400px;
}
.other-detail-block .naiyo {
  color: #231815;
  letter-spacing: 0.05em;
}
.other-detail2 .other-detail-block {
  display: flex;
  padding: 30px 0;
  align-items: center;
  column-gap: 80px;
}
.other-detail2 .other-detail-block .logo {
  width: 360px;
}
.other-detail .other-detail-block .logo img {
  padding-left: 20px;
}
.other-detail2 .other-detail-block .logo img {
  padding-left: 100px;
}
.contact {
  color: #ff8200;
  letter-spacing: 0.1em;
  padding: 26px 0 110px;
}
.secretariat {
  font-size: 32px;
}
.contact-info {
  font-size: 24px;
  letter-spacing: 0.05em;
}


.closed {
/*  text-decoration: line-through;
  text-decoration-color: red;
  text-decoration-thickness: 5px;*/
  
}

.closed {
  background-image: linear-gradient(
    to bottom,
    transparent 45%,
    #f00 45%,
    #f00 50%,
    transparent 50%,
    transparent 55%,
    #f00 55%,
    #f00 60%,
    transparent 60%
  );
  background-position: center;
  background-repeat: repeat-x;
  background-size: 100% 100%;
	
}
