@charset "UTF-8";
#enecaree [class*=c-title] {
  text-align: center;
}
#enecaree .c-title--large {
  font-family: "Lato", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  #enecaree .c-title--large {
    font-size: 30px;
  }
}
#enecaree .c-title--small {
  font-family: "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  #enecaree .c-title--small {
    font-size: 22px;
  }
}
#enecaree .c-title__sub--large {
  font-family: "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #enecaree .c-title__sub--large {
    font-size: 18px;
  }
}
#enecaree .c-title__sub--medium {
  font-family: "Lato", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
  line-height: 1.2222222222;
  margin-top: 5px;
}
#enecaree .c-title__sub--small {
  font-family: "Lato", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
}

#enecaree .c-btn {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 308px;
  width: 100%;
  min-height: 62px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  background-color: #856844;
  text-align: center;
  padding: 12px 24px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media screen and (max-width: 767px) {
  #enecaree .c-btn {
    font-size: 20px;
    max-width: 268px;
    min-height: 52px;
  }
}
#enecaree .c-btn::before, #enecaree .c-btn::after {
  content: "";
  display: block;
  width: 3px;
  height: 8px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: 20px;
}
#enecaree .c-btn::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
#enecaree .c-btn::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
#enecaree .c-btn:hover {
  opacity: 0.7;
}

.breadBg {
  margin-bottom: 0;
}

#enecaree {
  color: #1A1311;
  position: relative;
}
#enecaree .l-loading {
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100dvh - 204px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}
#enecaree * {
  font-family: "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
#enecaree .scroll-hint-text {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
#enecaree .scroll-hint-icon {
  height: auto;
  padding: 15px 0px;
}
#enecaree img {
  max-width: 100%;
}
#enecaree ::after {
  content: unset;
}
#enecaree .l-section {
  opacity: 0;
  padding: 100px 10px 100px;
}
#enecaree .l-section__inner {
  max-width: 100%;
  width: 956px;
  margin: 0 auto;
}
#enecaree .l-section--mv {
  padding: 88px 10px 120px;
  background-image: url(../img/mv_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--mv {
    padding: 60px 10px 60px;
    background-image: url(../img/mv_bg_sp.jpg);
  }
}
#enecaree .l-section--mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 58px;
     -moz-column-gap: 58px;
          column-gap: 58px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--mv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--mv__logo img {
    display: block;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
#enecaree .l-section--mv__lead {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.2em;
  margin-bottom: 42px;
  display: block;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--mv__lead {
    font-size: 17px;
    text-align: center;
    margin-bottom: 17px;
  }
}
#enecaree .l-section--mv__content {
  color: #FFFFFF;
  width: 342px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#enecaree .l-section--mv__content__separator {
  border-color: #FFFFFF;
  border-style: solid;
  border-bottom: none;
  margin: 5px 0;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--mv__content__separator {
    margin: 8px 0;
  }
}
#enecaree .l-section--mv__content__note {
  font-size: 37px;
  font-weight: 500;
  line-height: 1.8648648649;
  letter-spacing: 0.2em;
  margin-top: 33px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--mv__content__note {
    font-size: 30px;
    margin-top: 17px;
  }
}
#enecaree .l-section--mv__content__period {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 18px auto 18px auto 18px auto;
  grid-template-columns: repeat(4, auto);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
}
#enecaree .l-section--mv__content__period__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.0625;
  white-space: nowrap;
}
#enecaree .l-section--mv__content__period__date__year {
  font-family: "Barlow Condensed", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 19px;
  line-height: 1.2105263158;
  vertical-align: top;
  padding-top: 0.6em;
  margin-right: 6px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--mv__content__period__date__year {
    padding-top: 0.2em;
  }
}
#enecaree .l-section--mv__content__period__date__day {
  font-family: "Barlow Condensed", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 47px;
  line-height: 1.1914893617;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--mv__content__period__date__day {
    font-size: 30px;
  }
}
#enecaree .l-section--mv__content__period__separator {
  font-family: "Barlow Condensed", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 47px;
  line-height: 1.1914893617;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--mv__content__period__separator {
    font-size: 30px;
  }
}
#enecaree .l-section--mv__content__schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
}
#enecaree .l-section--mv__content__schedule__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-family: "Barlow Condensed", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 47px;
  line-height: 1.1914893617;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--mv__content__schedule__date {
    font-size: 30px;
  }
}
#enecaree .l-section--mv__content__schedule__date::before, #enecaree .l-section--mv__content__schedule__date::after {
  font-family: "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}
#enecaree .l-section--mv__content__schedule__date::before {
  content: "全";
  font-size: 25px;
  line-height: 1.32;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--mv__content__schedule__date::before {
    font-size: 20px;
  }
}
#enecaree .l-section--mv__content__schedule__date::after {
  content: "日程";
  font-size: 20px;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--mv__content__schedule__date::after {
    font-size: 16px;
  }
}
#enecaree .l-section--mv__content__schedule__note {
  font-family: "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  padding-bottom: 0.5em;
}
#enecaree .l-section--mv__content__deadline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
#enecaree .l-section--mv__content__deadline__title {
  font-family: "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  padding-top: 0.5em;
}
#enecaree .l-section--mv__content__deadline__date {
  font-family: "Barlow Condensed", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 47px;
  line-height: 1.1914893617;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--mv__content__deadline__date {
    font-size: 30px;
  }
}
#enecaree .l-section--mv__gnav {
  margin-top: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--mv__gnav {
    display: none;
  }
}
#enecaree .l-section--mv__gnav__item {
  color: #FFFFFF;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 2px;
  position: relative;
  padding-left: 18px;
}
#enecaree .l-section--mv__gnav__item::before {
  content: "";
  width: 2px;
  height: 41px;
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  background-color: #FFFFFF;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
#enecaree .l-section--mv__gnav__item:hover::before {
  height: 60px;
}
#enecaree .l-section--mv__gnav__item__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
}
#enecaree .l-section--mv__gnav__item__sub {
  font-size: 14px;
  font-family: "Lato", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.2142857143;
  letter-spacing: 0.05em;
}
#enecaree .l-section--mv__entry-btn {
  background-color: #DB0034;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  bottom: 22px;
  right: 19px;
  text-decoration: none;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--mv__entry-btn {
    width: 100px;
    height: 100px;
    bottom: 15px;
    right: 15px;
  }
}
#enecaree .l-section--mv__entry-btn__title {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--mv__entry-btn__title {
    font-size: 14px;
  }
}
#enecaree .l-section--mv__entry-btn__sub {
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Lato", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.2142857143;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--mv__entry-btn__sub {
    font-size: 14px;
  }
}
#enecaree .l-section--concept {
  padding: 73px 10px 97px;
  background-image: url(../img/concept_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  #enecaree .l-section--concept {
    background-size: auto;
  }
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--concept {
    padding: 35px 10px 40px;
  }
}
#enecaree .l-section--concept__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.554;
  letter-spacing: 0.3214em;
  margin: 0 auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--concept__title {
    font-size: 20px;
  }
}
#enecaree .l-section--concept__lead > p {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2222222222;
  letter-spacing: 0.05em;
  margin-top: 56px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--concept__lead > p {
    font-size: 14px;
    line-height: 2;
    margin-top: 27px;
  }
}
#enecaree .l-section--concept__lead > p + p {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--concept__lead > p + p {
    margin-top: 30px;
  }
}
#enecaree .l-section--concept__enecaree_logo {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--concept__enecaree_logo {
    margin-top: 30px;
  }
}
#enecaree .l-section--concept__special_movie {
  margin-top: 82px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--concept__special_movie {
    margin-top: 25px;
  }
}
#enecaree .l-section--concept__special_movie__content {
  margin-top: 38px;
}
#enecaree .l-section--concept__special_movie__content > iframe {
  border: none;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
#enecaree .l-section--concept__support {
  width: 805px;
  max-width: 100%;
  margin: 100px auto 0;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--concept__support {
    margin-top: 50px;
  }
}
#enecaree .l-section--concept__support__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  border-top: solid 1px #FFFFFF;
  border-bottom: solid 1px #FFFFFF;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--concept__support__title {
    font-size: 18px;
  }
}
#enecaree .l-section--concept__support__content {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--concept__support__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
  }
}
#enecaree .l-section--concept__support__content__item {
  width: 100%;
}
#enecaree .l-section--concept__support__content__item__title {
  color: #C1AE8A;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--concept__support__content__item__title {
    font-size: 18px;
    text-align: center;
  }
}
#enecaree .l-section--concept__support__content__item__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--concept__support__content__item__detail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#enecaree .l-section--concept__support__content__item__detail__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--concept__support__content__item__detail__text {
    text-align: center;
    font-size: 18px;
  }
}
#enecaree .l-section--concept__support__content__item__detail__year {
  font-family: "Barlow Condensed", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--concept__support__content__item__detail__year {
    font-size: 16px;
  }
}
#enecaree .l-section--concept__support__content__item__detail__year:not(:first-child) {
  margin-top: 10px;
}
#enecaree .l-section--concept__support__content__item__detail__day {
  font-family: "Barlow Condensed", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--concept__support__content__item__detail__day {
    font-size: 25px;
  }
}
#enecaree .l-section--concept__support__content__item__detail__note {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2857142857;
  letter-spacing: 0.1em;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--concept__support__content__item__detail__note {
    font-size: 12px;
  }
}
#enecaree .l-section--concept__support__content__item__detail__place {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--concept__support__content__item__detail__place {
    font-size: 16px;
  }
}
#enecaree .l-section--concept__support__content__item__detail__place:not(:first-child) {
  margin-top: 15px;
}
#enecaree .l-section--concept__support__content__item__detail__capacity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Barlow Condensed", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--concept__support__content__item__detail__capacity {
    font-size: 25px;
  }
}
#enecaree .l-section--concept__support__content__item__detail__capacity::before, #enecaree .l-section--concept__support__content__item__detail__capacity::after {
  font-family: "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#enecaree .l-section--concept__support__content__item__detail__capacity::before {
  content: "定員";
  font-size: 18px;
  line-height: 1.3333333333;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--concept__support__content__item__detail__capacity::before {
    margin-right: 5px;
    font-size: 14px;
  }
}
#enecaree .l-section--concept__support__content__item__detail__capacity::after {
  content: "名";
  font-size: 14px;
  line-height: 1.4285714286;
  margin-left: 5px;
}
#enecaree .l-section--learn {
  padding: 91px 10px 100px;
  background-color: #F5F3E7;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--learn {
    padding: 40px 10px 50px;
  }
}
#enecaree .l-section--learn__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px 18px;
}
@media screen and (max-width: 1024px) {
  #enecaree .l-section--learn__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
  }
}
#enecaree .l-section--learn__content__item {
  counter-increment: item;
  width: calc((100% - 36px) / 3);
}
@media screen and (max-width: 1024px) {
  #enecaree .l-section--learn__content__item {
    width: 100%;
  }
}
#enecaree .l-section--learn__content__item__image {
  text-align: center;
  margin-bottom: 15;
}
#enecaree .l-section--learn__content__item__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 8px;
  color: var(--color);
  padding: 10px 20px 12px var(--padding-left);
  background-color: var(--background-color);
  position: relative;
}
@media screen and (max-width: 1024px) {
  #enecaree .l-section--learn__content__item__title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--learn__content__item__title {
    font-size: 16px;
  }
}
#enecaree .l-section--learn__content__item__title::before {
  content: counter(item);
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Barlow Condensed", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 100px;
  line-height: 1.2;
  padding-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  #enecaree .l-section--learn__content__item__title::before {
    top: -70%;
    color: var(--background-color);
  }
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--learn__content__item__title::before {
    font-size: 60px;
  }
}
#enecaree .l-section--learn__content__item--01 {
  --color: #FFFFFF;
  --background-color: #008268;
  --padding-left: 56px;
}
@media screen and (max-width: 1024px) {
  #enecaree .l-section--learn__content__item--01 {
    --padding-left: 20px;
  }
}
#enecaree .l-section--learn__content__item--02 {
  --color: #FFFFFF;
  --background-color: #007BB0;
  --padding-left: 70px;
}
@media screen and (max-width: 1024px) {
  #enecaree .l-section--learn__content__item--02 {
    --padding-left: 20px;
  }
}
#enecaree .l-section--learn__content__item--03 {
  --color: #1A1311;
  --background-color: #FCA519;
  --padding-left: 70px;
}
@media screen and (max-width: 1024px) {
  #enecaree .l-section--learn__content__item--03 {
    --padding-left: 20px;
  }
}
#enecaree .l-section--learn__content__item--04 {
  --color: #FFFFFF;
  --background-color: #DB0034;
  --padding-left: 72px;
}
@media screen and (max-width: 1024px) {
  #enecaree .l-section--learn__content__item--04 {
    --padding-left: 20px;
  }
}
#enecaree .l-section--learn__content__item--05 {
  --color: #FFFFFF;
  --background-color: #2E2E2E;
  --padding-left: 70px;
}
@media screen and (max-width: 1024px) {
  #enecaree .l-section--learn__content__item--05 {
    --padding-left: 20px;
  }
}
#enecaree .l-section--program {
  padding: 91px 10px 100px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--program {
    padding: 30px 10px 40px;
  }
}
#enecaree .l-section--program__content {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 18px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 18px 20px;
}
#enecaree .l-section--program__content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#enecaree .l-section--program__content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#enecaree .l-section--program__content > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
#enecaree .l-section--program__content > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--program__content {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  #enecaree .l-section--program__content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
#enecaree .l-section--program__content__item {
  padding: 100px;
  background-color: var(--accent-color);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  padding: 30px 38px 48px;
  position: relative;
}
#enecaree .l-section--program__content__item::before {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: var(--accent-color);
}
#enecaree .l-section--program__content__item--01 {
  --accent-color: #008268;
  background-image: url(../img/program_01_bg.jpg);
}
#enecaree .l-section--program__content__item--02 {
  --accent-color: #DB0034;
  background-image: url(../img/program_02_bg.jpg);
}
#enecaree .l-section--program__content__item--03 {
  --accent-color: #FCA519;
  background-image: url(../img/program_03_bg.jpg);
}
#enecaree .l-section--program__content__item--04 {
  --accent-color: #007BB0;
  background-image: url(../img/program_04_bg.jpg);
}
#enecaree .l-section--program__content__item__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.1em;
  text-align: center;
}
#enecaree .l-section--program__content__item__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-top: 28px;
  padding-top: 20px;
  border-top: solid 2px var(--accent-color);
}
#enecaree .l-section--schedule {
  padding: 91px 10px 73px;
  background-image: url(../img/schedule_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--schedule {
    padding: 40px 10px 40px;
  }
}
#enecaree .l-section--schedule__inner {
  width: 1070px;
}
#enecaree .l-section--schedule__content {
  margin-top: 49px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--schedule__content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--schedule__content__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    width: 1745px;
  }
}
#enecaree .l-section--schedule__content__image img:nth-child(n+2) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--schedule__content__image img:nth-child(n+2) {
    margin-top: 0;
  }
}
#enecaree .l-section--schedule__content__note {
  max-width: 85.0704225352%;
  margin: 20px auto 0;
}
#enecaree .l-section--schedule__content__note > p {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3333333333;
}
#enecaree .l-section--seminar {
  padding: 100px 10px 0;
  background-color: #F5F3E7;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar {
    padding: 30px 10px 0;
  }
}
#enecaree .l-section--seminar__content {
  margin-top: 46px;
  padding-top: 50px;
  border-top: 1px solid #707070;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto 50px auto 50px auto;
  grid-template-rows: repeat(3, auto);
  gap: 50px 20px;
}
#enecaree .l-section--seminar__content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#enecaree .l-section--seminar__content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#enecaree .l-section--seminar__content > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
#enecaree .l-section--seminar__content > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
#enecaree .l-section--seminar__content > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
#enecaree .l-section--seminar__content > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__content {
    row-gap: 10px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-top: none;
    padding-top: 0;
    margin-top: 27px;
  }
  #enecaree .l-section--seminar__content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
#enecaree .l-section--seminar__content__item {
  background-color: #FFFFFF;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#enecaree .l-section--seminar__content__item::before {
  content: "";
  width: 9px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #008268;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__content__item::before {
    width: 8px;
  }
}
#enecaree .l-section--seminar__content__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#enecaree .l-section--seminar__content__item__image {
  color: #FFFFFF;
}
#enecaree .l-section--seminar__content__item__image__title span {
  display: inline-block;
  color: #1A1311;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3333333333;
  background: #FFFFFF;
  padding: 0 6px 0 8px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__content__item__image__title span {
    font-size: 22px;
  }
}
#enecaree .l-section--seminar__content__item__image__title br + span {
  margin-top: 10px;
}
#enecaree .l-section--seminar__content__item__image__day {
  font-family: "Barlow Condensed", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 40px;
  line-height: 1.2;
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__content__item__image__day {
    font-size: 30px;
    margin-right: 28px;
  }
}
#enecaree .l-section--seminar__content__item__image__time {
  font-family: "Barlow Condensed", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__content__item__image__time {
    font-size: 20px;
  }
}
#enecaree .l-section--seminar__content__item__image__note {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__content__item__image__note {
    font-size: 14px;
  }
}
#enecaree .l-section--seminar__content__item__detail {
  padding: 24px 34px 34px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__content__item__detail {
    padding: 18px 26px 30px;
  }
}
#enecaree .l-section--seminar__content__item__detail__tag {
  background-color: #008268;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 2px 10px 4px 30px;
  clip-path: polygon(10px 0%, 100% 0, 100% 100%, 10px 100%, 0 50%);
  position: relative;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__content__item__detail__tag {
    font-size: 13px;
  }
}
#enecaree .l-section--seminar__content__item__detail__tag::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background-color: #FFFFFF;
  border-radius: 50%;
}
#enecaree .l-section--seminar__content__item__detail__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__content__item__detail__title {
    font-size: 22px;
    margin-top: 5px;
  }
}
#enecaree .l-section--seminar__content__item__detail__index {
  color: #856844;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__content__item__detail__index {
    font-size: 13px;
  }
}
#enecaree .l-section--seminar__content__item__detail__teacher {
  margin-top: 10px;
}
#enecaree .l-section--seminar__content__item__detail__teacher__position {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__content__item__detail__teacher__position {
    font-size: 12px;
  }
}
#enecaree .l-section--seminar__content__item__detail__teacher__name {
  margin-top: 2px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__content__item__detail__teacher__name {
    font-size: 20px;
  }
}
#enecaree .l-section--seminar__content__item__detail__place {
  margin-top: 10px;
}
#enecaree .l-section--seminar__content__item__detail__place__name {
  margin-top: 2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__content__item__detail__place__name {
    font-size: 15px;
  }
}
#enecaree .l-section--seminar__content__item__detail__content {
  margin-top: 10px;
}
#enecaree .l-section--seminar__content__item__detail__content__text {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__content__item__detail__content__text {
    font-size: 14px;
  }
}
#enecaree .l-section--seminar__content__item__btn {
  margin-top: auto;
  padding: 0 34px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__content__item__btn {
    padding: 0 26px 36px;
  }
}
#enecaree .l-section--seminar__content__item__partner {
  position: relative;
  padding: 30px 34px 25px;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__content__item__partner {
    padding: 22px 26px 15px;
  }
}
#enecaree .l-section--seminar__content__item__partner::before {
  content: "";
  width: 9px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #FCA519;
}
#enecaree .l-section--seminar__content__item__partner__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
#enecaree .l-section--seminar__content__item__partner__tag__index {
  background-color: #FCA519;
  color: #1A1311;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 2px 10px 4px 30px;
  clip-path: polygon(10px 0%, 100% 0, 100% 100%, 10px 100%, 0 50%);
  position: relative;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__content__item__partner__tag__index {
    font-size: 13px;
  }
}
#enecaree .l-section--seminar__content__item__partner__tag__index::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background-color: #FFFFFF;
  border-radius: 50%;
}
#enecaree .l-section--seminar__content__item__partner__tag__note {
  color: #856844;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__content__item__partner__tag__note {
    font-size: 13px;
    font-weight: 700;
  }
}
#enecaree .l-section--seminar__content__item__partner__logo {
  margin-top: 24px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(auto-fill, minmax(auto, 180px));
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__content__item__partner__logo {
    grid-template-columns: repeat(auto-fill, minmax(auto, 140px));
  }
}
#enecaree .l-section--seminar__content__item__partner__logo__item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#enecaree .l-section--seminar__content__item__partner__logo__comingsoon {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-bottom: 66px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__content__item__partner__logo__comingsoon {
    padding-bottom: 15px;
  }
}
#enecaree .l-section--seminar__overview {
  margin-top: 115px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__overview {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
#enecaree .l-section--seminar__overview__slider {
  position: relative;
  margin-top: 23px;
}
#enecaree .l-section--seminar__overview__slider__number {
  position: relative;
  width: calc(100% - 120px - 10% - 30px);
  margin: 40px auto 0;
  font-size: 24px;
  font-weight: 700;
  color: #008268;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__overview__slider__number {
    width: calc(100% - 60px - 5% - 5px);
    margin-top: 15px;
    font-size: 16px;
  }
}
#enecaree .l-section--seminar__overview__slider__number::before {
  content: "/";
  font-size: 26px;
  padding: 0 3px 0 5px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__overview__slider__number::before {
    font-size: 18px;
  }
}
#enecaree .l-section--seminar__overview__slider__number::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 2px;
  background-color: #008268;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__overview__slider__number::after {
    width: 100px;
    height: 2px;
    bottom: -2px;
  }
}
#enecaree .l-section--seminar__overview .splide__track {
  width: calc(100% - 120px - 10%);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__overview .splide__track {
    width: calc(100% - 60px - 5%);
  }
}
#enecaree .l-section--seminar__overview .splide__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 60px;
  height: 60px;
  border: 2px solid #008268;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__overview .splide__arrow {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
}
#enecaree .l-section--seminar__overview .splide__arrow[disabled] {
  opacity: 0.5;
  cursor: default;
}
#enecaree .l-section--seminar__overview .splide__arrow--prev {
  left: 0;
}
#enecaree .l-section--seminar__overview .splide__arrow--next {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#enecaree .l-section--seminar__overview .splide__arrow__icon {
  display: block;
  width: 24px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__overview .splide__arrow__icon {
    width: 12px;
  }
}
#enecaree .l-section--seminar__overview .splide__pagination {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 7px;
  width: calc(100% - 120px - 10% - 30px);
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__overview .splide__pagination {
    width: calc(100% - 60px - 5% - 5px);
    margin-top: 15px;
  }
}
#enecaree .l-section--seminar__overview .splide__pagination__page {
  width: 10px;
  height: 11px;
  border: none;
  border-radius: 50%;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--seminar__overview .splide__pagination__page {
    width: 8px;
    height: 9px;
  }
}
#enecaree .l-section--seminar__overview .splide__pagination__page.is-active {
  background-color: #BDBEBF;
}
#enecaree .l-section--fieldwork {
  padding: 100px 10px 200px;
  background-color: #F5F3E7;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork {
    padding: 30px 10px 0;
  }
}
#enecaree .l-section--fieldwork__content {
  margin-top: 46px;
  padding-top: 50px;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content {
    row-gap: 10px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-top: none;
    padding-top: 0;
    margin-top: 27px;
  }
  #enecaree .l-section--fieldwork__content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
#enecaree .l-section--fieldwork__content__digest {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 58.5% 4% 1fr;
  grid-template-columns: 58.5% 1fr;
  gap: 0 4%;
  margin-bottom: 90px;
  padding-left: 14px;
  text-decoration: none;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content__digest {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 0;
    margin-bottom: 40px;
    padding-left: 8px;
  }
}
#enecaree .l-section--fieldwork__content__digest::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 100%;
  background-color: #007BB0;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content__digest::before {
    width: 8px;
  }
}
#enecaree .l-section--fieldwork__content__digest__movie {
  display: block;
  max-width: 100%;
  height: auto;
}
#enecaree .l-section--fieldwork__content__digest__text {
  font-size: 16px;
  font-weight: 500;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content__digest__text {
    font-size: 14px;
    padding: 1em;
  }
}
#enecaree .l-section--fieldwork__content__digest__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 35px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content__digest__title {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 8px;
  }
}
#enecaree .l-section--fieldwork__content__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 25px;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content__items {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px 0;
    margin-top: 20px;
  }
}
#enecaree .l-section--fieldwork__content__item {
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content__item:nth-child(n+2) {
    margin-top: 10px;
  }
}
#enecaree .l-section--fieldwork__content__item::before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #007BB0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content__item::before {
    width: 8px;
  }
}
#enecaree .l-section--fieldwork__content__item__image {
  display: block;
  height: auto;
  color: #FFFFFF;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#enecaree .l-section--fieldwork__content__item__image__day {
  position: relative;
  font-family: "Barlow Condensed", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 40px;
  line-height: 1.2;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content__item__image__day {
    font-size: 30px;
  }
}
#enecaree .l-section--fieldwork__content__item__image__note {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 8px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content__item__image__note {
    font-size: 16px;
  }
}
#enecaree .l-section--fieldwork__content__item__image__place {
  position: absolute;
  bottom: 20px;
  left: 35px;
  font-size: 25px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.1em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content__item__image__place {
    bottom: 15px;
    left: 25px;
    font-size: 22px;
    letter-spacing: 0.05em;
  }
}
#enecaree .l-section--fieldwork__content__item__image__text {
  position: relative;
  max-width: 100%;
  width: 415px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  margin-top: 14px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content__item__image__text {
    font-size: 14px;
  }
}
#enecaree .l-section--fieldwork__content__item__image__bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url(../img/fieldwork_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#enecaree .l-section--fieldwork__content__item__image__bg:nth-of-type(1) {
  top: 0;
  background-image: var(--background-image-01);
}
#enecaree .l-section--fieldwork__content__item__image__bg:nth-of-type(2) {
  bottom: 0;
  background-image: var(--background-image-02);
}
#enecaree .l-section--fieldwork__content__item__image__bg__caption {
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content__item__image__bg__caption {
    display: none;
  }
}
#enecaree .l-section--fieldwork__content__item__detail {
  position: relative;
  padding: 40px 25px 130px 30px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content__item__detail {
    padding: 12px 26px 24px;
  }
}
#enecaree .l-section--fieldwork__content__item__detail__tag {
  background-color: #007BB0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 2px 10px 4px 30px;
  clip-path: polygon(10px 0%, 100% 0, 100% 100%, 10px 100%, 0 50%);
  position: relative;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content__item__detail__tag {
    font-size: 13px;
  }
}
#enecaree .l-section--fieldwork__content__item__detail__tag::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background-color: #FFFFFF;
  border-radius: 50%;
}
#enecaree .l-section--fieldwork__content__item__detail__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3888888889;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content__item__detail__title {
    font-size: 16px;
    margin-top: 15px;
  }
}
#enecaree .l-section--fieldwork__content__item__detail__index {
  color: #856844;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content__item__detail__index {
    font-size: 14px;
  }
}
#enecaree .l-section--fieldwork__content__item__detail__index:not(:first-child) {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content__item__detail__index:not(:first-child) {
    margin-top: 20px;
  }
}
#enecaree .l-section--fieldwork__content__item__detail__content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5625;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content__item__detail__content {
    font-size: 14px;
  }
}
#enecaree .l-section--fieldwork__content__item__detail__note {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4285714286;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content__item__detail__note {
    font-size: 14px;
    margin-top: 10px;
  }
}
#enecaree .l-section--fieldwork__content__item__detail__place {
  border-top: 1px solid #707070;
  margin-top: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content__item__detail__place {
    margin-bottom: 20px;
  }
}
#enecaree .l-section--fieldwork__content__item__detail__place__company {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content__item__detail__place__company {
    font-size: 12px;
  }
}
#enecaree .l-section--fieldwork__content__item__detail__place__name {
  margin-top: 2px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content__item__detail__place__name {
    font-size: 18px;
  }
}
#enecaree .l-section--fieldwork__content__item__detail__place__note {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5625;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content__item__detail__place__note {
    font-size: 14px;
  }
}
#enecaree .l-section--fieldwork__content__item .l-section--seminar__content__item__btn {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  #enecaree .l-section--fieldwork__content__item .l-section--seminar__content__item__btn {
    position: absolute;
    bottom: 38px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--fieldwork__content__item .l-section--seminar__content__item__btn {
    padding-bottom: 24px;
  }
}
#enecaree .l-section--presentation {
  padding: 0 10px 100px;
  background-color: #F5F3E7;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--presentation {
    padding: 30px 10px 40px;
  }
}
#enecaree .l-section--presentation__content {
  padding-top: 38px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--presentation__content {
    row-gap: 10px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-top: none;
    padding-top: 0;
    margin-top: 27px;
  }
  #enecaree .l-section--presentation__content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
#enecaree .l-section--presentation__content__thumb {
  display: block;
  height: auto;
}
#enecaree .l-section--presentation__content .l-section--fieldwork__content__item__detail__tag {
  background-color: #DB0034;
}
#enecaree .l-section--presentation__content__info {
  padding: 16px 16px 90px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--presentation__content__info {
    padding-bottom: 40px;
  }
}
#enecaree .l-section--presentation__content__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3333333333;
  margin: 15px 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--presentation__content__title {
    font-size: 22px;
  }
}
#enecaree .l-section--presentation__content__title__sub {
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--presentation__content__title__sub {
    font-size: 14px;
  }
}
#enecaree .l-section--presentation__content__date {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--presentation__content__date {
    font-size: 16px;
  }
}
#enecaree .l-section--presentation__content__frame {
  position: relative;
  padding-left: 19px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--presentation__content__frame {
    padding-left: 8px;
  }
}
#enecaree .l-section--presentation__content__frame::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 100%;
  background-color: #DB0034;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--presentation__content__frame::before {
    width: 8px;
  }
}
#enecaree .l-section--presentation__content__frame__text {
  font-size: 20px;
  font-weight: 700;
  padding: 26px 28px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--presentation__content__frame__text {
    font-size: 16px;
    padding: 20px;
  }
}
#enecaree .l-section--presentation__content__item {
  position: relative;
  background-color: #FFFFFF;
}
#enecaree .l-section--presentation__content__item::before {
  content: "";
  width: 9px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #DB0034;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--presentation__content__item::before {
    width: 8px;
  }
}
#enecaree .l-section--presentation__content__item__image {
  --background-image: url(../img/presentation_01.jpg);
  background-image: var(--background-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  padding: 50px 30px 30px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--presentation__content__item__image {
    --background-image: url(../img/presentation_01_sp.jpg);
    background-position: top right;
    padding: 20px 21px 48px;
  }
}
#enecaree .l-section--presentation__content__item__image__day {
  font-family: "Barlow Condensed", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--presentation__content__item__image__day {
    font-size: 30px;
  }
}
#enecaree .l-section--presentation__content__item__image__time {
  font-family: "Barlow Condensed", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  margin-top: 5px;
}
#enecaree .l-section--presentation__content__item__image__note {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--presentation__content__item__image__note {
    font-size: 15px;
  }
}
#enecaree .l-section--presentation__content__item__image__title {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--presentation__content__item__image__title {
    margin-top: 65px;
  }
}
#enecaree .l-section--presentation__content__item__image__title span {
  display: inline-block;
  color: #1A1311;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3333333333;
  background: #FFFFFF;
  padding: 0 6px 0 8px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--presentation__content__item__image__title span {
    font-size: 22px;
  }
}
#enecaree .l-section--presentation__content__item__image__title br + span {
  margin-top: 10px;
}
#enecaree .l-section--presentation__content__item__detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding: 19px 37px 48px 54px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--presentation__content__item__detail {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    padding: 19px 26px 17px;
  }
  #enecaree .l-section--presentation__content__item__detail > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
#enecaree .l-section--presentation__content__item__detail__tag {
  background-color: #DB0034;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 2px 10px 4px 30px;
  margin-top: 42px;
  margin-left: 54px;
  clip-path: polygon(10px 0%, 100% 0, 100% 100%, 10px 100%, 0 50%);
  position: relative;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--presentation__content__item__detail__tag {
    margin-top: 18px;
    margin-left: 26px;
    font-size: 13px;
  }
}
#enecaree .l-section--presentation__content__item__detail__tag::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background-color: #FFFFFF;
  border-radius: 50%;
}
#enecaree .l-section--presentation__content__item__detail__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--presentation__content__item__detail__title {
    font-size: 22px;
  }
}
#enecaree .l-section--presentation__content__item__detail__index {
  color: #856844;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--presentation__content__item__detail__index {
    font-size: 14px;
  }
}
#enecaree .l-section--presentation__content__item__detail__index:not(:first-child) {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--presentation__content__item__detail__index:not(:first-child) {
    margin-top: 20px;
  }
}
#enecaree .l-section--presentation__content__item__detail__content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5625;
  margin-top: 4px;
}
#enecaree .l-section--presentation__content__item__detail__note {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
  margin-top: 12px;
}
#enecaree .l-section--presentation__content__item__detail__place {
  border-top: 1px solid #707070;
  margin-top: 20px;
  padding-top: 20px;
}
#enecaree .l-section--presentation__content__item__detail__place__name {
  margin-top: 2px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--presentation__content__item__detail__place__name {
    font-size: 18px;
  }
}
#enecaree .l-section--presentation__content__item__judge {
  padding: 0 37px 40px 54px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--presentation__content__item__judge {
    padding: 0 26px 48px;
  }
}
#enecaree .l-section--presentation__content__item__judge__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 15px;
  margin-top: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#enecaree .l-section--presentation__content__item__judge__image > img {
  height: 47px;
}
#enecaree .l-section--requirements {
  padding: 91px 10px 102px;
  background-image: url(../img/requirements_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--requirements {
    padding: 35px 10px 36px;
  }
}
#enecaree .l-section--requirements__content {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #FFFFFF;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--requirements__content {
    max-width: 85.3521126761%;
    margin-left: auto;
    margin-right: auto;
  }
}
#enecaree .l-section--requirements__content:not(:last-child) {
  margin-bottom: 68px;
}
#enecaree .l-section--requirements__content * {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--requirements__content * {
    font-size: 14px;
  }
}
#enecaree .l-section--requirements__content__title {
  color: #C1AE8A;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
#enecaree .l-section--requirements__content--flow__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--requirements__content--flow__box {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    row-gap: 10px;
  }
  #enecaree .l-section--requirements__content--flow__box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
#enecaree .l-section--requirements__content--flow__box__item {
  border: solid 1px #FFFFFF;
}
#enecaree .l-section--requirements__content--flow__box__item * {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--requirements__content--flow__box__item * {
    font-size: 14px;
  }
}
#enecaree .l-section--requirements__content--flow__box__item__title {
  text-align: center;
  color: #1A1311;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 20px;
}
#enecaree .l-section--requirements__content--flow__box__item__content {
  padding: 10px;
}
#enecaree .l-section--requirements__content--flow__box__item__content dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px auto;
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
#enecaree .l-section--requirements__content--flow__note {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
#enecaree .l-section--requirements__content--period__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--requirements__content--period__text {
    text-align: center;
  }
}
#enecaree .l-section--requirements__content--period__note {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--requirements__content--period__note {
    font-size: 14px;
  }
}
#enecaree .l-section--forum {
  padding: 80px 10px 150px;
  margin-bottom: 190px;
  background-color: #F5F3E7;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum {
    padding: 60px 10px 60px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  #enecaree .l-section--forum .c-title__sub--large {
    position: relative;
  }
  #enecaree .l-section--forum .c-title__sub--large::before {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #707070;
  }
}
#enecaree .l-section--forum__content {
  margin-top: 60px;
  border-left: 28px solid #FCA519;
  background-color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum__content {
    padding: 0;
    margin-top: 27px;
    border-left-width: 8px;
  }
}
#enecaree .l-section--forum__content__inner {
  padding: 25px 25px 80px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum__content__inner {
    padding: 15px 15px 40px;
  }
}
#enecaree .l-section--forum__content .l-section--fieldwork__content__item__detail__tag {
  background-color: #FCA519;
}
#enecaree .l-section--forum__content__title {
  font-size: 30px;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum__content__title {
    font-size: 20px;
    margin-top: 12px;
  }
}
#enecaree .l-section--forum__content__text {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum__content__text {
    font-size: 14px;
  }
}
#enecaree .l-section--forum__content__date {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum__content__date {
    font-size: 16px;
    margin-top: 16px;
  }
}
#enecaree .l-section--forum__content__list {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum__content__list {
    padding: 0 15px;
  }
}
#enecaree .l-section--forum__content__list__item {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum__content__list__item {
    margin-top: 20px;
  }
}
#enecaree .l-section--forum__content__list__title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #856844;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum__content__list__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#enecaree .l-section--forum__content__list__title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -23px;
  width: 13px;
  height: 13px;
  margin: auto;
  border-radius: 50%;
  background-color: #856844;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum__content__list__title::before {
    left: -15px;
    width: 9px;
    height: 9px;
  }
}
@media screen and (min-width: 768px) {
  #enecaree .l-section--forum__content__list__link {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #enecaree .l-section--forum__content__list__link:hover {
    opacity: 0.7;
  }
}
#enecaree .l-section--forum__content__list__img {
  display: block;
  height: auto;
}
#enecaree .l-section--faq {
  padding: 91px 10px 128px;
  background-color: #F5F3E7;
}
#enecaree .l-section--faq__content {
  margin-top: 20px;
}
#enecaree .l-section--faq__content__item {
  cursor: pointer;
  border-top: 1px solid #FFFFFF;
  padding-top: 25px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--faq__content__item {
    padding-top: 15px;
  }
}
#enecaree .l-section--faq__content__item:nth-child(n+2) {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--faq__content__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
#enecaree .l-section--faq__content__item:last-child {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--faq__content__item:last-child {
    padding-bottom: 15px;
  }
}
#enecaree .l-section--faq__content__item::before, #enecaree .l-section--faq__content__item::after {
  content: "";
  position: absolute;
  background-color: #707070;
  display: block;
  top: 43px;
  right: 50px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--faq__content__item::before, #enecaree .l-section--faq__content__item::after {
    top: 40px;
    right: 26px;
  }
}
#enecaree .l-section--faq__content__item::before {
  width: 20px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--faq__content__item::before {
    width: 14px;
  }
}
#enecaree .l-section--faq__content__item::after {
  width: 2px;
  height: 20px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--faq__content__item::after {
    height: 14px;
  }
}
#enecaree .l-section--faq__content__item.is-active::after {
  opacity: 0;
}
#enecaree .l-section--faq__content__item__question {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 3em;
  padding-right: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--faq__content__item__question {
    font-size: 16px;
    padding-left: 2.5em;
    padding-right: 74px;
  }
}
#enecaree .l-section--faq__content__item__question::before {
  content: "Q";
  font-family: "Lato", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  top: 1rem;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--faq__content__item__question::before {
    font-size: 30px;
  }
}
#enecaree .l-section--faq__content__item__anser {
  color: #707070;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
  padding: 15px 0 30px 3em;
  display: none;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--faq__content__item__anser {
    font-size: 14px;
    padding-left: 2.8em;
  }
}
#enecaree .l-section--about {
  padding: 0 10px 0;
  background-color: #FFFFFF;
}
#enecaree .l-section--about__content {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--about__content {
    max-width: 85.3521126761%;
    margin-left: auto;
    margin-right: auto;
  }
}
#enecaree .l-section--about__content__logo {
  margin: 0 auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--about__content__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
#enecaree .l-section--about__content__logo > img {
  height: 91px;
}
#enecaree .l-section--about__content__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.1em;
  padding-top: 20px;
  border-top: 1px solid #DEDEDE;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--about__content__text {
    font-size: 14px;
  }
}
#enecaree .l-section--partner {
  padding: 102px 10px 100px;
  background-color: #FFFFFF;
}
#enecaree .l-section--partner__content {
  margin-top: 30px;
}
#enecaree .l-section--partner__content__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 37px;
}
#enecaree .l-section--partner__content__note {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: -27px;
}
#enecaree .l-section--partner__content__separator {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  background-color: #DEDEDE;
  border: none;
}
#enecaree .l-section--partner__content__logo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 9% 1fr 9% 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 9%;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--partner__content__logo {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 81.6197183099%;
  }
}
#enecaree .l-section--entry {
  padding: 102px 10px 100px;
  background-color: #F5F3E8;
  margin-bottom: 50px;
}
#enecaree .l-section--entry__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
  margin: 0 auto 90px;
}
#enecaree .l-section--entry__nav__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
#enecaree .l-section--entry__nav__item a {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding-left: 100px;
  padding-bottom: 20px;
}
#enecaree .l-section--entry__nav__item a span {
  position: relative;
}
#enecaree .l-section--entry__nav__item a span:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 3px solid #444444;
  border-left: 3px solid #444444;
  opacity: 0.3;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate3d(170%, 0, 0) rotate(-45deg);
          transform: translate3d(170%, 0, 0) rotate(-45deg);
}
#enecaree .l-section--entry__nav__item.forum a {
  background: url("../img/top2025/icon_forum.png") no-repeat left center;
  background-size: contain;
}
#enecaree .l-section--entry__nav__item.fieldwork a {
  background: url("../img/top2025/icon_fieldwork.png") no-repeat left center;
  background-size: contain;
}
#enecaree .l-section--entry__nav__item:first-child {
  position: relative;
}
#enecaree .l-section--entry__nav__item:first-child:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #D9D9D9;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__nav__item a {
    padding-left: 0;
    padding-top: 80px;
  }
  #enecaree .l-section--entry__nav__item a span {
    font-size: 14px;
  }
  #enecaree .l-section--entry__nav__item.forum a {
    background: url("../img/top2025/icon_forum.png") no-repeat top center;
    background-size: 60px auto;
  }
  #enecaree .l-section--entry__nav__item.fieldwork a {
    background: url("../img/top2025/icon_fieldwork.png") no-repeat top center;
    background-size: 60px auto;
  }
}
#enecaree .l-section--entry__statement {
  width: 100%;
  max-width: 647px;
  margin: 0 auto 4em;
  font-size: 150%;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__statement {
    font-size: 100%;
  }
}
#enecaree .l-section--entry__content {
  margin-top: 30px;
}
#enecaree .l-section--entry__content:not(#fieldwork) {
  margin-bottom: 80px;
}
#enecaree .l-section--entry__content__inner {
  background: #fff;
  border-left: 10px solid #02775E;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__inner {
    border-left: 6px solid #02775E;
  }
}
#enecaree .l-section--entry__content__inner.forum {
  border-left-color: #02775E;
}
#enecaree .l-section--entry__content__inner.fieldwork {
  border-left-color: #0071A3;
}
#enecaree .l-section--entry__content__inner.fieldwork .l-section--entry__content__item__detail__tag {
  background-color: #0071A3;
}
#enecaree .l-section--entry__content__inner.fieldwork .l-section--entry__content__detail__index {
  color: #0071A3;
}
#enecaree .l-section--entry__content__inner.fieldwork .l-section--entry__content__detail__entry {
  background: #E5F0F6;
}
#enecaree .l-section--entry__content__header {
  padding: 60px 60px 50px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__header {
    padding: 30px 20px 20px;
  }
}
#enecaree .l-section--entry__content__img {
  background-image: repeating-linear-gradient(-45deg, #cbe4df, #cbe4df 2px, transparent 2px, transparent 4px);
  padding: 10px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#enecaree .l-section--entry__content__img.moviewrap {
  position: relative;
  height: 0;
  padding: 0;
  padding-bottom: 60%;
  background: #ccc;
}
#enecaree .l-section--entry__content__img.moviewrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#enecaree .l-section--entry__content__img__l {
  max-width: 556px;
}
#enecaree .l-section--entry__content__img__r {
  max-width: 374px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #enecaree .l-section--entry__content__img__r {
    max-width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #enecaree .l-section--entry__content__img__r div {
    width: 50%;
  }
}
#enecaree .l-section--entry__content__detail {
  padding: 80px 60px;
  font-weight: bold;
}
#enecaree .l-section--entry__content__detail__wrap.cm {
  position: relative;
  /*&:after{
    content: 'Coming Soon';
    display: inline-block;
    position: absolute;
    height: 1em;
    line-height: 1;
    font-size: 200%;
    left:50%;top:50%;
    transform: translate3d(-50%,-50%,0);
    color:#fff;
    @include mq(md, max){
      font-size: 150%;
    }
  }*/
}
#enecaree .l-section--entry__content__detail__wrap.cm .l-section--entry__content__detail__close {
  position: absolute;
  width: 100%;
  color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  font-size: 250%;
  text-align: center;
}
#enecaree .l-section--entry__content__detail__wrap.cm .l-section--entry__content__detail__close span {
  display: block;
  font-size: 60%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__detail__wrap.cm .l-section--entry__content__detail__close {
    font-size: 150%;
  }
}
#enecaree .l-section--entry__content__detail__wrap.cm .l-section--entry__content__detail__text {
  min-height: 3em;
}
#enecaree .l-section--entry__content__detail__wrap.cm:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}
#enecaree .l-section--entry__content__detail__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 40px;
}
#enecaree .l-section--entry__content__detail__flex .l-section--entry__content__detail__item {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#enecaree .l-section--entry__content__detail__flex .l-section--entry__content__detail__item:first-child {
  font-weight: bold;
}
#enecaree .l-section--entry__content__detail__flex .l-section--entry__content__detail__item:last-child {
  border-left: 1px solid #D9D9D9;
  padding-left: 40px;
}
#enecaree .l-section--entry__content__detail__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
}
#enecaree .l-section--entry__content__detail__index {
  color: #02775E;
  font-size: 18px;
}
#enecaree .l-section--entry__content__detail__text {
  padding-right: 20px;
  padding-bottom: 20px;
}
#enecaree .l-section--entry__content__detail__text:not(.lato) {
  font-weight: normal;
}
#enecaree .l-section--entry__content__detail__text.lato {
  font-family: "Lato", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
}
#enecaree .l-section--entry__content__detail__text span {
  font-family: "Lato", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 36px;
  line-height: 1;
}
#enecaree .l-section--entry__content__detail__entry {
  background: #E5F1EE;
  padding: 40px;
  margin-top: 60px;
}
#enecaree .l-section--entry__content__detail__entry__btn {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}
#enecaree .l-section--entry__content__detail__entry__btn.cm a {
  pointer-events: none;
  background: #666;
}
#enecaree .l-section--entry__content__detail__entry__btn a {
  display: inline-block;
  width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-radius: 12px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: #DD5D5D;
  position: relative;
}
#enecaree .l-section--entry__content__detail__entry__btn a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  opacity: 0.6;
  right: 30px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
          transform: translate3d(0, -50%, 0) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__detail {
    padding: 30px 20px;
  }
  #enecaree .l-section--entry__content__detail__flex {
    display: block;
    margin-bottom: 0;
  }
  #enecaree .l-section--entry__content__detail__flex .l-section--entry__content__detail__item {
    width: 100%;
    padding: 10px 0;
  }
  #enecaree .l-section--entry__content__detail__flex .l-section--entry__content__detail__item:first-child {
    border-bottom: 1px solid #D9D9D9;
  }
  #enecaree .l-section--entry__content__detail__flex .l-section--entry__content__detail__item:last-child {
    border-left: none;
    padding-left: 0;
  }
  #enecaree .l-section--entry__content__detail__item {
    padding: 10px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70px 1fr;
    grid-template-columns: 70px 1fr;
  }
  #enecaree .l-section--entry__content__detail__index {
    font-size: 14px;
  }
  #enecaree .l-section--entry__content__detail__text {
    padding-right: 20px;
    padding-bottom: 0;
    font-size: 14px;
  }
  #enecaree .l-section--entry__content__detail__text.lato {
    font-family: "Lato", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px;
  }
  #enecaree .l-section--entry__content__detail__text span {
    font-size: 28px;
  }
  #enecaree .l-section--entry__content__detail__entry {
    padding: 20px;
    margin-top: 30px;
  }
  #enecaree .l-section--entry__content__detail__entry__btn a {
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    font-size: 18px;
  }
  #enecaree .l-section--entry__content__detail__entry__btn a:after {
    right: 10px;
  }
}
#enecaree .l-section--entry__content__item {
  background-color: #FFFFFF;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#enecaree .l-section--entry__content__item::before {
  content: "";
  width: 9px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #008268;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__item::before {
    width: 8px;
  }
}
#enecaree .l-section--entry__content__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#enecaree .l-section--entry__content__item__image {
  color: #FFFFFF;
}
#enecaree .l-section--entry__content__item__image__title span {
  display: inline-block;
  color: #1A1311;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3333333333;
  background: #FFFFFF;
  padding: 0 6px 0 8px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__item__image__title span {
    font-size: 22px;
  }
}
#enecaree .l-section--entry__content__item__image__title br + span {
  margin-top: 10px;
}
#enecaree .l-section--entry__content__item__image__day {
  font-family: "Barlow Condensed", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 40px;
  line-height: 1.2;
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__item__image__day {
    font-size: 30px;
    margin-right: 28px;
  }
}
#enecaree .l-section--entry__content__item__image__time {
  font-family: "Barlow Condensed", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__item__image__time {
    font-size: 20px;
  }
}
#enecaree .l-section--entry__content__item__image__note {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__item__image__note {
    font-size: 14px;
  }
}
#enecaree .l-section--entry__content__item__detail {
  padding: 24px 34px 34px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__item__detail {
    padding: 18px 26px 30px;
  }
}
#enecaree .l-section--entry__content__item__detail__tag {
  background-color: #008268;
  color: #FFFFFF;
  width: 240px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 10px 10px 10px 30px;
  clip-path: polygon(20px 0%, 100% 0, 100% 100%, 20px 100%, 0 50%);
  position: relative;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__item__detail__tag {
    width: 180px;
    font-size: 13px;
  }
}
#enecaree .l-section--entry__content__item__detail__tag::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background-color: #FFFFFF;
  border-radius: 50%;
}
#enecaree .l-section--entry__content__item__detail__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__item__detail__title {
    font-size: 22px;
    margin-top: 5px;
  }
}
#enecaree .l-section--entry__content__item__detail__index {
  color: #856844;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__item__detail__index {
    font-size: 13px;
  }
}
#enecaree .l-section--entry__content__item__detail__teacher {
  margin-top: 10px;
}
#enecaree .l-section--entry__content__item__detail__teacher__position {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__item__detail__teacher__position {
    font-size: 12px;
  }
}
#enecaree .l-section--entry__content__item__detail__teacher__name {
  margin-top: 2px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__item__detail__teacher__name {
    font-size: 20px;
  }
}
#enecaree .l-section--entry__content__item__detail__place {
  margin-top: 10px;
}
#enecaree .l-section--entry__content__item__detail__place__name {
  margin-top: 2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__item__detail__place__name {
    font-size: 15px;
  }
}
#enecaree .l-section--entry__content__item__detail__content {
  margin-top: 10px;
}
#enecaree .l-section--entry__content__item__detail__content__text {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__item__detail__content__text {
    font-size: 14px;
  }
}
#enecaree .l-section--entry__content__item__btn {
  margin-top: auto;
  padding: 0 34px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__item__btn {
    padding: 0 26px 36px;
  }
}
#enecaree .l-section--entry__content__item__partner {
  position: relative;
  padding: 30px 34px 25px;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__item__partner {
    padding: 22px 26px 15px;
  }
}
#enecaree .l-section--entry__content__item__partner::before {
  content: "";
  width: 9px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #FCA519;
}
#enecaree .l-section--entry__content__item__partner__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
#enecaree .l-section--entry__content__item__partner__tag__index {
  background-color: #FCA519;
  color: #1A1311;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 2px 10px 4px 30px;
  clip-path: polygon(10px 0%, 100% 0, 100% 100%, 10px 100%, 0 50%);
  position: relative;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__item__partner__tag__index {
    font-size: 13px;
  }
}
#enecaree .l-section--entry__content__item__partner__tag__index::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background-color: #FFFFFF;
  border-radius: 50%;
}
#enecaree .l-section--entry__content__item__partner__tag__note {
  color: #856844;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__item__partner__tag__note {
    font-size: 13px;
    font-weight: 700;
  }
}
#enecaree .l-section--entry__content__item__partner__logo {
  margin-top: 24px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(auto-fill, minmax(auto, 180px));
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__item__partner__logo {
    grid-template-columns: repeat(auto-fill, minmax(auto, 140px));
  }
}
#enecaree .l-section--entry__content__item__partner__logo__item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#enecaree .l-section--entry__content__item__partner__logo__comingsoon {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-bottom: 66px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__item__partner__logo__comingsoon {
    padding-bottom: 15px;
  }
}
#enecaree .l-section--entry__content__title {
  font-size: 34px;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__title {
    font-size: 20px;
    margin-top: 12px;
  }
}
#enecaree .l-section--entry__content__text {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__content__text {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
#enecaree .l-section--entry__content__tag {
  background-color: #008268;
  color: #FFFFFF;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 10px;
}
#enecaree .l-section--entry__backnumber {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 1fr;
  grid-template-columns: 300px 1fr;
}
#enecaree .l-section--entry__backnumber:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 80px;
  margin-top: 80px;
  margin-bottom: 80px;
}
#enecaree .l-section--entry__backnumber:not(:last-child) .l-section--entry__backnumber__btn a {
  background: #008268;
}
#enecaree .l-section--entry__backnumber__index {
  font-size: 24px;
  font-weight: bold;
}
#enecaree .l-section--entry__backnumber__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
#enecaree .l-section--entry__backnumber__btn {
  width: 100%;
  max-width: 300px;
}
#enecaree .l-section--entry__backnumber__btn a {
  display: inline-block;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-radius: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #0071A3;
  position: relative;
}
#enecaree .l-section--entry__backnumber__btn a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  opacity: 0.6;
  right: 20px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
          transform: translate3d(0, -50%, 0) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry__backnumber {
    display: block;
    text-align: center;
  }
  #enecaree .l-section--entry__backnumber .pc {
    display: none;
  }
  #enecaree .l-section--entry__backnumber__index {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
  }
  #enecaree .l-section--entry__backnumber__text {
    gap: 10px;
  }
  #enecaree .l-section--entry__backnumber__btn {
    width: 50%;
  }
  #enecaree .l-section--entry__backnumber__btn a {
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    font-size: 16px;
  }
  #enecaree .l-section--entry__backnumber__btn a:after {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--entry {
    padding: 40px 10px 100px;
  }
}
#enecaree .l-section--forum2025 {
  padding: 102px 10px 100px;
  background-color: #F5F3E8;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025 {
    padding: 20px 10px 20px;
  }
}
#enecaree .l-section--forum2025__head {
  border-left: 10px solid #02775E;
  padding: 20px 30px;
  margin-bottom: 30px;
  font-weight: bold;
}
#enecaree .l-section--forum2025__head.fieldwork {
  border-left: 10px solid #0071A3;
}
#enecaree .l-section--forum2025__head h2 {
  font-size: 180%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__head {
    font-size: 70%;
  }
}
#enecaree .l-section--forum2025__text {
  line-height: 2.3;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__text {
    line-height: 2;
  }
}
#enecaree .l-section--forum2025__title {
  font-size: 180%;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 2em;
  text-align: center;
  background: #E5F1EE;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__title {
    font-size: 130%;
  }
}
#enecaree .l-section--forum2025__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
  margin: 0 auto 90px;
}
#enecaree .l-section--forum2025__nav__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
#enecaree .l-section--forum2025__nav__item a {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding-left: 100px;
  padding-bottom: 20px;
}
#enecaree .l-section--forum2025__nav__item a span {
  position: relative;
}
#enecaree .l-section--forum2025__nav__item a span:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 3px solid #444444;
  border-left: 3px solid #444444;
  opacity: 0.3;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate3d(170%, 0, 0) rotate(-45deg);
          transform: translate3d(170%, 0, 0) rotate(-45deg);
}
#enecaree .l-section--forum2025__nav__item.forum a {
  background: url("../img/top2025/icon_forum.png") no-repeat left center;
  background-size: contain;
}
#enecaree .l-section--forum2025__nav__item.fieldwork a {
  background: url("../img/top2025/icon_fieldwork.png") no-repeat left center;
  background-size: contain;
}
#enecaree .l-section--forum2025__nav__item:first-child {
  position: relative;
}
#enecaree .l-section--forum2025__nav__item:first-child:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #D9D9D9;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__nav__item a {
    padding-left: 0;
    padding-top: 80px;
  }
  #enecaree .l-section--forum2025__nav__item a span {
    font-size: 14px;
  }
  #enecaree .l-section--forum2025__nav__item.forum a {
    background: url("../img/top2025/icon_forum.png") no-repeat top center;
    background-size: 60px auto;
  }
  #enecaree .l-section--forum2025__nav__item.fieldwork a {
    background: url("../img/top2025/icon_fieldwork.png") no-repeat top center;
    background-size: 60px auto;
  }
}
#enecaree .l-section--forum2025__content {
  margin-top: 30px;
}
#enecaree .l-section--forum2025__content:not(#fieldwork) {
  margin-bottom: 80px;
}
#enecaree .l-section--forum2025__content__inner {
  background: #fff;
  border-left: 10px solid #02775E;
  padding: 60px 60px 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__inner {
    border-left: 6px solid #02775E;
    padding: 30px 20px 20px;
  }
}
#enecaree .l-section--forum2025__content__inner.forum {
  border-left-color: #02775E;
}
#enecaree .l-section--forum2025__content__inner.fieldwork {
  border-left-color: #0071A3;
}
#enecaree .l-section--forum2025__content__inner.fieldwork .l-section--entry__content__item__detail__tag {
  background-color: #0071A3;
}
#enecaree .l-section--forum2025__content__inner.fieldwork .l-section--entry__content__detail__index {
  color: #0071A3;
}
#enecaree .l-section--forum2025__content__inner.fieldwork .l-section--entry__content__detail__entry {
  background: #E5F0F6;
}
#enecaree .l-section--forum2025__content__header.underline {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #008268;
}
#enecaree .l-section--forum2025__content__img {
  background-image: repeating-linear-gradient(-45deg, #cbe4df, #cbe4df 2px, transparent 2px, transparent 4px);
  padding: 10px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#enecaree .l-section--forum2025__content__img__l {
  max-width: 556px;
}
#enecaree .l-section--forum2025__content__img__r {
  max-width: 374px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #enecaree .l-section--forum2025__content__img__r {
    max-width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #enecaree .l-section--forum2025__content__img__r div {
    width: 50%;
  }
}
#enecaree .l-section--forum2025__content__detail {
  font-weight: bold;
}
#enecaree .l-section--forum2025__content__detail__wrap.cm {
  position: relative;
  /*&:after{
    content: 'Coming Soon';
    display: inline-block;
    position: absolute;
    height: 1em;
    line-height: 1;
    font-size: 200%;
    left:50%;top:50%;
    transform: translate3d(-50%,-50%,0);
    color:#fff;
    @include mq(md, max){
      font-size: 150%;
    }
  }*/
}
#enecaree .l-section--forum2025__content__detail__wrap.cm .l-section--entry__content__detail__close {
  position: absolute;
  width: 100%;
  color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  font-size: 250%;
  text-align: center;
}
#enecaree .l-section--forum2025__content__detail__wrap.cm .l-section--entry__content__detail__close span {
  display: block;
  font-size: 60%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__detail__wrap.cm .l-section--entry__content__detail__close {
    font-size: 150%;
  }
}
#enecaree .l-section--forum2025__content__detail__wrap.cm .l-section--entry__content__detail__text {
  min-height: 3em;
}
#enecaree .l-section--forum2025__content__detail__wrap.cm:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}
#enecaree .l-section--forum2025__content__detail__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 40px;
}
#enecaree .l-section--forum2025__content__detail__flex .l-section--entry__content__detail__item {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#enecaree .l-section--forum2025__content__detail__flex .l-section--entry__content__detail__item:first-child {
  font-weight: bold;
}
#enecaree .l-section--forum2025__content__detail__flex .l-section--entry__content__detail__item:last-child {
  border-left: 1px solid #D9D9D9;
  padding-left: 40px;
}
#enecaree .l-section--forum2025__content__detail__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
}
#enecaree .l-section--forum2025__content__detail__index {
  color: #02775E;
  font-size: 18px;
}
#enecaree .l-section--forum2025__content__detail__text {
  padding-right: 20px;
  padding-bottom: 20px;
}
#enecaree .l-section--forum2025__content__detail__text:not(.lato) {
  font-weight: normal;
}
#enecaree .l-section--forum2025__content__detail__text.lato {
  font-family: "Lato", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
}
#enecaree .l-section--forum2025__content__detail__text span {
  font-family: "Lato", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 36px;
  line-height: 1;
}
#enecaree .l-section--forum2025__content__detail__entry {
  background: #E5F1EE;
  padding: 40px;
  margin-top: 60px;
}
#enecaree .l-section--forum2025__content__detail__entry__btn {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}
#enecaree .l-section--forum2025__content__detail__entry__btn.cm a {
  pointer-events: none;
  background: #666;
}
#enecaree .l-section--forum2025__content__detail__entry__btn a {
  display: inline-block;
  width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-radius: 12px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: #DD5D5D;
  position: relative;
}
#enecaree .l-section--forum2025__content__detail__entry__btn a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  opacity: 0.6;
  right: 30px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
          transform: translate3d(0, -50%, 0) rotate(-45deg);
}
#enecaree .l-section--forum2025__content__detail__head:not(:last-child) {
  margin-bottom: 30px;
}
#enecaree .l-section--forum2025__content__detail__head dl {
  width: 100%;
}
#enecaree .l-section--forum2025__content__detail__head dt {
  font-size: 150%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
#enecaree .l-section--forum2025__content__detail__head dt span {
  display: block;
  font-size: 50%;
  margin-bottom: 1em;
}
#enecaree .l-section--forum2025__content__detail__head dd {
  font-weight: normal;
}
#enecaree .l-section--forum2025__content__detail__head ul li:not(:last-child) {
  margin-bottom: 1em;
}
#enecaree .l-section--forum2025__content__detail__head ul li span {
  display: inline-block;
  text-align: center;
  background: #E5F1EE;
  margin-right: 0.5em;
  width: 200px;
}
#enecaree .l-section--forum2025__content__detail__head.img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8%;
}
#enecaree .l-section--forum2025__content__detail__head.img dl {
  margin-bottom: 20px;
}
#enecaree .l-section--forum2025__content__detail__head.img .l-section--forum2025__content__detail__head__img {
  width: 18%;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__detail__head.img {
    display: block;
    text-align: center;
  }
  #enecaree .l-section--forum2025__content__detail__head.img * {
    text-align: center;
  }
  #enecaree .l-section--forum2025__content__detail__head.img .l-section--forum2025__content__detail__head__img {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__detail__head ul li {
    text-align: center;
  }
  #enecaree .l-section--forum2025__content__detail__head ul li span {
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
  }
}
#enecaree .l-section--forum2025__content__detail__movie {
  position: relative;
  height: 0;
  padding-bottom: 60%;
  background: #ccc;
}
#enecaree .l-section--forum2025__content__detail__movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__detail {
    padding: 0;
  }
  #enecaree .l-section--forum2025__content__detail__flex {
    display: block;
    margin-bottom: 0;
  }
  #enecaree .l-section--forum2025__content__detail__flex .l-section--entry__content__detail__item {
    width: 100%;
    padding: 10px 0;
  }
  #enecaree .l-section--forum2025__content__detail__flex .l-section--entry__content__detail__item:first-child {
    border-bottom: 1px solid #D9D9D9;
  }
  #enecaree .l-section--forum2025__content__detail__flex .l-section--entry__content__detail__item:last-child {
    border-left: none;
    padding-left: 0;
  }
  #enecaree .l-section--forum2025__content__detail__item {
    padding: 10px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70px 1fr;
    grid-template-columns: 70px 1fr;
  }
  #enecaree .l-section--forum2025__content__detail__index {
    font-size: 14px;
  }
  #enecaree .l-section--forum2025__content__detail__text {
    padding-right: 20px;
    padding-bottom: 0;
    font-size: 14px;
  }
  #enecaree .l-section--forum2025__content__detail__text.lato {
    font-family: "Lato", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px;
  }
  #enecaree .l-section--forum2025__content__detail__text span {
    font-size: 28px;
  }
  #enecaree .l-section--forum2025__content__detail__entry {
    padding: 20px;
    margin-top: 30px;
  }
  #enecaree .l-section--forum2025__content__detail__entry__btn a {
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    font-size: 18px;
  }
  #enecaree .l-section--forum2025__content__detail__entry__btn a:after {
    right: 10px;
  }
}
#enecaree .l-section--forum2025__content__item {
  background-color: #FFFFFF;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#enecaree .l-section--forum2025__content__item::before {
  content: "";
  width: 9px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #008268;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__item::before {
    width: 8px;
  }
}
#enecaree .l-section--forum2025__content__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#enecaree .l-section--forum2025__content__item__image {
  color: #FFFFFF;
}
#enecaree .l-section--forum2025__content__item__image__title span {
  display: inline-block;
  color: #1A1311;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3333333333;
  background: #FFFFFF;
  padding: 0 6px 0 8px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__item__image__title span {
    font-size: 22px;
  }
}
#enecaree .l-section--forum2025__content__item__image__title br + span {
  margin-top: 10px;
}
#enecaree .l-section--forum2025__content__item__image__day {
  font-family: "Barlow Condensed", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 40px;
  line-height: 1.2;
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__item__image__day {
    font-size: 30px;
    margin-right: 28px;
  }
}
#enecaree .l-section--forum2025__content__item__image__time {
  font-family: "Barlow Condensed", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__item__image__time {
    font-size: 20px;
  }
}
#enecaree .l-section--forum2025__content__item__image__note {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__item__image__note {
    font-size: 14px;
  }
}
#enecaree .l-section--forum2025__content__item__detail {
  padding: 24px 34px 34px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__item__detail {
    padding: 18px 26px 30px;
  }
}
#enecaree .l-section--forum2025__content__item__detail__tag {
  background-color: #008268;
  color: #FFFFFF;
  width: 240px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 10px 10px 10px 30px;
  clip-path: polygon(20px 0%, 100% 0, 100% 100%, 20px 100%, 0 50%);
  position: relative;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__item__detail__tag {
    width: 180px;
    font-size: 13px;
  }
}
#enecaree .l-section--forum2025__content__item__detail__tag::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background-color: #FFFFFF;
  border-radius: 50%;
}
#enecaree .l-section--forum2025__content__item__detail__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__item__detail__title {
    font-size: 22px;
    margin-top: 5px;
  }
}
#enecaree .l-section--forum2025__content__item__detail__index {
  color: #856844;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__item__detail__index {
    font-size: 13px;
  }
}
#enecaree .l-section--forum2025__content__item__detail__teacher {
  margin-top: 10px;
}
#enecaree .l-section--forum2025__content__item__detail__teacher__position {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__item__detail__teacher__position {
    font-size: 12px;
  }
}
#enecaree .l-section--forum2025__content__item__detail__teacher__name {
  margin-top: 2px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__item__detail__teacher__name {
    font-size: 20px;
  }
}
#enecaree .l-section--forum2025__content__item__detail__place {
  margin-top: 10px;
}
#enecaree .l-section--forum2025__content__item__detail__place__name {
  margin-top: 2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__item__detail__place__name {
    font-size: 15px;
  }
}
#enecaree .l-section--forum2025__content__item__detail__content {
  margin-top: 10px;
}
#enecaree .l-section--forum2025__content__item__detail__content__text {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__item__detail__content__text {
    font-size: 14px;
  }
}
#enecaree .l-section--forum2025__content__item__btn {
  margin-top: auto;
  padding: 0 34px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__item__btn {
    padding: 0 26px 36px;
  }
}
#enecaree .l-section--forum2025__content__item__partner {
  position: relative;
  padding: 30px 34px 25px;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__item__partner {
    padding: 22px 26px 15px;
  }
}
#enecaree .l-section--forum2025__content__item__partner::before {
  content: "";
  width: 9px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #FCA519;
}
#enecaree .l-section--forum2025__content__item__partner__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
#enecaree .l-section--forum2025__content__item__partner__tag__index {
  background-color: #FCA519;
  color: #1A1311;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 2px 10px 4px 30px;
  clip-path: polygon(10px 0%, 100% 0, 100% 100%, 10px 100%, 0 50%);
  position: relative;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__item__partner__tag__index {
    font-size: 13px;
  }
}
#enecaree .l-section--forum2025__content__item__partner__tag__index::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background-color: #FFFFFF;
  border-radius: 50%;
}
#enecaree .l-section--forum2025__content__item__partner__tag__note {
  color: #856844;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__item__partner__tag__note {
    font-size: 13px;
    font-weight: 700;
  }
}
#enecaree .l-section--forum2025__content__item__partner__logo {
  margin-top: 24px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(auto-fill, minmax(auto, 180px));
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__item__partner__logo {
    grid-template-columns: repeat(auto-fill, minmax(auto, 140px));
  }
}
#enecaree .l-section--forum2025__content__item__partner__logo__item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#enecaree .l-section--forum2025__content__item__partner__logo__comingsoon {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-bottom: 66px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__item__partner__logo__comingsoon {
    padding-bottom: 15px;
  }
}
#enecaree .l-section--forum2025__content__title {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__title {
    font-size: 20px;
    margin-top: 12px;
  }
}
#enecaree .l-section--forum2025__content__text {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__content__text {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
#enecaree .l-section--forum2025__content__tag {
  background-color: #008268;
  color: #FFFFFF;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 10px;
}
#enecaree .l-section--forum2025__backnumber {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 1fr;
  grid-template-columns: 300px 1fr;
}
#enecaree .l-section--forum2025__backnumber:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 80px;
  margin-top: 80px;
  margin-bottom: 80px;
}
#enecaree .l-section--forum2025__backnumber:not(:last-child) .l-section--entry__backnumber__btn a {
  background: #008268;
}
#enecaree .l-section--forum2025__backnumber__index {
  font-size: 24px;
  font-weight: bold;
}
#enecaree .l-section--forum2025__backnumber__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
#enecaree .l-section--forum2025__backnumber__btn {
  width: 100%;
  max-width: 300px;
}
#enecaree .l-section--forum2025__backnumber__btn a {
  display: inline-block;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-radius: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #0071A3;
  position: relative;
}
#enecaree .l-section--forum2025__backnumber__btn a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  opacity: 0.6;
  right: 20px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
          transform: translate3d(0, -50%, 0) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  #enecaree .l-section--forum2025__backnumber {
    display: block;
    text-align: center;
  }
  #enecaree .l-section--forum2025__backnumber .pc {
    display: none;
  }
  #enecaree .l-section--forum2025__backnumber__index {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
  }
  #enecaree .l-section--forum2025__backnumber__text {
    gap: 10px;
  }
  #enecaree .l-section--forum2025__backnumber__btn {
    width: 50%;
  }
  #enecaree .l-section--forum2025__backnumber__btn a {
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    font-size: 16px;
  }
  #enecaree .l-section--forum2025__backnumber__btn a:after {
    right: 10px;
  }
}
#enecaree.is-loaded .l-section {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#enecaree .l-seminar {
  background-color: #F5F3E7;
  padding: 54px 20px;
}
#enecaree .l-seminar:has(+ .l-section--about) {
  margin-bottom: 100px;
  padding-bottom: 132px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar:has(+ .l-section--about) {
    margin-bottom: 50px;
  }
}
#enecaree .l-seminar + .l-section--about {
  padding-bottom: 112px;
}
#enecaree .l-seminar ol {
  padding-left: 1.5em;
}
#enecaree .l-seminar__content__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px 1fr;
  grid-template-columns: 150px 1fr;
  border-bottom: 1px solid #FFFFFF;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar__content__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 20px auto;
    grid-template-rows: auto auto;
    gap: 20px;
  }
  #enecaree .l-seminar__content__item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #enecaree .l-seminar__content__item > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
#enecaree .l-seminar__content__item:first-child {
  border-top: 1px solid #FFFFFF;
}
#enecaree .l-seminar__content__item--timeline {
  display: block;
}
#enecaree .l-seminar__content__item--timeline__image {
  max-width: 100%;
  width: 851px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar__content__item--timeline__image {
    margin: 10px auto;
  }
}
#enecaree .l-seminar__content__item__title {
  color: #856844;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar__content__item__title > br {
    display: none;
  }
}
#enecaree .l-seminar__content__item__content {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar__content__item__content {
    font-size: 16px;
  }
}
#enecaree .l-seminar__content__item__content--note p, #enecaree .l-seminar__content__item__content--note li {
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
#enecaree .l-seminar__content__item__content--note p + p, #enecaree .l-seminar__content__item__content--note ul + p {
  margin-top: 2em;
}
#enecaree .l-seminar__content__item__content__map {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px 346px;
  grid-template-columns: auto 346px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar__content__item__content__map {
    display: block;
  }
}
#enecaree .l-seminar__content__item__content__map__title {
  font-weight: 500;
}
#enecaree .l-seminar__content__item__content__map__address {
  font-weight: 400;
  margin-top: 16px;
}
#enecaree .l-seminar__content__item__content__map__access {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 16px;
}
#enecaree .l-seminar__content__item__content__map__link {
  margin-top: 50px;
}
#enecaree .l-seminar__content__item__content__map__link a {
  color: #856844;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar__content__item__content__map__iframe {
    margin-top: 20px;
  }
}
#enecaree .l-seminar__content__item__content__map__iframe iframe {
  max-width: 100%;
  width: 346px;
  height: 174px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar__content__item__content__map__iframe iframe {
    width: 100%;
  }
}
#enecaree .l-seminar__content__item__teacher {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 97px 20px 1fr;
  grid-template-columns: 97px 1fr;
  gap: 20px;
}
#enecaree .l-seminar__content__item__teacher__image {
  border-radius: 50%;
  width: 97px;
  height: 97px;
  overflow: hidden;
}
#enecaree .l-seminar__content__item__teacher__name__position {
  font-size: 14px;
  letter-spacing: 0.05em;
}
#enecaree .l-seminar__content__item__teacher__name__main {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#enecaree .l-seminar__content__item__teacher__content {
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 0.1em;
}
#enecaree .l-seminar__content__item__partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  padding: 20px 0;
}
#enecaree .l-seminar__content__item__partner > img {
  max-width: 240px;
}
#enecaree .l-seminar__content__item__note {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
  margin-top: 8px;
  text-align: right;
}
#enecaree .l-seminar__content__item__report {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar__content__item__report {
    margin-top: 10px;
  }
}
#enecaree .l-seminar__content__item__report:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar__content__item__report:not(:last-child) {
    margin-bottom: 30px;
  }
}
#enecaree .l-seminar__content__item__report a:hover {
  opacity: 0.8;
}
#enecaree .l-seminar__content__item__report > iframe {
  border: none;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
#enecaree .l-seminar__content__recommend {
  background-color: #FFFFFF;
  border: solid 2px #008268;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 26px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar__content__recommend {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
  }
  #enecaree .l-seminar__content__recommend > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #enecaree .l-seminar__content__recommend > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
#enecaree .l-seminar__content__recommend__title {
  background-color: #008268;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
  padding: 28px 12px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar__content__recommend__title {
    display: block;
    text-align: center;
    position: relative;
    padding: 20px;
  }
  #enecaree .l-seminar__content__recommend__title > br {
    display: none;
  }
}
#enecaree .l-seminar__content__recommend__title::after {
  content: "";
  display: block;
  width: 57.26px;
  height: 59.49px;
  background-image: url(../img/seminar/icon_recommend.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar__content__recommend__title::after {
    width: 36.96px;
    height: 38.4px;
    position: absolute;
    top: 50%;
    left: 24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
  }
}
#enecaree .l-seminar__content__recommend__content {
  padding: 28px 28px 32px 12px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar__content__recommend__content {
    padding: 20px 16px;
  }
}
#enecaree .l-seminar__content__recommend__content li {
  color: #008268;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar__content__recommend__content li {
    font-size: 16px;
  }
}
#enecaree .l-seminar__content__step {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 40px;
  --accent-color: #DB0034;
}
#enecaree .l-seminar__content__step.--yellow {
  --accent-color: #FCA519;
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar__content__step {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#enecaree .l-seminar__content__step__item {
  background-color: #FFFFFF;
  border: solid 1px var(--accent-color);
  padding: 20px 10px;
}
#enecaree .l-seminar__content__step__item__index {
  color: var(--accent-color);
  font-family: "Barlow Condensed", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
}
#enecaree .l-seminar__content__step__item__title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#enecaree .l-seminar__content__step__item__title > span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#enecaree .l-seminar__content__step__item__detail {
  font-size: 13px;
  line-height: 1.6153846154;
  letter-spacing: 0.05em;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--accent-color);
}
#enecaree .l-seminar__title {
  font-size: 30px;
  line-height: 1.4666666667;
  letter-spacing: 0.2em;
  border-left: 5px solid #008268;
  color: #008268;
  padding-left: 10px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar__title {
    font-size: 20px;
  }
}
#enecaree .l-seminar--mv {
  background-color: #F5F3E7;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar--mv {
    padding: 40px 20px 0;
  }
}
#enecaree .l-seminar--mv--01 {
  --background-image: url(../img/seminar_01.jpg);
}
#enecaree .l-seminar--mv--02 {
  --background-image: url(../img/seminar_02.jpg);
}
#enecaree .l-seminar--mv--03 {
  --background-image: url(../img/seminar_03.jpg);
}
#enecaree .l-seminar--mv--04 {
  --background-image: url(../img/seminar_04.jpg);
}
#enecaree .l-seminar--mv--05 {
  --background-image: url(../img/seminar_05.jpg);
}
#enecaree .l-seminar--mv--06 {
  --background-image: url(../img/seminar_06.jpg);
}
#enecaree .l-seminar--mv__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar--mv__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 215px auto;
    grid-template-rows: 215px auto;
  }
  #enecaree .l-seminar--mv__inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #enecaree .l-seminar--mv__inner > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
#enecaree .l-seminar--mv__image {
  background-image: var(--background-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-left: 10px solid #008268;
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar--mv__image {
    border-left: 6px solid #008268;
    padding: 38px 26px 24px;
  }
}
#enecaree .l-seminar--mv__image__title span {
  display: inline-block;
  color: #1A1311;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3333333333;
  background: #FFFFFF;
  padding: 0 6px 0 8px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar--mv__image__title span {
    font-size: 20px;
  }
}
#enecaree .l-seminar--mv__image__title br + span {
  margin-top: 10px;
}
#enecaree .l-seminar--mv__detail {
  background-color: #FFFFFF;
  padding: 24px 34px 34px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar--mv__detail {
    border-left: 6px solid #008268;
    padding: 18px 20px 24px;
  }
}
#enecaree .l-seminar--mv__detail__tag {
  background-color: #008268;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 2px 10px 4px 30px;
  clip-path: polygon(10px 0%, 100% 0, 100% 100%, 10px 100%, 0 50%);
  position: relative;
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar--mv__detail__tag {
    font-size: 13px;
  }
}
#enecaree .l-seminar--mv__detail__tag::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background-color: #FFFFFF;
  border-radius: 50%;
}
#enecaree .l-seminar--mv__detail__note {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #008268;
}
#enecaree .l-seminar--mv__detail__index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
#enecaree .l-seminar--mv__detail__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar--mv__detail__title {
    margin-top: 5px;
  }
}
#enecaree .l-seminar--mv__detail__date {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #008268;
}
@media screen and (max-width: 767px) {
  #enecaree .l-seminar--mv__detail__date {
    font-size: 18px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  #enecaree .l-report .view-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #enecaree .l-report .view-sp {
    display: none;
  }
}
#enecaree .l-report__title span {
  font-size: 29px;
  color: #008268;
}
@media screen and (max-width: 767px) {
  #enecaree .l-report__title span {
    font-size: 20px;
  }
}
#enecaree .l-report__title.--fieldwork {
  border-left-color: #007BB0;
}
#enecaree .l-report__title.--fieldwork span {
  color: #007BB0;
}
#enecaree .l-report__title.--forum {
  border-left-color: #FCA519;
}
#enecaree .l-report__title.--forum span {
  color: #1A1311;
}
#enecaree .l-report h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4583333333;
  margin: 40px 0 20px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-report h2 {
    font-size: 18px;
  }
}
#enecaree .l-report h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4583333333;
  margin: 30px 0 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-report h3 {
    font-size: 16px;
  }
}
#enecaree .l-report h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4583333333;
  margin: 20px 0 5px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-report h4 {
    font-size: 16px;
  }
}
#enecaree .l-report p {
  font-size: 18px;
  line-height: 1.6666666667;
  text-indent: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-report p {
    font-size: 16px;
    line-height: 1.875;
  }
}
#enecaree .l-report p + p, #enecaree .l-report p + ul {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-report p + p, #enecaree .l-report p + ul {
    margin-top: 32px;
  }
}
#enecaree .l-report p.--no-indent {
  text-indent: 0;
}
#enecaree .l-report sup {
  display: inline;
  margin-left: 0 !important;
}
#enecaree .l-report sub {
  font-size: 70%;
  line-height: 1;
  vertical-align: baseline;
}
#enecaree .l-report em {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-report em {
    font-size: 16px;
    line-height: 1.875;
  }
}
#enecaree .l-report ul + p, #enecaree .l-report ol + p {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-report ul + p, #enecaree .l-report ol + p {
    margin-top: 32px;
  }
}
#enecaree .l-report li {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-report li {
    font-size: 16px;
    line-height: 1.875;
  }
}
#enecaree .l-report picture, #enecaree .l-report figure {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #enecaree .l-report picture, #enecaree .l-report figure {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
#enecaree .l-report img {
  height: auto;
}
#enecaree .l-report figcaption {
  margin-top: 0.4em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #enecaree .l-report__float {
    float: left;
    max-width: 40%;
    margin-right: 40px;
    margin-bottom: 20px;
  }
  #enecaree .l-report__float.--right {
    float: right;
    margin-right: 0;
    margin-left: 20px;
  }
  #enecaree .l-report__float--end {
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  #enecaree .view-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #enecaree .view-sp {
    display: none;
  }
}
#enecaree .l-forum__title {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__title {
    font-size: 22px;
    padding-bottom: 10px;
  }
}
#enecaree .l-forum__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 468px;
  height: 3px;
  margin: auto;
  background-color: #E50044;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__title::before {
    max-width: 302px;
    height: 1px;
  }
}
#enecaree .l-forum__title__sub {
  color: #E50044;
  font-size: 20px;
  font-family: "Questrial", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__title__sub {
    font-size: 16px;
  }
}
#enecaree .l-forum__title--mini {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__title--mini {
    font-size: 22px;
    text-align: center;
  }
}
#enecaree .l-forum__mv {
  padding: 50px 10px 200px;
  background: url("../img/forum/mv_bg.webp") no-repeat center top/cover;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__mv {
    padding: 30px 0 50px;
    background-image: url("../img/forum/mv_bg_sp.webp");
  }
}
#enecaree .l-forum__mv__inner {
  position: relative;
}
#enecaree .l-forum__mv__copy {
  height: auto;
}
@media screen and (min-width: 768px) {
  #enecaree .l-forum__mv__copy {
    position: absolute;
    top: -8px;
    right: 0;
    width: 170px;
  }
}
@media screen and (max-width: 870px) {
  #enecaree .l-forum__mv__copy {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__mv__copy {
    width: 375px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  #enecaree .l-forum__mv__title {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__mv__title {
    margin-top: 20px;
    text-align: center;
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
#enecaree .l-forum__mv__outline {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 102px 20px 1fr;
  grid-template-columns: 102px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px 20px;
  margin-top: 40px;
  color: #1A1311;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__mv__outline {
    -ms-grid-columns: 50px 18px 1fr;
    grid-template-columns: 50px 1fr;
    gap: 3px 18px;
    width: 345px;
    max-width: 100%;
    margin: 18px auto 0;
    font-size: 16px;
  }
}
#enecaree .l-forum__mv__outline__title {
  font-weight: 700;
}
#enecaree .l-forum__mv__outline__title__text {
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #1A1311;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__mv__outline__title__text {
    font-size: 14px;
    padding-bottom: 3px;
  }
}
#enecaree .l-forum__mv__outline__data {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__mv__outline__data {
    font-size: 18px;
  }
}
#enecaree .l-forum__mv__outline__attention {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__mv__outline__attention {
    font-size: 14px;
    font-weight: 500;
  }
}
#enecaree .l-forum__mv__outline__date {
  font-size: 48px;
  font-family: "Questrial", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__mv__outline__date {
    font-size: 32px;
  }
}
#enecaree .l-forum__mv__outline__date__day {
  font-size: 36px;
  font-family: "Questrial", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #E50044;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__mv__outline__date__day {
    font-size: 24px;
    padding-left: 10px;
  }
}
#enecaree .l-forum__mv__outline__time {
  font-size: 30px;
  font-family: "Questrial", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (min-width: 768px) {
  #enecaree .l-forum__mv__outline__time {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__mv__outline__time {
    font-size: 20px;
    line-height: 1.2;
  }
}
#enecaree .l-forum__mv__outline__venue {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #enecaree .l-forum__mv__outline__capacity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
#enecaree .l-forum__mv__outline__capacity__title {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__mv__outline__capacity__title {
    font-size: 12px;
  }
}
#enecaree .l-forum__mv__outline__capacity__data {
  font-size: 24px;
  font-family: "Questrial", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__mv__outline__capacity__data {
    font-size: 14px;
  }
}
#enecaree .l-forum__mv__letter {
  display: block;
  height: auto;
  margin: auto;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #enecaree .l-forum__mv__letter {
    width: 132%;
    max-width: 1896px;
    -webkit-transform: translateX(-18%);
            transform: translateX(-18%);
  }
}
#enecaree .l-forum__mv__logo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 402px 60px 182px;
  grid-template-columns: 402px 182px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 60px;
  -webkit-transform: translateX(-3.7%);
          transform: translateX(-3.7%);
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__mv__logo {
    -ms-grid-columns: 180px 27px 82px;
    grid-template-columns: 180px 82px;
    gap: 27px;
  }
}
#enecaree .l-forum__mv__logo__img {
  height: auto;
}
#enecaree .l-forum__mv__logo__img--enecaree {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__mv__logo__img--enecaree {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
#enecaree .l-forum__mv__movie__title {
  font-family: "Questrial", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.1em;
  margin-top: 92px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__mv__movie__title {
    font-size: 24px;
    margin-top: 74px;
  }
}
#enecaree .l-forum__mv__movie__video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/1080;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__mv__movie__video {
    width: calc(100% - 20px);
    margin: 20px auto 0;
  }
}
#enecaree .l-forum__schedule {
  background-color: #F5F3E7;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__schedule {
    padding: 50px 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__schedule .tac-sp {
    text-align: center;
  }
}
#enecaree .l-forum__schedule__attention {
  font-weight: 500;
  text-align: center;
  color: #707070;
  margin-top: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__schedule__attention {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
  }
}
#enecaree .l-forum__schedule__live {
  margin-top: 100px;
  padding: 25px;
  background: #fff url("../img/forum/icon_live.svg") no-repeat left 57px center/72px auto;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__schedule__live {
    max-width: 302px;
    margin: 50px auto 0;
    padding: 73px 20px 20px;
    background-size: 44px auto;
    background-position: center top 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#enecaree .l-forum__schedule__live__inner {
  max-width: 586px;
  margin: auto;
}
#enecaree .l-forum__schedule__live__title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 14px;
  padding-bottom: 13px;
  border-bottom: 1px solid #DEDEDE;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__schedule__live__title {
    font-size: 16px;
    margin-bottom: 8px;
    padding-bottom: 10px;
    letter-spacing: 0;
  }
}
#enecaree .l-forum__schedule__live__data {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__schedule__live__data {
    font-size: 14px;
    letter-spacing: 0;
  }
}
#enecaree .l-forum__schedule__live__data__venue {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin-right: 14px;
  padding: 3px 9px;
  background-color: #707070;
}
@media screen and (min-width: 768px) {
  #enecaree .l-forum__schedule__live__data__venue {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__schedule__live__data__venue {
    font-size: 12px;
    margin-right: 5px;
    padding: 2px 12px;
    letter-spacing: 0.1em;
  }
}
#enecaree .l-forum__timeline {
  position: relative;
  max-width: 1130px;
  margin: 78px auto 63px;
  padding: 0 143px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #enecaree .l-forum__timeline {
    padding: 0 0 0 143px;
  }
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__timeline {
    margin: 25px auto 0;
    padding: 0;
  }
  #enecaree .l-forum__timeline p {
    font-size: 14px;
    line-height: 1.7;
  }
}
#enecaree .l-forum__timeline img {
  height: auto;
}
@media screen and (min-width: 768px) {
  #enecaree .l-forum__timeline::before {
    content: "";
    position: absolute;
    left: 85px;
    bottom: 0;
    width: 2px;
    height: calc(100% - 16px);
    background-color: #707070;
  }
}
#enecaree .l-forum__timeline__item {
  position: relative;
  list-style: none;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #enecaree .l-forum__timeline__item:not(:first-child) {
    margin-top: 27px;
  }
}
#enecaree .l-forum__timeline__time {
  font-size: 24px;
  font-family: "Questrial", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #272620;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #enecaree .l-forum__timeline__time {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-225%);
            transform: translateX(-225%);
  }
  #enecaree .l-forum__timeline__time--bottom {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-225%, 50%);
            transform: translate(-225%, 50%);
  }
  #enecaree .l-forum__timeline__time::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30.5px;
    margin: auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #707070;
  }
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__timeline__time {
    position: relative;
    display: block;
    font-size: 18px;
    text-align: center;
    width: 80px;
    margin: 13px auto 17px;
    background-color: #F5F3E7;
  }
  #enecaree .l-forum__timeline__time::before, #enecaree .l-forum__timeline__time::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 110px;
    height: 1px;
    margin: auto;
    background-color: #DEDEDE;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  #enecaree .l-forum__timeline__time::after {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
#enecaree .l-forum__timeline__title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 1px 0;
  color: #fff;
  background-color: #D0A638;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__timeline__title {
    font-size: 16px;
  }
}
#enecaree .l-forum__timeline__data {
  padding: 20px 64px;
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid #D0A638;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__timeline__data {
    padding: 20px 26px 16px;
  }
}
#enecaree .l-forum__timeline__data--2col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 150px;
  grid-template-columns: 1fr 150px;
  gap: 0 60px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__timeline__data--2col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
#enecaree .l-forum__timeline__data__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 8px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__timeline__data__title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 9px;
    padding-bottom: 18px;
  }
}
#enecaree .l-forum__timeline__data__title small {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__timeline__data__title small {
    font-size: 12px;
  }
}
#enecaree .l-forum__timeline__data__profile__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4px 1fr 4px 1fr 4px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 4px;
  margin-top: 20px;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  #enecaree .l-forum__timeline__data__profile__list {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__timeline__data__profile__list {
    -ms-grid-columns: 144px 18px 144px;
    grid-template-columns: repeat(2, 144px);
    gap: 20px 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#enecaree .l-forum__timeline__data__profile__title {
  font-weight: 700;
  text-align: center;
}
#enecaree .l-forum__timeline__data__profile__data {
  font-size: 14px;
  text-align: center;
}
#enecaree .l-forum__timeline__data__profile__image {
  display: block;
  width: 140px;
  margin: 5px auto 0;
}
#enecaree .l-forum__timeline__data__profile__name {
  display: block;
  margin: 10px 0 5px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__timeline__data__profile__name {
    font-size: 18px;
  }
}
#enecaree .l-forum__timeline__data__contents--2col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media screen and (min-width: 768px) {
  #enecaree .l-forum__timeline__data__contents--2col {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__timeline__data__contents--2col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
#enecaree .l-forum__timeline__data__contents--2col img {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#enecaree .l-forum__timeline__data__logo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 199px 10px 199px 10px 199px;
  grid-template-columns: repeat(3, 199px);
  gap: 0 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  font-weight: 700;
  -webkit-transform: translateX(2%);
          transform: translateX(2%);
}
@media screen and (max-width: 950px) {
  #enecaree .l-forum__timeline__data__logo {
    -ms-grid-columns: (180px)[3];
    grid-template-columns: repeat(3, 180px);
  }
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__timeline__data__logo {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px 0;
    max-width: 250px;
    margin: 20px auto 0;
  }
  #enecaree .l-forum__timeline__data__logo__item:not(:first-child) dt {
    display: none;
  }
}
#enecaree .l-forum__timeline__data__logo__image {
  display: block;
  width: 100%;
  margin: 10px 0 2px;
}
@media screen and (min-width: 768px) {
  #enecaree .l-forum__timeline__data__logo__image {
    width: auto;
    height: 57px !important;
  }
}
@media screen and (max-width: 950px) {
  #enecaree .l-forum__timeline__data__logo__image {
    height: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__timeline__data__logo__image {
    margin: 0;
    height: auto !important;
  }
}
#enecaree .l-forum__timeline__data__logo__name {
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__timeline__data__logo__name {
    font-size: 18px;
  }
}
#enecaree .l-forum__location {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__location {
    padding: 50px 10px;
  }
}
#enecaree .l-forum__location__title {
  font-size: 30px;
  text-align: center;
  margin: 60px 0 30px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__location__title {
    font-size: 20px;
    margin: 30px 0 10px;
  }
}
#enecaree .l-forum__location__detail {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #enecaree .l-forum__location__detail {
    max-width: 712px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__location__detail {
    font-size: 16px;
    text-align: center;
  }
}
#enecaree .l-forum__location__detail__station {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__location__detail__station {
    font-size: 16px;
  }
}
#enecaree .l-forum__location__map {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px auto;
  aspect-ratio: 1.5/1;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__location__map {
    margin-top: 30px;
  }
}
#enecaree .l-forum__streaming {
  background-color: #F5F3E7;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__streaming {
    padding: 50px 10px;
  }
  #enecaree .l-forum__streaming .l-section__inner {
    max-width: 86%;
  }
}
#enecaree .l-forum__streaming .l-forum__title--mini {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
}
#enecaree .l-forum__streaming__attention {
  font-size: 18px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__streaming__attention {
    font-size: 14px;
  }
}
#enecaree .l-forum__streaming__item {
  font-size: 18px;
  line-height: 1.7777777778;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__streaming__item {
    font-size: 14px;
  }
}
#enecaree .l-forum__streaming__item::before {
  content: "・";
  margin-right: 0.3em;
}
#enecaree .l-forum__faq {
  word-break: break-word;
  background: url("../img/forum/faq_bg.webp") no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__faq {
    padding: 50px 10px;
    background-image: url("../img/forum/faq_bg_sp.webp");
  }
}
#enecaree .l-forum__faq .l-section--faq__content {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__faq .l-section--faq__content {
    margin-top: 28px;
  }
}
#enecaree .l-forum__faq .l-section--faq__content__item {
  padding-top: 17px;
  border-top-color: #1A1311;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__faq .l-section--faq__content__item {
    padding-top: 13px;
  }
}
#enecaree .l-forum__faq .l-section--faq__content__item:last-child {
  border-bottom-color: #1A1311;
}
#enecaree .l-forum__faq .l-section--faq__content__item__question {
  color: #1A1311;
  padding-left: 2.7em;
  letter-spacing: 0.05em;
}
#enecaree .l-forum__faq .l-section--faq__content__item__anser {
  color: #1A1311;
  padding: 17px 0 2px 3em;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__faq .l-section--faq__content__item__anser {
    padding: 11px 3em 2px;
  }
}
#enecaree .l-forum__faq .l-section--faq__content__item__anser a {
  color: #1A1311;
}
#enecaree .l-forum__faq .l-section--faq__content__item:after, #enecaree .l-forum__faq .l-section--faq__content__item:before {
  top: 33px;
  right: 60px;
  background-color: #1A1311;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__faq .l-section--faq__content__item:after, #enecaree .l-forum__faq .l-section--faq__content__item:before {
    top: 29px;
    right: 34px;
  }
}
#enecaree .l-forum__faq .l-section--faq__content__item__question:before {
  color: #E50044;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__faq .l-section--faq__content__item__question:before {
    left: 5px;
  }
}
#enecaree .l-forum__about {
  padding: 100px 10px 0;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__about {
    padding-top: 50px;
  }
}
#enecaree .l-forum__about .l-forum__title--mini {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__about .l-forum__title--mini {
    margin-bottom: 30px;
  }
}
#enecaree .l-forum__about .l-section--about__content {
  margin-top: 0;
}
#enecaree .l-forum__about .l-section--about__content__text {
  padding-top: 17px;
  letter-spacing: 0.05em;
}
#enecaree .l-forum__partner {
  padding: 98px 10px 120px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__partner {
    padding: 83px 10px 65px;
  }
  #enecaree .l-forum__partner .l-section__inner {
    max-width: 86%;
  }
}
#enecaree .l-forum__partner .l-forum__title--mini {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__partner .l-forum__title--mini {
    margin-bottom: 20px;
  }
}
#enecaree .l-forum__partner__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DEDEDE;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__partner__title {
    font-size: 18px;
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
}
#enecaree .l-forum__partner__title__sub {
  display: block;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__partner__title__sub {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
    letter-spacing: 0.1em;
  }
}
#enecaree .l-forum__partner__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  #enecaree .l-forum__partner__logos {
    gap: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__partner__logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#enecaree .l-forum__partner__logos--companies {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__partner__logos--companies {
    margin-top: 37px;
  }
}
#enecaree .l-forum__partner__logos--companies .l-forum__partner__logo:nth-of-type(1) {
  width: 24.8953974895%;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__partner__logos--companies .l-forum__partner__logo:nth-of-type(1) {
    width: 202px;
  }
}
#enecaree .l-forum__partner__logos--companies .l-forum__partner__logo:nth-of-type(2) {
  width: 15.690376569%;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__partner__logos--companies .l-forum__partner__logo:nth-of-type(2) {
    width: 159px;
    margin-top: 20px;
  }
}
#enecaree .l-forum__partner__logos--companies .l-forum__partner__logo:nth-of-type(3) {
  width: 32.5313807531%;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__partner__logos--companies .l-forum__partner__logo:nth-of-type(3) {
    width: 260px;
  }
}
#enecaree .l-forum__partner__logos--organizations {
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  #enecaree .l-forum__partner__logos--organizations {
    margin-top: -7px;
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__partner__logos--organizations {
    margin-bottom: 17px;
  }
}
#enecaree .l-forum__partner__logos--organizations .l-forum__partner__logo:nth-of-type(1) {
  width: 35.2510460251%;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__partner__logos--organizations .l-forum__partner__logo:nth-of-type(1) {
    width: 320px;
    max-width: 100%;
    -webkit-transform: translateX(-2.5%);
            transform: translateX(-2.5%);
  }
}
#enecaree .l-forum__partner__logos--outsourcing .l-forum__partner__logo:nth-of-type(1) {
  width: 21.4435146444%;
}
@media screen and (max-width: 767px) {
  #enecaree .l-forum__partner__logos--outsourcing .l-forum__partner__logo:nth-of-type(1) {
    width: 170px;
  }
}

#enecaree .u-text--zen {
  font-family: "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#enecaree .u-text--lato {
  font-family: "Lato", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#enecaree .u-text--barlow {
  font-family: "Barlow Condensed", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#enecaree .u-text--questrial {
  font-family: "Questrial", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#enecaree .u-text--green {
  color: #008268;
}
#enecaree .u-text--blue {
  color: #007BB0;
}
#enecaree .u-text--red {
  color: #DB0034;
}
#enecaree .u-text--yellow {
  color: #FCA519;
}
#enecaree .u-text--base {
  color: #1A1311;
}
#enecaree .u-text--notice {
  color: #707070;
}
#enecaree .u-text--black {
  color: #000000;
}
#enecaree .u-text--gray {
  color: #BDBEBF;
}
#enecaree .u-text--gold {
  color: #856844;
}
#enecaree .u-text--white {
  color: #FFFFFF;
}
#enecaree .u-text--light {
  font-weight: 300;
}
#enecaree .u-text--regular {
  font-weight: 400;
}
#enecaree .u-text--medium {
  font-weight: 500;
}
#enecaree .u-text--semi-bold {
  font-weight: 600;
}
#enecaree .u-text--bold {
  font-weight: 700;
}
#enecaree .u-text--center {
  text-align: center;
}

#enecaree .u-list {
  padding-left: 1.5em;
}
#enecaree .u-list li {
  list-style-type: disc;
}

#enecaree .u-d-none {
  display: none !important;
}
#enecaree .u-d-block {
  display: block !important;
}
#enecaree .u-d-inline-block {
  display: inline-block !important;
}
#enecaree .u-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#enecaree .u-d-grid {
  display: -ms-grid !important;
  display: grid !important;
}
@media screen and (max-width: 1519px) {
  #enecaree .u-d-lg-none {
    display: none !important;
  }
  #enecaree .u-d-lg-block {
    display: block !important;
  }
  #enecaree .u-d-lg-inline-block {
    display: inline-block !important;
  }
  #enecaree .u-d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #enecaree .u-d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
}
@media screen and (max-width: 1024px) {
  #enecaree .u-d-tb-none {
    display: none !important;
  }
  #enecaree .u-d-tb-block {
    display: block !important;
  }
  #enecaree .u-d-tb-inline-block {
    display: inline-block !important;
  }
  #enecaree .u-d-tb-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #enecaree .u-d-tb-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
}
@media screen and (max-width: 767px) {
  #enecaree .u-d-md-none {
    display: none !important;
  }
  #enecaree .u-d-md-block {
    display: block !important;
  }
  #enecaree .u-d-md-inline-block {
    display: inline-block !important;
  }
  #enecaree .u-d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #enecaree .u-d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
}
@media screen and (max-width: 540px) {
  #enecaree .u-d-sm-none {
    display: none !important;
  }
  #enecaree .u-d-sm-block {
    display: block !important;
  }
  #enecaree .u-d-sm-inline-block {
    display: inline-block !important;
  }
  #enecaree .u-d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #enecaree .u-d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
}