@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
.lowerMainVisualSect {
  background-color: #fced75;
}
.lowerMainVisualSect__inner {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .lowerMainVisualSect__inner {
    max-width: 1104px;
    margin-inline: auto;
    padding: 0 24px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .lowerMainVisualSect__inner {
    padding: 16px 0;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .lowerMainVisualSect__media {
    width: 60.1990049751vw;
  }
}
.lowerMainVisualSect__media .photo__image {
  max-height: 240px;
  -o-object-fit: contain;
     object-fit: contain;
}

.programIntroduce__summary .dist {
  color: var(--color-white);
  display: block;
  align-items: flex-end;
  background: #e55808;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .programIntroduce__summary .dist {
    font-weight: 600;
    font-size: calc(22rem / 10);
    line-height: 1.4545454545;
    letter-spacing: 0.04em;
    border-radius: 8px;
    text-align: center;
    padding: 8px 16px;
  }
}
@media screen and (max-width: 767px) {
  .programIntroduce__summary .dist {
    font-weight: 600;
    font-size: calc(20rem / 10);
    line-height: 1.4;
    letter-spacing: 0.04em;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 12px 16px;
  }
}
@media screen and (min-width: 768px) {
  .programIntroduce__summary .dist .bold {
    padding-left: 5px;
    font-size: 1.4em;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 767px) {
  .programIntroduce__summary .dist .bold {
    font-size: 1em;
    letter-spacing: 0.03em;
  }
}

@media screen and (min-width: 768px) {
  .bread-crumb {
    max-width: 1104px;
    margin-inline: auto;
    padding: 17px 24px;
  }
}
@media screen and (max-width: 767px) {
  .bread-crumb {
    padding: 12px 3.9800995025vw;
  }
}

.choiceGeneralSect {
  container-type: inline-size;
}
@media screen and (min-width: 768px) {
  .choiceGeneralSect {
    padding-block: 64px;
  }
}
@media screen and (max-width: 767px) {
  .choiceGeneralSect {
    padding-block: 40px;
  }
}
@media screen and (min-width: 768px) {
  .choiceGeneralSect__inner {
    max-width: 1104px;
    margin-inline: auto;
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .choiceGeneralSect__inner {
    padding: 0 3.9800995025vw;
  }
}
.choiceGeneralSect__head {
  padding-bottom: 24px;
}
.choiceGeneralSect__head h2.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  font-size: 34px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
}
.choiceGeneralSect__head h2.heading::before {
  display: block;
  width: 80px;
  height: 94px;
  margin-right: 4px;
}
.choiceGeneralSect__body .txt {
  font-size: calc(16rem / 10);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .choiceGeneralSect__body .txt--center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .choiceGeneralSect__body .txt--center {
    text-align: left;
  }
}
.choiceGeneralSect--choiceMap h2.heading::before {
  content: url("../image/icon-haading-choice.svg");
}
.choiceGeneralSect--program {
  background-color: #fced75;
}
.choiceGeneralSect--program h2.heading::before {
  content: url("../image/icon-haading-program.svg");
}
.choiceGeneralSect--present h2.heading::before {
  content: url("../image/icon-haading-present.svg");
}
.choiceGeneralSect--contact {
  background-color: #fced75;
}
.choiceGeneralSect--contact h2.heading::before {
  content: url("../image/icon-haading-contact.svg");
}
.choiceGeneralSect--insta h2.heading::before {
  content: url("../image/icon-haading-insta.svg");
}
.choiceGeneralSect--lowerChoice {
  background-color: #fdf4a7;
}
.choiceGeneralSect--lowerChoice h2.heading::before {
  content: url("../image/icon-haading-choice.svg");
}
.choiceGeneralSect .generalButton {
  margin-inline: auto;
  max-width: 300px;
}
.choiceGeneralSect .generalButton .svgIcon--prev {
  right: unset;
  left: 20px;
}

.choiceMapDetailCard {
  background-color: var(--color-white);
  display: grid;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .choiceMapDetailCard {
    padding: 32px;
    gap: 24px;
    grid-template-columns: minmax(300px, 1fr) minmax(300px, 468px);
    grid-template-areas: "media head" "body body";
  }
}
@media screen and (max-width: 767px) {
  .choiceMapDetailCard {
    padding: 16px;
    grid-template-columns: 1fr;
    grid-template-areas: "media" "head" "body";
  }
}
.choiceMapDetailCard__media {
  grid-area: media;
}
.choiceMapDetailCard__media .photo__image {
  border-radius: 8px;
}
.choiceMapDetailCard__head {
  grid-area: head;
}
.choiceMapDetailCard__head .heading {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .choiceMapDetailCard__head .heading {
    font-weight: 600;
    font-size: calc(32rem / 10);
    line-height: 1.3125;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .choiceMapDetailCard__head .heading {
    font-weight: 600;
    font-size: calc(28rem / 10);
    line-height: 1.4285714286;
    letter-spacing: 0.04em;
    margin-top: 20px;
  }
}
.choiceMapDetailCard__head .heading .intro {
  display: block;
  font-weight: normal;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .choiceMapDetailCard__head .heading .intro {
    font-size: calc(20rem / 10);
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .choiceMapDetailCard__head .heading .intro {
    font-size: calc(16rem / 10);
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
.choiceMapDetailCard__head .outline .txt {
  line-height: 1.875;
}
.choiceMapDetailCard__body {
  grid-area: body;
}
@media screen and (max-width: 767px) {
  .choiceMapDetailCard__body {
    margin-top: 32px;
  }
}
.choiceMapDetailCard__body .choiceMapDetailSect__head {
  margin-bottom: 16px;
}
.choiceMapDetailCard__body .choiceMapDetailSect__head .heading {
  font-weight: 600;
  font-size: calc(20rem / 10);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.choiceMapDetailCard__body .choiceMapDetailSect__body .txt + .txt {
  margin-top: 1em;
}

.choice-map-section {
  background-color: #fef8c8;
}
@media screen and (min-width: 768px) {
  .choice-map-section {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .choice-map-section {
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 768px) {
  .choice-map-section .listPager {
    padding-block: 56px 40px;
  }
}
@media screen and (max-width: 767px) {
  .choice-map-section .listPager {
    padding-block: 32px;
  }
}
@media screen and (min-width: 768px) {
  .choice-map-section .generalButton {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .choice-map-section .generalButton {
    margin-top: 32px;
  }
}

.footer {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .breadcrumb__list {
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=article.css.map */