/* CSS Document */
@media print {
  #evcharger_anchor {
    position: static !important; }

  .accordion_body {
    display: block !important; }

  #evcharger {
    max-width: none !important;
    width: 1305px !important; } }
@media (max-width: 767.999px) {
  .pc {
    display: none; } }
@media (min-width: 768px) {
  .sp {
    display: none; } }
sub {
  vertical-align: baseline;
  font-size: 70%; }

sup {
  vertical-align: baseline;
  font-size: 70%;
  transform: translateY(-40%);
  display: inline-block; }

#evcharger .inner {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box; }
#evcharger img {
  max-width: 100%;
  height: auto; }

.accordion_trigger {
  position: relative;
  cursor: pointer; }
  .accordion_trigger::after {
    content: "";
    background: url("../images/icon_open.svg") no-repeat center center/contain;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      .accordion_trigger::after {
        width: 30px;
        height: 30px; } }
  .accordion_trigger.open::after {
    background-image: url(../images/icon_close.svg); }

#evcharger_kv {
  position: relative;
  overflow: hidden; }
  @media (max-width: 767.999px) {
    #evcharger_kv {
      aspect-ratio: 78/44; } }
  @media (min-width: 768px) {
    #evcharger_kv {
      height: 650px; } }
  #evcharger_kv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0; }
  @media (min-width: 768px) {
    #evcharger_kv .inner {
      position: relative;
      height: 100%; } }
  #evcharger_kv .label {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0; }
    @media (min-width: 768px) {
      #evcharger_kv .label {
        top: 50px;
        bottom: inherit;
        width: auto;
        left: 0; } }
    #evcharger_kv .label::before {
      content: "";
      background: linear-gradient(to right, #005444 0%, rgba(40, 152, 77, 0.75) 100%);
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      @media (min-width: 768px) {
        #evcharger_kv .label::before {
          width: calc(100% + (50vw - 50%)); } }
    #evcharger_kv .label .text {
      position: relative;
      color: #fff;
      font-size: 14px;
      padding: 8px 10px;
      line-height: 1.3; }
      @media (min-width: 768px) {
        #evcharger_kv .label .text {
          font-size: 26px;
          padding: 20px 30px;
          line-height: 1.4; } }
    #evcharger_kv .label .photo {
      position: absolute;
      right: 20px;
      bottom: 25px;
      width: 130px; }
      @media (min-width: 768px) {
        #evcharger_kv .label .photo {
          width: 330px;
          right: -300px;
          bottom: -50px; } }

#evcharger_anchor {
  background: linear-gradient(to right, #76BE57 0%, #008C65 100%);
  color: #fff;
  padding: 10px 20px;
  position: sticky;
  z-index: 70;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  transition: .3s; }
  .header1-show #evcharger_anchor {
    top: 45px; }
  .header2-show #evcharger_anchor {
    top: 60px; }
  #evcharger_anchor .inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #evcharger_anchor .label {
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
    line-height: 1.3; }
    #evcharger_anchor .label span {
      display: inline-block; }
  #evcharger_anchor ul {
    margin: -10px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 100px); }
    @media (min-width: 768px) {
      #evcharger_anchor ul {
        margin-left: auto;
        width: auto; } }
    #evcharger_anchor ul li {
      margin: 10px 0 0;
      padding: 0;
      list-style: none;
      width: 50%;
      border-left: 1px solid #81FF85;
      box-sizing: border-box; }
      #evcharger_anchor ul li:nth-of-type(2n) {
        border-right: 1px solid #81FF85; }
      @media (min-width: 768px) {
        #evcharger_anchor ul li {
          width: auto;
          border-right: none !important; } }
    #evcharger_anchor ul a {
      font-size: 14px;
      line-height: 1;
      color: #fff;
      display: block;
      text-decoration: none;
      text-align: center; }
      @media (min-width: 768px) {
        #evcharger_anchor ul a {
          padding: 0 20px;
          font-size: 18px; } }
  #evcharger_anchor .contact {
    width: 80px; }
    @media (min-width: 768px) {
      #evcharger_anchor .contact {
        width: 210px; } }
    #evcharger_anchor .contact a {
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 45px;
      border-radius: 4px;
      background: #004e27;
      border: 1px solid #81ff85;
      text-decoration: none;
      font-size: 18px;
      grid-gap: 10px; }
      #evcharger_anchor .contact a::before {
        content: "";
        background: url(../images/icon_mail.svg) no-repeat center center/contain;
        width: 30px;
        height: 23px;
        display: block; }

#evcharger_content {
  padding: 0 20px;
  overflow: hidden;
  background-color: #86bc5e;
  background-image: url(../images/bg_sp.jpg), url(../images/bg2_sp.jpg);
  background-repeat: no-repeat ,repeat-y;
  background-size: 100%,100%;
  background-position: left top, left top; }
  @media (min-width: 768px) {
    #evcharger_content {
      padding: 0 5vw;
      background-image: url(../images/bg_pc.jpg), url(../images/bg2_pc.jpg);
      background-size: 1920px,1920px; } }
  @media (min-width: 1926px) {
    #evcharger_content {
      background-size: 100%,100%; } }
  #evcharger_content h2 {
    background: none;
    text-align: center;
    padding: 25px 0 0;
    margin: 0;
    position: relative;
    color: #fff; }
    @media (min-width: 768px) {
      #evcharger_content h2 {
        padding-top: 55px; } }
    #evcharger_content h2 .en {
      width: 80%;
      max-width: 280px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
      @media (min-width: 768px) {
        #evcharger_content h2 .en {
          max-width: none; } }
    #evcharger_content h2 .ja {
      position: relative;
      font-weight: bold;
      font-size: 20px;
      margin-top: 5px;
      line-height: 1.3; }
      @media (min-width: 768px) {
        #evcharger_content h2 .ja {
          font-size: 40px;
          margin-top: 10px; } }
      #evcharger_content h2 .ja small {
        font-size: 16px;
        display: block;
        font-weight: normal; }
    #evcharger_content h2::after {
      content: "";
      display: block;
      width: 1px;
      height: 40px;
      background: #81FF85;
      margin: 20px auto; }
      @media (min-width: 768px) {
        #evcharger_content h2::after {
          height: 85px;
          margin: 40px auto; } }

#overview {
  padding: 30px 0;
  position: relative;
  z-index: 5; }
  @media (min-width: 768px) {
    #overview {
      padding: 100px 0 30px; } }
  #overview h2 {
    color: #008D47;
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      #overview h2 {
        margin: 0 0 50px; } }
    #overview h2::after {
      display: none; }
  #overview .lead {
    position: relative; }
    @media (min-width: 768px) {
      #overview .lead {
        padding-bottom: 145px; } }
    #overview .lead::after {
      content: "";
      display: block;
      width: 1px;
      height: 40px;
      background: #81FF85;
      margin: 20px auto; }
      @media (min-width: 768px) {
        #overview .lead::after {
          height: 85px;
          margin: 0;
          position: absolute;
          bottom: 40px;
          left: 50%; } }
  #overview p {
    font-size: 12px;
    line-height: 1.8;
    font-weight: bold; }
    @media (min-width: 768px) {
      #overview p {
        font-size: 18px;
        line-height: 2.2; } }
    #overview p.note {
      font-size: 8px;
      margin-top: 5px;
      font-weight: normal; }
      @media (min-width: 768px) {
        #overview p.note {
          font-size: 12px;
          text-align: right; } }
  #overview figure {
    margin: 0;
    padding: 20px;
    border-radius: 10px;
    background: #008d47;
    border: 1px solid #81ff85; }
    @media (min-width: 768px) {
      #overview figure {
        border-width: 2px;
        padding: 80px 80px 70px; } }
    #overview figure .fig {
      background: #ECECEC;
      padding: 10px;
      text-align: center;
      border-radius: 10px; }
      @media (min-width: 768px) {
        #overview figure .fig {
          padding: 40px;
          border-radius: 15px; } }
    #overview figure figcaption {
      margin: 10px 0 0;
      color: #fff;
      font-size: 12px; }
      @media (min-width: 768px) {
        #overview figure figcaption {
          font-size: 16px;
          margin: 30px 0 0;
          border-radius: 15px; } }

#feature {
  position: relative;
  padding: 20px 0 60px; }
  @media (min-width: 768px) {
    #feature {
      padding: 130px 0 150px; } }
  #feature::before {
    content: "";
    width: calc(100% + 20px);
    display: block;
    height: 130px;
    background: url("../images/feature_kv.png") no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: -20px; }
    @media (min-width: 768px) {
      #feature::before {
        height: 500px;
        width: calc(50vw + 50% - 40px);
        left: inherit;
        right: 40px;
        top: -150px; } }
  #feature ol {
    position: relative;
    margin: 0;
    padding: 0;
    display: grid;
    grid-gap: 20px; }
    @media (min-width: 768px) {
      #feature ol {
        grid-template-columns: repeat(3, 1fr); } }
    #feature ol li {
      margin: 0;
      list-style: none;
      padding: 20px;
      border-radius: 10px;
      border: 1px solid #81ff85;
      background: no-repeat right 30px bottom 20px #008d47;
      background-size: auto 100px; }
      @media (min-width: 768px) {
        #feature ol li {
          border-width: 2px;
          padding: 30px;
          background-size: auto 160px; } }
      #feature ol li:nth-of-type(1) {
        background-image: url(../images/num1.svg);
        background-position: right 38px bottom 20px; }
      #feature ol li:nth-of-type(2) {
        background-image: url(../images/num2.svg); }
      #feature ol li:nth-of-type(3) {
        background-image: url(../images/num3.svg); }
  #feature h3 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 0;
    position: relative; }
    @media (min-width: 768px) {
      #feature h3 {
        font-size: 25px; } }
    #feature h3 small {
      display: block;
      font-size: 12px; }
      @media (min-width: 768px) {
        #feature h3 small {
          font-size: 16px; } }
    #feature h3::after {
      content: "";
      width: 0;
      height: 0;
      display: block;
      margin: 7px auto 10px;
      border-left: 6.5px solid transparent;
      border-right: 6.5px solid transparent;
      border-top: 8px solid #81FF85; }
  #feature p {
    position: relative;
    color: #fff;
    font-size: 11px; }
    @media (min-width: 768px) {
      #feature p {
        font-size: 16px; } }

#lineup {
  position: relative;
  padding: 20px 0 30px; }
  @media (min-width: 768px) {
    #lineup {
      padding: 130px 0 30px; } }
  #lineup::before {
    content: "";
    width: calc(100% + 20px);
    display: block;
    height: 130px;
    background: url("../images/lineup_kv.png") no-repeat center center/cover;
    position: absolute;
    top: 0;
    right: -20px; }
    @media (min-width: 768px) {
      #lineup::before {
        height: 500px;
        width: calc(50vw + 50% - 40px);
        right: inherit;
        left: 40px; } }
  @media (min-width: 768px) {
    #lineup .lineups {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #lineup .lineups .child {
        width: calc(50% - 25px); }
        #lineup .lineups .child:last-child {
          width: 100%;
          margin-top: 50px; }
          #lineup .lineups .child:last-child .frame {
            padding: 3%; } }
  #lineup h3 {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 50px 0 20px;
    border-radius: 10px;
    background: #008d47;
    border: 1px solid #81ff85;
    color: #fff;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px; }
    @media (min-width: 768px) {
      #lineup h3 {
        border-width: 2px;
        height: 110px;
        font-size: 20px;
        padding: 0 60px 0 40px; } }
  #lineup .frame {
    display: none;
    border-radius: 10px;
    background: #ECECEC;
    padding: 20px;
    font-size: 11px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      #lineup .frame {
        padding: 6%;
        margin-bottom: 0;
        font-size: 18px; } }
    #lineup .frame figure {
      margin: 15px 0 0;
      text-align: center;
      padding: 0; }
      @media (min-width: 768px) {
        #lineup .frame figure {
          margin-top: 20px; } }
      #lineup .frame figure.scroll {
        overflow: auto;
        padding: 0 0 10px;
        text-align: center; }
        #lineup .frame figure.scroll::-webkit-scrollbar {
          width: 3px;
          background: #B6B7B8; }
        #lineup .frame figure.scroll::-webkit-scrollbar:horizontal {
          height: 3px;
          background: #B6B7B8; }
        #lineup .frame figure.scroll::-webkit-scrollbar-thumb {
          background: #707070; }
        #lineup .frame figure.scroll::-webkit-scrollbar-thumb:horizontal {
          background: #707070; }
        #lineup .frame figure.scroll img {
          width: 630px;
          max-width: none; }
          @media (min-width: 768px) {
            #lineup .frame figure.scroll img {
              width: 100%; } }

#usecase {
  padding: 30px 0 30px; }
  @media (min-width: 768px) {
    #usecase {
      padding: 130px 0 60px; } }
  #usecase .case {
    margin-bottom: 0px;
    overflow: hidden; }
    #usecase .case:last-child {
      margin-bottom: 0; }
    #usecase .case .photo {
      border-radius: 10px;
      overflow: hidden; }
      @media (min-width: 768px) {
        #usecase .case .photo {
          margin: 0 140px 0 0;
          border-radius: 15px;
          height: 300px; }
          #usecase .case .photo img {
            width: 100%;
            height: 100%;
            object-fit: cover; } }
    #usecase .case h3 {
      position: relative;
      margin: -20px 0 20px 30px;
      padding: 0 50px 0 20px;
      border-radius: 10px;
      background: #008d47;
      border: 1px solid #81ff85;
      color: #fff;
      height: 75px;
      display: flex;
      align-items: center;
      font-size: 12px; }
      @media (min-width: 768px) {
        #usecase .case h3 {
          border-width: 2px;
          height: 110px;
          font-size: 20px;
          margin: -240px 0 170px auto;
          padding: 0 60px 0 40px;
          width: 60%; } }
    #usecase .case .frame {
      display: none;
      border-radius: 10px;
      background: #ECECEC;
      padding: 20px;
      font-size: 11px;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        #usecase .case .frame {
          padding: 8%;
          margin-bottom: 50px; } }
      #usecase .case .frame figure {
        margin: 20px 0 0;
        text-align: center;
        padding: 0; }
        @media (min-width: 768px) {
          #usecase .case .frame figure {
            margin-top: 50px; } }
      @media (min-width: 768px) {
        #usecase .case .frame .text {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-gap: 5%;
          font-size: 16px; } }

#cta {
  background: #004E27;
  border-top: 2px solid #fff;
  border-bottom: 60px solid #fff; }
  #cta .inner {
    padding: 20px; }
    @media (min-width: 768px) {
      #cta .inner {
        padding: 30px 50px; } }
  #cta a {
    border: 1px solid #81FF85;
    text-align: center;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 20px 0; }
    @media (min-width: 768px) {
      #cta a {
        border-width: 2px;
        padding: 40px; } }
    #cta a .en {
      font-size: 25px;
      font-weight: bold; }
      @media (min-width: 768px) {
        #cta a .en {
          font-size: 40px; } }
    #cta a .ja {
      font-size: 12px; }
      @media (min-width: 768px) {
        #cta a .ja {
          font-size: 16px; } }
      #cta a .ja::before {
        content: "";
        background: url(../images/icon_mail.svg) no-repeat center center/contain;
        width: 25px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
        @media (min-width: 768px) {
          #cta a .ja::before {
            width: 30px;
            height: 23px; } }
