@charset "UTF-8";
@media screen and (max-width: 480px) {
  * {
    max-width: 100%;
  }
}

body {
  margin: 0;
  font-family: Arial, "Noto Sans JP";
}

p {
  margin-bottom: 12px;
  line-height: 32px;
}

.FV {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 480px) {
  .FV {
    height: calc(100vh - 60px);
    /* 60pxは下のボタンの高さ */
  }

}


.FVimg {
  background-image: url(../images/FV_img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  /* 画面幅に合わせる */
  height: 100%;
  position: relative;
}

.FVimg .fv_contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 836px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.FVimg .fv_contents .tl {
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .FVimg .fv_contents .tl {
    margin-bottom: 8px;
  }
}

.FVimg .fv_contents .tl:last-child {
  margin-bottom: 0;
}

.FVimg .fv_contents .tl.top {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.FVimg .fv_contents .tl.top span {
  display: block;
  background-color: #002299;
  padding: 7px 7px 5px 7px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

.FVimg .fv_contents .tl.second {
  color: #333333;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 8px;
}

.FVimg .fv_contents .tl.second span {
  color: #FF5500;
}

.FVimg .fv_contents .tl.second span.num {
  font-size: 82px;
}

.FVimg .fv_contents .tl.thrid {
  font-size: 80px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #002299;
}

@media screen and (max-width: 480px) {
  .FVimg .fv_contents .tl.thrid {
    margin-bottom: 20px;
  }
}

.FVimg .fv_contents .tl.force {
  font-size: 24px;
  letter-spacing: 4px;
  font-weight: bold;
  color: #333;
}


.FVlogoWrap {
  height: 540px;
  width: 80%;
  max-width: 880px;
  padding: 12% 0%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.FVlogo {
  min-width: 350px;
  min-height: 53px;
  width: 20vw;
}

.FVcopy {
  line-height: clamp(30px, 4.6vw, 58px);
  font-weight: 800;
  font-family: "NotoSansJP", "Noto Sans JP";
  letter-spacing: 0.2em;
  font-size: clamp(22px, 3vw, 36px);
  color: #fff;
}

.FVline {
  min-width: 350px;
  min-height: 53px;
  width: 42vw;
  position: absolute;
  bottom: 32.8%;
  left: 50%;
  transform: translateX(-50%);
}

.FVlineImg {
  width: 100%;
}

.smmlogo {
  position: absolute;
  left: 24px;
  top: 20px;
  z-index: 100;
  width: 16%;
}

.smmlogoImg {
  max-width: 180px;
}

.price0wrap {
  width: 100%;
  max-width: 1098px;
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
}

.price0 {
  width: 84px;
  height: 109px;
  position: absolute;
  right: 10px;
  bottom: 20%;
}

/* FVnews */
.newsWrap {
  display: flex;
  width: 100%;
}

.newsFlex {
  width: 1098px;
  display: flex;
}

.newsSpacer {
  background-color: #002298;
  width: calc((100vw - 1098px) / 2);
  height: 90px;
}

.newsSpacer2 {
  background-color: #fff;
  width: calc((100vw - 1098px) / 2);
  height: 90px;
}

.newsBlock {
  background-color: #002298;
  width: 160px;
  height: 90px;
  color: #fff;
  font-weight: bold;
  display: grid;
  align-items: center;
  justify-items: center;
}

.newsList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 938px;
}

.newsList li {
  display: inline-block;
}

.newsList li:first-of-type {
  width: 20%;
  padding-left: 24px;
}

.newsDate {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #002298;
}

.newsDisplay {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  transition: 0.18s ease;
}

.newsDisplay:hover {
  color: #FF5500;
}

/* GridBG */
.GridBg {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  display: grid;
  grid-template-columns: calc((100% - 1098px) / 2) 439.2px calc((100% - 1098px) / 2 + 658.8px);
  margin-top: 0;
  z-index: -1;
}

.GridBgSide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.GridBgSide p {
  line-height: 3.6vw;
  font-weight: 800;
  font-family: "NotoSansJP";
  letter-spacing: 0.2em;
  font-size: 2vw;
  color: #000;
  display: inline-block;
}

.GridBgContents {
  background-image: url(../images/sct1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* message */
.message {
  display: grid;
  grid-template-columns: calc((100% - 1098px) / 2) 439.2px calc((100% - 1098px) / 2 + 658.8px);
  height: 82vh;
  width: 100%;
  margin-top: 0px;
  position: absolute;
  z-index: 3;
  top: 0;
}

.aboutSide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.aboutSide p {
  line-height: 3.6vw;
  font-weight: 800;
  font-family: "NotoSansJP", "Noto Sans JP";
  letter-spacing: 0.14em;
  font-size: clamp(20px, 2vw, 28px);
  color: #000;
  display: inline-block;
}

.aboutContents {
  background-repeat: no-repeat;
  background-size: cover;
}

/* eco */
.eco {
  display: grid;
  grid-template-columns: calc((100% - 1098px) / 2) 439.2px calc((100% - 1098px) / 2 + 658.8px);
  /* height: 88vh; */
  max-height: 820px;
  min-height: auto;
  aspect-ratio: 8/4;
  width: 100%;
  position: relative;
  z-index: 3;
}

.enest_line {
  position: absolute;
  top: 12px;
  left: calc((100% - 1098px) / 2.1);
  z-index: 4;
  width: 497px;
  height: 33px;
}

.ecoSide {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 126px;
  flex-direction: column;
}

.ecoSide .ecoTitle {
  line-height: 3.6vw;
  font-weight: 800;
  font-family: "NotoSansJP", "Noto Sans JP";
  letter-spacing: 0.2em;
  font-size: 2.8vw;
  color: #000;
  background: linear-gradient(90deg, rgb(136, 221, 187) 0%, rgb(102, 221, 221) 40%, rgb(0, 17, 153) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ecoSide .SideInner {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

.ecoSide h3:first-of-type {
  padding: 24px 0;
  font-size: 1.4vw;
  vertical-align: baseline;
  font-weight: bold;
}

.ecoContents {
  background: rgba(255, 255, 255, 0.4);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.ecoContents .ecoInner {
  background: rgba(135, 143, 159, 0.8);
  width: 620px;
  height: 570px;
  padding: 12px 48px;
  color: #fff;
  position: relative;
  margin: 10% 0 4% 10%;
  border-radius: 16px;
}

.ecoContents .ecoInner .ecoInnerTitle {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding-top: 48px;
}

.iconTPG {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 73px;
  height: 71px;
}

.ecoContents .ecoInner .ecoData {
  width: 100%;
  max-width: 578px;
  height: auto;
  display: block;
  margin: 24px auto;
}

.ecoContents .ecoInner .flexbx p {
  margin-top: 48px;
  width: 50%;
}

/* ecoCommit */
.ecoCommit {
  display: grid;
  grid-template-columns: calc((100vw - 1098px) / 2) 439.2px calc((100vw - 1098px) / 2 + 658.8px);
  height: auto;
  max-height: 908px;
  min-height: 750px;
  aspect-ratio: 8/4.4;
  width: 100%;
  position: relative;
  z-index: 3;
}

.ecoCommitSpace {
  background: #FF9600;
  color: #fff;
}

.ecoCommitSide {
  background: #FF9600;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 196px;
}

.ecoCommitSide .SideInner {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

.SideInner .color_w {
  color: #fff;
}

.ecoCommitSide .ecoTitle {
  line-height: 3.6vw;
  font-weight: 800;
  font-family: "NotoSansJP";
  letter-spacing: 0.2em;
  font-size: 2.8vw;
  color: #000;
  background: linear-gradient(90deg, rgb(136, 221, 187) 0%, rgb(102, 221, 221) 40%, rgb(0, 17, 153) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ecoCommitSide p:first-of-type {
  font-size: 18px;
  vertical-align: baseline;
}

.ecoCommitSide .ecoButton {
  /* padding-left: 24px; */
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  position: relative;
  border-radius: 99px;
  max-width: 340px;
  height: 50px;
  display: grid;
  justify-items: center;
  align-content: center;
  transition: 0.18s ease-out;
  /* margin-top: 90px; */
}

.ecoCommitSide .ecoButton:hover {
  background-color: #fff;
  color: #002299;
}

.ecoCommitSide .ecoButton::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  background-image: url(../SVG/buttonBefore.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  z-index: 2;
  transition: left 0.18s ease;
}

.ecoButtonBG {
  /*background-color: #fff;*/
  position: absolute;
  z-index: 1;
  left: -100%;
  bottom: 0;
  border-radius: 99px;
  width: 340px;
  height: 50px;
  transition: left 0.18s ease-out;
}

.ecoCommitSide .ecoButton:hover:before {
  left: 8px;
}

.ecoButton:hover .ecoButtonBG {
  left: 0;
}

.ecoButtonInside {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-left: 80px;
}

.ecoButton_wrapper {
  position: relative;
  border-radius: 99px;
  margin-top: 90px;
}

.ecoButton_wrapper2 {
  position: relative;
  border-radius: 99px;
  margin-top: 30px;
}

.ecoCommitContents {
  background: rgba(255, 150, 0, 0.4);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.ecoCommitContents .ecoInner {
  background: rgba(255, 255, 255, 0.9);
  width: 620px;
  padding: 12px 48px 50px;
  color: #000;
  position: relative;
  margin: 10% 0 4% 10%;
  border-radius: 16px;
}

.ecoCommitTitle {
  font-size: 30px;
  letter-spacing: 0em;
  font-weight: bold;
  color: #002298;
  margin-top: 48px;
}

.iconSolarHouse {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 112px;
  height: 90px;
}

.ecoCommitContents .ecoInner .flexbx p {
  width: 50%;
}

.ecoDataAdd {
  position: absolute;
  bottom: -189px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 498px;
  height: 234px;
  background: #fff;
  border-radius: 12px 12px 12px 12px;
  padding: 64px 48px 24px 48px;
  justify-content: center;
  box-shadow: 6px 7px 15px -5px rgba(0, 0, 0, 0.36);
}

.ecoDataAddimgs {
  width: 100%;
  max-width: 498px;
  justify-content: center;
}

.ecoDataAddimgs img:nth-of-type(-n+2) {
  max-height: 150px;
}

.ecoDataAddimgs img:nth-of-type(3) {
  max-height: 154px;
}

.ecoDataAddTitle {
  position: absolute;
  top: 0;
  left: 0;
  background: #002298;
  height: 40px;
  width: 100%;
  max-width: 498px;
  color: #fff;
  font-size: 18px;
  border-radius: 12px 12px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ecoDataAdd::after {
  content: "";
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../SVG/notesEco.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 496px;
  height: 23px;
}

/* house */
.house {
  display: grid;
  grid-template-columns: calc((100% - 1098px) / 2) 439.2px calc((100% - 1098px) / 2 + 658.8px);
  min-height: auto;
  aspect-ratio: 8/5.2;
  width: 100%;
  position: relative;
  z-index: 2;
}

.enest_line2 {
  position: absolute;
  top: 40px;
  left: calc((100% - 1098px) / 2.1);
  z-index: 4;
  width: 497px;
  height: 33px;
}

.houseSide {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 215px;
}

.houseSide .SideInner {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

.houseSide .houseTitle {
  line-height: 3.6vw;
  font-weight: 800;
  font-family: "NotoSansJP", "Noto Sans JP";
  letter-spacing: 0.2em;
  font-size: 2.8vw;
  color: #000;
  background: linear-gradient(90deg, rgb(136, 221, 187) 0%, rgb(102, 221, 221) 40%, rgb(0, 17, 153) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.houseSide h3:first-of-type {
  font-size: 1.4vw;
  vertical-align: baseline;
  font-weight: bold;
  margin-bottom: 20px;
}

.supplement_Title {
  font-size: 16.8px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.08em;
  background-color: #8890a0;
  width: 375px;
  min-height: 36px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  padding-left: 24px;
}

.supplement {
  padding: 20px 18px 16px;
  font-size: 12.8px;
  letter-spacing: 0.04em;
  background-color: #f2f2f2;
  margin-bottom: 0px;
  width: 375px;
  min-height: 40px;
  line-height: 28px;
}

.mgb24 {
  margin-bottom: 24px;
}

.houseContents {
  background: rgba(255, 255, 255, 0.4);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 520px) {
  .houseContents {
    display: block;
  }
}

.houseContents figure {
  width: 620px;
  height: auto;
  margin: 10% 0 4% 10%;
}

@media screen and (max-width: 520px) {
  .houseContents figure {
    width: 100%;
    margin: 0 auto;
  }
}

.houseContents figure img {
  width: 100%;
  height: auto;
}

.houseContents .ecoInner {
  background: rgba(135, 143, 159, 0.8);
  width: 620px;
  height: 900px;
  padding: 12px 48px;
  color: #fff;
  position: relative;
  margin: 10% 0 4% 10%;
  border-radius: 16px;
}

.houseInnerTitle {
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-top: 36px;
  margin-bottom: 36px;
}

.houseContents .ecoInner figure {
  width: 100%;
  height: auto;
}

.houseContents .ecoInner figure img {
  width: 100%;
}

.AnnotationHouse {
  width: 100%;
  max-width: 354px;
  height: 9.2px;
  display: block;
  margin-top: 18px;
  margin-bottom: 36px;
}

/* houseCommit */
.houseCommit {
  display: grid;
  grid-template-columns: calc((100vw - 1098px) / 2) 439.2px calc((100vw - 1098px) / 2 + 658.8px);
  /* height: 56vh; */
  max-height: 526px;
  min-height: auto;
  aspect-ratio: 8/2.8;
  width: 100%;
  position: relative;
  z-index: 3;
  color: #fff;
}

.houseCommitSide {
  background: #FF9600;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 48px;
}

.houseCommitSide .SideInner {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

.houseCommitSide .ecoTitle {
  line-height: 3.6vw;
  font-weight: 800;
  font-family: "NotoSansJP";
  letter-spacing: 0.2em;
  font-size: 2.8vw;
  color: #fff;
  background: linear-gradient(90deg, rgb(136, 221, 187) 0%, rgb(102, 221, 221) 40%, rgb(0, 17, 153) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.houseCommitSide p:first-of-type {
  font-size: 18px;
  vertical-align: baseline;
}

.houseCommitSide .ecoButton {
  /* padding-left: 24px; */
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  position: relative;
  border-radius: 99px;
  max-width: 340px;
  height: 50px;
  display: grid;
  justify-items: center;
  align-content: center;
  transition: 0.18s ease-out;
  /* margin-top: 90px; */
}

.houseCommitSide .ecoButton:hover {
  background-color: #fff;
  color: #002299;
}

.houseCommitSide .ecoButton::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  background-image: url(../SVG/buttonBefore.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  z-index: 2;
  transition: left 0.18s ease;
}

.houseCommitSide .ecoButton:hover:before {
  left: 8px;
}

.houseCommitContents {
  background: rgba(255, 150, 0, 0.9);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.houseCommitContents .ecoInner {
  width: 620px;
  height: auto;
  padding: 12px 48px;
  color: #fff;
  position: relative;
  margin: 8% 0 4% 10%;
  border-radius: 16px;
}

.ecoInner .img_houseCommit {
  max-width: 498px;
  width: 100%;
  height: auto;
  margin: 12px auto;
  display: block;
}

.houseDescript {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.houseCommitGraph {
  width: 100%;
  max-width: 620px;
  height: 321px;
}

/* blackout */
.blackout {
  background: #F1F1F1;
  min-height: 2000px;
  height: auto;
  width: 100%;
  position: relative;
  padding-top: 70px;
}

.blackoutTitle {
  width: 754px;
  height: 160px;
  background: #FF5500;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}

.blackoutTitle:after {
  position: absolute;
  left: 50%;
  bottom: 0;
}

.blackoutTitle h3 {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 120px;
  width: 80%;
  font-size: 34px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blackoutContents {
  width: 100%;
  max-width: 1098px;
  height: auto;
  min-height: 1580px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 1;
}

.blackoutContents::after {
  content: "";
  position: absolute;
  bottom: -85px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 754px;
  height: 68px;
  background-image: url(../SVG/notesBlout.svg);
  background-repeat: no-repeat;
  background-size: 516px 68px;
  background-position: left;
}

@media screen and (max-width: 480px) {
  .blackoutContents::after {
    display: none;
  }
}

.blackoutP {
  width: 80%;
  max-width: 754px;
  margin: 128px auto 48px auto;
  text-align: center;
}

.blackoutMap {
  max-width: 88%;
  margin: 0 auto;
  display: block;
  height: 570px;
}

.blackoutLine {
  width: 752px;
  height: 2px;
  display: block;
  margin: 36px auto;
}

.blackoutCommit {
  width: 620px;
  height: 120px;
  background-color: #002298;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blackoutCommit>h3 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 42px;
}

.blackoutCommit>h3>span {
  color: #FF9600;
  font-size: 40px;
}

.blackoutCommitContents {
  width: 620px;
  height: 480px;
  background-color: transparent;
  margin: 0 auto;
}

.blackoutCommitContents p:first-of-type {
  text-align: center;
  padding: 20px 0 8px 0;
  margin-bottom: 0px;
}

.blackoutCommitDiv {
  display: flex;
  justify-content: space-around;
  height: 312px;
  border-top: solid 2px #959dab;
  border-bottom: solid 2px #959dab;
}

.iconElectronics1,
.iconElectronics2 {
  max-width: 220px;
}

.boBG1 {
  width: 100%;
  max-width: 200px;
  height: 100vh;
  max-height: 1000px;
  position: absolute;
  top: 16%;
  right: 7.2%;
  z-index: 1;
}

.boBG2 {
  width: 100%;
  max-width: 200px;
  height: 100vh;
  max-height: 1000px;
  position: absolute;
  bottom: 16%;
  left: 7.2%;
  z-index: 1;
}

/* Difference */
.difference {
  /* position: relative; */
  width: 100%;
  /* min-height: 3350px; */
  height: auto;
}

.differenceBG {
  background: url(../images/SMmirai2023.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  top: 0;
  z-index: -1;
  position: absolute;
  background-attachment: fixed;
}

@media screen and (max-width: 480px) {
  .differenceBG {
    position: absolute;
    background: url(../images/SMmirai2023sky.jpg) left top no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 110vh;
  }
}

.differenceMain {
  /* position: absolute;
  top: 0;
  z-index: 1; */
  width: 100%;
  background-image: url(../images/SMmirai_sky_img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  /* 青空背景画像に枠線があるため少しずらす */
  background-position: center bottom -5px;
}

@media screen and (max-width: 480px) {
  .differenceMain {
    position: relative;
    background-image: url(../images/sp_SMmirai_sky_img.webp);
    padding-bottom: 80px;
  }
}

.differenceTitle {
  width: 100%;
  height: 85px;
  color: #002299;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 480px) {
  .differenceTitle {
    font-size: 18px;
    height: 66px;
  }
}

.differenceTitle p {
  margin: 0;
}

.differenceTitle p:nth-of-type(2) {
  text-align: center;
  font-size: 30px;
  padding-bottom: 48px;
}

.difference0Title {
  width: 100%;
  padding: 20px 0;
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.875;
  letter-spacing: 0.08px;
  background: #FF9700;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .difference0Title {
    font-size: 18px;
    text-align: center;
    padding: 30px 40px;
    margin-bottom: 40px;
  }
}

.difference0Title p {
  line-height: 1.875;
  margin: 0 auto;
}

/* .difference0Title::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 36px;
  bottom: -32px;
  left: 48%;
  background: url(../images/plan-hukidashi-or-arrow.png) left top no-repeat;
}
@media screen and (max-width: 480px) {
  .difference0Title::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 15px;
    bottom: -14px;
    left: 47%;
    background: url(../images/plan-hukidashi-or-arrow.png) left top no-repeat;
    background-size: contain;
  }
} */

.difference-plan {
  margin-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .difference-plan {
    margin-bottom: 30px;
  }
}

.difference-plan .pran-image {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1098px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .difference-plan .pran-image {
    margin-bottom: 128px;
  }
}

.plan .bgc_gy {
  background-color: #8890A0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
  padding: 20px 0 40px;
}

@media screen and (max-width: 480px) {
  .plan .bgc_gy {
    margin: initial;
    padding: 40px 0px 0px;
    position: initial;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
  }
}

.box_up {
  margin-top: 60px;
}

@media screen and (max-width: 480px) {
  .box_up {
    margin: initial;
    background-color: #8890A0;
    padding: initial;
    padding: 40px 20px;
  }
}

.difference-plan .pran-image img {
  width: 100%;
}

.difference-plan .pran-lead-text {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin: 25px auto 0;
  padding-bottom: 10px;
  border-bottom: solid 4px #333333;
}

@media screen and (max-width: 480px) {
  .difference-plan .pran-lead-text {
    font-size: 18px;
  }
}

.difference0Title .differenceTitleImg {
  width: 100%;
  max-width: 410px;
  height: 122px;
  display: block;
  margin: 12px auto 18px auto;
}

.difference0Title .qenestSymbol {
  width: 100%;
  max-width: 410px;
  height: 35px;
  display: block;
  margin: 18px auto 0px auto;
}

.difference0Title-comments {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin: 30px auto 48px;
  text-align: left;
  width: 410px;
  font-weight: lighter;
}

.differenceTitleAdd {
  background: #002299;
  width: 754px;
  height: 120px;
  margin: 0 auto 0 auto;
  position: absolute;
  bottom: -68px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.differenceTitleAdd::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -64px;
  width: 60px;
  height: 64px;
  content: "";
  background: url(../SVG/arrow_Navy.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.differenceTitleAdd h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}

.differenceFigure_inner {
  /* background: rgba(255, 255, 255, 0.9);
  border-radius: 10px; */
  width: 80%;
  margin: -60px auto 0;
  max-width: 1098px;
  padding: 145px 0 40px;
}

@media screen and (max-width: 480px) {
  .differenceFigure_inner {
    padding-bottom: 0;
  }
}

.differenceFigure_inner p {
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .differenceFigure_inner p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.differenceFigure_inner p span {
  color: #FF5500;
}

.differenceFigure_inner img {
  width: 100%;
  height: auto;
  max-width: 754px;
}

@media screen and (max-width: 480px) {
  .differenceFigure_inner img {
    max-width: 334px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .differenceFigure img.p_4012 {
    padding: 40px 12px 0;
  }
}

.differenceFigure_inner img.mw_554 {
  max-width: 554px;
  width: 100%;
}

.differenceFigure_inner ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 40px;
}

.differenceFigure_inner p {
  padding: 10px;
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .differenceFigure_inner p {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .differenceFigure_inner ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 60px;
  }
}

.differenceFigure_inner ul li:first-of-type {
  margin-right: 28px;
}

@media screen and (max-width: 480px) {
  .differenceFigure_inner ul li:first-of-type {
    margin-right: initial;

  }
}

.differenceFigure_inner ul li:first-of-type dt {
  color: #002299;
}

.differenceFigure_inner ul li:first-of-type dd {
  background: #FF9700;
}

.differenceFigure_inner ul li:last-of-type {
  margin-left: 28px;
}

@media screen and (max-width: 480px) {
  .differenceFigure_inner ul li:last-of-type {
    margin-left: initial;

  }
}

.differenceFigure_inner ul li:last-of-type dt {
  color: #FF5500;
}

.differenceFigure_inner ul li:last-of-type dd {
  background: #fff;
  border: 1px solid #FF9700;
}

.differenceFigure_inner ul li dl dt {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 500;
}

.differenceFigure_inner ul li dl dd {
  font-size: 18px;
  font-weight: 500;
  width: 330px;
  height: 80px;
  color: #ffffff;
  text-align: left;
  border-radius: 12px;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 0 39px;
  transition: all 0.3s;
}

@media screen and (max-width: 480px) {
  .differenceFigure_inner ul li dl dd {
    font-size: 16px;
    height: 48px;
  }
}
@media screen and (max-width: 320px) {
  .differenceFigure_inner ul li dl dd {
   width: 300px;
  }
}

.differenceFigure_inner ul li dl dd::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #FF9700;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 10px 15px;
  border-left-color: currentColor;
  border-right: 0;
  position: relative;
  left: 0;
  transition: left 0.3s;
}

.differenceFigure_inner ul li dl dd.whote_c::after {
  color: #fff;
}

.differenceFigure_inner ul li dl dd:hover {
  opacity: 0.8;
}

.differenceFigure_inner ul li dl dd:hover::after {
  left: 10px;
}

.differenceFigure_inner ul li dl dd a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.differenceFigure_inner ul li dl dd a.price_text {
  color: #FF9700;
}

.differenceFigure_inner dl.btn-bottom {
  margin: 40px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 480px) {
  .differenceFigure_inner dl.btn-bottom {
    margin: 40px auto 0;
  }
}

.differenceFigure_inner dl.btn-bottom dt {
  color: #002244;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4583333333;
}

.differenceFigure_inner dl.btn-bottom dd {
  width: 480px;
  height: 80px;
  margin-top: 12px;
  margin-bottom: 60px;
}

@media screen and (max-width: 480px) {
  .differenceFigure_inner dl.btn-bottom dd {
    padding: 0 20px;
    margin-bottom: initial;
  }
}

.differenceFigure_inner dl.btn-bottom .start_plan {
  margin: 40px 0;
  font-size: 18px;
}

.differenceFigure_inner dl.btn-bottom .start_plan a {
  border-bottom: 1px solid #333;
}

.differenceFigure_inner dl.btn-bottom .start_plan a:hover {
  border-bottom: 1px solid #00CACA;
  color: #00CACA;
}

.differenceFigure_inner dl.btn-bottom .fz_12 {
  font-size: 12px;
}

.differenceFigure_inner dl.btn-bottom dd a {
  font-size: 18px;
  font-weight: 500;
  color: #00CACA;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #00CACA;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}

.differenceFigure_inner dl.btn-bottom dd a:hover {
  color: #ffffff;
  background: #00CACA;
}

.differenceFigure_inner .plan-lst {
  display: none;
  padding: 30px 0;
  background: url(../images/plan-type-bg_sp.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 480px) {
  .differenceFigure_inner .plan-lst {
    background: initial;
    padding: 20px 0;
  }
}

.differenceFigure_inner .plan-lst.sp {
  display: block;
}

.differenceFigure_inner .plan-lst.sp .plan-lst-block {
  width: 335px;
  min-height: 80px;
  margin: 0 auto 55px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .differenceFigure_inner .plan-lst.sp .plan-lst-block {
    margin: 0 auto 20px;
  }
}

.differenceFigure_inner .plan-lst.sp .plan-lst-block .hukidashi {
  position: absolute;
  width: auto;
  height: 46px;
  top: -25px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  z-index: 100;
}

.differenceFigure_inner .plan-lst.sp .plan-lst-block.plan01 dt {
  background: #00CACA;
}

.differenceFigure_inner .plan-lst.sp .plan-lst-block.plan01 dt span::after,
.differenceFigure_inner .plan-lst.sp .plan-lst-block.plan01 dt span::before {
  background: #00CACA;
}

.differenceFigure_inner .plan-lst.sp .plan-lst-block.plan02 .hukidashi {
  width: 205px;
  background: url(../images/plan02-hukidashi.svg) left top no-repeat;
  left: 20%;
}

.differenceFigure_inner .plan-lst.sp .plan-lst-block.plan02 dt {
  background: #002299;
}

.differenceFigure_inner .plan-lst.sp .plan-lst-block.plan02 dt span::after,
.differenceFigure_inner .plan-lst.sp .plan-lst-block.plan02 dt span::before {
  background: #002299;
}

.differenceFigure_inner .plan-lst.sp .plan-lst-block.plan02 dd dl.btn-bottom dt {
  color: #002299;
  font-weight: 500;
}

.differenceFigure_inner .plan-lst.sp .plan-lst-block.plan02 dd dl.btn-bottom dd a {
  color: #ffffff;
  background: #002299;
  border: none;
  line-height: 1.3;
}

.differenceFigure_inner .plan-lst.sp .plan-lst-block.plan03 {
  margin-bottom: 0;
}

.differenceFigure_inner .plan-lst.sp .plan-lst-block.plan03 .hukidashi {
  width: 235px;
  background: url(../images/plan03-hukidashi.svg) left top no-repeat;
  left: 15%;
}

.differenceFigure_inner .plan-lst.sp .plan-lst-block.plan03 dt {
  background: #FF5500;
}

.differenceFigure_inner .plan-lst.sp .plan-lst-block.plan03 dt span::after,
.differenceFigure_inner .plan-lst.sp .plan-lst-block.plan03 dt span::before {
  background: #FF5500;
}

.differenceFigure_inner .plan-lst.sp .plan-lst-block.plan03 dd dl.btn-bottom dt {
  color: #FF5500;
  font-weight: 500;
}

.differenceFigure_inner .plan-lst.sp .plan-lst-block.plan03 dd dl.btn-bottom dd a {
  color: #ffffff;
  background: #FF5500;
  border: none;
  line-height: 1.3;
}

.differenceFigure_inner .plan-lst.sp .plan-lst-block dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  border-radius: 6px;
  font-size: 20px;
  line-height: 1.55;
  color: #ffffff;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.differenceFigure_inner .plan-lst.sp .plan-lst-block dt span {
  position: absolute;
  right: 20px;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 60px;
}

.differenceFigure_inner .plan-lst.sp .plan-lst-block dt span::before,
.differenceFigure_inner .plan-lst.sp .plan-lst-block dt span::after {
  content: "";
  width: 12px;
  height: 2px;
  margin: auto;
  background: #151E2F;
  position: absolute;
  top: 11px;
  right: 6px;
}

.differenceFigure_inner .plan-lst.sp .plan-lst-block dt span::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.differenceFigure_inner .plan-lst.sp .plan-lst-block dt span.active::after {
  transform: rotate(0deg);
}

.differenceFigure_inner .plan-lst.sp .plan-lst-block dd {
  display: none;
  margin-top: 25px;
}

@media screen and (max-width: 480px) {
  .differenceFigure_inner .plan-lst.sp .plan-lst-block dd {
    margin-top: 10px;
  }
}

.differenceFigure_inner .plan-lst.sp .plan-lst-block dl.btn-bottom dt {
  background: none;
  box-shadow: none;
  height: auto;
  color: #333333;
  font-size: 16px;
}

.differenceFigure_inner .plan-lst.sp .plan-lst-block dl.btn-bottom dd {
  margin-top: 10px;
  display: block;
}

.differenceImg {
  width: 80%;
  max-width: 1140px;
  padding-top: 0;
  padding-bottom: 50px;
}

.differenceButtonArea {
  width: 80%;
  max-width: 1098px;
  margin: 0 auto;
}

.differenceButtonArea .ecoButton {
  /* padding-left: 24px; */
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  position: relative;
  border-radius: 99px;
  max-width: 340px;
  height: 50px;
  display: grid;
  justify-items: left;
  align-content: center;
  transition: 0.18s ease-out;
  /* margin-top: 20px; */
}

.differenceButtonArea .ecoButton:hover {
  background-color: #fff;
  color: #002299;
}

.differenceButtonArea .ecoButton::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  background-image: url(../SVG/buttonBefore2.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  z-index: 2;
  transition: 0.18s left ease;
}

.differenceButtonArea .ecoButton:hover:before {
  left: 8px;
}

/* WhyMirai */
.WhyMirai {
  width: 80%;
  height: auto;
  max-width: 1098px;
  min-height: 1240px;
  background: rgba(255, 255, 255, 0.9);
  margin: 100px auto 24px auto;
  border-radius: 10px;
  padding: 32px 0px;
}

:is(.WhyMirai, .WhyMiraiPoint) h3 {
  background: rgba(0, 34, 153, 0.4);
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

.WhyMirai h3>img {
  width: 110px;
  height: 79px;
  display: inline-block;
}

:is(.WhyMirai, .WhyMiraiPoint) figure {
  width: 100%;
  max-width: 582px;
  height: auto;
  margin: 32px auto;
}

:is(.WhyMirai, .WhyMiraiPoint) figure>img {
  width: 100%;
  max-width: 582px;
  height: 100%;
}

:is(.WhyMirai, .WhyMiraiPoint) .dayflow>img {
  width: 100%;
  max-width: 552px;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.dayflow_deme {
  padding: 40px 160px;
}

.WhyMiraiDescript {
  background: #fff;
  width: 100%;
  padding: 40px 160px;
}

.WhyMiraiPoint {
  width: 90%;
  max-width: 1098px;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  margin: 100px auto 24px auto;
  border-radius: 10px;
  padding: 32px 0px;
}

.WhyMiraiPoint h3 {
  padding: 18px 0;
}

.WhyMiraiPoint .value {
  padding: 40px 160px;
}

.notesWhyMirai {
  width: 100%;
  max-width: 754px !important;
  min-height: 50px;
}

.notesWhyMirai img {
  width: 100%;
  height: 100%;
  max-width: 752px !important;
  max-height: 42px;
}

/* CV */
.CV {
  width: 100%;
  min-height: 450px;
  height: auto;
  background: linear-gradient(90deg, rgb(136, 221, 187) 0%, rgb(102, 221, 221) 40%, rgb(0, 17, 153) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.CVwrapper {
  width: 1098px;
  min-height: 400px;
  height: auto;
  background-color: #002244;
  text-align: center;
}

.CVwrapper h3 {
  font-size: 32px;
  letter-spacing: 0.095em;
  color: #fff;
  margin-top: 38px;
  margin-bottom: 24px;
}

.CvWhiteLine {
  width: 754px;
  height: 14px;
}

.CVscrpt {
  color: #fff;
}

@media screen and (max-width: 480px) {
  .CVscrpt {
    padding: 0 40px;
  }
}

.cv-buttonArea {
  width: 100%;
  height: 130px;
  background-color: #fff;
  display: grid;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 480px) {
 .grid_no{
    display: block;

  }
}

.cv-button {
  width: 480px;
  height: 80px;
  margin: 24px auto;
  border-radius: 12px;
  background-color: #FF5500;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.074em;
  font-weight: bold;
  text-align: center;
  display: grid;
  grid-template-columns: 62px 1fr 12px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 40px 0 24px;
  transition: 0.28s ease;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.cv-button:hover {
  background-color: #FF9600;
}

.cv-button .icon_play {
  transition: transform 0.3s ease;
}

.cv-button:hover .icon_play {
  transform: translateX(10px);
}

.cv-button .icon_30sec {
  width: 62px;
  height: auto;
}

.cv-button .icon_play {
  width: 12px;
  height: auto;
}

.CVwrapper .contact {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FF5500;
  height: 50px;
  background-color: #fff;
}

/* utility */
.center {
  text-align: center;
}

.flexbx {
  display: flex;
}

.mgAuto {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}

.orange {
  background-color: #ff5500;
}

.orange_c {
  color: #ff5500;
}


.orangeTxt {
  color: #ff5500;
  font-weight: 500;
}

.blue {
  background-color: #002298;
}

.blueTxt {
  color: #002298;
  font-weight: 500;
}

.blk {
  color: #000;
}

.labels {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding: 6px 16px;
  margin-left: 36px;
}

/* PricePage */
.logoBgBlue {
  display: inline-block;
  width: 300px;
  height: 104px;
  background-color: #002298;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

#top-head .contentsNV li a {
  color: #002298;
}


@media screen and (max-width: 480px) {
  #long-warranty h3 {
    margin-top: 30px;;
  }
}



.priceFV {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.priceFVimg {
  background: rgba(255, 255, 255, 0.4);
  background-image: url(../images/priceHeader.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 338px;
  display: flex;
  position: relative;
}

.priceFVimg::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* PriceList*/
/* .PriceList {
    width: 100%;
    height: 160vh;
}

.PriceList .PlanTitle:first-of-type {
    color: #FF5500;
    font-weight: bold;
    font-size: 30px;
    border: solid #ff5500;
    border-width: 1px 0 1px 0;
    height: 126px;
    display: grid;
    align-items: center;
    margin-bottom: 24px;
}

.PriceList .PlanTitle2nd {
    color: #002298;
    font-weight: bold;
    font-size: 30px;
    border: solid #002298;
    border-width: 1px 0 1px 0;
    height: 126px;
    display: grid;
    align-items: center;
}

.PriceList .PlanTitle h3,
.PriceList .PlanTitle2nd h3 {
    width: 100%;
    max-width: 1098px;
    margin: 0 auto;
}

.PLdescript {
    width: 100%;
    max-width: 1098px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: medium;
}

.priceFVwrap {
    height: 240px;
    display: flex;
    margin: 0 auto 0 0;
    padding: 8% 18%;
}

.priceFVcopy {
    font-size: 20px;
    letter-spacing: 0.15em;
    z-index: 24;
    font-weight: bold;
    line-height: 38px;
}

.priceFVcopy span:first-of-type {
    display: inline-block;
    margin-bottom: 12px;
}

.priceFVcopy .gradient {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.priceFVcopy .gradient::before {
    content: attr(data-text);
    top: 2px;
    left: 2px;
    position: absolute;
    text-shadow: 3px 3px 7px rgba(255, 255, 255, 0.4);
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.1em;
    z-index: -1;
}

.gradientWrap {
    background-image: linear-gradient(90deg, rgba(136, 221, 187, 1) 0%, rgba(102, 221, 221, 1) 40%, rgba(0, 17, 153, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 120px;
    display: inline-block;
    padding-top: 12px;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.AndShadow {
    font-size: 48px;
    letter-spacing: 0.15em;
}

.AndShadow::before {
    content: attr(data-text);
    top: 2px;
    left: 2px;
    position: absolute;
    text-shadow: 3px 3px 7px rgba(255, 255, 255, 0.4);
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 0.1em;
    z-index: -1;
}


.GradientBox {
    position: relative;
    height: 40vh;
    width: 100%;
    max-width: 1098px;
    margin: 62px auto;
    box-shadow: 0px 0px 13px -5px #b8b8b8;
    padding: 2% 4%;
}

.GradientBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(136, 221, 187, 1) 0%, rgba(102, 221, 221, 1) 40%, rgba(0, 17, 153, 1) 100%);
}

.GradientBox::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    background: #fff;
}

.PriceListGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1.5fr 1fr;
    position: relative;
    z-index: 3;
}

.PLmaterials1 {
    color: #FF5500;
    border: 1px solid #FF5500;
    max-width: 416px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.PLmaterials2 {
    color: #002299;
    border: 1px solid #002299;
    max-width: 416px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.08em;
}
 */
/* SalesPoint */
.SalesPoint {
  position: relative;
  width: 100%;
  height: 100%;
}

.smmMaterial1 {
  position: absolute;
  left: 6%;
  top: -220px;
  width: 55px;
  height: 454px;
  z-index: 1;
}

.smmMaterial2 {
  position: absolute;
  right: 6%;
  bottom: -220px;
  width: 37px;
  height: 307px;
  z-index: 1;
}

.SalesPointTitle {
  width: 975px;
  height: 218px;
  margin: 48px auto;
  background: #002298;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 40px;
  position: relative;
}

.SalesPointTitle::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 60px;
  height: 64px;
  background-image: url(../SVG/arrow3_orange.svg);
  background-repeat: no-repeat;
}

.SpDescript {
  width: 760px;
  height: 140px;
  border: solid #fff;
  border-width: 2px 0 2px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.PricePeriodTitle {
  font-size: 20px;
  font-weight: bold;
  color: #52555e;
  text-align: center;
}

.PricePeriodSubTitle {
  font-size: 18px;
  font-weight: bold;
  color: #52555e;
  text-align: center;
}

.PricePeriodImage {
  width: 80%;
  max-width: 754px;
  min-height: 914px;
  margin: 26px auto 12px auto;
  background-color: #fff;
  box-shadow: 0px 0px 13px -5px #b8b8b8;
  text-align: center;
}

.priceComparison {
  width: 100%;
  max-width: 754px;
  height: 300px;
  margin: 0 auto;
  display: block;
}

.pricePeriodImg {
  width: 100%;
  max-width: 766px;
  height: 314px;
  margin: 0 auto;
  display: block;
}

/* Simulation */
/* .Simulation {
    width: 100%;
    height: 120vh;
    background-image: url(../images/bg_simulation.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    margin-top: 80px;
}

.Simulation::after {
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.SimulationWrap {
    width: 100%;
    height: 120vh;
    display: grid;
    grid-template-columns: 2fr 3fr;
}

.SimulationWrap .left {
    background-color: rgba(0, 55, 140, .6);
}

.SimulationWrap .right {}
 */
/* utility */
.fs12n {
  font-size: 12.8px;
  line-height: 1rem;
  display: block;
  width: 100%;
}

.fs18 {
  font-size: 18px;
}

.fs22 {
  font-size: 22px;
}

.fs26 {
  font-size: 26px;
}

.fontPL {
  color: #00378C;
  font-weight: bold;
}

/* CompanyPage */
/* CompanyFV */
.company {
  background-image: url(../images/SMmirai2023sky.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 120vh;
}

.companyFV {
  width: 100%;
  height: 406px;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.companyFVimg {
  width: 100%;
  height: auto;
  padding: 12px 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.companyFVwrap {
  width: 100%;
  max-width: 1098px;
  margin: 0 auto;
}

.companyFVwrap h2 {
  font-size: 42px;
  letter-spacing: 0.2em;
  color: #002299;
  font-weight: bold;
  height: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.companyDescript {
  width: 100%;
  max-width: 1098px;
  letter-spacing: 0.08em;
  line-height: 38px;
  color: #002299;
  font-weight: bold;
  font-size: 18px;
  margin: 36px auto 32px auto;
}

/* overview */
.overview {
  position: relative;
  height: 90vh;
}

.overview h3 {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: 140px;
  width: 100%;
  max-width: 1098px;
  background: #FF9600;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.overview h3 span {
  font-size: 18px;
  letter-spacing: 0.1em;
  display: block;
  color: #00378C;
  font-weight: bold;
}

.overviewBG {
  display: grid;
  grid-template-columns: 2fr 3fr;
  height: 90vh;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.overviewBG .left {
  background: rgba(0, 55, 140, 0.5);
}

.overviewBG .right {
  background: rgba(230, 230, 230, 0.3);
}

.overviewGroup {
  width: 100%;
  display: grid;
  grid-template-columns: 0.5fr 1.5fr 2.5fr 0.5fr;
  position: relative;
  height: 60vh;
}

.overviewGroup .leftUl {
  background: rgba(0, 55, 140, 0.8);
  color: #fff;
  display: grid;
  grid-template-rows: 1fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 1fr;
  padding-left: 20px;
}

.overviewGroup .rightUl {
  background: rgba(230, 230, 230, 0.3);
  display: grid;
  grid-template-rows: 1fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 1fr;
  text-align: left;
  padding-left: 20px;
}

.AddDiv {
  height: 64px;
}

/* SDGs */
.SDGs {
  height: 60vh;
  width: 100%;
  padding-top: 100px;
}

.SDGs h3 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 1098px;
  margin: 0 auto 48px auto;
  text-align: center;
  color: #00378C;
}

.SDGsDescript {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  width: 100%;
  max-width: 1098px;
  margin: 0 auto 0 auto;
  color: #00378C;
  line-height: 28px;
}

/* CO2 */
.CO2 {
  height: 60vh;
  width: 100%;
  padding-top: 100px;
}

.CO2 h3 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 1098px;
  margin: 0 auto 48px auto;
  text-align: center;
  color: #00378C;
}

/* Warranty */
.Warranty {
  height: auto;
  width: 100%;
}

.Warranty .TitleDiv {
  margin-top: 32px;
  background-color: #FF9600;
  height: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Warranty h3 {
  background-color: #FF9600;
  height: 180px;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.12em;
  border-top: 4px #fff solid;
  border-bottom: 4px #fff solid;
  max-width: 975px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iconWarranty {
  width: 74px;
  height: 70px;
  display: inline-block;
  margin-right: 28px;
}

.WarrantyDescript {
  text-align: center;
  line-height: 34px;
  color: #002299;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-top: 32px;
  margin-bottom: 32px;
}

.WarrantyLine {
  max-width: 754px;
  width: 100%;
  height: 20px;
  margin: 12px auto;
  display: block;
}

.WarrantyDescriptSmall {
  text-align: center;
  line-height: 34px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: left;
  max-width: 754px;
  width: 100%;
  margin: 32px auto;
}

.WarrantyGraph {
  max-width: 754px;
  width: 100%;
  margin: 12px auto;
  display: block;
}

.WarrantyImgSet {
  max-width: 754px;
  width: 100%;
  height: auto;
  display: block;
  margin: 24px auto;
}

/* Detail Warranty*/
.Detail {
  background-color: #F2F2F2;
  height: 100%;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 60px;
  margin-top: 80px;
}

@media screen and (max-width: 480px) {
  .Detail {
    margin-top: 30px;
  }
}

.Detail h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #333333;
  max-width: 1098px;
  width: 100%;
  margin: 0 auto;
}

.BlueBorder {
  height: 4px;
  width: 100%;
  max-width: 1098px;
  background-color: #002299;
  margin: 12px auto;
}

.DetailWarranty01,
.DetailWarranty02 {
  background-color: #fff;
  width: 100%;
  max-width: 1098px;
  height: auto;
  min-height: 456px;
  margin: 12px auto;
  display: grid;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  padding: 20px;
}

.DetailWarranty01 {
  margin-bottom: 40px;
}

.DetailWarranty01 img:first-of-type,
.DetailWarranty02 img:first-of-type {
  width: 100%;
  max-width: 375px;
  height: auto;
}

.DetailWarranty01 img:nth-of-type(2),
.DetailWarranty02 img:nth-of-type(2) {
  width: 100%;
  max-width: 375px;
  height: auto;
}

.GridColumn {
  display: grid;
  grid-template-columns: 20% 25% 55%;
  align-items: center;
  position: relative;
  padding: 10px;
}

.GridColumn h4 {
  color: #002299;
  font-weight: bold;
  font-size: 22px;
}

.GridColumn2 {
  display: grid;
  grid-template-columns: 20% 5% 75%;
  align-items: center;
  position: relative;
}

.GridColumn:first-of-type::after,
.GridColumn2:first-of-type::after {
  content: "";
  position: absolute;
  background-image: url(../SVG/border_Warranty.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 2px;
  width: 752px;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.disasterDescript {
  display: inline-block;
  max-width: 240px;
  vertical-align: top;
  padding-top: 32px;
  margin-right: 40px;
}

.disasterExample {
  width: 100%;
  height: auto;
  max-width: 324px;
  max-height: 130px;
  display: inline-block;
}

/* CVarea */
.CVarea {
  background: rgba(255, 150, 0, 0.2);
  width: 100%;
  height: 270px;
}

/* TOPpageSP */
@media screen and (max-width: 520px) {

  /* 520px以下で表示 */
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .FVlogoWrap {
    padding: 0 10px;
    flex-direction: column;
    justify-content: center;
  }

  .FVlogo {
    min-width: 260px;
    padding-top: 36px;
  }

  .FVcopy {
    font-size: clamp(18px, 8vw, 24px);
    line-height: clamp(18px, 10vw, 42px);
  }

  .smmlogo {
    top: 0;
  }

  .smmlogoImg {
    max-width: 120px;
  }

  .newsWrap {
    width: 100%;
  }

  .newsFlex {
    width: 100%;
    display: flex;
  }

  .newsList {
    width: 100%;
    justify-content: space-around;
  }

  .newsList li:first-of-type {
    width: 40%;
  }

  .GridBg {
    grid-template-columns: none;
    height: 80vh;
    z-index: -1;
  }

  .GridBgContents {
    height: 100vh;
  }

  .message {
    grid-template-columns: none;
    padding: 0 20px;
  }

  .aboutSide p {
    line-height: 36px;
    font-size: clamp(20px, 5.6vw, 28px);
  }

  .eco {
    grid-template-columns: none;
    height: auto;
    min-height: 1100px;
  }

  .enest_line,
  .enest_line2 {
    left: 0;
    width: 360px;
    height: 33px;
  }

  .ecoSide {
    background-color: rgba(255, 255, 255, 0.68);
    padding: 126px 20px 80px;
  }

  .ecoSide .ecoTitle {
    font-size: clamp(24px, 6.8vw, 36px);
  }

  .ecoSide .SideInner {
    font-size: 16px;
  }

  .ecoSide h3:first-of-type {
    font-size: clamp(24px, 4vw, 28px);
  }

  .ecoCommitSide .ecoButton {
    font-size: 16.8px;
  }

  .ecoContents {
    padding: 20px;
    background: rgba(255, 255, 255, 0.68);
  }

  .ecoContents .ecoInner {
    margin: 0;
    width: 100%;
    padding: 12px 12px;
    height: auto;
    margin-bottom: 24px;
  }

  .ecoCommit {
    grid-template-columns: none;
    height: auto;
    min-height: 1280px;
  }

  .ecoCommitSide {
    padding-top: 48px;
    padding-bottom: 62px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .ecoCommitContents {
    padding: 100px 20px 240px;
  }

  .ecoCommitContents .ecoInner {
    margin: 0;
    width: 100%;
    height: auto;
    min-height: 460px;
  }

  .ecoDataAdd {
    bottom: -105px;
  }

  .ecoDataAddimgs img:nth-of-type(-n+2) {
    max-height: 110px;
  }

  .ecoDataAddimgs img:nth-of-type(3) {
    max-height: 112px;
  }

  .ecoDataAdd::after {
    width: 100%;
  }

  .house {
    grid-template-columns: none;
  }

  .houseContents {
    padding: 20px;
  }

  .houseContents .ecoInner {
    margin: 24px 0;
    width: 100%;
    height: auto;
    padding: 10px 20px;
  }

  .houseSide {
    padding: 215px 20px 20px 20px;
    background-color: rgba(255, 255, 255, 0.68);
    display: block;
  }

  .houseSide .houseTitle {
    font-size: clamp(24px, 6.8vw, 36px);
  }

  .houseSide .SideInner {
    font-size: 16px;
  }

  .houseSide h3:first-of-type {
    font-size: clamp(24px, 4vw, 28px);
  }

  .supplement_Title {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  .supplement {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 20px;
  }

  .houseCommit {
    grid-template-columns: none;
    height: auto;
  }

  .houseCommitSide {
    padding: 40px 10px 40px 20px;
    display: block;
  }

  .houseCommitSide .ecoButton {
    font-size: 16.8px;
  }

  .houseContents {
    background-color: rgba(255, 255, 255, 0.68);
  }

  .houseCommitContents .ecoInner {
    margin: 0;
    width: 100%;
    padding: 10px 20px;
  }

  .blackout {
    min-height: 1650px;
  }

  .blackoutContents {
    height: auto;
    min-height: 0px;
  }

  .blackoutTitle {
    width: 100%;
  }

  .blackoutTitle h3 {
    font-size: 26px;
  }

  .blackoutLine {
    width: 100%;
  }

  .blackoutMap {
    height: auto;
  }

  .blackoutCommitContents {
    width: 100%;
  }

  .iconElectronics1,
  .iconElectronics2 {
    max-width: 160px;
  }

  .blackoutCommit {
    width: 100%;
  }

  .CV {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .CVwrapper {
    padding-bottom: 36px;
  }

  .CVwrapper h3 {
    font-size: 26px;
  }

  .CVwrapper .contact {
    font-size: 16px;
  }

  .cv-button {
    width: 100%;
    padding: 0 32px;
    font-size: 20.8px;
  }
}

@media screen and (max-width: 520px) and (max-width: 480px) {
  .cv-button {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    width: 335px;
    padding: 0 20px 0 15px;
  }

  .cv-button img.icon_30sec {
    width: 43px;
    height: auto;
  }

  .cv-button img.icon_play {
    width: 11px;
    height: auto;
  }
}

@media screen and (max-width: 520px) {
  .difference {
    /* min-height: 3490px; */
    border-top: solid 1px #ccc;
  }

  .difference0Title .qenestSymbol {
    max-width: 320px;
  }

  .difference0Title .differenceTitleImg {
    max-width: 320px;
  }

  .difference0Title-comments {
    width: 100%;
    max-width: 410px;
  }

  .differenceTitle {
    text-align: center;
  }

 
  .up_orange {
    height: 30px;
    background-color: #FF9700;
  }


  .differenceTitleAdd {
    width: 100%;
  }

  .differenceTitleAdd h3 {
    font-size: 24px;
  }

  .differenceImg:nth-of-type(2) {
    padding-top: 150px;
  }

  .differenceImg {
    height: auto;
    padding-top: 30px;
    padding-bottom: 50px;
    margin: 0 auto;
    width: 100%;
  }

  .fs12n {
    margin-left: 0;
    width: 100%;
    text-align: left;
  }

  .dayflow_deme {
    padding: 10px;
  }

  .notes {
    width: 90%;
    margin: 10px auto;
  }

  .WhyMirai {
    min-height: 0px;
    width: 90%;
  }

  .WhyMiraiDescript {
    padding: 40px 10px;
  }

  .WhyMiraiPoint .value {
    padding: 40px 10px;
    text-align: left;
  }

  :is(.WhyMirai, .WhyMiraiPoint) h3 {
    padding: 8px;
    font-size: 24px;
  }

  .WhyMiraiPoint h3 {
    padding: 18px 8px;
  }

  .Warranty {
    padding: 0 20px;
  }

  .Warranty img {
    width: 100%;
  }

  .Detail {
    padding: 70px 20px;
  }

  .Detail h3 {
    text-align: center;
  }

  .GridColumn:first-of-type::after,
  .GridColumn2:first-of-type::after {
    width: 360px;
  }
 

  .GridColumn,
  .GridColumn2 {
    grid-template-columns: initial;
  }

  .GridColumn h4 {
    display: none;
  }

  .replaceimg_sp,
  .sp {
    display: block !important;
  }

  .replaceimg_pc {
    display: none !important;
  }

  .differenceFigure_inner {
    width: 100%;
  }

  .differenceFigure::after {
    margin: 10px auto 36px 0;
    width: 100%;
    background-size: initial;
  }

  .blackoutP {
    text-align: left;
  }
}

.notes-text {
  font-size: 12.8px;
  display: block;
  width: 80%;
  margin: 10px auto 0 auto;
  text-align: left;
  line-height: 1.4rem;
  position: relative;
  padding: 0 0 0 1rem;
}

.notes-text::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.plan {
  position: relative;
  height: 1060px;
  /* background: url(../images/pran-bg-aozora.png) center bottom no-repeat; */
}

@media screen and (max-width: 480px) {
  .plan {
    height: auto;
  }
}

.plan .plan-top {
  /* background: #ffffff; */
  height: 215px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
}

.plan .plan-top h2 {
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .plan .plan-top h2 {
    line-height: 1.8;
  }
}


@media screen and (max-width: 480px) {
  .plan .plan-top {
    padding: 30px 20px;
    height: auto;
  }
}

.plan .plan-top::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 36px;
  bottom: -32px;
  /* background: url(../images/plan-hukidashi-arrow.png) left top no-repeat; */
}

@media screen and (max-width: 480px) {
  .plan .plan-top::after {
    width: 26px;
    height: 28px;
    bottom: -16px;
    background: url(../images/plan-hukidashi-arrow.png) center top no-repeat;
    background-size: cover;
  }
}

.plan h2 {
  color: #002299;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .plan h2 {
    font-size: 18px;
    line-height: 1.25;
  }
}

.plan .plan-inner {
  max-width: 1098px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 480px) {
  .plan .plan-inner {
    max-width: 100%;
    height: auto;
    padding: initial;
  }
}

/* .plan .plan-inner .pran-image {
  margin-top: 25px;
} */
@media screen and (max-width: 480px) {
  .plan .plan-inner .pran-image {
    margin-bottom: 30px;
  }
}

.plan .plan-inner .pran-image img {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .plan .plan-inner .pran-image img {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}

.plan .plan-inner .pran-image a {
  display: block;
}

.plan .plan-inner .pran-lead-text {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 25px auto 0;
  padding-bottom: 10px;
  color: #fff;
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  .plan .plan-inner .pran-lead-text {
    margin-top: 0px;
    font-size: 20px;
    border-bottom: 3px solid #fff;
  }
}

.plan .plan-inner .pran-contact-btn {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .plan .plan-inner .pran-contact-btn {
    margin-top: 30px;
  }
}

.plan .plan-inner .pran-contact-btn a {
  width: 480px;
  height: 85px;
  font-size: 24px;
  font-weight: bold;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #00CACA;
  transition: all 0.3s;
  color: #00CACA;
}

@media screen and (max-width: 480px) {
  .plan .plan-inner .pran-contact-btn a {}
}

.plan .plan-inner .pran-contact-btn a:hover {
  color: #fff;
  background-color: #00CACA;
  border: 1px solid #00CACA;
}

@media screen and (max-width: 480px) {
  .plan .plan-inner .pran-contact-btn a {
    max-width: 100%;
    min-height: 60px;
    font-size: 18px;
    line-height: 1.4444444444;
  }
}

.plan .pran-compare {
  margin: -30px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-flow: column;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 480px) {
  .plan .pran-compare {
    margin-top: -70px;
    position: initial;
    transform: initial;
    padding: 0 20px;
  }
}

.plan .pran-compare span {
  margin-top: 25px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .plan .pran-compare span {
    font-size: 20px;
  }
}

.plan .pran-compare a {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  background: #FF9700;
  width: 480px;
  height: 85px;
  border-radius: 12px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  transition: background 0.3s;
}

.plan .pran-compare a:hover {
  background: #FF5500;
}

@media screen and (max-width: 480px) {
  .plan .pran-compare a {
    width: 335px;
    max-width: 100%;
    height: 65px;
    font-size: 18px;
    height: 2.8888888889;
    margin-bottom: 40px;
    margin-top: 12px;
  }
}

/* .plan .plan-bg {
  background: url(../images/pran-bg.svg) center top no-repeat;
  position: absolute;
  width: 100%;
  height: 655px;
  margin-top: 210px;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 480px) {
  .plan .plan-bg {
    background: none;
  }
} */

.difference-ttl {
  position: relative;
  color: #ffffff;
  background: #002299;
  max-width: 754px;
  height: 120px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.3333333333;
  letter-spacing: 0.07px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .difference-ttl {
    width: 90%;
    height: 85px;
    font-size: 20px;
  }
}

.difference-ttl::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -64px;
  width: 60px;
  height: 64px;
  content: "";
  background: url(../SVG/arrow_Navy.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.difference-ttl.second-ttl {
  margin-top: 80px;
}

@media screen and (max-width: 480px) {
  .difference-ttl.second-ttl {
    margin-top: 70px;
  }
}



.bottom-btn-lst {
  width: 100%;
  min-height: 400px;
  background: url(../images/pran-bg-aozora.png) center bottom no-repeat;
  display: flex;
  flex-flow: column;
  justify-content: center;
  background-attachment: fixed;
}

@media screen and (max-width: 480px) {
  .bottom-btn-lst {
    font-size: 16px;
    padding: 0 20px;
    min-height: 286px;
  }
}

.bottom-btn-lst .cv-buttonArea {
  background: none;
  margin: 40px auto 0;
  height: auto;
}

@media screen and (max-width: 480px) {
  .bottom-btn-lst .cv-buttonArea {
    margin-top: 15px;
  }
}

.bottom-btn-lst .cv-buttonArea .cv-button {
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .bottom-btn-lst .cv-buttonArea .cv-button {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    width: 335px;
    padding: 0 20px 0 15px;
  }

  .bottom-btn-lst .cv-buttonArea .cv-button img.icon_30sec {
    width: 43px;
    height: auto;
  }

  .bottom-btn-lst .cv-buttonArea .cv-button img.icon_play {
    width: 11px;
    height: auto;
  }
}

.bottom-btn-lst dl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.bottom-btn-lst dl dt {
  color: #002244;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.bottom-btn-lst dl dd {
  width: 480px;
  height: 80px;
  border-radius: 60px;
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  .bottom-btn-lst dl dd {
    max-width: 335px;
    width: 100%;
    
  }
}

.bottom-btn-lst dl dd a {
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  display: block;
  color: #ffffff;
  border-radius: 60px;
  background: #002244;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

@media screen and (max-width: 480px) {
  .bottom-btn-lst dl dd a{
    font-size: 18px;
    padding: 27px 50px;
  }
}

.bottom-btn-lst dl dd a:hover {
  background: #002299;
}

.notes-img {
  display: none;
}

@media screen and (max-width: 480px) {
  .notes-img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  article {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 520px) {

  .eco,
  .ecoCommit,
  .house,
  .houseCommit,
  .blackout {
    display: none;
  }

  .index-image01,
  .index-image02,
  .index-image03,
  .index-image04,
  .index-image05,
  .index-image06,
  .index-image07,
  .index-image08,
  .index-image09 {
    opacity: 0.95;
  }
}

/* ---------------------（sp_20250521）--------------------- */


@media screen and (max-width: 480px) {
  .FVimg .fv_contents .tl.top span {
    font-size: 20px;
    padding: 12px 12px 10px 12px;
  }
}

@media screen and (max-width: 480px) {
  .FVimg .fv_contents .tl.second {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}

@media screen and (max-width: 480px) {
  .FVimg .fv_contents .tl.second span.num {
    font-size: 80px;
    margin: 0 6px;
  }
}

@media screen and (max-width: 480px) {
  .FVimg .fv_contents .tl.thrid {
    font-size: 36px;
  }
}


@media screen and (max-width: 480px) {
  .FVimg {
    background-image: url(../images/sp_FV_img.webp);

  }
}

@media screen and (max-width: 480px) {
  .FVimg .fv_contents .tl.force {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1.6px;
  }
}

@media screen and (max-width: 480px) {
  .smmlogo {
    width: 32%;
  }
}

@media screen and (max-width: 480px) {
  #top-head.top {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 480px) {
  article {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 480px) {
  article {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 480px) {
  article {
    margin-bottom: 60px;
  }
}






































/*# sourceMappingURL=index-style.css.map */