@charset "UTF-8";
body {
  margin: 0;
  font-family: Arial, "Noto Sans JP";
  background-color: #f8f8f8;
}

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

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

.FVimg {
  background-image: url(../images/fvimg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.FVlogoWrap {
  height: 800px;
  padding: 10% 18%;
  display: flex;
  margin: 0 auto;
}

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

.FVcopy {
  line-height: 4.2vw;
  font-weight: 800;
  font-family: "NotoSansJP";
  letter-spacing: 0.2em;
  font-size: 2.8vw;
  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: 24px;
  z-index: 100;
  width: 50%;
}

.smmlogoImg {
  max-width: 240px;
}

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

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

/* CVfixed */
.CVfixed {
  position: fixed;
  right: 0;
  top: 140px;
  z-index: 99;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}

.CVfixedChild {
  width: 76px;
  height: 180px;
  background-color: #fff;
  color: #FF5500;
  font-size: 18px;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.05em;
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  -ms-box-shadow: -5px 7px 15px 5px rgba(0, 0, 0, 0.21);
  box-shadow: -5px 7px 15px 5px rgba(0, 0, 0, 0.21);
}

.CVfixedChild > .orangeBorder {
  width: 6px;
  height: 180px;
  background-color: #FF5500;
  position: absolute;
  left: 0;
  top: 0;
}

.CVfixed > a > .yellowcol {
  color: #FF9600;
}

.CVfixedChild > .yellowcol {
  background-color: #FF9600;
}

@media screen and (max-width: 520px) {
  .CVfixed {
    position: fixed;
    right: 0;
    bottom: 0px;
    top: inherit;
    width: 100%;
    z-index: 99;
    display: grid;
    grid-template-rows: none;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    height: 60px;
  }
  .CVfixedChild {
    width: 100%;
    height: 60px;
    font-size: 16px;
    writing-mode: horizontal-tb;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .CVfixedChild > .orangeBorder {
    height: 6px;
    width: 100%;
  }
}
/* FVnews */
.newsWrap {
  display: flex;
  width: 100%;
}

.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;
}

/* GridBG */
.GridBg {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 3fr;
  margin-top: 4px;
  z-index: 2;
}

.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: 2fr 3fr;
  height: 100vh;
  width: 100%;
  margin-top: 0px;
  position: absolute;
  z-index: 3;
  top: 0;
}

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

.aboutSide p {
  line-height: 3.6vw;
  font-weight: 800;
  font-family: "NotoSansJP";
  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: 2fr 3fr;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 3;
}

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

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

.ecoSide .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;
}

.ecoSide .SideInner {
  width: 72%;
}

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

.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: absolute;
  top: 12%;
  left: 12%;
  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 .flexbx p {
  margin-top: 48px;
  width: 50%;
}

/* ecoCommit */
.ecoCommit {
  display: grid;
  grid-template-columns: 2fr 3fr;
  height: 120vh;
  width: 100%;
  position: relative;
  z-index: 3;
}

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

.ecoCommitSide .SideInner {
  width: 72%;
}

.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: 1rem;
  vertical-align: baseline;
}

.ecoCommitSide .ecoButton {
  padding: 24px 12px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.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;
  height: 540px;
  padding: 12px 48px;
  color: #000;
  position: absolute;
  top: 12%;
  left: 12%;
  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: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 498px;
  height: 234px;
  background: #fff;
  border-radius: 0 0 12px 12px;
  padding: 64px 48px 24px 48px;
  justify-content: center;
}

.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;
}

/* house */
.house {
  display: grid;
  grid-template-columns: 2fr 3fr;
  height: 160vh;
  width: 100%;
  position: relative;
  z-index: 3;
}

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

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

.houseSide .SideInner {
  width: 72%;
}

.houseSide .houseTitle {
  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;
}

.houseSide h3:first-of-type {
  font-size: 1.4vw;
  vertical-align: baseline;
}

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

.houseContents .ecoInner {
  background: rgba(135, 143, 159, 0.8);
  width: 620px;
  height: 900px;
  padding: 12px 48px;
  color: #fff;
  position: absolute;
  top: 12%;
  left: 12%;
  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%;
}

/* houseCommit */
.houseCommit {
  display: grid;
  grid-template-columns: 2fr 3fr;
  height: 60vh;
  width: 100%;
  position: relative;
  z-index: 3;
  color: #fff;
}

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

.houseCommitSide .SideInner {
  width: 72%;
}

.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: 1rem;
  vertical-align: baseline;
}

.houseCommitSide .ecoButton {
  padding: 24px 12px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
}

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

.houseCommitContents .ecoInner {
  width: 620px;
  height: 300px;
  padding: 12px 48px;
  color: #fff;
  position: absolute;
  top: 12%;
  left: 12%;
  border-radius: 16px;
}

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

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

/* blackout */
.blackout {
  background: #F1F1F1;
  height: 1900px;
  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: 1580px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 1;
}

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

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

.blackoutLine {
  width: 752px;
  height: 2px;
  display: block;
  margin: 48px 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%;
  height: 3600px;
}

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

.differenceMain {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
}

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

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

.difference0Title {
  width: 100%;
  height: 400px;
  background: linear-gradient(90deg, rgba(255, 151, 0, 0.8) 0%, rgba(255, 85, 0, 0.8) 100%);
  position: relative;
  padding-top: 48px;
}

.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;
}

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

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

.differenceImg {
  width: 100%;
  max-width: 1140px;
  height: 520px;
  margin-top: 60px;
}

/* WhyMirai */
.WhyMirai {
  width: 70%;
  max-width: 1098px;
  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%;
}

.WhyMiraiDescript {
  background: #fff;
  width: 80%;
  margin: 40px auto;
}

.WhyMiraiPoint {
  width: 70%;
  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;
}

/* CV */
.CV {
  width: 100%;
  height: 450px;
  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;
  height: 400px;
  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;
}

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

.CVbutton {
  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.3s ease;
}

.CVbutton:hover {
  background-color: #FF9600;
}

.CVbutton .icon_play {
  transition: transform 0.3s ease;
}

.CVbutton:hover .icon_play {
  transform: translateX(10px);
}

.CVbutton img {
  width: 100%;
  height: auto;
}

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

.flexbx {
  display: flex;
}

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

.orange {
  background-color: #ff5500;
}

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

.orangeTxtB {
  color: #ff5500;
  font-weight: bold;
}

.blue {
  background-color: #002298;
}

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

.blueTxtB {
  color: #002298;
  font-weight: bold;
}

.blk {
  color: #000;
  display: inline-block;
}

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

/* 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;
  font-weight: bold;
}

.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: auto;
}

.PriceList table {
  max-width: 975px;
  width: 100%;
  margin: 26px auto 12px auto;
}

.pl_deme {
  font-size: 12px;
  margin: 20px auto 75px;
  display: block;
  text-align: right;
  max-width: 975px;
}

.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;
  margin-top: 20px;
}

.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;
  margin-bottom: 24px;
}

.PriceList .PlanTitle2nd {
  margin-top: 46px;
}

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

.PriceList table tr:nth-child(odd) {
  background-color: #E0E0DC;
}

.PriceList table tr:last-child {
  background-color: #ffeed6;
}

.PriceList_heading, .PriceList_heading2 {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: #fff;
  background-color: #fff;
  padding: 20px;
  border-radius: 13px 13px 0 0;
  border-right: solid 5px #fff;
}

.PriceList_heading:nth-of-type(1) {
  background-color: #fff;
}

.PriceList_heading:nth-of-type(2) {
  background-color: #FF5500;
}

.PriceList_heading:nth-of-type(3) {
  background-color: #FF9600;
}

.PriceList_heading2:nth-of-type(2) {
  background-color: #00C6C1;
}

.PriceList_heading2:nth-of-type(3) {
  background-color: #001C77;
}

.PriceList table td {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  width: 33%;
}

.PriceList table td:last-child {
  line-height: 1.6em;
}

.sp_only {
  display: none;
}

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

.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;
  line-height: 2.5rem;
}

.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;
}

.pl_orange1 {
  color: #FF5500;
  font-weight: bold;
}

.pl_orange2 {
  color: #FF9600;
  font-weight: bold;
}

.pl_blue1 {
  color: #00C6C1;
  font-weight: bold;
}

.pl_blue2 {
  color: #001C77;
  font-weight: bold;
}

.bg_blue1 {
  background-color: #00C6C1;
}

.bg_blue2 {
  color: #001C77;
  font-weight: bold;
}

.bg_orange1 {
  background-color: #FF5500;
}

.bg_orange2 {
  background-color: #FF9600;
}

.gradientWrap {
  background-image: 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;
  height: 120px;
  display: inline-block;
  padding-top: 12px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  filter: drop-shadow(0px 4px 6px #fff);
}

.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;
  min-height: 40vh;
  height: auto;
  width: 100%;
  max-width: 1098px;
  margin: 62px auto 32px 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, rgb(136, 221, 187) 0%, rgb(102, 221, 221) 40%, rgb(0, 17, 153) 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 1.3fr;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
}

.PLmaterials2 {
  color: #002299;
  border: 1px solid #002299;
  max-width: 416px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* PliceList アコーディオン */
.PriceList .DetailBlock {
  padding: 10px 24px;
  text-align: center;
  display: block;
  background-color: #FF5500;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0px auto 32px;
  margin-top: 0px;
  cursor: pointer;
  max-width: 480px;
  margin-bottom: 32px;
  border-radius: 8px;
  position: relative;
  transition: 0.3s ease;
}

.PriceList .blueBGCol {
  transition: 0.18s ease;
  background-color: #002299;
}

.PriceList .DetailBlock:hover {
  background-color: #FF9900;
}

.PriceList .title {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  padding: 24px 24px 24px 50px;
  transition: all 0.5s ease;
}

.PriceList .title::before,
.PriceList .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.PriceList .title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}

.PriceList .title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}

.PriceList .title.close::before {
  transform: rotate(45deg);
}

.PriceList .title.close::after {
  transform: rotate(-45deg);
}

.PriceList .box {
  display: none;
  background: #f3f3f3;
  margin: 0 3% 3% 3%;
  padding: 3%;
  margin: 0 auto;
  max-width: 1098px;
}

.PriceList .box img {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 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: 100%;
  max-width: 975px;
  height: 218px;
  margin: 120px auto 48px auto;
  background: #FF5500;
  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;
  height: 48px;
}

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

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

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

.PricePeriodImage .notes1 {
  font-size: 12.8px;
  display: inline-block;
  width: 100%;
  max-width: 754px;
  margin: 10px auto 0 auto;
  text-align: left;
  line-height: 20px;
}

.PricePeriodImage .notes2 {
  font-size: 12.8px;
  display: inline-block;
  width: 100%;
  margin-left: 35px;
  text-align: left;
  line-height: 20px;
}

/* 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: 1.6fr 3fr;
}

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

.SimulationWrap .right {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.right .PriceArea {
  font-size: 32px;
  font-weight: bold;
  margin: 24px 0;
}

.right table tr td {
  padding: 24px 0 8px 0;
}

.right tr:first-of-type > .PriceArea {
  font-size: 20px;
  font-weight: bold;
}

/* Chart */
#pie_chart {
  position: relative;
  margin-top: -60px;
  width: 100%;
  max-width: 980px;
}

#pie_chart div div svg > rect {
  fill: rgba(255, 255, 255, 0);
}

.SpreadSheetDiv {
  font-size: 22px;
  font-weight: bold;
  padding: 8px 48px;
}

.form-group {
  margin: 24px 0;
}

.form-group .form-control {
  max-width: 300px;
}

.form-group .big {
  font-size: 36px;
}

.form-group .lt {
  font-size: 16px;
  margin-bottom: 16px;
  max-height: 32px;
}

.SSgrid {
  display: grid;
  grid-template-columns: 0.8fr 0.8fr 0.8fr 1fr;
  padding-left: 108px;
}

.wd42 {
  width: 42%;
}

.SwitchRadio {
  position: relative;
  z-index: 5;
  padding: 28px;
  font-size: 16.8px;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 60%;
  margin: 0 auto;
}

/* selectbox */
.selectdiv {
  float: left;
  width: 100%;
  min-width: 200px;
  margin: 50px auto;
  display: grid;
  grid-template-columns: 1fr 0.12fr 2fr;
}

/* IE11 hide native button */
select::-ms-expand {
  display: none;
}

.selectdiv .selectDiv {
  position: relative;
}

.selectdiv .selectDiv:after {
  content: "<>";
  font: 17px "Consolas", monospace;
  color: #333;
  transform: rotate(90deg);
  right: 11px;
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  position: absolute;
  pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: block;
  width: 100%;
  max-width: 320px;
  height: 50px;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}

/* 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: 1098px;
  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;
}

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

.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;
  /*min-height: 456px;*/
  height: auto;
  margin: 12px auto;
  display: grid;
  /*grid-template-rows: 1fr 1fr;*/
  align-items: center;
  padding: 20px;
}

/*.DetailWarranty01 img:first-child,
.DetailWarranty02 img:first-child {
    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: 20px;
}

.GridColumn p, .GridColumn2 p {
  margin-bottom: 0;
}

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

.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: 100%;
  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;
  display: grid;
  justify-content: center;
  align-content: center;
}

.CVarea .contact {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FF5500;
}

/* utility */
.fs18 {
  font-size: 18px;
}

.fs22 {
  font-size: 22px;
}

.fs26 {
  font-size: 26px;
}

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

/* PRIVACY POLICY */
.privacy-midashi {
  font-weight: bold;
  margin: 50px 0 10px;
}

.privacy-txt {
  margin-bottom: 0;
  line-height: 24px;
}

.privacy-midashi-b {
  font-weight: bold;
}

.privacy {
  padding: 24px 48px;
}

.PriceList, .footerKinds {
  padding: 0 20px;
}

.Detail {
  padding: 20px;
}

@media screen and (max-width: 1300px) and (min-width: 1001px) {
  .priceFVwrap {
    padding: 10%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 801px) {
  .priceFVwrap {
    padding: 15% 10%;
  }
  .overviewGroup.next {
    height: auto;
    min-height: 72vh;
  }
}
/* PricePageSP */
@media screen and (max-width: 800px) {
  .GridColumn, .GridColumn2 {
    display: initial;
  }
  .disasterDescript {
    margin: 0 auto 20px;
    padding: 0;
    max-width: none;
    width: 100%;
  }
  .disasterExample {
    margin: 0 auto;
    display: block;
  }
  .priceFVwrap {
    margin: auto;
  }
  .Detail_img {
    width: 100%;
    max-width: 230px;
    height: auto;
    margin: 0 auto 20px;
    display: block;
  }
  .Flow .PlanTitle h3, .Flow .PlanTitle2nd h3 {
    display: flex;
    flex-wrap: wrap;
  }
  footer {
    padding: 60px 5%;
  }
  .catalogWrap {
    grid-template-columns: none !important;
  }
  .mb118 {
    margin-bottom: 75px;
  }
  .flyerWrap, .movieWrap {
    grid-template-columns: none !important;
  }
  .GridColumn img:nth-of-type(1) {
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
  .GridColumn img:nth-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .pc {
    display: none;
  }
  .sp {
    display: block !important;
  }
  .sp_only {
    display: block;
  }
  .smmlogo {
    top: 20px;
  }
  .smmlogoImg {
    max-width: 135px;
  }
  .logoBgBlue {
    height: 60px;
  }
  .priceFVimg {
    background-position: center;
  }
  .PriceList .PlanTitle h3,
  .PriceList .PlanTitle2nd h3 {
    line-height: 42px;
    text-align: center;
  }
  .PriceList .PlanTitle:first-of-type {
    font-size: 24px;
  }
  .PriceList .PlanTitle2nd {
    font-size: 24px;
  }
  .PriceList {
    height: auto;
  }
  .GradientBox {
    height: auto;
    padding: 6%;
  }
  .PriceList .DetailBlock {
    width: calc(100% - 40px);
  }
  .PriceList table td {
    font-size: 14px;
    line-height: 1.6em;
  }
  .PriceList_heading, .PriceList_heading2 {
    font-size: 14px;
  }
  .SalesPointTitle {
    font-size: 20px;
  }
  .PricePeriodTitle {
    font-size: 18px;
  }
  .smmMaterial1,
  .smmMaterial2 {
    z-index: -1;
  }
  .SwitchRadio {
    width: 150%;
    padding: 28px 0 0 20px;
  }
  #pie_chart {
    max-width: 400px;
  }
  .selectdiv {
    grid-template-columns: none;
  }
  .SSgrid {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0px;
  }
  .SalesPointTitle {
    width: 100%;
  }
  .SpreadSheetDiv {
    padding: 8px;
  }
  .CVarea .CVbutton {
    width: 100%;
    font-size: 20.8px;
  }
  .Warranty {
    padding: 0 20px;
  }
  .Warranty h3 {
    font-size: 24px;
  }
  .Warranty .TitleDiv {
    width: calc(100% + 40px) !important;
    margin: 32px -20px 0;
  }
  .WarrantyDescript {
    font-size: 20px;
  }
  .Detail {
    padding: 70px 20px 60px;
  }
  .CVarea .contact {
    font-size: 16px;
  }
  .priceComparison {
    height: auto;
  }
  .pricePeriodImg {
    height: auto;
    margin-bottom: 0 !important;
  }
  .PricePeriodImage {
    min-height: 640px;
  }
  .PriceListGrid {
    grid-template-columns: 1fr;
    grid-template-rows: 2rem 6rem 2rem 6rem 0.5fr 0.5fr 0.5fr 1fr;
  }
  .PricePeriodImage .notes1 {
    font-size: 12.8px;
    display: inline-block;
    width: 100%;
    max-width: 754px;
    margin: 10px auto 0 auto;
    text-align: left;
    line-height: 20px;
    padding: 0 12px;
  }
  .PricePeriodImage .notes2 {
    font-size: 12.8px;
    display: inline-block;
    width: 100%;
    margin-left: 0px;
    text-align: left;
    line-height: 20px;
    padding: 0 12px;
  }
  .overviewGroup.next {
    margin-top: 0;
  }
  .overviewGroup .Ul3 {
    padding-left: 0;
  }
}
/* CompanyPage */
/* CompanyFV */
.company {
  background-image: url(../images/SMmirai2023sky.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 0 0 120px 0;
}

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

.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;
}

.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;
  padding: 0 20px;
  text-align: left;
}

.blueBorder {
  display: block;
  margin: 24px auto 48px auto;
  width: 100%;
  max-width: 1098px;
}

/* overview */
.overview {
  position: relative;
  min-height: 160vh;
  height: auto;
}

.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: 100%;
  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: auto;
}

.overviewGroup .leftUl {
  background: rgba(0, 55, 140, 0.8);
  color: #fff;
  display: grid;
  grid-template-rows: 0.5fr 1fr 4fr 1fr 1fr 1fr 1fr 1fr;
  padding-left: 20%;
  padding-right: 10%;
  line-height: 1.4rem;
}

.overviewGroup .rightUl {
  background: rgba(230, 230, 230, 0.3);
  display: grid;
  grid-template-rows: 0.5fr 1fr 4fr 1fr 1fr 1fr 1fr 1fr;
  text-align: left;
  padding-left: 20px;
  padding-right: 28px;
  line-height: 1.4rem;
}

.overviewGroup.next {
  margin-top: 50px;
}

.overviewGroup.next2 {
  font-size: 12px;
  padding-bottom: 120px;
}

.overviewGroup .leftUl2 {
  background: rgba(0, 55, 140, 0.8);
  color: #fff;
  display: grid;
  grid-template-rows: 0.5fr 1fr 1.5fr 1fr 1fr 1fr 1fr 1fr;
  padding-left: 20%;
  padding-right: 10%;
  padding-bottom: 20px;
  line-height: 1.4rem;
  min-height: 350px;
}

.overviewGroup .rightUl2 {
  background: rgba(230, 230, 230, 0.3);
  display: grid;
  grid-template-rows: 0.5fr 1fr 1.5fr 1fr 1fr 1fr 1fr 1fr;
  text-align: left;
  padding-left: 20px;
  padding-right: 28px;
  padding-bottom: 20px;
  line-height: 1.4rem;
  min-height: 350px;
}

.overviewGroup .leftUl3 {
  background: rgba(0, 55, 140, 0.8);
  color: #fff;
  display: grid;
  font-size: 12px;
  grid-template-rows: 30px 30px 30px 30px 30px 50px;
  height: auto;
  min-height: 0;
  padding-left: 20%;
  padding-right: 10%;
  padding-bottom: 50px;
  line-height: 1.4rem;
}

.overviewGroup .rightUl3 {
  background: rgba(230, 230, 230, 0.3);
  display: grid;
  grid-template-rows: 30px 30px 30px 30px 30px 50px;
  height: auto;
  min-height: 0;
  padding-left: 20%;
  text-align: left;
  padding-left: 20px;
  padding-right: 28px;
  padding-bottom: 50px;
  line-height: 1.4rem;
}

.AddDiv {
  height: 120px;
}

/* SDGs */
.SDGs {
  height: 100%;
  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;
}

.SDGsImg {
  display: block;
  margin: 12px auto 36px auto;
  max-width: 900px;
  width: 100%;
}

.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: 100%;
  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;
}

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

/* NewsPage */
/* NewsFV */
.news {
  background-image: url(../images/SMmirai2023sky.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 50vh;
}

.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: 36px;
  letter-spacing: 0.2em;
  color: #002299;
  font-weight: bold;
  height: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: left;
  align-items: center;
  gap: 12px;
  padding-left: 20px;
}

.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;
}

.newsSect {
  background: #F2F2F2;
  height: 100vh;
  width: 100%;
  padding-top: 180px;
}

.newsWrap {
  width: 100%;
  max-width: 1098px;
  height: auto;
  margin: 0 auto 40px auto;
}

.newsTitle {
  background: #fff;
  height: 104px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 3fr;
  justify-items: flex-start;
  align-content: center;
  padding-left: 12px;
  cursor: pointer;
}

.newsTitle .newsLetter {
  font-weight: bold;
}

/* QandA */
.QandAFVtitle {
  position: relative;
  padding-left: 36px;
}

.QandAFVtitle::before {
  position: absolute;
  content: "";
  background-image: url(../SVG/iconQandA.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 46px;
  height: 46px;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
}

.iconQ {
  width: 47px;
  height: 38px;
}

.iconA {
  width: 47px;
  height: 38px;
}

.QandAsect {
  background: #f8f8f8;
  height: auto;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}

.QandAbefore {
  background: #f8f8f8;
  height: auto;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 0px;
}

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

.QandAwrap .descript {
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #002299;
  font-weight: bold;
  margin-bottom: 0px;
}

.question1 {
  background: #FFF0DC;
  width: 100%;
  height: 240px;
  margin-bottom: 40px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  justify-items: flex-start;
  align-items: center;
  padding-left: 24px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: bold;
}

.question2 {
  background: #FFF;
  width: 100%;
  height: 240px;
  margin-bottom: 40px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  justify-items: flex-start;
  align-items: center;
  padding-left: 24px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: bold;
}

.questions {
  width: 100%;
  height: 240px;
  background: #FFF0DC;
  margin-bottom: 40px;
  display: grid;
  grid-template-rows: 1fr 4px 1fr;
  justify-items: flex-start;
  align-items: center;
  padding-left: 24px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: bold;
}

.borderQandA {
  width: 928px;
  height: 2px;
  display: block;
}

.questions:nth-of-type(2n) {
  background: #FFF;
}

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

.Flow .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;
}

.Flow .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;
}

.Flow .PlanTitle2nd {
  margin-top: 32px;
}

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

.flowSubtitle {
  color: #3d3d3d;
  font-size: 26px;
  display: inline-block;
  padding-left: 28px;
}

.FlowTitle {
  background: #002299;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.FlowChart {
  max-width: 1098px;
  margin: 64px auto;
  padding-left: 138px;
  padding-right: 4%;
  position: relative;
  z-index: 1;
}

.FlowChartBGinner {
  background: rgba(0, 0, 0, 0.1);
  background-size: 100%;
  background-repeat: repeat-y;
  width: 4px;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 108px;
}

.FlowChart h2 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.FlowChartSubhead {
  font-size: 20px;
  color: #FF5500;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}

.colBlue {
  color: #002299;
}

.FlowChartDescript {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-bottom: 48px;
  padding-left: 132px;
  border-bottom: 1px dashed #999;
}

.FlowChartDescript::after {
  content: "";
  /* border: 2px dashed #333; */
  height: 2px;
  width: 80%;
  margin: 0 0 0 auto;
}

.FlowChart-comments {
  width: 100%;
  max-width: 1098px;
  margin: 0 auto;
  font-size: 12px;
}

.DetailBlock {
  padding: 10px 24px;
  text-align: center;
  display: block;
  background-color: #FF5500;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 12px auto 38px;
  margin-top: 12px;
  cursor: pointer;
  width: 100%;
  max-width: 720px;
  min-width: 250px;
  margin-bottom: 38px;
  position: relative;
  filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.2));
}

.blueBGCol {
  background-color: #002299;
}

.gradientBox {
  background-image: url(../SVG/gradientBox.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 104px;
  height: 38px;
  vertical-align: bottom;
  display: inline-block;
  margin-right: 28px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 14.2px;
  text-align: center;
  padding-top: 3.2px;
  position: relative;
}

.gradientBox::before {
  position: absolute;
  content: attr(data-num);
  background-color: #FF5500;
  left: -42px;
  width: 30px;
  height: 30px;
  border-radius: 99%;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 16.2px;
}

.gtBoxAdd::before {
  line-height: 32px;
}

.noneBox {
  background-image: none;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 38px;
  vertical-align: bottom;
  display: inline-block;
  margin-right: 28px;
  position: relative;
}

.noneBox::before {
  position: absolute;
  content: attr(data-num);
  background-color: #FF5500;
  left: -42px;
  width: 30px;
  height: 30px;
  border-radius: 99%;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 16.2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gradientColor::before {
  position: absolute;
  content: attr(data-num);
  background-color: #002299;
  left: -42px;
  width: 30px;
  height: 30px;
  border-radius: 99%;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 16.2px;
}

/*アコーディオンタイトル*/
.FlowChart .DetailBlock.title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.2rem;
  padding: 3% 3% 3% 50px;
  transition: all 0.5s ease;
}

/*アイコンの＋と×*/
.FlowChart .DetailBlock.title::before,
.FlowChart .DetailBlock.title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.FlowChart .DetailBlock.title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}

.FlowChart .DetailBlock.title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.FlowChart .DetailBlock.title.close::before {
  transform: rotate(45deg);
}

.FlowChart .DetailBlock.title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;
  /*はじめは非表示*/
  background: #f3f3f3;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

.box img {
  width: 100%;
  max-width: 800px;
  height: auto;
}

/* DL */
.Dl {
  background-color: #F2F2F2;
}

.dlFVtitle {
  position: relative;
  padding-left: 36px;
}

.dlFVtitle::before {
  content: "";
  background-image: url(../SVG/iconDl.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 46px;
  height: 46px;
}

.dlSect {
  padding-top: 60px;
  padding-bottom: 80px;
  min-height: 180vh;
  height: auto;
  background: #f8f8f8;
}

.catalogWrap {
  max-width: 1098px;
  width: 100%;
  margin: 128px auto 48px auto;
  background-color: #fff;
  min-height: 486px;
  height: auto;
  display: grid;
  grid-template-columns: 1.28fr 1fr 1fr;
  gap: 24px;
  padding: 20px;
}

.catalogTitle {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  background-color: #00378c;
  color: #fff;
  padding-left: 18px;
}

.mb118 {
  margin-bottom: 118px;
}

.catalogDescript {
  border: 1px solid #00378c;
  position: relative;
  width: 94%;
  max-width: 400px;
  height: auto;
  min-height: 180px;
  margin: 24px auto;
  padding: 32px 24px 20px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.catalogDescript::before {
  content: "この資料でこんなことがわかります";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
  background-color: #00378c;
  color: #fff;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 284px;
  height: auto;
  padding: 4px 6px;
}

.catalogDl {
  margin: auto;
}

.catalogDl img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  padding: 0 20px;
}

.movieWrap {
  max-width: 1098px;
  width: 100%;
  margin: 80px auto 48px auto;
  min-height: 486px;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.movieChild {
  background-color: #fff;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 24px;
}

.movieChild .inlineblock {
  display: inline-block;
  padding-right: 48px;
}

.movieChild .imgMovie {
  width: 100%;
  margin: 36px auto 12px;
  max-width: 428px;
  opacity: 0.8;
  transition: 0.2s ease-out;
  cursor: pointer;
  position: relative;
  display: block;
}

.movieChild .moviePlay {
  background-image: url(../SVG/icon_movieplay.svg);
  width: 110px;
  height: 110px;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.movieChild .imgMovie:hover {
  opacity: 1;
}

.movieChild .imgFlyer {
  width: 100%;
  margin: 36px auto 12px;
  max-width: 428px;
  opacity: 0.8;
  transition: 0.2s ease-out;
  cursor: pointer;
  position: relative;
  display: block;
}

.movieChild .imgFlyer:hover {
  opacity: 1;
}

.news {
  background-size: cover;
  height: auto;
}

/* Contact */
.MailSubtitle {
  font-weight: 500;
  padding: 0 20px;
}

.MailSubtitle h2 {
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 24px;
  display: flex;
  justify-content: center;
}

.buttonConfirm {
  max-width: 200px;
  width: 100%;
  height: auto;
}

.buttonFix {
  max-width: 200px;
  width: 100%;
  height: auto;
}

.buttonSend {
  max-width: 200px;
  width: 100%;
  height: auto;
}

/* Form */
#formWrap .SubButton {
  padding: 12px;
  transition: 0.3s ease;
  margin-top: 12px;
}

#formWrap .formTextarea {
  min-height: 360px;
  width: 100%;
}

#formWrap .SubButton:hover {
  background-color: #FF5500;
  color: #fff;
}

/* Footer */
.footer {
  min-height: 690px;
  background-color: #fff !important;
}

.footerKinds {
  max-width: 1098px;
  width: 100%;
  margin: 24px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 0.68fr;
  gap: 0 40px;
}

.footerKindsChild {
  font-weight: 500;
  margin-bottom: 48px;
  letter-spacing: 0.04em;
}

.footerKindsChild dt {
  font-weight: bold;
  font-size: 20px;
  padding: 24px 0;
  color: #002299;
  cursor: pointer;
  transition: 0.3s ease;
}

.footerKindsChild dt:hover {
  color: #FF5500;
}

.footerKindsChild dd {
  padding: 12px 0;
  color: #667088;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
}

.footerKindsChild dd::before {
  content: "ー";
  font-weight: 400;
  display: inline-block;
  padding-right: 8px;
}

.footerKindsChild dd:hover {
  color: #FF5500;
  transform: translateX(6px);
}

.footerMenu {
  font-size: 14px;
  letter-spacing: 0.04em;
  display: flex;
  width: 90%;
  max-width: 1098px;
  margin: 0 auto 42px auto;
  padding-top: 42px;
  border-top: 1px solid #ccc;
}

.footerMenu li {
  min-width: 80px;
  margin-right: 16px;
  cursor: pointer;
}

.sp {
  display: none;
}

/* DetailSP & company & Flow & DL SP */
/* PRIVACY POLICY SP*/
@media screen and (max-width: 560px) {
  .overviewGroup .leftUl3, .overviewGroup .rightUl3 {
    grid-template-rows: 50px 50px 50px 30px 50px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 520px) {
  .DetailWarranty01,
  .DetailWarranty02 {
    height: auto;
    padding: 0;
  }
  .GridColumn {
    display: grid;
    grid-template-columns: none;
    /*grid-template-rows: 50% 20% 35%;*/
    align-items: center;
    justify-items: center;
  }
  .DetailWarranty01 img:first-child,
  .DetailWarranty02 img:first-child {
    max-width: 175px;
  }
  .GridColumn:first-child::after,
  .GridColumn2:first-child::after {
    min-width: 90%;
  }
  .GridColumn2 {
    display: grid;
    grid-template-columns: none;
    grid-template-rows: 40% 0% 60%;
    align-items: center;
    justify-items: center;
  }
  .overviewGroup {
    width: 100%;
    display: grid;
    grid-template-columns: 0.2fr 1.6fr 2.5fr 0.18fr;
    position: relative;
    height: auto;
  }
  .overviewGroup .leftUl {
    padding-left: 20px;
    padding-right: 8px;
    grid-template-rows: 20px 70px auto 70px 70px 70px 70px 20px;
  }
  .overviewGroup .rightUl {
    grid-template-rows: 20px 70px auto 70px 70px 70px 70px 20px;
    padding-right: 4px;
  }
  .overviewGroup.next {
    height: auto;
    margin-top: 40px !important;
  }
  .overviewGroup .leftUl2 {
    padding-left: 20px;
    padding-right: 8px;
    grid-template-rows: 20px 70px 120px 70px 70px 70px 70px;
  }
  .overviewGroup .rightUl2 {
    grid-template-rows: 20px 70px 120px 70px 70px 70px 70px;
    padding-right: 4px;
  }
  .companyDescript {
    padding: 20px;
    font-size: 16.8px;
    margin: 0 auto;
  }
  .SDGsDescript {
    padding: 0 20px;
  }
  .SDGs h3 {
    font-size: 26px;
  }
  .CO2 h3 {
    font-size: 26px;
    padding: 0 20px;
  }
  .questions {
    min-height: 240px;
    height: auto;
  }
  .QandAwrap {
    padding: 0 20px;
  }
  .QandAFVtitle {
    padding-left: 80px !important;
  }
  .QandAFVtitle::before {
    left: 20px;
  }
  .borderQandA {
    width: 84%;
    max-width: 928px;
    height: auto;
    display: block;
  }
  .flowTitle1 h3,
  .flowTitle2 h3 {
    font-size: 24px !important;
    line-height: 38px;
    padding: 20px;
  }
  .solar-mate-title {
    display: block;
  }
  .flowSubtitle {
    font-size: 24px;
    padding-left: 0;
  }
  .labels {
    font-size: 18px;
    margin: 0 auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  .FlowChartDescript {
    padding-left: 16px;
  }
  .FlowChart {
    padding-left: 60px;
  }
  .FlowChartBGinner {
    left: 32px;
  }
  .DetailBlock {
    margin: 6px 0 24px;
  }
  .FlowChart .DetailBlock.title {
    padding: 18px 12px 18px 28px;
  }
  .FlowChart-comments {
    padding: 0 20px;
  }
  .companyFVwrap h2 {
    font-size: 24px;
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: center;
    height: 100px;
    margin: 35px auto;
    align-items: center;
    width: 100%;
    padding-top: 20px;
  }
  .dlSect {
    padding-top: 20px;
  }
  .dlFVtitle::before {
    left: 20px;
  }
  .catalogDescript::before {
    font-size: 12.6px;
    text-align: center;
  }
  .catalogWrap {
    grid-template-columns: none;
    margin-top: 20px;
  }
  .movieWrap {
    grid-template-columns: none;
  }
  .catalogTitle {
    margin-bottom: 0;
  }
  .catalogDescript {
    margin: 50px auto 20px;
  }
  .privacy {
    padding: 24px 30px;
  }
  .companyFV {
    height: auto;
  }
}
/* FooterSP */
@media screen and (max-width: 520px) {
  .footer {
    padding: 60px 24px;
  }
  .footerKinds {
    max-width: 1098px;
    width: 100%;
    margin: 24px auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.1fr 0.68fr 0.68fr;
    gap: 0 24px;
  }
  .footerMenu {
    flex-wrap: wrap;
    gap: 12px;
  }
  header .menu .footerKindsChild dd {
    font-size: 12px;
  }
  header .copyright {
    margin: 30px auto;
  }
}
.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;
} /*# sourceMappingURL=smm-main-style.css.map */