@charset "UTF-8";

.energy-fv,
.energy-zone,
.energy-science,
.energy-articles,
.energy-cta {
  position: relative;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
@media screen and (max-width: 720px) {
  .energy-fv,
  .energy-zone,
  .energy-science,
  .energy-articles,
  .energy-cta {
    max-width: none;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.energy-fv-image {
  max-width: none;
  margin-left: -15px;
  margin-right: -15px;
  max-height: 300px;
  overflow: hidden;
}
@media screen and (min-width: 721px) {
  .energy-fv-image {
    max-width: none;
    width: calc(100% + 200px);
    margin-left: -100px;
    margin-right: -100px;
    height: auto;
    max-height: none;
    overflow: hidden;
  }
}
.energy-fv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media screen and (max-width: 720px) {
  .energy-fv-image img {
    height: auto;
  }
}
@media screen and (min-width: 721px) {
  .energy-fv-image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.energy-fv {
  padding-top: 64px;
  text-align: left;
}
.energy-fv__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: bolder;
  color: var(--color-deep-azuki);
  margin: 0 0 24px;
  line-height: 1.5;
}
.energy-fv p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #707070;
  line-height: 1.7;
  text-align: left;
  margin: 0 0 24px;
}
.energy-fv p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 720px) {
  .energy-fv__title {
    font-size: 22px;
  }
  .energy-fv p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.energy-zone {
  padding-top: 64px;
  padding-bottom: 120px;
}
.energy-zone h3 {
  color: var(--color-deep-azuki);
  font-size: 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bolder;
  margin: 0 auto 24px;
}
@media screen and (max-width: 720px) {
  .energy-zone h3 {
    font-size: 1.2rem;
  }
}

.energy-zone__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.energy-zone__card--gap-lg {
  margin-top: 16px;
}
.energy-zone__card {
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid currentColor;
  border-radius: 0;
  overflow: hidden;
  text-align: left;
}
.energy-zone__card__text {
  flex: 1;
  padding: 12px;
  display: flex;
  flex-direction: column;
}
.energy-zone__card__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--color-charcoal);
  margin: 0 0 12px;
  line-height: 1.5;
}
.energy-zone__card__text p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #707070;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}
.energy-zone__card__cta {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: var(--color-gray);
  text-decoration: none;
  margin-top: auto;
  padding-top: 16px;
}
.energy-zone__card__image {
  width: 40%;
  flex-shrink: 0;
}
.energy-zone__card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 720px) {
  .energy-zone__card {
    flex-direction: column-reverse;
  }
  .energy-zone__card__image {
    width: 100%;
    height: 180px;
  }
  .energy-zone__card__text {
    padding: 12px;
  }
  .energy-zone__card__title {
    font-size: 16px;
  }
  .energy-zone__card__text p {
    font-size: 14px;
  }
}

.energy-science {
  padding-bottom: 120px;
}
.energy-science__image {
  margin-bottom: 24px;
}
.energy-science__image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.energy-science h3 {
  color: var(--color-deep-azuki);
  font-size: 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bolder;
  margin: 0 auto 24px;
}
.energy-science p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #707070;
  line-height: 1.7;
  margin: 0 0 24px;
}
.energy-science p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 720px) {
  .energy-science h3 {
    font-size: 1.2rem;
  }
  .energy-science p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.energy-articles {
  padding-bottom: 32px;
  text-align: left;
}
.energy-articles__heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-charcoal);
  margin: 0 0 24px;
}
.energy-articles__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.energy-articles__card {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid var(--color-divider);
  transition: opacity 0.2s;
}
.energy-articles__card:first-child {
  border-top: 1px solid var(--color-divider);
}
.energy-articles__card:hover {
  opacity: 0.7;
}
.energy-articles__card__image {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  margin-right: 16px;
  overflow: hidden;
}
.energy-articles__card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.energy-articles__card__body {
  flex: 1;
}
.energy-articles__card__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-charcoal);
  line-height: 1.5;
  margin-bottom: 4px;
}
.energy-articles__card__meta {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: var(--color-gray);
}
.energy-articles__more {
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 720px) {
  .energy-articles__heading {
    font-size: 18px;
  }
  .energy-articles__card__image {
    width: 64px;
    height: 64px;
  }
  .energy-articles__card__title {
    font-size: 15px;
  }
}

.energy-divider {
  border: none;
  border-top: 1px solid var(--color-divider);
  max-width: 600px;
  margin: 0 auto;
  transform: translateY(-60px);
}
.energy-articles + .energy-divider {
  transform: translateY(-40px);
}
@media screen and (max-width: 720px) {
  .energy-divider {
    max-width: none;
    margin: 0 15px;
  }
}

.energy-cta {
  padding-top: 120px;
  padding-bottom: 80px;
  text-align: center;
}
.energy-cta h3 {
  color: var(--color-deep-azuki);
  font-size: 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bolder;
  margin: 0 auto 16px;
  text-align: center !important;
}
.energy-cta__button {
  margin-top: 16px;
}
@media screen and (max-width: 720px) {
  .energy-cta {
    padding-top: 80px;
  }
  .energy-cta h3 {
    font-size: 1.2rem;
  }
}

.energy-detail-fv {
  padding-top: 0;
  padding-bottom: 24px;
}
.energy-detail-fv__image {
  max-width: none;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 64px;
  overflow: hidden;
  max-height: 400px;
}
@media screen and (min-width: 721px) {
  .energy-detail-fv__image {
    width: calc(100% + 200px);
    margin-left: -100px;
    margin-right: -100px;
  }
}
.energy-detail-fv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media screen and (max-width: 720px) {
  .energy-detail-fv__image {
    max-height: 240px;
  }
}

.energy-detail-body {
  position: relative;
  max-width: 600px;
  margin: auto;
  padding-bottom: 64px;
  text-align: left;
}
.energy-detail-body__content {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-charcoal) !important;
}
.energy-detail-body__content h2,
.energy-detail-body__content h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-charcoal);
  margin: 48px 0 24px;
  line-height: 1.5;
}
.energy-detail-body__content h2:first-child,
.energy-detail-body__content h3:first-child {
  margin-top: 0;
}
.energy-detail-body__content p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #707070;
  line-height: 1.7;
  margin: 0 0 24px;
}
.energy-detail-body__content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 720px) {
  .energy-detail-body {
    padding: 0 15px 64px;
  }
  .energy-detail-body__content {
    font-size: 14px;
    line-height: 1.6;
  }
  .energy-detail-body__content h2,
  .energy-detail-body__content h3 {
    font-size: 18px;
  }
  .energy-detail-body__content p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.energy-detail-body__disclaimer {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-charcoal);
  background: #FAF8F6;
  padding: 16px;
  margin-top: 48px;
}

.energy-detail-related {
}

.energy-detail-nav {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.energy-detail-nav__link {
  display: flex;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: var(--color-charcoal);
  text-decoration: none;
  padding: 16px 0 16px 0;
  transition: opacity 0.2s;
}
.energy-detail-nav__link:hover {
  opacity: 0.7;
}
.energy-detail-nav__link::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 2px solid var(--color-charcoal);
  border-bottom: 2px solid var(--color-charcoal);
  transform: rotate(45deg);
  margin-right: 16px;
  flex-shrink: 0;
}
@media screen and (max-width: 720px) {
  .energy-detail-nav {
    padding: 0 15px;
  }
  .energy-detail-nav__link {
    font-size: 14px;
  }
}

.energy-detail-cta {
  padding-top: 80px;
  padding-bottom: 80px;
}

.no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #ccc;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.energy-articles__more .btn-cta-primary,
.energy-cta__button .btn-cta-primary {
  display: inline-block;
  padding: 14px 32px;
  background: var(--color-soft-azuki);
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  border-radius: 24px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.energy-articles__more .btn-cta-primary:hover,
.energy-cta__button .btn-cta-primary:hover {
  opacity: 0.8;
}
