@charset "UTF-8";

html {
  font-size: 6.25%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: justify;
  text-size-adjust: 100%;
  background: #f9f5f1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

.pcno,
.pcmdno {
  display: none;
}

@media only screen and (max-width:768px) {
  .pcmdno {
    display: inherit;
  }

  .mdno {
    display: none;
  }
}

@media only screen and (max-width:576px) {
  .pcno {
    display: inherit;
  }

  .spno {
    display: none;
  }
}

/**--- Container---**/
.container {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

section {
  padding: 3.5% 0;
  overflow: hidden;
}

.full {
  margin: 0 calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.bkBe {
  background: #f9f5f1;
}

.bkWh {
  background: #fff;
}

.bkOre {
  background: #f3981e;
}

.bkOPore {
  background: #fee2a7;
}

@media only screen and (max-width:768px) {
  section {
    padding: 1.5em 0;
  }
}

/**--- Component---**/
.boxShadow {
  background: #fff;
  box-shadow: 0 0 14px #ccc;
}

.movie {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  aspect-ratio: 16 / 9;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width:768px) {

  .map,
  .myMap {
    aspect-ratio: 16 / 9;
  }
}

/**--- Font ---**/
/*basewidth1000*/
h1 {
  font-size: clamp(24rem, 3.2vw, 40rem);
  font-weight: 700;
}

h2 {
  margin-bottom: 1em;
  font-size: clamp(24rem, 2.95vw, 35rem);
  font-weight: 700;
  position: relative;
}

h3 {
  margin-bottom: 0.75em;
  font-size: clamp(20rem, 2.2vw, 22rem);
  font-weight: 700;
  position: relative;
}

h4 {
  margin-bottom: 0.75em;
  font-size: clamp(18rem, 1.58vw, 20rem);
  font-weight: 700;
  position: relative;
}

h5 {
  margin-bottom: 0.75em;
  font-size: clamp(16rem, 1.41vw, 18rem);
  font-weight: 700;
  position: relative;
}

.f26 {
  margin-bottom: 0.25em;
  font-size: clamp(18rem, 2.4vw, 26rem);
  position: relative;
}

p {
  font-size: 16rem;
}

li,
dt,
dd,
th,
td {
  font-size: 16rem;
}

.note {
  padding-left: 1em;
  text-indent: -1em;
}

.contTtl {
  text-align: center;
}

.contTtl small {
  display: block;
  margin-top: 0.2em;
  color: #f3981e;
  font-size: 0.45em;
}

.headTtl {
  margin-bottom: 3em;
  position: relative;
}

.headTtl h1 {
  padding: 1.35em 0;
  color: #fff;
}

.lineTtl {
  padding-bottom: 0.5em;
  color: #f3981e;
  border-bottom: 1px solid #b5b2b2;
}

@media only screen and (max-width:768px) {
  .headTtl {
    margin-bottom: 1.5em;
  }
}

/**--- Link ---**/
.fade {
  transition: opacity .7s ease-out;
}

.fade:hover {
  opacity: .6;
}

a:hover .thumb img {
  transform: scale(1.1);
}

/*ボタン*/
.more {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 2em 3em 2em 2em;
  font-size: clamp(18rem, 2.15vw, 24rem);
  font-weight: 700;
  text-align: center;
  background: #fff;
  border-radius: 100px;
  position: relative;
}

.more::after {
  content: '\f0a9';
  position: absolute;
  top: 50%;
  right: 1em;
  font-family: 'Font Awesome 6 Free';
  color: #f3981e;
  font-weight: 700;
  transform: translateY(-50%);
}

/**--- Header ---**/
header {
  padding: 1.2em 0 1.5em;
  background: #fff;
}

#header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 10000;
}

#header.scroll {
  animation-name: anime;
  animation-duration: 0.3s;
}

@keyframes anime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

header .container {
  display: flex;
  justify-content: space-between;
}

header .logo {
  width: 20.5%;
  margin-right: 1em;
}

header nav {
  display: flex;
  position: relative;
}

header .gnav {
  display: flex;
  align-items: center;
  position: relative;
}

header .gnav li {
  font-size: clamp(15rem, 1.18vw, 18rem);
  font-weight: 700;
  text-align: center;
  border-left: 3px solid #e3e3e3;
  position: relative;
}

header .gnav li:last-child {
  border-right: 3px solid #e3e3e3;
}

header .gnav i {
  display: block;
  margin-bottom: 0.25em;
  font-size: 1.1em;
  color: #f3981e;
}

header .gnav a {
  display: block;
  padding: 0.65em 2.2vw 0.45em 2.2vw;
}

header nav .user {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-left: 1.5em;
  padding: 0.3em 2.5em 0.3em 1.5em;
  font-size: clamp(14rem, 1.2vw, 17rem);
  font-weight: 700;
  text-align: center;
  background: #fbf9f7;
  border: 2px solid #f3981e;
  border-radius: 100px;
  position: relative;
}

header nav .user::after {
  content: '\f0a9';
  position: absolute;
  top: 50%;
  right: 0.5em;
  font-family: 'Font Awesome 6 Free';
  font-size: 1.1em;
  color: #f3981e;
  font-weight: 700;
  transform: translateY(-50%);
}

header.scroll {
  padding: 0.5em 0 !important;
}

header.scroll .logo {
  width: 11.5% !important;
}

header.scroll .gnav li {
  font-size: clamp(14rem, 1.18vw, 16rem);
}

header.scroll .gnav a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

header.scroll nav .user {
  font-size: clamp(14rem, 1vw, 14rem);
}

@media only screen and (max-width:1200px) {
  header .gnav a {
    padding: 0.65em 1vw 0.45em 1vw;
  }
}

@media only screen and (max-width:992px) {
  header {
    padding: 1em 0;
  }

  header .container {
    display: flex;
    display: inherit;
  }

  header.scroll {
    position: static;
  }

  header .logo {
    width: 20%;
  }

  #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    padding-top: 0;
    height: 100vh;
    background: rgba(254, 221, 149, 0.8);
    transition: all .6s;
  }

  #g-nav.panelactive {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  header nav {
    display: inherit;
  }

  header .gnav {
    display: inherit;
    margin: 4em 0 1em;
    background: #fff;
    border-top: 3px solid #e3e3e3;
  }

  header .gnav li {
    width: 100%;
    padding: 1em;
    border-left: none;
    border-bottom: 3px solid #e3e3e3;
    position: relative;
  }

  header .gnav li:last-child {
    border-right: none;
  }

  header .gnav i {
    display: inline;
    margin: 0 0.5em 0;
    font-size: 1.2em;
    color: #f3981e;
  }

  header .gnav a {
    display: block;
    padding: 0.65em 2vw 0.45em 2vw;
  }

  header nav .user {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  header .openbtn {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #f3981e;
  }

  header .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
  }

  header .openbtn span:nth-of-type(1) {
    top: 15px;
  }

  header .openbtn span:nth-of-type(2) {
    top: 23px;
  }

  header .openbtn span:nth-of-type(3) {
    top: 31px;
  }

  header .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  header .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  header .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  header .search {
    position: static;
    width: 80%;
    margin: 2em auto;
  }

  header #gt_float_wrapper {
    top: 10px !important;
    right: 65px !important;
    z-index: 2 !important;
  }
}

@media only screen and (max-width:768px) {
  header .logo {
    width: 30%;
  }
}

@media only screen and (max-width:576px) {
  header .openbtn {
    top: 5px;
  }

  header .gt-current-lang,
  header .gt-lang-code,
  header .nturl {
    font-size: 14rem !important;
  }

  header .gt-current-lang img,
  header .nturl img {
    display: none !important;
  }
}

/**--- Footer ---**/
footer {
  position: sticky;
  top: 100vh;
  padding: 2em 0;
  color: #fff;
  text-align: center;
  background: #6c6964;

}

footer address .company {
  margin-bottom: 0.5em;
  font-size: 17rem;
  font-weight: 700;
}

footer address .company a::after {
  content: '\f2d2';
  display: inline;
  margin-left: 0.5em;
  font-family: 'Font Awesome 6 Free';
  color: #fff;
  font-weight: 400 !important;
  transform: translateY(-50%);
}

footer address .contact {
  margin-bottom: 1.8em;
  font-size: 15rem;
  line-height: 2;
}

footer .copyright {
  color: #939393;
  font-size: 12rem;
  font-weight: 400;
}

@media only screen and (max-width:576px) {
  footer address .company {
    font-size: 16rem;
  }

  footer address .contact {
    font-size: 14rem;
  }
}

/**--- TOP ---**/
#mainImg {
  padding: 1.5% 0;
  background: #fff;
  overflow: hidden;
}

#mainImg .row.minr {
  --bs-gutter-x: 3%;
  --bs-gutter-y: 1%;
}

#mainImg .app {
  padding-top: 1em;
  position: relative;
}

#mainImg .app .appimg {
  width: 100%;
}

#mainImg .app ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  right: 1em;
  bottom: 1em;
  z-index: 100;
}

#mainImg .app li {
  width: 32%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  margin-left: 0.5em;
  text-align: center;
}

#mainImg .app .linkList {
  width: 65%;
  position: absolute;
  right: 1em;
  bottom: 1em;
  z-index: 100;
}

#mainImg .app .qrimg {
  width: 80%;
  margin-bottom: 0.5em;
}

#news {
  padding: 1% 0;
}

#news h3 {
  margin-bottom: 0;
  color: #fff;
  font-family: "Sen", serif;
  font-size: clamp(16rem, 1.8vw, 20rem);
  font-weight: 400;
  line-height: 1;
}

#news li {
  padding: 0.8em 5em 0.8em 2em;
  background: #fff;
  border-radius: 100px;
  position: relative;
}

#news li a {
  display: block;
}

#news li a::after {
  content: '\f105';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 5em;
  height: 100%;
  font-family: 'Font Awesome 6 Free';
  font-size: 0.8em;
  color: #fff;
  font-weight: 700;
  background: #5d5d5d;
  border-radius: 0 100px 100px 0;
}

#about .copy {
  margin-bottom: 1.5em;
  text-align: center;
}

#about .boxShadow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10%;
  border-radius: 3%;
  text-align: center;
}

#about .boxShadow img {
  width: 50%;
  margin-bottom: 2em;
}

@media only screen and (max-width:1200px) {
  #mainImg .app .qrimg {
    margin-bottom: 0;
    width: 80%;
  }
}

@media only screen and (max-width:992px) {
  #mainImg .app {
    padding-top: 1.5em;
  }
}

@media only screen and (max-width:768px) {
  #mainImg .app .linkList {
    width: 60%;
  }
}

@media only screen and (max-width:576px) {
  #mainImg .app .linkList {
    width: 65%;
  }

  #mainImg .app .qrimg {
    margin-bottom: 0.5em;
  }

  #news h3 {
    text-align: center;
  }

  #news ul {
    margin-bottom: 0.5em;
  }

  #news li {
    padding: 0.8em 3em 0.8em 1em;
    font-size: 14rem !important;
    line-height: 1.5;
    border-radius: 10px;
  }

  #news li a::after {
    width: 3em;
    border-radius: 0 10px 10px 0;
  }

  #about .copy {
    text-align: left;
  }

  #about .boxShadow {
    flex-direction: row;
    padding: 6%;
    text-align: center;
  }

  #about .boxShadow img {
    width: 50%;
    margin: 0 1em 0 0;
  }

  #about .boxShadow p {
    text-align: left;
  }
}

/**--- 下層共通 ---**/
.infoBox {
  display: flex;
  justify-content: space-between;
  height: auto;
  padding: 1.8em;
  border-radius: 10px;
}

.infoBox .txt {
  flex-basis: 67%;
}

.infoBox img {
  align-self: center;
  width: 25.37%;
}

@media only screen and (max-width:1024px) {
  .infoBox .txt {
    flex-basis: 55%;
  }

  .infoBox img {
    width: 40%;
  }
}

@media only screen and (max-width:768px) {
  .infoBox {
    padding: 1.5em;
  }

  .infoBox .txt {
    flex-basis: 62%;
  }

  .infoBox img {
    width: 30%;
  }
}

/**--- エコQ電アプリについて ---**/
#app {}

#app .appMain {
  padding: 1.5% 0 0;
  background: #fff;
  text-align: right;
  overflow: hidden;
}

#app .appMain .row.minr {
  --bs-gutter-x: 1%;
  --bs-gutter-y: 0;
}

#app .appMain h1 {
  margin-left: 1.5em;
}

#app .appMain .plogo {
  margin-bottom: 3em;
}

#app .appMain .qrLink {
  display: inline-block;
  width: 75%;
  margin: 0 0 1em;
  padding: 1.5em 2em;
  border: 3px solid #f2981d;
  border-radius: 10px;
  position: relative;
}

#app .appMain .qrLink h2 {
  display: none;
  color: #fff;
}

#app .appMain .qrLink ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#app .appMain .qrLink li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  text-align: center;
}

#app .appMain .qrLink .qrimg {
  margin-bottom: 0.5em;
}

#app .appMain .qrLink .balloon {
  width: 48%;
  position: absolute;
  top: 50%;
  left: -40%;
  transform: translateY(-50%);
}

@media only screen and (max-width:768px) {
  #app .appMain h1 {
    margin-left: 0;
  }

  #app .appMain .plogo {
    margin-bottom: 1em;
  }

  #app .appMain .align_r {
    text-align: center;
  }

  #app .appMain .qrLink {
    padding: 1em;
    width: 100%;
  }

  #app .appMain .qrLink h2 {
    display: inherit;
    width: 100%;
    margin-bottom: 0.5em;
    padding: 0.2em 0;
    font-size: clamp(14rem, 1.58vw, 18rem);
    text-align: center;
    background: #f2981d;
  }

  #app .appMain .qrLink .qrimg {
    width: 70%;
  }

  #app .appMain .qrLink .balloon {
    display: none;
  }
}

@media only screen and (max-width:576px) {
  #app .appMain h1 {
    margin-left: 0;
  }

  #app .appMain h1 img {
    width: 60%;
  }

  #app .appMain .qrLink .qrimg {
    width: 50%;
  }
}

/**--- エコQ電導入をご希望の方へ ---**/
#client .clientInfo {
  padding-top: 0;
}

#client .login {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: fit-content;
  padding: 1.8em 1em;
  color: #f3981e;
  font-size: clamp(16rem, 1.8vw, 20rem);
  font-weight: 700;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  z-index: 100;
  transform: translateY(-50%);
}

@media only screen and (max-width:768px) {
  #client .headTtl h1 {
    margin-bottom: 0.5em;
  }

  #client .login {
    position: static;
    margin: 0 auto;
    padding: 1em;
  }
}

/**--- FAQ ---**/
#faq {
  padding-bottom: 5%;
}

#faq .selectfaq {
  padding-top: 0;
}

#faq .faqBtn {
  padding-top: 4em;
}

#faq .more {
  width: 100%;
  padding: 3.2em 2.5em 3.2em 2.5em;
}

#faq .more span {
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

#faq .user {
  background: #fff url("../img/faq_btn_user.png") no-repeat left center / contain;
}

#faq .client {
  background: #fff url("../img/faq_btn_client.png") no-repeat left center / contain;
}

@media only screen and (max-width:576px) {
  #faq {
    padding-bottom: 4%;
  }
}

@media only screen and (max-width:576px) {
  #faq .faqBtn {
    padding-top: 2em;
  }

  #faq .more {
    padding: 2em 2.5em 2em 1.5em;
  }
}


/**/
 header .logo
    {
        width: 18%;
    }
}@media screen and (min-width: 769px)
{
    header.scroll .gnav li:nth-child(2) span
    {height: 20px;
        padding-bottom: 2px;
    }header.scroll .gnav li:nth-child(2) img
    {
        height: 16px;
    }
}@media screen and (min-width: 769px)
{
    header .gnav li
    {
        font-size: clamp(13rem, 1.1vw, 17rem);
    }
}header .gnav li a
{
    padding: .65em 1.1vw .45em 1.1vw;
}@media only screen and (min-width: 993px)
{
    header .gnav li:nth-child(2) span
    {line-height: 1.4;

        display: block;
    }
}@media only screen and (max-width: 992px)
{
    header .gnav li:nth-child(2) span
    {
        display: inline;margin-right: 8px;
    }
}header .gnav li:nth-child(2) span img
{
    height: 19px;vertical-align: top;
}@media screen and (max-width: 768px)
{
    header .gnav li:nth-child(2) span img
    {
        margin-bottom: 4px;vertical-align: bottom;
    }
}@media only screen and (max-width: 1200px)
{
    header .gnav li:nth-child(2) span img
    {
        height: 17px;
    }
}@media screen and (min-width: 769px)
{
    header nav .user
    {font-size: clamp(13rem, 1.2vw, 17rem);

        margin-left: 1.25em;
    }
}@media screen and (min-width: 769px)
{
    header .container
    {
        width: 95%;
    }
}