@media screen and (max-width: 768px) {
}
main.lp-energy {
  font-family: "Noto Sans JP", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lp-energy-footer {
  font-family: "Noto Sans JP", sans-serif !important;
}

@supports (-webkit-touch-callout: none) {
  .lp-energy-fusion__title h2 {
    font-weight: 700 !important;
  }
  .c-title.--navy h2 {
    font-weight: 800 !important;
  }
  .lp-energy-fv__title {
    font-weight: 800 !important;
  }
}

.c-title {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 20px;
}
.c-title p {
  color: var(--white, #fff);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-title p {
    font-size: 16px;
  }
}
.c-title p::before {
  content: "";
  display: inline-block;
  width: 260px;
  height: 2px;
  background: linear-gradient(90deg, #00bbf5 0%, rgba(0, 187, 245, 0) 100%);
  position: absolute;
  left: 0;
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  .c-title p::before {
    bottom: -13px;
  }
}
.c-title h2 {
  color: var(--white, #fff);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(2.5rem, 0.625rem + 3vw, 3.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 72.8px */
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .c-title h2 {
    margin-top: 22px;
    font-size: 24px;
  }
}
.c-title.--navy h2,
.c-title.--navy p {
  color: #060e31;
}
main {
  overflow: hidden;
}
body {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

/*FV CSS  */
video {
  width: 100%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  video {
    width: 100%;
    position: unset;
    top: 0;
    margin-top: -40px;
  }

  video#myvideo {
    margin-inline: auto;
    display: flex;
    margin-top: -31px;
  }
}

.lp-energy-fv {
  background-color: #060e31;
}
@media screen and (max-width: 768px) {
  .lp-energy-fv {
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #060e31;
  }
  .lp-energy-fv .lp-energy-fv__img img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .lp-energy-fv__img {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  .lp-energy-fv {
    background-position: center;
  }
}
@media screen and (max-width: 1000px) {
  .lp-energy-fv {
    background-position: center right;
  }
}
.lp-energy-fv img {
  width: 164px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .lp-energy-fv img {
    width: 110px;
  }
}

.lp-energy-fv__inner {
  max-width: 1280px;
  margin-inline: auto;
  padding-block: 40px 56px;
  padding-inline: 17px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-energy-fv__inner {
    padding-block: 9px 34px;
    margin-top: -38px;
  }
}
.lp-energy-fv__title {
  color: #00bbf5;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(3.125rem, -1.563rem + 7.5vw, 4.5rem);
  font-feature-settings: "palt" on;

  line-height: 1.44;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .lp-energy-fv__title {
    font-size: 32px;
    padding-inline: 7px;
  }
}
@media screen and (max-width: 768px) {
  .lp-energy-fv__text-box {
    margin-top: 13px;
  }
}
.lp-energy-fv__text {
  margin-top: 30px;

  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 2.1;
  max-width: 565px;
  letter-spacing: 0.06em;
  padding-left: 3px;
}
@media screen and (max-width: 768px) {
  .lp-energy-fv__text {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 2;
    padding-right: 3px;
    padding-right: 6px;
    margin-top: 23px;
  }
}

.lp-energy-fv__note {
  display: flex;
  max-width: 1094px;
  padding: 28px 32px;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  color: #fff;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  margin-inline: auto;
  margin-top: 61px;
  padding-inline: 30px 33px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .lp-energy-fv__note {
    margin-top: 40px;
    padding: 19px 26px;
    gap: 40px;
    border-radius: 8px;
    padding-inline: 19px;
    margin-inline: 0px;
    max-width: 89%;
    margin-inline: auto;
  }
}

.lp-energy-fv__note-lists {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .lp-energy-fv__note-lists {
    flex-flow: column;
    gap: 24px;
  }
}
.lp-energy-fv__note-list {
  flex: 1;
}
.lp-energy-fv__note h2 {
  color: var(--white, #fff);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .lp-energy-fv__note h2 {
    font-size: 15px;
  }
}
.lp-energy-fv__note h2 svg {
  position: relative;
            top: 2.5px;
}
@media screen and (max-width: 768px) {
  .lp-energy-fv__note h2 svg {
    position: relative;
          top: 3px;
  }
}
.lp-energy-fv__note p {
  color: #aac9e5;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.03em;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .lp-energy-fv__note p {
    font-size: 13px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.03em;
    margin-top: 8px;
  }
}

.lp-energy-fv__info {
  display: flex;
  align-items: center;
  width: 369px;
  height: 48px;
  padding: 16px;
  gap: 5px;
  color: #63daff;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-size: 13px;
}

.lp-energy-fv__bottom {
  padding-inline: 26px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-energy-fv__bottom {
  }
}

img.lp-energy-fv__bottom {
  width: 100%;
}
@media screen and (max-width: 768px) {
  img.lp-energy-fv__bottom {
    width: 72%;
    margin-inline: auto;
  }
}
/*fusion セクション  */
.lp-energy-fusion {
  padding-block: 98px 111px;
  background: #060e31;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .lp-energy-fusion {
    padding-block: 74px 75px;
  }
}

.lp-energy-fusion .lp-energy-plasma__bottom-bg {
  width: 90%;
}

.lp-energy-fusion__title {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4;
}
.lp-energy-fusion__title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .lp-energy-fusion__title {
    font-size: 24px;
  }
}

.lp-energy-fusion__arrow {
  margin-inline: auto;
  width: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .lp-energy-fusion__arrow {
    width: 12px;
    margin-top: 10px;
  }
}

.lp-energy-fusion__contents {
  margin-top: 0;
  display: flex;
  align-items: center;
}

.lp-energy-fusion__contents picture {
}

.lp-energy-fusion__contents-img {
}

.lp-energy-fusion__text-box {
  flex: 1;
  padding-inline: 80px;
}
@media screen and (max-width: 1050px) {
  .lp-energy-fusion__text-box {
    padding-inline: 20px;
  }
}

.lp-energy-fusion__text-box h3 {
  color: var(--white, #fff);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 0.6;
}

.lp-energy-fusion__text-box p {
  color: var(--white, #fff);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 30px */
  margin-top: 36px;
}

.lp-energy-fusion__contents.--bottom {
  max-width: 876px;
  margin-inline: auto;
  flex-flow: column;
}

.lp-energy-fusion__needs-text {
  color: var(--white, #fff);
  text-align: center;
  leading-trim: both;

  text-edge: cap;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 1px;
}

.lp-energy-fusion__catch {
  margin-top: 16px;
  display: flex;
  gap: 35px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lp-energy-fusion__catch {
    gap: 14px;
  }
}
.lp-energy-fusion__catch-wrap {
  position: relative;
  width: 224px;
  height: 224px;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.lp-energy-fusion__catch-wrap::before {
  content: "";
  display: inline-block;
  background: url(../images/bg_circle.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .lp-energy-fusion__catch-wrap {
    position: relative;
    width: 140px;
    height: 139px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.lp-energy-fusion__catch-text {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 159%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-energy-fusion__catch-text {
    font-size: 13px;
  }
}
.lp-energy-fusion__catch-text span.big {
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 64px */
}
@media screen and (max-width: 768px) {
  .lp-energy-fusion__catch-text span.big {
    font-size: 21px;
  }
}

.lp-energy-fusion__catch-text span.medium {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .lp-energy-fusion__catch-text span.medium {
    font-size: 17px;
  }
}
.lp-energy-fusion__catch-text span.small {
  margin-top: -14px;
  font-size: 15px;
  line-height: 153%;
  display: block;
  margin-top: -7px;
  font-weight: 400;
}

.lp-energy-fusion__contribution-title {
  margin-top: 61px;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-size: 52px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0.01em;
  font-size: clamp(2.6rem, -1.563rem + 7.5vw, 3.25rem);
}
@media screen and (max-width: 768px) {
  .lp-energy-fusion__contribution-title {
    font-size: 24px;
    margin-top: 53px;
  }
}

.lp-energy-fusion__contribution-text {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4; /* 30.8px */
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .lp-energy-fusion__contribution-text {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .lp-energy-fusion__contribution-text {
    font-size: 16px;
    margin-top: 14px;
  }
}
.lp-energy-fusion__contribution {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .lp-energy-fusion__contribution {
    padding-inline: 20px;
  }
}

ul.lp-energy-fusion__items {
  margin-top: 36px;
  display: flex;
  flex-flow: column;
  gap: 17px;
}

.lp-energy-fusion__item {
  border-radius: 4px;
  background: var(--F_light_blue, #00bbf5);
  color: #060e31;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.54px;
  text-align: center;
  padding-block: 15px 18px;
}

@media screen and (max-width: 900px) {
  .lp-energy-fusion__item {
    font-size: 16px;
  }
}

.lp-energy-creation {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .lp-energy-creation {
    padding-top: 34px;
  }
}
.lp-energy-creation__catch {
  margin-top: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-energy-creation__catch {
    margin-top: 17px;
  }
}

.lp-energy-creation__catch-textbox {
  background: #00bbf5;
  border-radius: 0 0 80px 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-energy-creation__catch-textbox {
    border-radius: 0 0 30px 30px;
  }
}
.lp-energy-creation__catch-textwrap {
  max-width: 817px;
  margin-inline: auto;
  padding-block: 49px 55px;
}
@media screen and (max-width: 1100px) {
  .lp-energy-creation__catch-textwrap {
    max-width: 668px;
  }
}
@media screen and (max-width: 768px) {
  .lp-energy-creation__catch-textwrap {
    padding-block: 23px 29px;
    max-width: 389px;
  }
}
.lp-energy-creation__catch-textbox h3 {
  color: #060e31;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .lp-energy-creation__catch-textbox h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .lp-energy-creation__catch-textbox h3 {
    font-size: 18px;
    padding-inline: 20px;
    white-space: unset;
  }
}

.lp-energy-creation__catch-textbox p {
  color: #060e31;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  margin-top: 14px;
}
.lp-energy-creation__catch-bottom {
  position: absolute;
  bottom: calc(50% - 149px);
  transform: translate(-50%, -50%);
  left: 50%;
  width: 120px;
}
@media screen and (max-width: 1100px) {
  .lp-energy-creation__catch-bottom {
    bottom: calc(50% - 137px);
  }
}
@media screen and (max-width: 768px) {
  .lp-energy-creation__catch-bottom {
    bottom: calc(50% - 108px);
    width: 111px;
  }
}

.lp-energy-plasma__bottom-wrap {
  position: relative;
}

.lp-energy-plasma__bottom {
  margin-top: 56px;
  width: 82%;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .lp-energy-plasma__bottom {
    margin-top: 40px;
    width: 90%;
  }
}

.lp-energy-plasma__bottom-bg {
  position: absolute;
  top: -119px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  width: 85%;
}

.lp-energy-development {
  padding-block: 70px 0;
}
@media screen and (max-width: 768px) {
  .lp-energy-development {
    padding-block: 35px 0;
  }
}
@media screen and (max-width: 768px) {
  .lp-energy-development .lp-energy-plasma__bottom-bg {
    display: none;
  }
}

.lp-energy-development__catch {
  position: relative;
}
.lp-energy-development__body {
  background: #060e31;
  margin-top: 34px;
  padding-top: 121px;
}
@media screen and (max-width: 768px) {
  .lp-energy-development__body {
    margin-top: 18px;
    padding-top: 0;
  }
}
.lp-energy-development__bottom {
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  .lp-energy-development__bottom {
    margin-top: 68px;
  }
}

.lp-energy-development__bottom svg {
  display: flex;
  margin-inline: auto;
  margin-top: 40px;
}
p.lp-energy-development__bottom-text {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  p.lp-energy-development__bottom-text {
    font-size: 15px;
  }
}
.lp-energy-development__bottom-text:nth-of-type(2) {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .lp-energy-development__bottom-text:nth-of-type(2) {
    margin-top: 40px;
  }
}
.lp-energy-development__list-text {
  color: #fff;
  position: relative;
  z-index: 10;
  text-align: center;
  color: var(--white, #fff);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  .lp-energy-development__list-text {
    font-size: 12px;
  }
}
.lp-energy-development__features {
  padding-block: 60px 143px;
}
@media screen and (max-width: 768px) {
  .lp-energy-development__features {
    padding-block: 43px 80px;
  }
}
.lp-energy-development__features-title {
  color: var(--F_light_blue, #00bbf5);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-energy-development__features-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .lp-energy-development__list-wrap {
    display: contents;
  }
}
.lp-energy-development__lists {
  display: flex;
  justify-content: center;
  gap: 39px;
  margin-top: 47px;
}
@media screen and (max-width: 900px) {
  .lp-energy-development__lists {
    gap: 21px;
  }
}
@media screen and (max-width: 768px) {
  .lp-energy-development__lists {
    margin-top: 33px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}
.lp-energy-development__img {
  width: 50%;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lp-energy-development__img {
    width: 100%;
    position: relative;
    top: -1px;
  }
}
@media screen and (max-width: 768px) {
  .lp-energy-development__list-wrap {
    display: flex;
    gap: 15px;
    margin-top: -6px;
  }
}

.lp-energy-development__list {
  border-radius: 146.154px;
  box-shadow: 0 0 10px 0 #5cd8ff, 0 0 40px 0 #00bbf5;
  display: flex;
  width: 240px;
  height: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14.615px;
  aspect-ratio: 1 / 1;
}
@media screen and (min-width: 769px) {
  .lp-energy-development__list {
    width: 243px;
    height: 243px;
  }
}
@media screen and (max-width: 768px) {
  .lp-energy-development__list {
    width: 165px;
    height: 160px;
  }
}
.lp-energy-creaton__contents {
  margin-top: 114px;
}
.lp-energy-creaton__contents.--02 {
  margin-top: 67px;
}
@media screen and (max-width: 768px) {
  .lp-energy-creaton__contents.--02 {
    margin-top: 43px;
  }
}

.lp-energy-creaton__contents-head {
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .lp-energy-creaton__contents-head {
    align-items: center;
    flex-flow: column;
  }
}

.lp-energy-creaton__content-inner {
  margin-inline: auto;
  padding-inline: 20px;
  padding-block: 66px 74px;
  gap: 32px;
  display: flex;
  max-width: 1280px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .lp-energy-creaton__content-inner {
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  .lp-energy-creaton__content-inner {
    padding-inline: 20px;
    padding-block: 40px 48px;
    width: 100%;
    flex-flow: column;
    gap: 40px;
  }
}
.lp-energy-creaton__contents-title {
  color: #060e31;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 34px;
  border: 1px solid rgba(6, 14, 49, 0.3);
  display: flex;
  padding-block: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 119px;
  margin-inline: auto;
}

.lp-energy-creaton__contents-title img {
  width: 18px;
}

.lp-energy-creaton__contents-img {
  aspect-ratio: 1374 / 101;
  height: 50px;
  object-fit: contain;
}

.lp-energy-creaton__contents-img.--logo02 {
  aspect-ratio: 457 / 50;
  height: 52px;
  object-fit: contain;
  margin-inline: auto;
  margin-top: 26px;
}

@media screen and (max-width: 768px) {
  .lp-energy-creaton__contents-img.--logo02 {
    aspect-ratio: 457 / 50;
    height: 37px;
    object-fit: contain;
    margin-inline: auto;
    margin-top: 16px;
  }
}
.lp-energy-creaton__content {
  margin-top: 32px;
  display: flex;
  background: #060e31;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.lp-energy-creaton__content::before {
  content: "";
  display: inline-block;
  content: "";
  width: 700px;
  display: block;
  background: url(../images/creation_circle.png);
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 500/289;
}
@media screen and (max-width: 768px) {
  .lp-energy-creaton__content::before {
    background: url(../images/creation_circle_sp.png);
    width: 176%;
    aspect-ratio: 150 / 149;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 654px;
    height: 654px;
  }
}
@media screen and (max-width: 768px) {
  .lp-energy-creaton__content {
    margin-top: 15px;
  }
}

.lp-energy-creaton__content-left {
  flex: 1;
  position: relative;
}

.lp-energy-creaton__content-left svg {
  width: 15px;
}

@media screen and (max-width: 768px) {
  .lp-energy-creaton__content-left svg {
    width: 12px;
  }
}

.lp-energy-creaton__content-left h3 {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1300px) {
  .lp-energy-creaton__content-left h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1100px) {
  .lp-energy-creaton__content-left h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .lp-energy-creaton__content-left h3 {
    font-size: 18px;
  }
}
.lp-energy-creaton__content-left ul {
  margin-top: 43px;
  display: flex;
  flex-flow: column;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .lp-energy-creaton__content-left ul {
    margin-top: 34px;
    gap: 20px;
  }
}
.lp-energy-creaton__content-left ul li {
  ading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: flex;
}

.lp-energy-creaton__content-left ul li {
  display: flex;
}
.lp-energy-creaton__content-left ul li p {
  padding-left: 6px;
  letter-spacing: -0.03em;
  line-height: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .lp-energy-creaton__content-left ul li p {
    padding-left: 10px;
    font-size: 13px;
    line-height: 1.2;
  }
}
.lp-energy-creaton__content-img {
  width: 50%;
}
.lp-energy-creaton__content-text {
  width: 397px;
  padding-inline: 32px 22px;
  padding-block: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 74px;
}
@media screen and (max-width: 1000px) {
  .lp-energy-creaton__content-text {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lp-energy-creaton__content-text {
    margin-top: 0px;
    max-width: 40rem;
    padding-inline: 19px 19px;
    padding-block: 24px 20px;
  }
}
.lp-energy-creaton__content-text h3 {
  align-items: center;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.54px;
  line-height: 0.6;
}
.lp-energy-creaton__content-text h3 svg {
  position: relative;
  top: 2.5px;
}
@media screen and (max-width: 768px) {
  .lp-energy-creaton__content-text h3 svg {
    top: 0.5px;
  }
}
.lp-energy-creaton__content-text h3 span {
  padding-left: 4px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .lp-energy-creaton__content-text h3 span {
    padding-left: 2px;
    position: relative;
    top: -3px;
  }
}

.lp-energy-creaton__content-text p {
  color: #aac9e5;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.64;
  margin-top: 16px;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 950px) {
  .lp-energy-creaton__content-text h3 {
    font-size: 22px;
  }
  .lp-energy-creaton__content-text p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 850px) {
  .lp-energy-creaton__content-text h3 {
    font-size: 18px;
  }
  .lp-energy-creaton__content-text p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .lp-energy-creaton__content-text h3 {
    font-size: 15px;
  }
  .lp-energy-creaton__content-text p {
    margin-top: 11px;
    letter-spacing: 0.05em;
    line-height: 1.73;
  }
}
.lp-energy-creaton__content-items {
  color: #fff;
  display: flex;
  align-items: stretch;
  margin-top: -1px;
  background: #456182;
}
.lp-energy-creaton__content-item {
  display: flex;
  align-items: center;
}
.lp-energy-creaton__content-item img {
  aspect-ratio: 227/140;
  height: 100%;
  position: relative;
  left: -1px;
  width: 20.4vw;
}
.lp-energy-creaton__content-item:nth-of-type(odd) {
  padding-inline: 11px;
  width: 16vw;
}
.lp-energy-creaton__content-item:nth-of-type(1) {
  background-color: #060e31;
  width: 11.6vw;
  padding-left: 32px;
}

@media screen and (max-width: 950px) {
  .lp-energy-creaton__content-item:nth-of-type(1) {
    padding-left: 15px;
  }
}
.lp-energy-creaton__content-item:nth-of-type(3),
.lp-energy-creaton__content-item:nth-of-type(5) {
  width: 15.5vw;
}
.lp-energy-creaton__content-item:nth-of-type(3),
.lp-energy-creaton__content-item:nth-of-type(5),
.lp-energy-creaton__content-item:nth-of-type(7) {
  background: #456182;
}
.lp-energy-creaton__content-item p {
  color: var(--white, #fff);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.07vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
}
.lp-energy-creaton__content-item p span {
  font-weight: 700;
}
.lp-energy-creaton__contribution .text-box {
  flex: 1;
}
.lp-energy-creaton__contribution .text-box h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #060e31;
  color: var(--white, #fff);
  leading-trim: both;
  text-edge: cap;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6; /* 24px */
  width: 195px;
  height: 30px;
}
.lp-energy-creaton__contribution .text-box.--wide h3 {
  width: 350px;
}

.lp-energy-creaton__contribution {
  padding-block: 43px 50px;
  background-color: #f0f3fa;
}
.lp-energy-creaton__contribution-inner {
  max-width: 1130px;
  margin-inline: auto;
  padding-inline: 20px;
}

.lp-energy-creaton__contribution-title {
  color: #060e31;
  leading-trim: both;
  text-edge: cap;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}

.lp-energy-creaton__contribution-contents {
  margin-top: 49px;
  display: flex;
  gap: 48px;
}
.lp-energy-creaton__contribution-imgbox {
  width: 413px;
}

.lp-energy-creaton__contribution-imgbox p {
  color: #060e31;
  leading-trim: both;
  text-edge: cap;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  margin-top: 7px;
}

.lp-energy-creaton__contribution-dl:nth-of-type(1) {
  margin-top: 24px;
}

.lp-energy-creaton__contribution-dl:nth-of-type(1)::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: url(../images/dott01.png) repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.lp-energy-creaton__contribution-dl {
  position: relative;
  padding-block: 22px;
  padding-inline: 7px;
}

.lp-energy-creaton__contribution-dl::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: url(../images/dott01.png) repeat-x;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.lp-energy-creaton__contribution-dt {
  color: #060e31;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-size: 16px;
  font-weight: 700;
}
.lp-energy-creaton__contribution-dd {
  color: #060e31;
  leading-trim: both;
  text-edge: cap;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 24px */
  margin-top: 5px;
}

.lp-energy-creaton__contribution-dl img {
  object-fit: cover;
}

.lp-energy-creaton__reference {
  margin-top: 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
  padding-block: 32px;
  padding-inline: 32px;
}

.lp-energy-creaton__reference h3 {
  color: #060e31;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 8px;
}

.lp-energy-creaton__reference h3 span {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.65px;
  border-radius: 4px;
  background: #060e31;
  display: flex;
  padding-block: 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 39px;
}

.lp-energy-creaton__reference ul {
  margin-top: 12px;
  display: flex;
  flex-flow: column;
  gap: 4px;
}

.lp-energy-creaton__reference li {
  color: #060e31;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.75px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.lp-energy-creaton__reference li svg {
  position: relative;
  top: 2px;
}

/*スワイパー/*
/* スライドの動き等速 */
.swiper {
  margin-top: 63px;
}
@media screen and (max-width: 768px) {
  .swiper {
    margin-top: 18px;
  }
}
.swiper-box {
  position: relative;
}
.swiper-horizontal {
  position: relative; /* 疑似要素を配置するために必要 */
}

.swiper-horizontal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 380px; /* 上から380pxぶんだけ */
  background: #333;
  z-index: 1; /* 必要なら調整 */
  pointer-events: none; /* スライダー操作に干渉しないように */
}
.swiper-wrapper {
  transition-timing-function: linear !important;
}
/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-slide {
  width: 380px !important;
  position: relative;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.swiper-slide img.text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 50px;
}

.swiper-wrapper_bottom-box img {
  width: 480px;
}
@media screen and (max-width: 768px) {
  .swiper-wrapper_bottom-box img {
    width: 159px;
  }
}

@media screen and (max-width: 768px) {
  .swiper-backface-hidden .swiper-slide {
    width: 200px !important;
  }
}

.swiper-wrapper_bottom-box {
  display: flex;
  justify-content: center;
  position: relative;
  /* top: -118px; */
  z-index: 1;
  position: absolute;
  top: -51px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .swiper-wrapper_bottom-box {
    transform: translate(-50%, -50%);
    top: calc(50% - -6px);
  }
}

.swiper-box-bottom {
  border-radius: 0 0 80px 80px;
  background: #00bbf5;
  padding-block: 48px 47px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .swiper-box-bottom {
    border-radius: 0 0 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-box-bottom {
    padding-block: 17px 21px;
  }
}
.swiper-box-bottom p {
  color: #060e31;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .swiper-box-bottom p {
    font-size: 18px;
    padding-inline: 24px 27px;
    text-align: left;
    line-height: 1.4;
    max-width: 389px;
    margin-inline: auto;
  }
}
.lp-energy-application__message {
  margin-top: 146px;
}
@media screen and (max-width: 768px) {
  .lp-energy-application__message {
    margin-top: 82px;
  }
}
.lp-energy-application__message p {
  color: #060e31;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-size: 28px;
  font-weight: 900;
  line-height: 2.4; /* 67.2px */
  letter-spacing: -0.03em;
}

@media screen and (max-width: 1000px) {
  .lp-energy-application__message p {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .lp-energy-application__message p {
    font-size: 18px;
  }
}
a.lp-energy-application__message-link {
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  a.lp-energy-application__message-link:hover {
    opacity: 0.7;
  }
}
.lp-energy-application__message-linkWrap {
  border-radius: 8px;
  background: #060e31;
  color: #fff;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  height: 100px;
  width: 572px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-inline: auto;
  margin-top: 146px;
}
@media screen and (max-width: 768px) {
  .lp-energy-application__message-linkWrap {
    width: 89%;
    max-width: 400px;

    font-size: 15px;
    height: 60px;
    display: flex;
    margin-top: 85px;
    border-radius: 4px;
  }
}
.lp-energy-application__message-link {
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  /* padding-inline: 142px 100px; */
  letter-spacing: 0.03em;
  padding-left: 17px;
}

.lp-energy-application__message-link::before {
  content: "";
  display: inline-block;
  width: 458px;
  height: 458px;
  border-radius: 458px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #122b97 0%,
    rgba(18, 43, 151, 0) 100%
  );
  position: absolute;
  top: 50%;
  left: -79px;

  transform: translateY(-50%);
  z-index: -1;
}

.lp-energy-application__message-link::after {
  content: "";
  display: inline-block;
  content: "";
  width: 11px;
  display: block;
  background: url(../images/application_arrow.svg);
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
  aspect-ratio: 5 / 9;
}
@media screen and (max-width: 768px) {
  .lp-energy-application__message-link::after {
    right: 16px;
    width: 9px;
  }
}
.footer_text-box img {
  margin-inline: auto;
  width: 192px;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .footer_text-box img {
    width: 155px;
    margin-top: 17px;
  }
}

.c-toTop-area {
  padding: 80px 0 74px;
  text-align: center;
}

.c-toTop-area {
  padding: 80px 0 75px;
  text-align: center;
  /* 必要なら背景など
  background: #f7f7f7;
  */
}
@media screen and (max-width: 768px) {
  .c-toTop-area {
    padding: 48px 0 43px;
  }
}
.c-toTop {
  display: inline-block;
}
.c-toTop img {
  display: block;
  width: 52px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-toTop img {
    width: 40px;
  }
}

/* スムーススクロール */
html {
  scroll-behavior: smooth;
}

/* ヘッダーが固定で被る場合はオフセット */
html {
  scroll-padding-top: 80px;
} /* 固定ヘッダーが80pxなら調整 */

.lp-energy-application__inner {
  padding-top: 69px;
}
@media screen and (max-width: 768px) {
  .lp-energy-application__inner {
    padding-top: 33px;
  }
}

p.lp-energy-application__text {
  color: #333 !important;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.9px;
  margin-top: 25px;
}

p.lp-energy-application__text::before {
  display: none;
}

/* フッター*/
footer {
  padding-top: 161px;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 96px;
  }
}

.footer_text-box {
  text-align: center;
}

.footer_text {
  color: #003c84;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 2.68px;
}
@media screen and (max-width: 768px) {
  .footer_text {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
.footer_text span {
  font-size: 0.6em;
  vertical-align: super;
}
p.footer_copyright {
  text-align: center;
  padding-block: 6px;
  color: #003c84;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  p.footer_copyright {
    font-size: 13px;
  }
}

.lp-energy-footer {
  background-image: unset !important;
  padding-top: 160px;
}

@media screen and (max-width: 768px) {
  .lp-energy-footer {
    padding-top: 97px;
  }
}
