@charset "utf-8";
/*****************************************************************************
CSS only for /guide/jutaku-shoene2026/
*****************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");

@font-face {
  font-family: "Yu Gothic Bold";
  src: url("../fonts/Yu\ Gothic\ Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Yu Gothic Medium";
  src: url("../fonts/Yu\ Gothic\ Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

body {
  --container-width: 976px;
  --container-padding: 20px;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }

  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }

  .pc-only {
    display: block !important;
  }

  .pc-pb-6 {
    padding-bottom: 6px;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

/* Intro
-----------------------------------------*/

.Intro__inner {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .Intro__inner {
    max-width: 1920px;
  }
}

.Intro picture img {
  max-width: 100%;
  height: auto;
}

/* Campaign
-----------------------------------------*/
.Campaign {
  width: 100%;
  background-color: #f4f0df;
}

.Campaign__inner {
  margin: 0 auto;
  position: relative;
  padding: 60px var(--container-padding);
}

@media screen and (min-width: 768px) {
  .Campaign__inner {
    max-width: calc(var(--container-width));
    padding: 130px var(--container-padding) 140px;
  }
}

.Campaign__policy {
  background-color: #ffffff;
  padding: 40px;
}

.Campaign__policy__title {
  color: #000;
  font-size: 22px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  margin: 0 0 28px;
}
@media screen and (max-width: 768px) {
  .Campaign__policy__title {
    font-size: 18px;
  }
}

.Campaign__policy__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.Campaign__policy__item {
  position: relative;
  padding-left: 22px;
  color: #000;
  font-size: 18px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Campaign__policy__item {
    font-size: 15px;
    padding-left: 18px;
  }
}

.Campaign__policy__item::before {
  content: "●";
  position: absolute;
  left: 0;
  top: -2px;
  color: #092e70;
  font-size: 12px;
  line-height: 2.6;
}

.Campaign__policy__item__highlight {
  color: #21366e;
}

/* ListNoted
-----------------------------------------*/
.ListNoted {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.ListNoted li {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ListNoted li {
    font-size: 12px;
  }
}

.ListNoted li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/* Subsidy
-----------------------------------------*/
.Subsidy {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .Subsidy {
    margin-top: 50px;
  }
}

.Subsidy__inner {
  margin: 0 auto;
  max-width: calc(var(--container-width));
  padding: 0 var(--container-padding);
  position: relative;
}

.Subsidy__head {
  font-size: 28px;
  font-weight: bold;
  font-family: "Yu Gothic Bold";
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .Subsidy__head {
    font-size: 20px;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 40px;
  }
}

.Subsidy__head__marker {
  background: linear-gradient(transparent 65%, #d8ebf2 35%);
}

.Subsidy__period {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .Subsidy__period {
    flex-direction: column;
    align-items: flex-start;
  }
}
.Subsidy__period__label {
  background-color: #cc1119;
  color: #ffffff;
  font-size: 20px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  line-height: 1;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .Subsidy__period__label {
    font-size: 16px;
    padding: 10px 12px;
  }
}

.Subsidy__period__text {
  margin: 0;
  font-size: 22px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Subsidy__period__text {
    font-size: 16px;
  }
}

.Subsidy__table {
  width: 100%;
  table-layout: fixed;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .Subsidy__table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .Subsidy__table__inner {
    min-width: var(--container-width);
  }
}
.Subsidy__table__inner {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cccccc;
  font-size: 13px;
}
.Subsidy__table__inner th:nth-child(1),
.Subsidy__table__inner td:nth-child(1) {
  width: 82px;
}
.Subsidy__table__inner th:nth-child(2),
.Subsidy__table__inner td:nth-child(2) {
  width: 207px;
}
.Subsidy__table__inner th:nth-child(3),
.Subsidy__table__inner td:nth-child(3) {
  width: 207px;
}
.Subsidy__table__head {
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 8px 12px;
  text-align: center;
  font-size: 18px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Subsidy__table__head {
    font-size: 14px;
  }
}
.Subsidy__table__head:first-child {
  background-color: #f1f1f1;
}
.Subsidy__table__label {
  background-color: #f1f1f1;
  border: 1px solid #cccccc;
  padding: 8px 12px;
  text-align: center;
  font-size: 18px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .Subsidy__table__label {
    font-size: 14px;
  }
}
.Subsidy__table__cell {
  border: 1px solid #cccccc;
  padding: 10px;
  vertical-align: top;
}
.Subsidy__table__cell:has(.Subsidy__table__badge) {
  padding: 0;
  height: 1px;
}
.Subsidy__table__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #ffffff;
  font-size: 18px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Subsidy__table__badge {
    font-size: 14px;
  }
}
.Subsidy__table__badge--red {
  background-color: #dd484c;
}
.Subsidy__table__badge--blue {
  background-color: #546db3;
}
.Subsidy__table__badge--green {
  background-color: #54af47;
}
.Subsidy__table__service {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Subsidy__table__service {
    font-size: 14px;
  }
}
.Subsidy__table__service + .Subsidy__table__service {
  margin: 25px 0;
}
@media screen and (max-width: 768px) {
  .Subsidy__table__service + .Subsidy__table__service {
    margin: 22px 0;
  }
}
.Subsidy__table__amount {
  font-size: 20px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  color: #cc1119;
}
@media screen and (max-width: 768px) {
  .Subsidy__table__amount {
    font-size: 16px;
  }
}
.Subsidy__table__amount--max {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Subsidy__table__amount--max {
    font-size: 16px;
  }
}
.Subsidy__table__amount--caution {
  position: relative;
}
.Subsidy__table__amount--caution::after {
  content: "※";
  color: #000;
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  top: 15px;
  right: 5px;
}
@media screen and (max-width: 768px) {
  .Subsidy__table__amount--caution::after {
    top: 10px;
    right: 23px;
  }
}
.Subsidy__table__amount__num {
  font-size: 52px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Subsidy__table__amount__num {
    font-size: 43px;
  }
}
.Subsidy__table__notes {
  margin: 8px 0;
}
.Subsidy__table__note {
  font-size: 14px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .Subsidy__table__note {
    font-size: 12px;
  }
}
.Subsidy__table__note + .Subsidy__table__note {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .Subsidy__table__note + .Subsidy__table__note {
    margin-top: 0px;
  }
}
.Subsidy__table__notes01 {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .Subsidy__table__notes01 {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
.Subsidy__table__notes01 > .Subsidy__table__note {
  font-size: 16px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Subsidy__table__notes01 > .Subsidy__table__note {
    font-size: 14px;
  }
}
.Subsidy__table__notes02 {
  margin-top: 5px;
}
.Subsidy__table__notes02 > .Subsidy__table__note {
  font-size: 16px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Subsidy__table__notes02 > .Subsidy__table__note {
    font-size: 14px;
  }
}
.Subsidy__table__notes03 {
  margin-top: 20px;
}
.Subsidy__table__notes03 > .Subsidy__table__note {
  text-indent: -1.8em;
  padding-left: 1.8em;
}
.Subsidy__table__products {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.Subsidy__table__product {
  display: flex;
  align-items: center;
  background-color: #f9f8ee;
  height: 90px;
}
.Subsidy__table__product.Subsidy__table__product--between {
  justify-content: space-between;
  gap: 8px;

}
.Subsidy__table__product.Subsidy__table__product--gap20 {
  gap: 20px;
}
.Subsidy__table__product.Subsidy__table__product--gap35 {
  gap: 35px;
}
.Subsidy__table__product__figure img {
  width: 100%;
  height: auto;
  display: block;
}
.Subsidy__table__product__label {
  margin: 0;
  font-size: 16px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .Subsidy__table__product__label {
    font-size: 14px;
  }
}
.Subsidy__table__sub {
  width: calc(100% + 20px);
  margin-left: -10px;
  border-collapse: collapse;
  margin-top: 12px;
  font-size: 12px;
}
.Subsidy__table__sub th,.Subsidy__table__sub td {
  vertical-align: middle;
}
.Subsidy__table__sub tr:nth-child(odd) th:first-child,
.Subsidy__table__sub tr:nth-child(odd) td:first-child {
  border-left: none;
}
.Subsidy__table__sub tr:nth-child(odd) td:first-child {
  text-align: center;
  width: 35px;
}
.Subsidy__table__sub tr:nth-child(even) td:first-child {
  width: 75px;
}
.Subsidy__table__sub th:last-child,
.Subsidy__table__sub td:last-child {
  border-right: none;
}
.Subsidy__table__sub th:nth-child(2),
.Subsidy__table__sub td:nth-child(2) {
  width: 60px;
}
.Subsidy__table__sub th:nth-child(3),
.Subsidy__table__sub td:nth-child(3) {
  width: 59px;
}
.Subsidy__table__sub__head {
  background-color: #ecf3d8;
  border: 1px solid #cccccc;
  padding: 6px 0;
  text-align: center;
  font-size: 16px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Subsidy__table__sub__head {
    font-size: 14px;
  }
}
.Subsidy__table__sub__head span {
  font-size: 12px;
}
.Subsidy__table__sub__cell {
  border: 1px solid #cccccc;
  padding: 6px;
  font-size: 14px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
}
.Subsidy__table__sub__cell:last-child {
  font-size: 13px;
}
.Subsidy__table__sub__cell.highlight {
  color: #cc1119;
  text-align: center;
  font-size: 12px;
  padding: 6px 0;
}
.Subsidy__table__sub__cell.highlight span {
  font-size: 22px;
}
.Subsidy__table__sub tr:nth-child(odd) .Subsidy__table__sub__cell:nth-child(1) {
  border-right: none;
}
.Subsidy__table__sub tr:nth-child(odd) .Subsidy__table__sub__cell:nth-child(2) {
  border-left: none;
}
/* Program
-----------------------------------------*/
.Program {
  margin-top: 70px;
  background-color: #eef0f7;
}

.Program__inner {
  margin: 0 auto;
  max-width: calc(var(--container-width));
  padding: 130px var(--container-padding);
  position: relative;
}

@media screen and (max-width: 768px) {
  .Program__inner {
    padding: 60px var(--container-padding);
  }
}

.Program__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Program__header {
    padding-bottom: 30px;
  }
}

.Program__header::after {
  content: "";
  display: block;
  width: 245px;
  height: 10px;
  background: linear-gradient(to right, #67b1db, #4c68b1);
  border-radius: 5px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .Program__header::after {
    width: 146px;
    height: 5px;
    bottom: 0px;
  }
}

.Program__icon {
  display: block;
}
@media screen and (max-width: 768px) {
  .Program__icon {
    width: 58px;
  }
}

.Program__title {
  font-size: 42px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .Program__title {
    font-size: 28px;
  }
}

.Program__subsidy {
  margin-top: 30px;
}

.Program__subsidy__heading {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .Program__subsidy__heading {
    flex-direction: column;
    gap: 2px;
  }
}

.Program__subsidy__label {
  font-size: 28px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Program__subsidy__label {
    font-size: 20px;
  }
}

.Program__subsidy__note {
  font-size: 20px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .Program__subsidy__note {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .Program__subsidy__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .Program__subsidy__table {
    min-width: var(--container-width);
  }
}

.Program__subsidy__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  white-space: nowrap;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.Program__subsidy__table thead th:nth-child(1) {
  width: 142px;
}
.Program__subsidy__table thead th:nth-child(2) {
  width: 101px;
}
.Program__subsidy__table thead th:nth-child(3) {
  width: 120px;
}
.Program__subsidy__table thead th:nth-child(4) {
  width: 610px;
}

.Program__subsidy__table tbody tr:has(th) {
  border-top: 2px solid #000;
}

.Program__subsidy__table tbody tr:not(:has(th)) td {
  border-top: none;
  background-image: repeating-linear-gradient(
    to right,
    #3c3230 0px,
    #3c3230 6px,
    transparent 6px,
    transparent 12px
  );
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: top;
}

.Program__subsidy__table tbody tr:nth-child(1) td,
.Program__subsidy__table tbody tr:nth-child(3) td,
.Program__subsidy__table tbody tr:nth-child(5) td,
.Program__subsidy__table tbody tr:nth-child(6) td,
.Program__subsidy__table tbody tr:nth-child(8) td {
  background-color: #eaf6fd;
}
.Program__subsidy__table tbody tr:nth-child(2) td,
.Program__subsidy__table tbody tr:nth-child(4) td,
.Program__subsidy__table tbody tr:nth-child(7) td {
  background-color: #d3ddf1;
}

.Program__subsidy__th {
  background-color: #546db3;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 6px 0;
  font-size: 20px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .Program__subsidy__th {
    font-size: 14px;
  }
}

.Program__subsidy__th__unit {
  font-size: 14px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Program__subsidy__th__unit {
    font-size: 11px;
  }
}

.Program__subsidy__th--row {
  background-color: #f4f1e7;
  border-right-color: #eef0f7;
  border-right: none;
  padding: 6px 10px;
  font-size: 20px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .Program__subsidy__th--row {
    font-size: 14px;
  }
}

.Program__subsidy__th--method {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .Program__subsidy__th--method {
    font-size: 11px;
  }
}

.Program__subsidy__td {
  border: 1px solid #eef0f7;
  font-size: 20px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  padding: 6px 10px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .Program__subsidy__td {
    font-size: 14px;
  }
}

.Program__subsidy__table tr .Program__subsidy__td:nth-of-type(1),
.Program__subsidy__table tr .Program__subsidy__td:nth-of-type(2) {
  background-color: #f4f1e7;
}

/* Program__door
-----------------------------------------*/
.Program__door {
  display: flex;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .Program__door {
    flex-direction: column;
  }
}

.Program__door__label {
  background-color: #546db3;
  color: #ffffff;
  font-size: 20px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 27px;
  text-align: center;
  flex-shrink: 0;
  height: 76px;
}

@media screen and (max-width: 768px) {
  .Program__door__label {
    font-size: 16px;
    width: fit-content;
    height: auto;
    padding: 10px 20px;
  }
}

.Program__door__list {
  list-style: none;
  margin: 0;
  padding-top: 5px;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

@media screen and (max-width: 768px) {
  .Program__door__list {
    margin-top: 10px;
    gap: 10px;
    padding-left: 0;
  }
}

.Program__door__item {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
}

.Program__door__item::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 12px;
  color: #092e70;
  line-height: 1;
}

/* Program__case
-----------------------------------------*/
.Program__case {
  margin-top: 20px;
}

.Program__case__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #546db3;
  padding: 0 24px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .Program__case__header {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 12px 16px;
    gap: 6px;
  }
}

.Program__case__heading {
  color: #ffffff;
  font-size: 28px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .Program__case__heading {
    font-size: 18px;
  }
}

.Program__case__total {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  white-space: nowrap;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .Program__case__total {
    font-size: 14px;
    margin-left: auto;
  }
}

.Program__case__total__num {
  font-size: 36px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  line-height: 1;
  margin-left: 18px;
}
@media screen and (max-width: 768px) {
  .Program__case__total__num {
    font-size: 26px;
  }
}

.Program__case__total__unit {
  margin-top: 10px;
  margin-left: 5px;
}

.Program__case__subtitle {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 14px 0 10px;
  border-bottom: 2px solid #546db3;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .Program__case__subtitle {
    flex-direction: column;
    gap: 6px;
    margin-top: 0;
  }
}

.Program__case__subtitle__title {
  font-size: 24px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  color: #546db3;
}

@media screen and (max-width: 768px) {
  .Program__case__subtitle__title {
    font-size: 16px;
  }
}

.Program__case__subtitle__spec {
  font-size: 14px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Program__case__subtitle__spec {
    font-size: 12px;
  }
}

.Program__case__items {
  list-style: none;
  margin: 16px 0 10px;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 739px;
}


.Program__case__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .Program__case__item {
    flex-wrap: nowrap;
  }
}

.Program__case__item__marker {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  margin-right: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .Program__case__item__marker {
    width: 20px;
    height: 20px;
    font-size: 14px;
    margin-right: 5px;
  }
}

.Program__case__item__marker--filled {
  background-color: #546db3;
  color: #ffffff;
}

.Program__case__item__marker--outlined {
  background-color: transparent;
  color: #546db3;
  border: 2px solid #546db3;
  padding-top: 3px;
  padding-left: 1px;
}

.Program__case__item__text {
  font-size: 20px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .Program__case__item__text {
    font-size: 14px;
  }
}

.Program__case__item__sub {
  font-size: 16px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .Program__case__item__sub {
    display: block;
    font-size: 11px;
    white-space: normal;
  }
}

.Program__case__item__right {
  display: flex;
  align-items: center;
  flex: 1;
}

.Program__case__item__dots {
  flex: 1;
  min-width: 20px;
  height: 4px;
  margin: 0 12px;
  align-self: center;
  background-image: radial-gradient(circle, #000 2px, transparent 2px);
  background-size: 9.5px 9.5px;
  background-repeat: repeat-x;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .Program__case__item__text {
    flex: 1 1 auto;
    min-width: 0;
  }
  .Program__case__item__sub {
    white-space: normal;
  }
  .Program__case__item__right {
    flex: 0 0 112px;
    justify-content: flex-end;
  }
  .Program__case__item__dots {
    flex: 0 0 23px;
    margin: 0 2px;
    background-size: 7.5px 7.5px;
  }
}

.Program__case__item__price {
  font-size: 34px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .Program__case__item__price {
    font-size: 20px;
  }
}

.Program__case__item__price__unit {
  font-size: 20px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
}

.Program__case__photo {
  margin-top: 20px;
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .Program__case__items {
    width: 100%;
    gap: 15px;
  }
  .Program__case__photo {
    gap: 5px;
  }
  .Program__case__photo img {
    display: block;
    min-width: 0;
    height: auto;
  }
}

/* ProgramKyutou
-----------------------------------------*/
.ProgramKyutou {
  background-color: #fde8e8;
}

.ProgramKyutou__inner {
  margin: 0 auto;
  max-width: calc(var(--container-width));
  padding: 130px var(--container-padding);
  position: relative;
}

@media screen and (max-width: 768px) {
  .ProgramKyutou__inner {
    padding: 60px var(--container-padding);
  }
}

.ProgramKyutou__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ProgramKyutou__header {
    padding-bottom: 30px;
  }
}

.ProgramKyutou__header::after {
  content: "";
  display: block;
  width: 245px;
  height: 10px;
  background: linear-gradient(to right, #f5a15a, #d9463a);
  border-radius: 5px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .ProgramKyutou__header::after {
    width: 146px;
    height: 5px;
    bottom: 0;
  }
}

.ProgramKyutou__icon {
  display: block;
}
@media screen and (max-width: 768px) {
  .ProgramKyutou__icon {
    width: 58px;
  }
}

.ProgramKyutou__title {
  font-size: 42px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ProgramKyutou__title {
    font-size: 28px;
  }
}

.ProgramKyutou__content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .ProgramKyutou__content {
    flex-direction: column;
  }
  .ProgramKyutou__table-wrap {
    width: 100%;
  }
}

.ProgramKyutou__detail {
  flex: 1;
}

.ProgramKyutou__table-wrap {
  flex: 1;
}

.ProgramKyutou__detail__title,
.ProgramKyutou__table__title {
  font-size: 28px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  color: #000000;
  margin: 0 0 16px;
}

@media screen and (max-width: 768px) {
  .ProgramKyutou__detail__title,
  .ProgramKyutou__table__title {
    font-size: 20px;
  }
}

.ProgramKyutou__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cccccc;
}

.ProgramKyutou__table__head {
  background-color: #fbeef5;
  border: 1px solid #cccccc;
  padding: 10px 12px;
  font-size: 18px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.ProgramKyutou__table__cell {
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 16px 12px;
  font-size: 18px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 1.6;
  white-space: nowrap;
}

.ProgramKyutou__table__cell--amount {
  color: #d70c19;
  font-size: 16px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  white-space: nowrap;
}

.ProgramKyutou__table__or {
  color: #000000;
  font-size: 16px;
}

.ProgramKyutou__table__num {
  font-size: 42px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .ProgramKyutou__table__head {
    font-size: 14px;
    padding: 8px 6px;
  }
  .ProgramKyutou__table__cell {
    font-size: 14px;
    padding: 10px 5px;
    white-space: normal;
  }
  .ProgramKyutou__table__cell--amount {
    font-size: 13px;
    white-space: normal;
  }
  .ProgramKyutou__table__or {
    font-size: 13px;
  }
  .ProgramKyutou__table__num {
    font-size: 28px;
  }
}

/* ProgramMirai
------------------------------------------*/
.ProgramMirai {
  background-color: #eef5ec;
}

.ProgramMirai__inner {
  margin: 0 auto;
  max-width: calc(var(--container-width));
  padding: 130px var(--container-padding);
  position: relative;
}

@media screen and (max-width: 768px) {
  .ProgramMirai__inner {
    padding: 60px var(--container-padding);
  }
}

.ProgramMirai__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ProgramMirai__header {
    padding-bottom: 30px;
  }
}

.ProgramMirai__header::after {
  content: "";
  display: block;
  width: 245px;
  height: 10px;
  background: linear-gradient(to right, #b6d333, #47b347);
  border-radius: 5px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .ProgramMirai__header::after {
    width: 146px;
    height: 5px;
  }
}

.ProgramMirai__icon {
  display: block;
}
@media screen and (max-width: 768px) {
  .ProgramMirai__icon {
    width: 58px;
  }
}

.ProgramMirai__title {
  font-size: 42px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ProgramMirai__title {
    font-size: 28px;
  }
}

.ProgramMirai__notice {
  font-size: 22px;
  font-family: "Yu Gothic Bold";
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .ProgramMirai__notice {
    font-size: 18px;
  }
}