@charset "UTF-8";
.mk .mv_imgWrapper::after {
  opacity: 0.5;
}

.mktopWhite {
  padding: 13.4rem 0 9.5rem;
}
@media screen and (max-width: 767px) {
  .mktopWhite {
    padding: 6.7rem 0 8rem;
  }
}

.mktopWhite_topic {
  margin-top: 5.7rem;
}
@media screen and (max-width: 767px) {
  .mktopWhite_topic {
    margin-top: 3.4rem;
  }
}

.mktopWhite_topic .text {
  margin-top: 1.9rem;
}
@media screen and (max-width: 767px) {
  .mktopWhite_topic .text {
    margin-top: 1.4rem;
    line-height: 1.73;
  }
}

.mktopWhite_infographic {
  margin-top: 6.1rem;
  border-radius: 10px;
  background-image: url("../img/energy-market/energy-market-boat.jpg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  padding: 8.4rem 3.1rem 16rem 6.4rem;
}
@media screen and (max-width: 767px) {
  .mktopWhite_infographic {
    margin-top: 3.2rem;
    padding: 4.3rem 0 12.5rem;
    background-image: url("../img/energy-market/energy-market-boatsp.jpg");
  }
}

.mktopWhite_infographic .text_note {
  margin-top: 1.9rem;
}
@media screen and (max-width: 767px) {
  .mktopWhite_infographic .text_note {
    margin-top: 0.9rem;
  }
}

.mktopWhite_figureBoat {
  display: block;
  width: 100%;
  -webkit-transform: translate(-1.6rem, -3.5rem);
          transform: translate(-1.6rem, -3.5rem);
}
@media screen and (max-width: 767px) {
  .mktopWhite_figureBoat {
    width: 96%;
    -webkit-transform: translate(6px, 13px);
            transform: translate(6px, 13px);
  }
}

.mktopWhite_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.1rem;
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .mktopWhite_tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
    margin-top: 2.7rem;
  }
}

.mktopWhite_tab {
  background-color: #fff;
  color: #ced0d2;
  width: calc(33.33% - 1.4rem);
  padding: 1.7rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.02;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 767px) {
  .mktopWhite_tab {
    width: 100%;
  }
}

.mktopWhite_tab.is-active,
.mktopWhite_tab:hover {
  background-color: #F4A000;
  color: #fff;
}

.mktopWhite_mapTop {
  padding: 0 1.9rem;
}
@media screen and (max-width: 767px) {
  .mktopWhite_mapTop {
    padding: 0;
  }
}

.mktopWhite_map .mktopWhite_mapTop .text_note {
  margin-top: 0.6rem;
}

.mktopWhite_map {
  margin-top: 6rem;
  background-color: #eff1f4;
  padding: 8.3rem 6rem 4.4rem 6.8rem;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .mktopWhite_map {
    margin-top: 5.9rem;
    padding: 5.1rem 2rem 5.7rem;
  }
}

.mktopWhite_map .text_note {
  margin-top: 2.6rem;
  text-align: end;
}
@media screen and (max-width: 767px) {
  .mktopWhite_map .text_note {
    margin: 3.1rem auto 0;
  }
}

.mktopWhite_figure {
  margin-top: 4.9rem;
  display: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mktopWhite_figure {
    overflow-x: scroll;
    margin-top: 3.6rem;
  }
}

.mktopWhite_figure.is-active {
  display: block;
}

.mktopWhite_figureImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .mktopWhite_figureImg {
    width: 183%;
    max-width: unset;
  }
}

.mktopWhite_summary .title24 {
  margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .mktopWhite_summary .title24 {
    margin-top: 3rem;
  }
}

.mktopWhite_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  margin-top: 3.9rem;
}
@media screen and (max-width: 767px) {
  .mktopWhite_wrapper {
    margin-top: 2.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}

.mktopWhite_cardSummary {
  width: calc(33.33% - 2.1333333333rem);
  aspect-ratio: 1;
  border-radius: 10px;
  border: 1px solid #F4A000;
  padding: 2.7rem 3.6rem 4.5rem 4.5rem;
}
@media screen and (max-width: 767px) {
  .mktopWhite_cardSummary {
    width: 100%;
    padding: 2.8rem 3.9rem 4.6rem 4.4rem;
  }
}

.mktopWhite_cardDesc {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .mktopWhite_cardDesc {
    margin-top: 2.5rem;
  }
}

.mktopWhite_cardSummary .title24 {
  margin-top: 1.2rem;
}

.mkpoints {
  background-color: #eff1f4;
  padding: 11.8rem 0 14rem;
}
@media screen and (max-width: 767px) {
  .mkpoints {
    padding: 5.8rem 0 8.6rem;
  }
}

.mkpoints_overview {
  margin-top: 6.2rem;
  background-color: #fff;
  border-radius: 10px;
  padding: 8.4rem 9.4rem 11.8rem 9.6rem;
}
@media screen and (max-width: 767px) {
  .mkpoints_overview {
    margin-top: 3.5rem;
    padding: 4.7rem 1.5rem 5.3rem;
  }
}

.mkpoints_promotion {
  color: #F4A000;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 1rem 6.7rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.7rem auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mkpoints_promotion {
    margin: 1.2rem auto 0;
    font-size: 2.4rem;
    padding: 0.5rem 2rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.3;
  }
}

.mkpoints_promotion::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border: 1px solid #949494;
  width: 2.1rem;
  height: 100%;
  border-right: transparent;
}
@media screen and (max-width: 767px) {
  .mkpoints_promotion::before {
    width: 1rem;
  }
}

.mkpoints_promotion::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  border: 1px solid #949494;
  width: 2.1rem;
  height: 100%;
  border-left: transparent;
}
@media screen and (max-width: 767px) {
  .mkpoints_promotion::after {
    width: 1rem;
  }
}

.mkpoints_goalWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6.3rem;
  padding: 0 12.6rem;
  gap: 4.2rem;
}
@media screen and (max-width: 767px) {
  .mkpoints_goalWrap {
    margin: 3.1rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 1rem;
    width: 76.9%;
  }
}

.mkpoints_goal {
  width: calc(50% - 2.1rem);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 0.2rem solid #F4A000;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #F4A000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mkpoints_goal {
    width: 97%;
    margin: 0 auto;
  }
}

.mkpoints_goalYear {
  font-family: "Anton", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  .mkpoints_goalYear {
    font-size: 3.1rem;
  }
}

.mkpoints_textYear {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  letter-spacing: -0.07em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mkpoints_textYear {
    font-size: 1.9rem;
  }
}

.mkpoints_goalDesc {
  margin-top: 3.3rem;
  font-size: 3.2rem;
  line-height: 1.1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mkpoints_goalDesc {
    font-size: 2.4rem;
    margin-top: 2.2rem;
  }
}

.mkpoints_goalSmText {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .mkpoints_goalSmText {
    font-size: 1.5rem;
  }
}

.mkpoints_goalBigText {
  font-family: "Anton", sans-serif;
  font-size: 5.2rem;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .mkpoints_goalBigText {
    font-size: 3.8rem;
  }
}

.mkpoints_goalLsp {
  letter-spacing: -0.07em;
}

.mkpoints_goalImg {
  width: 100%;
  aspect-ratio: 235/234;
}

.mkpoints .text {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .mkpoints .text {
    margin-top: 2.1rem;
    line-height: 1.6;
  }
}

.mkpoints_cardTitleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.mkpoints_difWrap {
  margin-top: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .mkpoints_difWrap {
    margin-top: 3.1rem;
    gap: 1.5rem;
    padding: 0 0.7rem;
  }
}

.mkpoints_card:first-child {
  width: 100%;
}

.mkpoints_card {
  border-radius: 10px;
  background-color: #eff1f4;
  width: calc(50% - 1rem);
  padding: 4.2rem 2.8rem 4.8rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mkpoints_card {
    width: 100%;
    padding: 1.7rem 2.5rem 4.1rem;
  }
}

.mkpoints_cardIcon {
  width: 5.8rem;
  position: absolute;
  top: 3rem;
  left: 3rem;
}
@media screen and (max-width: 767px) {
  .mkpoints_cardIcon {
    width: 4.3rem;
    top: 1.8rem;
    left: 2.1rem;
  }
}

.mkpoints_cardTitle {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .mkpoints_cardTitle {
    padding-top: 1.9rem;
    font-size: 2rem;
  }
}

.mkpoints_cardDesc {
  margin-top: 2.1rem;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mkpoints_cardDesc {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}

.mkpoints_cardYellow {
  color: #F4A000;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .mkpoints_cardYellow {
    font-size: 2rem;
  }
}

.mkpoints_cardYellow--24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .mkpoints_cardYellow--24 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .mkpoints_cardText {
    line-height: 1.7;
  }
}

.mkpoints .polygon {
  margin-top: 5.5rem;
}

.mkpoints_textBottom {
  margin-top: 3rem;
  font-size: 3.2rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mkpoints_textBottom {
    margin-top: 2.8rem;
    font-size: 2.4rem;
  }
}

.mkpoints_target {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .mkpoints_target {
    margin-top: 2.7rem;
  }
}

.mkcomp {
  padding: 12rem 0 15.3rem;
}
@media screen and (max-width: 767px) {
  .mkcomp {
    padding: 7.8rem 0 8rem;
  }
}

.mkcomp_topWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .mkcomp_topWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.mkcomp_green .text {
  margin-top: 1.6rem;
  padding-bottom: 1.3rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .mkcomp_green .text {
    margin-top: 1.4rem;
    line-height: 1.6;
  }
}

.mkcomp_new {
  border: 1px solid #949494;
  padding: 2.4rem 4.6rem 2.6rem 4.7rem;
  border-radius: 10px;
  width: 57.3%;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
@media screen and (max-width: 767px) {
  .mkcomp_new {
    padding: 2rem 1.9rem;
    width: 100%;
  }
}

.mkcomp_yellowNew {
  color: #F4A000;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.mkcomp_textNew {
  margin-top: 1rem;
  line-height: 1.6;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .mkcomp_textNew {
    margin-top: 0.7rem;
  }
}

.mkcomp .subtitle {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .mkcomp .subtitle {
    margin-top: 4.8rem;
  }
}

.mkcomp_rmapWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .mkcomp_rmapWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.8rem;
  }
}

.mkcomp_rmapTitle {
  font-size: 2.4rem;
  letter-spacing: 0.03rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .mkcomp_rmapTitle {
    font-size: 2rem;
  }
}

.mkcomp_rmap1 {
  background-image: url("../img/energy-market/comp-bg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 34.7%;
  padding: 2rem 2.9rem 11.1rem;
  color: #fff;
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .mkcomp_rmap1 {
    background-image: url("../img/energy-market/comp-bg1sp.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 3rem 5rem 4.4rem;
    text-align: center;
    width: 100%;
  }
}

.mkcomp_rmapTag {
  opacity: 0.63;
  font-size: 3rem;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mkcomp_rmapTag {
    font-size: 2.4rem;
  }
}

.mkcomp_rmapTitle {
  margin-left: 2.6rem;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .mkcomp_rmapTitle {
    margin-top: 1rem;
    margin-left: 0;
  }
}

.mkcomp_rmap2 {
  background-image: url("../img/energy-market/comp-bg2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 40.8%;
  padding: 2.5rem 7.1rem 4.1rem;
  color: #fff;
  margin-left: -8.2rem;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .mkcomp_rmap2 {
    margin-left: 0;
    margin-top: -5rem;
    background-image: url("../img/energy-market/comp-bg2sp.png");
    background-repeat: no-repeat;
    width: 100%;
    padding: 7.5rem 5rem 3.7rem;
    text-align: center;
  }
}

.mkcomp_rmapTag2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.07em;
  opacity: 0.63;
}
@media screen and (max-width: 767px) {
  .mkcomp_rmapTag2 {
    font-size: 2rem;
  }
}

.mkcomp_rmapYear {
  font-size: 3.6rem;
  letter-spacing: 0.02em;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  padding-right: 0.05rem;
}
@media screen and (max-width: 767px) {
  .mkcomp_rmapYear {
    font-size: 3rem;
  }
}

.mkcomp_rmapTitle--2 {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .mkcomp_rmapTitle--2 {
    margin-top: 1.3rem;
    line-height: 1.5;
  }
}

.mkcomp_rmapList {
  margin-top: 0.8rem;
  letter-spacing: 0.05em;
  line-height: 1.63;
}
@media screen and (max-width: 767px) {
  .mkcomp_rmapList {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 767px) {
  .mkcomp_rmapList:first-of-type {
    text-align: start;
    margin: 0.6rem 2.4rem;
  }
}

.mkcomp_rmapTitle--2,
.mkcomp_rmapList {
  margin-left: 5.2rem;
}
@media screen and (max-width: 767px) {
  .mkcomp_rmapTitle--2,
  .mkcomp_rmapList {
    margin-left: 0;
  }
}

.mkcomp_rmapList--1 {
  margin-left: 2.7rem;
}
@media screen and (max-width: 767px) {
  .mkcomp_rmapList--1 {
    margin-left: 0;
  }
}

.mkcomp_rmap3 {
  background-image: url("../img/energy-market/comp-bg3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 39.2%;
  padding: 2.5rem 5rem 2.5rem 8rem;
  color: #fff;
  margin-left: -8.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mkcomp_rmap3 {
    margin-left: 0;
    margin-top: -5rem;
    width: 100%;
    background-image: url("../img/energy-market/comp-bg3sp.png");
    background-repeat: no-repeat;
    padding: 7.3rem 2.3rem;
    text-align: center;
  }
}

.mkcomp_more {
  margin-top: 10.7rem;
}
@media screen and (max-width: 767px) {
  .mkcomp_more {
    margin-top: 4.3rem;
  }
}

.mkcomp_moreTitle {
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mkcomp_moreTitle {
    line-height: 1.4;
  }
}

.mkcomp_moreWrapper {
  margin-top: 4.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .mkcomp_moreWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.3rem;
    gap: 1.5rem;
  }
}

::-webkit-scrollbar {
  height: 0.6rem;
}

::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 10px;
}