@charset "UTF-8";
/* ================================================================
Additional Style
================================================================ */
[lang=en] {
  font-weight: 600;
  font-size: 1.15em;
  font-family: "Noto Sans", sans-serif;
  vertical-align: -1px;
  letter-spacing: unset;
}

em {
  font-style: normal;
}

.hojokin .wrapper {
  height: auto;
}
.hojokin .wrapper > .call-to-action {
  padding-inline: unset;
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .hojokin .wrapper > .call-to-action {
    display: none;
  }
}
.hojokin .wrapper > .call-to-action.floating {
  position: fixed;
  z-index: 75;
  inset-block-end: 90px;
  inset-inline-end: 16px;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.8666666667)) drop-shadow(0 0 8px rgba(51, 51, 51, 0.1333333333));
  transition: all 0.25s ease-in;
}
.hojokin .wrapper > .call-to-action.floating a {
  filter: opacity(0.75) contrast(1.2) saturate(0.9) brightness(1);
  transition: all 0.25s ease-in;
}
.hojokin .wrapper > .call-to-action.floating a:hover {
  filter: opacity(1) contrast(1) saturate(1) brightness(1);
}
.hojokin .wrapper > .call-to-action.floating:hover {
  filter: drop-shadow(0 0 8px rgba(51, 51, 51, 0.2666666667));
}
@media screen and (max-width: 1200px) {
  .hojokin .wrapper > .call-to-action.floating {
    inset-inline-end: -32px;
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .hojokin .wrapper > .call-to-action.floating {
    inset-inline-end: -32px;
    width: 125px;
    height: 125px;
  }
}
.hojokin .wrapper > .call-to-action a {
  display: block;
  background: transparent;
}
.hojokin .wrapper > .call-to-action img {
  width: 100%;
  height: auto;
}
.hojokin .main > section {
  width: auto;
  padding-inline: 20px;
}
@media screen and (min-width: 1200px) {
  .hojokin .main > section {
    padding-inline: calc((100vw - 1024px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .hojokin .main > section {
    padding-inline: 20px;
  }
}
.hojokin .heading-section {
  position: relative;
  margin-block: unset;
  padding-block: 30px;
  padding-inline: 90px;
  color: #ff8800;
  font-weight: bold;
  font-size: 30px;
  line-height: 0.9;
  border: solid 3px #ff8900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hojokin .heading-section {
    padding-block: 15px;
    padding-inline: 37px;
    font-size: 20px;
  }
}
.hojokin .heading-section::before, .hojokin .heading-section::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .hojokin .heading-section::before, .hojokin .heading-section::after {
    width: 20px;
    height: 20px;
  }
}
.hojokin .heading-section::before {
  inset-block-start: 30px;
  inset-inline-start: 30px;
  background: linear-gradient(135deg, #fce3bd 0, #fce3bd 50%, transparent 50%);
}
@media screen and (max-width: 768px) {
  .hojokin .heading-section::before {
    inset-block-start: 15px;
    inset-inline-start: 15px;
  }
}
.hojokin .heading-section::after {
  inset-block-end: 30px;
  inset-inline-end: 30px;
  display: inline-block;
  background: linear-gradient(-45deg, #fce3bd 0, #fce3bd 50%, transparent 50%);
}
@media screen and (max-width: 768px) {
  .hojokin .heading-section::after {
    inset-block-end: 15px;
    inset-inline-end: 15px;
  }
}
.hojokin .container-how-much {
  display: flex;
  flex-direction: column;
}
.hojokin header#header #logo {
  min-width: 230px;
  width: 230px;
  height: 40px;
}
.hojokin header#header #logo picture, .hojokin header#header #logo img {
  width: 100%;
}
.hojokin header#header .lpGlnav {
  dispaly: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #343434;
  font-size: 14px;
  line-height: 1;
}
.hojokin header#header .lpGlnav li {
  margin: 0 0 0 0;
  padding-inline-end: 25px;
}
.hojokin header#header .lpGlnav li a {
  color: inherit;
  font-weight: bold;
  font-size: inherit;
}
.hojokin header#header .lpGlnav li:not(:last-of-type) {
  margin-inline-end: 25px;
  border-inline-end: solid 1px rgba(52, 52, 52, 0.8);
}
.hojokin header#header .headerNavButton {
  margin-inline-end: 64px;
}
@media screen and (max-width: 768px) {
  .hojokin header#header .headerNavButton {
    display: none;
  }
}
.hojokin header#header .headerNavButton a {
  display: inline-block;
  padding: 16px 20px;
  width: auto;
  height: auto;
  color: #fff;
  background: linear-gradient(139.55deg, #0BBD73 14.42%, #6FD04D 85.49%);
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2) inset;
}
.hojokin .main > section[id] {
  margin: 0;
  padding-block: 50px;
}
.hojokin #firstview {
  box-sizing: border-box;
  padding-block-end: 20px;
  background: #fdf3dc url("../img/bg-firstview.webp");
  background-repeat: no-repeat;
  background-size: auto 550px;
  background-position: left center;
}
@media screen and (max-width: 768px) {
  .hojokin #firstview {
    padding-block: 12px;
    padding-inline: 0;
    height: 173.3644859813vw;
    height: -moz-max-content;
    height: max-content;
    background-size: auto 100%;
    background-position: center center;
  }
}
.hojokin #firstview .container-section {
  position: relative;
}
.hojokin #firstview .visual-firstview {
  display: block;
}
@media screen and (max-width: 768px) {
  .hojokin #firstview .visual-firstview {
    margin-inline: auto;
    width: calc(100vw - 16px);
    height: auto;
  }
}
.hojokin #firstview .visual-firstview img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .hojokin #firstview .visual-firstview img {
    aspect-ratio: 528/742;
  }
}
.hojokin #firstview a.call-to-action {
  display: block;
  transition: all 0.25s ease-out;
}
@media screen and (min-width: 769px) {
  .hojokin #firstview a.call-to-action {
    position: absolute;
    inset-block-end: -6px;
    inset-inline-start: 0;
    width: 416px;
    height: auto;
    filter: contrast(0.8) opacity(0.75) brightness(1.05);
  }
}
@media screen and (max-width: 768px) {
  .hojokin #firstview a.call-to-action {
    margin-block-start: -8px;
    padding-inline-start: 16px;
    padding-inline-end: 8px;
  }
}
.hojokin #firstview a.call-to-action:hover, .hojokin #firstview a.call-to-action:active {
  filter: contrast(1.15) opacity(0.75) brightness(1) drop-shadow(0 0 8px rgba(51, 51, 51, 0.2));
}
.hojokin #amount {
  color: #343434;
}
@media screen and (max-width: 768px) {
  .hojokin #amount .heading-section {
    position: relative;
    padding-inline: unset;
    font-size: calc((100vw - 32px - 30px - 30px - 8px) / 16);
    white-space: nowrap;
  }
}
.hojokin #amount .section-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 50px;
  margin-block-start: 50px;
  max-width: 750px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .hojokin #amount .section-content {
    margin-block-start: 30px;
    row-gap: 30px;
  }
}
.hojokin #amount .section-content .catch-amount {
  flex-basis: 100%;
  margin: unset;
  padding: unset;
  max-height: 90px;
  color: inherit;
  font-weight: normal;
  font-size: 42px;
  line-height: 0.85;
  text-align: center;
}
.hojokin #amount .section-content .catch-amount .highlight-line {
  display: inline-block;
  margin: unset;
  padding: 0 0.1em;
  background: linear-gradient(to bottom, transparent 0, transparent 75%, #ccebb4 75%, #ccebb4 97%, transparent 97%);
  white-space: nowrap;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .hojokin #amount .section-content .catch-amount .highlight-line {
    font-size: 30px;
    line-height: 1.4;
    background: linear-gradient(to bottom, transparent 0, transparent 40%, #ccebb4 40%, #ccebb4 50%, transparent 50%, transparent 90%, #ccebb4 90%, #ccebb4 100%);
  }
}
.hojokin #amount .section-content .catch-amount .digit {
  display: inline-block;
  padding-inline: 0.2em 0.25em;
  color: #226C08;
  font-weight: bold;
  font-size: 1.75em;
  line-height: 0.75;
  font-family: "Roboto", sans-serif;
  vertical-align: -0.025em;
  letter-spacing: -0.05em;
  transform: scale(1.2, 1);
}
@media screen and (max-width: 768px) {
  .hojokin #amount .section-content .catch-amount .digit {
    padding-inline: 0 0.1em;
    transform: scale(1, 1);
  }
}
.hojokin #amount .section-content .figure-amount {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .hojokin #amount .section-content .figure-amount {
    flex-direction: column;
    row-gap: 20px;
    height: auto;
  }
}
.hojokin #amount .section-content .figure-amount .box-figure {
  box-sizing: border-box;
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .hojokin #amount .section-content .figure-amount .box-figure {
    width: 100%;
    height: auto;
  }
}
.hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(1), .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3) {
  flex-basis: 290px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #e8ffd6;
  border: solid 5px #5aba51;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(1), .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3) {
    flex-basis: 100%;
    border-radius: 0 20px 20px 0;
  }
}
.hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(1) {
  row-gap: 16px;
}
.hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(1) .digit {
  display: inline-block;
  padding-inline-end: 0.05em;
  color: #5aba51;
  font-size: 60px;
  line-height: 0.85;
  vertical-align: -0.075em;
}
@media screen and (max-width: 768px) {
  .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(1) .digit {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(1) {
    flex-basis: unset;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 4fr 3fr;
    row-gap: 0px;
    grid-template-areas: "uppercell uppercell" "bottomleftcell bottomrightcell";
    border-radius: 0 20px 20px 0;
    white-space: nowrap;
  }
  .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(1) > span {
    display: block;
  }
  .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(1) > span:nth-of-type(1) {
    grid-area: uppercell;
    padding-block: 20px;
  }
  .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(1) > span:nth-of-type(2) {
    grid-area: bottomleftcell;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-block-end: 20px;
    height: 32px;
    text-align: end;
  }
  .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(1) > span:nth-of-type(3) {
    grid-area: bottomrightcell;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-block-end: 20px;
    height: 32px;
    text-align: start;
    vertical-align: bottom;
  }
}
.hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(1) > span:nth-of-type(1) {
  flex-basis: auto;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(1) > span:nth-of-type(1) {
    font-size: 18px;
  }
}
.hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(1) > span:nth-of-type(2), .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(1) > span:nth-of-type(3) {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(1) > span:nth-of-type(2), .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(1) > span:nth-of-type(3) {
    font-size: 20px;
  }
}
.hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(1) > span:nth-of-type(2) {
  flex-basis: 55px;
}
.hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(1) > span:nth-of-type(3) {
  flex-basis: auto;
}
.hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(2) {
  row-gap: 8px;
  position: relative;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(2) {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    -moz-column-gap: 4px;
         column-gap: 4px;
    font-size: 16px;
  }
}
.hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(2) .digit {
  color: #ff8900;
  font-size: 2.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(2) .digit {
    font-size: 2.25em;
    vertical-align: baseline;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 768px) {
  .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(2) > span:nth-of-type(1), .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(2) > span:nth-of-type(3) {
    padding-block-end: 4px;
  }
}
.hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(2) > span:nth-of-type(1) {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(2) > span:nth-of-type(1) {
    flex-basis: unset;
    padding-inline-start: 20px;
  }
}
.hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(2)::before {
  content: "";
  position: absolute;
  inset-block-start: 27%;
  width: 100%;
  height: 2px;
  border-block-start: dotted 2px #5aba51;
  transform: translateY(0) rotate(38deg) scale(1.3, 0.8);
}
@media screen and (max-width: 768px) {
  .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(2)::before {
    z-index: -1;
    inset-inline-end: 0;
    width: 55%;
    height: 2px;
    font-size: 2.25em;
    vertical-align: baseline;
    transform: translate(10px, 0px) rotate(150deg) scale(1, 1);
  }
}
@media screen and (max-width: 768px) {
  .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3) {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "topleft topright" "bottomleft bottomright";
    font-size: 20px;
    white-space: nowrap;
  }
}
.hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3) > span {
  flex-basis: 25%;
  align-self: stretch;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3) > span {
    flex-basis: 50%;
  }
}
.hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3):nth-of-type(3) > span:nth-of-type(1), .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3):nth-of-type(3) > span:nth-of-type(2) {
  color: #fff;
  background-color: #5aba51;
  border-radius: 15px 15px 0 0;
}
@media screen and (max-width: 768px) {
  .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3):nth-of-type(3) > span:nth-of-type(1), .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3):nth-of-type(3) > span:nth-of-type(2) {
    border-radius: 0 15px 0 0;
  }
}
.hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3):nth-of-type(3) > span:nth-of-type(2) {
  border-radius: 0;
}
.hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3):nth-of-type(3) > span:nth-of-type(4) .digit {
  display: inline-block;
  padding-inline-end: 0.05em;
  color: #f75500;
  vertical-align: -0.075em;
}
.hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3):nth-of-type(3) > span:nth-of-type(1), .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3):nth-of-type(3) > span:nth-of-type(3) {
  flex-basis: 40%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-block-end: 16px;
}
@media screen and (max-width: 768px) {
  .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3):nth-of-type(3) > span:nth-of-type(1), .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3):nth-of-type(3) > span:nth-of-type(3) {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 0;
  }
}
.hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3):nth-of-type(3) > span:nth-of-type(2), .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3):nth-of-type(3) > span:nth-of-type(4) {
  flex-basis: 60%;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3):nth-of-type(3) > span:nth-of-type(2), .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3):nth-of-type(3) > span:nth-of-type(4) {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3) > span:nth-of-type(1) {
    grid-area: topright;
    padding-block: 20px;
    font-size: 17px;
    border: solid 1px #5aba51;
    border-radius: 0 15px 0 0;
  }
  .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3) > :nth-of-type(2) {
    grid-area: bottomright;
    padding-block-end: 20px;
    border-radius: 0 15px 0 0;
  }
  .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3) > :nth-of-type(3) {
    grid-area: topleft;
    padding-block: 20px;
    font-size: 17px;
  }
  .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3) > :nth-of-type(4) {
    grid-area: bottomleft;
    padding-block-end: 20px;
  }
}
.hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3) .digit {
  display: inline-block;
  padding-inline-end: 0.05em;
  font-size: 60px;
  line-height: 0.85;
  vertical-align: -0.075em;
}
@media screen and (max-width: 768px) {
  .hojokin #amount .section-content .figure-amount .box-figure:nth-of-type(3) .digit {
    font-size: 2em;
  }
}
.hojokin #what-about {
  color: #343434;
  background-color: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .hojokin #what-about {
    padding-block-end: 0;
  }
}
.hojokin #what-about .section-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
  justify-content: center;
  align-items: center;
  margin-block-start: 50px;
}
@media screen and (max-width: 768px) {
  .hojokin #what-about .section-content {
    flex-direction: column;
    row-gap: 20px;
    margin-block-start: 30px;
  }
}
.hojokin #what-about .section-content > .content-text {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  padding-inline-start: 4px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .hojokin #what-about .section-content > .content-text {
    font-size: 16px;
  }
}
.hojokin #what-about .section-content > .figure-image {
  flex-basis: 396px;
  flex-grow: 0;
  flex-shrink: 0;
  min-width: 396px;
}
@media screen and (max-width: 768px) {
  .hojokin #what-about .section-content > .figure-image {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    min-width: 100vw;
  }
}
.hojokin #what-about .section-content > .figure-image picture, .hojokin #what-about .section-content > .figure-image img {
  display: inline-block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .hojokin #what-about .section-content > .figure-image picture, .hojokin #what-about .section-content > .figure-image img {
    display: block;
  }
}
.hojokin #what-about .section-content p {
  margin: unset;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.hojokin #object {
  color: #343434;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .hojokin #object {
    padding-block-end: 0;
  }
}
.hojokin #object .section-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-block-start: 50px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .hojokin #object .section-content {
    flex-direction: column;
    row-gap: 10px;
    margin-block-start: 25px;
    font-size: 16px;
    line-height: 1.85;
  }
}
.hojokin #object .section-content > .figure-image {
  flex-basis: 396px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .hojokin #object .section-content > .figure-image {
    order: 1;
    flex-basis: auto;
    width: calc(100vw - 8px);
    margin-block-start: -40px;
  }
  .hojokin #object .section-content > .figure-image img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.hojokin #object .section-content > .content-parallel {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  list-style-type: none;
  margin: unset;
  padding: unset;
}
.hojokin #object .section-content > .content-parallel .parallel-lead {
  font-weight: bold;
  font-size: inherit;
  line-height: inherit;
}
.hojokin #object .section-content > .content-parallel .parallel-column {
  padding: 25px 30px;
  background-color: #ecffdd;
}
@media screen and (max-width: 768px) {
  .hojokin #object .section-content > .content-parallel .parallel-column {
    padding: 20px 10px;
  }
}
.hojokin #object .section-content > .content-parallel .parallel-column > section {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.hojokin #object .section-content > .content-parallel .parallel-column .heading-content {
  margin: unset;
  font-size: 20px;
  line-height: 0.9;
}
@media screen and (max-width: 768px) {
  .hojokin #object .section-content > .content-parallel .parallel-column .heading-content {
    text-align: center;
    font-size: 18px;
    line-height: 1;
  }
}
.hojokin #object .section-content > .content-parallel .parallel-column .parallel-list {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  list-style-type: disc;
  padding-block: 12px;
  padding-inline: 2.5em 10px;
  background-color: #fff;
  font-weight: inherit;
  font-size: 0.85em;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .hojokin #object .section-content > .content-parallel .parallel-column .parallel-list {
    font-size: 1em;
  }
}
.hojokin #object .section-content > .content-parallel .parallel-column .parallel-list > li::marker {
  color: rgba(52, 52, 52, 0.6705882353);
}
.hojokin #about-eventos {
  color: #343434;
  background-color: #f9f9f9;
}
.hojokin #about-eventos .catch-phrase {
  margin: 50px auto;
  padding: 20px;
  max-width: 1024px;
  background-color: #fff;
  font-weight: normal;
  font-size: 24px;
  border-radius: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hojokin #about-eventos .catch-phrase {
    margin-block: 25px;
    padding: 10px 16px;
    max-width: 100%;
    width: -moz-max-content;
    width: max-content;
    font-size: 19px;
    line-height: 1.5;
    border-radius: 20px;
    text-align: start;
    filter: drop-shadow(1px 1px 4px rgba(51, 51, 51, 0.0666666667));
  }
}
.hojokin #about-eventos .catch-phrase .highLight {
  font-style: normal;
  font-weight: bold;
}
.hojokin #about-eventos .aboutBox {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-inline: auto;
  max-width: 1024px;
}
@media screen and (max-width: 768px) {
  .hojokin #about-eventos .aboutBox {
    flex-direction: column;
    row-gap: 20px;
    margin-inline: auto;
    max-width: calc(100% - 40px);
  }
}
.hojokin #about-eventos .aboutBox .aboutBox_item:nth-of-type(1) > .heading-aboutBox_item {
  background-color: #16a085;
}
.hojokin #about-eventos .aboutBox .aboutBox_item:nth-of-type(2) > .heading-aboutBox_item {
  background-color: #ce5347;
}
.hojokin #about-eventos .aboutBox .aboutBox_item:nth-of-type(3) > .heading-aboutBox_item {
  background-color: #1c68ae;
}
.hojokin #about-eventos .aboutBox .heading-aboutBox_item {
  margin: unset;
  padding: 16px 30px;
  color: #fff;
  font-size: 22px;
  line-height: 0.95;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
.hojokin #about-eventos .about_catch {
  margin-block: 50px;
  padding: 20px;
  color: #343434;
  background-color: #ffecd2;
  font-weight: normal;
  font-size: 28px;
  line-height: 0.9;
  border-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hojokin #about-eventos .about_catch {
    margin-block: 20px 40px;
    padding: 10px 16px 12px;
    font-size: 19px;
    line-height: 1.5;
    text-align: start;
  }
}
.hojokin #about-eventos .about_catch p {
  margin: unset;
  color: inherit;
  font-size: inherit;
}
.hojokin #about-eventos .about_catch em {
  color: #ff8900;
  font-style: inherit;
  font-weight: bold;
}
.hojokin #about-eventos .call-to-action {
  margin-inline: auto;
  width: auto;
  text-align: center;
}
.hojokin #about-eventos .call-to-action > a {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-inline: auto;
  padding: 30px 70px;
  width: 380px;
  height: 88px;
  color: #fff;
  background-color: #ef851b;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  border-radius: 50px;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2509803922), 0 0 10px 0px rgba(0, 0, 0, 0.2) inset;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 768px) {
  .hojokin #about-eventos .call-to-action > a {
    width: 100%;
    height: auto;
    padding: 30px;
  }
}
.hojokin #about-eventos .call-to-action > a > span:last-of-type {
  width: 20px;
}
.hojokin #about-eventos .call-to-action > a:hover, .hojokin #about-eventos .call-to-action > a:active {
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.4);
  filter: opacity(0.95) contrast(120%) brightness(105%);
}
.hojokin #eventos-support .section-content {
  color: #343434;
}
.hojokin #eventos-support .section-content p {
  margin-block: 50px;
  padding-inline: 4px;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .hojokin #eventos-support .section-content p {
    margin-block: 25px;
    font-size: 16px;
    line-height: 1.85;
  }
}
@media screen and (max-width: 768px) {
  .hojokin #eventos-support .section-content .figure-image {
    margin-inline: auto;
    max-width: 310px;
    display: block;
    width: 100%;
    height: auto;
  }
}
.hojokin #schedule {
  background-color: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .hojokin #schedule {
    padding-block-end: 0;
  }
}
.hojokin #schedule .container-schedule {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin-block: 50px 75px;
  margin-inline: auto;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .hojokin #schedule .container-schedule:has(+ .chance) {
    margin-block-end: 20px;
  }
}
.hojokin #schedule .container-schedule .group-schedule {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .hojokin #schedule .container-schedule .group-schedule {
    display: grid;
    grid-template-rows: 40px 67px;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
    grid-template-areas: "title status" "limit limit";
  }
}
.hojokin #schedule .container-schedule dt, .hojokin #schedule .container-schedule dd {
  box-sizing: border-box;
  margin: unset;
}
.hojokin #schedule .container-schedule .schedule-title {
  flex: 180px 0 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  color: #343434;
  background-color: #fce3bd;
  font-weight: bold;
  font-size: 21px;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hojokin #schedule .container-schedule .schedule-title {
    grid-area: title;
    padding: 10px;
    font-size: 20px;
    line-height: 1;
  }
}
.hojokin #schedule .container-schedule .schedule-limit {
  flex: 480px 1 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 30px;
  color: #343434;
  font-weight: bold;
  font-size: 30px;
  line-height: 0.75;
  white-space: nowrap;
  text-align: start;
  letter-spacing: 0.05em;
  border-block-end: solid 3px #fce3bd;
}
@media screen and (max-width: 768px) {
  .hojokin #schedule .container-schedule .schedule-limit {
    grid-area: limit;
    font-size: 24px;
    line-height: 1;
  }
}
.hojokin #schedule .container-schedule .schedule-limit small {
  padding-inline-start: 0.2em;
  font-weight: normal;
}
.hojokin #schedule .container-schedule .schedule-status {
  flex: 150px 0 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-start: 40px;
  padding: 8px 20px;
  width: 150px;
  height: auto;
  color: #343434;
  background-color: #d9d9d9;
  font-weight: bold;
  font-size: 21px;
  line-height: 1;
  white-space: nowrap;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .hojokin #schedule .container-schedule .schedule-status {
    grid-area: status;
    margin-inline-start: auto;
    padding: 8px 15px;
    width: 110px;
    font-size: 20px;
    line-height: 0.9;
  }
}
.hojokin #schedule .container-schedule .schedule-status.now {
  color: #fff;
  background-color: #5aba51;
}
.hojokin #schedule .container-schedule .schedule-status.closed {
  filter: opacity(0.65) brightness(0.9);
}
.hojokin .chance .heading-chance {
  margin: 0;
  padding: 30px;
  color: #fff;
  background-color: #ff8900;
  font-weight: bold;
  font-size: 30px;
  line-height: 0.9;
  text-align: center;
  border: solid 3px #ff8900;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 768px) {
  .hojokin .chance .heading-chance {
    padding: 18px 30px;
    font-size: 20px;
    border-radius: 20px 20px 0 0;
  }
}
.hojokin .chance .column-chance {
  margin-block: -3px 0;
  padding: 30px;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.75;
  border: solid 3px #ff8900;
}
@media screen and (max-width: 768px) {
  .hojokin .chance .column-chance {
    padding-block-start: 20px;
    padding-inline: 15px;
    font-size: 16px;
  }
}
.hojokin .chance .column-chance p {
  margin: unset;
  padding: unset;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.hojokin .chance .figure-image {
  display: block;
  margin-block-start: -16px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .hojokin .chance .figure-image {
    margin-block-start: -24px;
    margin-inline-start: -16px;
    width: calc(100vw - 8px);
  }
  .hojokin .chance .figure-image picture, .hojokin .chance .figure-image img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.hojokin #mailForm {
  background: transparent;
}
.hojokin .container-form {
  margin-block: 50px;
  padding-inline: 85px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .hojokin .container-form {
    flex-direction: column;
    margin-block: 25px;
    padding-inline: 4px;
  }
}
.hojokin .container-form .form-group {
  margin: unset;
}
.hojokin .container-form .item-box-form {
  flex-basis: calc(50% - 30px);
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 768px) {
  .hojokin .container-form .item-box-form {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.hojokin .container-form .item-box-form:has(.notation) {
  margin-block-start: -15px;
  text-align: end;
}
.hojokin .container-form .item-box-form:has(.notation) .notation {
  font-weight: bold;
  font-size: 0.9em;
  opacity: 0.75;
}
.hojokin .container-form .item-box-form:has(.notation) .mark-required {
  display: inline-block;
  padding-inline: 0.1em;
  color: #ed6a5e;
  font-weight: inherit;
  font-size: 1.5em;
  line-height: 0.75;
  vertical-align: -0.25em;
}
.hojokin .container-form .item-box-form:nth-of-type(5) {
  flex-shrink: 0;
}
.hojokin .container-form .item-box-form:nth-of-type(6) {
  flex-basis: 100%;
}
.hojokin .container-form .item-box-form:last-of-type {
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media screen and (max-width: 768px) {
  .hojokin .container-form .item-box-form:last-of-type {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.hojokin .container-form .item-box-form:last-of-type input[type=checkbox] {
  width: 25px;
  height: 25px;
}
.hojokin .container-form .item-box-form:last-of-type button.btn-submit {
  display: inline-block;
  padding: 24px 20px;
  width: 200px;
  color: #fff;
  background-color: #343434;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.25s ease-in;
}
.hojokin .container-form .item-box-form:last-of-type button.btn-submit:disabled {
  cursor: not-allowed;
  opacity: 0.35;
  filter: brightness(0.85) contrast(0.75);
}
.hojokin .container-form .item-box-form:last-of-type a {
  color: inherit;
  text-decoration: underline;
}
.hojokin .container-form .item-box-form:last-of-type > span:nth-of-type(1), .hojokin .container-form .item-box-form:last-of-type > span:nth-of-type(2) {
  flex-basis: calc((50% - 12px) / 2);
  flex-grow: 0;
  flex-shrink: 1;
}
@media screen and (max-width: 768px) {
  .hojokin .container-form .item-box-form:last-of-type > span:nth-of-type(1) {
    flex-basis: 15%;
  }
}
.hojokin .container-form .item-box-form:last-of-type > span:nth-of-type(2) {
  flex-grow: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .hojokin .container-form .item-box-form:last-of-type > span:nth-of-type(2) {
    flex-basis: 70%;
  }
}
.hojokin .container-form .item-box-form:last-of-type > span:nth-of-type(3) {
  flex-basis: calc((100% - 12px) / 2);
  flex-grow: 1;
  flex-shrink: 1;
  margin-inline-start: 40px;
}
@media screen and (max-width: 768px) {
  .hojokin .container-form .item-box-form:last-of-type > span:nth-of-type(3) {
    justify-content: center;
    flex-basis: 100%;
    margin-inline-start: unset;
    text-align: center;
  }
}
.hojokin .container-form .item-box-form:last-of-type > span:has(input[type=checkbox]) {
  text-align: end;
}
.hojokin .container-form label {
  color: #343434;
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .hojokin .container-form label {
    padding-inline-start: 5px;
    font-size: 15px;
  }
}
.hojokin .container-form .label-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.hojokin .container-form .label-form.required::after {
  content: "*";
  display: inline-block;
  padding-inline: 0.25em;
  color: #ed6a5e;
  font-weight: inherit;
  font-size: 1.5em;
  line-height: 0.75;
}
.hojokin .container-form input, .hojokin .container-form textarea {
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  color: inherit;
  background: transparent;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.65;
  border: solid 1px Gray;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .hojokin .container-form input, .hojokin .container-form textarea {
    font-size: 16px;
  }
}
.hojokin .container-form input::-moz-placeholder, .hojokin .container-form textarea::-moz-placeholder {
  color: rgba(52, 52, 52, 0.5333333333);
}
.hojokin .container-form input::placeholder, .hojokin .container-form textarea::placeholder {
  color: rgba(52, 52, 52, 0.5333333333);
}
.hojokin .container-form textarea {
  resize: vertical;
  height: 168.6px;
}
.hojokin .container-form .help-block {
  margin: unset;
  padding-block-start: 4px;
  padding-inline-start: 1.25em;
  color: #ea1c0d;
  font-size: 14px;
}
.hojokin .container-form .help-block li {
  color: inherit;
  font-size: inherit;
  list-style-position: outside;
}
.hojokin .container-form .help-block li::marker {
  content: "▲ ";
  color: rgba(234, 28, 13, 0.6705882353);
}
.hojokin .container-form .has-error {
  color: #ea1c0d;
  font-size: 14px;
}
.hojokin .container-form .has-error label {
  color: inherit;
  font-weight: bold;
  font-size: inherit;
}
.hojokin #footer {
  position: relative;
  inset-block-end: 0;
  width: 100%;
  min-height: 148px;
  color: #fff;
  background-color: #ee9849;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}
.hojokin #footer .container-footer {
  position: relative;
  inset-block-start: -10px;
  inset-inline-start: -10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-block: 25px -10px;
  margin-inline: auto;
  max-width: 1024px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .hojokin #footer .container-footer {
    flex-direction: column;
    row-gap: 20px;
    margin-block: 50px;
    max-width: 100%;
    width: 100%;
  }
}
.hojokin #footer .logo-eventos-white {
  box-sizing: border-box;
  width: 120px;
  height: auto;
}
.hojokin #footer .logo-eventos-white svg {
  width: 100%;
  height: auto;
}
.hojokin #footer .link-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
  list-style-type: none;
  padding: unset;
}
@media screen and (max-width: 768px) {
  .hojokin #footer .link-menu {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.hojokin #footer .link-menu > li:first-of-type {
  padding-inline-end: 50px;
  border-inline-end: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  .hojokin #footer .link-menu > li:first-of-type {
    padding-inline-end: 20px;
  }
}
.hojokin #footer a {
  color: inherit;
  transition: all 0.2s ease;
  opacity: 0.85;
}
.hojokin #footer a:hover, .hojokin #footer a:active {
  opacity: 1;
}
.hojokin #footer .copy {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: 25px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .hojokin #footer .copy {
    margin-block-end: 50px;
  }
}

/* [EOF] *//*# sourceMappingURL=hojokin.css.map */