body {
  color: #1d1d1d;
  min-width: unset;
  box-sizing: border-box;
}
.bold {
  font-weight: bold;
}
.vertical_m {
  vertical-align: middle;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
.title {
  font-size: 6.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.015384em;
}
.subtitle {
  color: #0031ea;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
}
.subtitle span {
  color: #1d1d1d;
}
.cl-blue {
  color: #0031ea;
}
sup {
  vertical-align: text-top;
  font-size: 74%;
}
.text-description {
  font-size: 2.3rem;
  line-height: 1.3913;
  letter-spacing: 0.086956em;
  font-weight: 500;
}
.text-description.text-center {
  text-align: center;
}
.body-text,
.text-note {
  font-size: 1.7rem;
  line-height: 1.8823;
}
.top-group {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-top: 810px;
}
header .l-header__container {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  max-width: 1280px;
  margin: 0 auto;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  left: 50%;
  transform: translateX(-50%);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 999;
}
header .l-header__container .l-header__inner::before {
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
header .l-header__container .l-header__navLink {
  color: #1d1d1d;
}
header .l-header__container .header__logo {
  transform: translateY(3px);
}
header .l-header__container .l-header__inner {
  height: 80px;
  padding: 0 30px;
}
header .l-header__navList {
  margin-left: 0;
}
header .l-header__inquiry {
  text-align: center;
  margin-left: auto;
  max-width: 198px;
  width: 100%;
  height: 46px;
  line-height: 46px;
  background-color: #0031ea;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .l-header__inquiry:hover {
  opacity: 0.7;
}
header .l-header__inquiry.l-inquiry__nav {
  display: none;
}
header .l-header__inquiry span.text {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 14px;
}
header .l-header__inquiry span.icon {
  vertical-align: middle;
  display: flex;
}
header .l-header__inquiry span.icon img {
  width: 23px;
  height: 16px;
}
header .l-header__navList .l-header__navItem {
  margin-right: 10px;
}
header .l-header__navList .l-header__navItem span.icon {
  margin-left: 3px;
}
header .l-header__navList .l-header__navItem span.icon img {
  vertical-align: middle;
}
header .l-header__navButton {
  margin-left: auto;
}
.c-breadcrumb {
  position: relative;
  z-index: 1;
}
.c-breadcrumb .c-breadcrumb__list {
  max-width: 1280px;
  width: 100%;
  margin: 10px auto 0;
  padding: 0 28px;
}
.c-breadcrumb .c-breadcrumb__list li:not(:first-child) {
  margin-left: 16px;
}
.c-breadcrumb .c-breadcrumb__list li:not(:first-child)::before {
  left: -16px;
}
.c-breadcrumb li {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.117647;
  letter-spacing: 0.052941em;
}
#hero .hero-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
#hero .hero-inner .hero-meta {
  width: 100%;
  margin-top: 80px;
}
#hero .hero-title {
  position: relative;
  text-align: center;
  font-size: 7rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.01333em;
  margin-top: 40px;
  z-index: 1;
}
#hero .hero-subtitle {
  position: relative;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  margin-top: 20px;
  letter-spacing: 0.111111111em;
  z-index: 1;
}
#hero .hero-subtitle span {
  font-size: 5rem;
}
#hero .hero-text {
  position: relative;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  margin-top: 4px;
  z-index: 1;
}
#hero .kv__image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#hero .kv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main .block-video {
  text-align: center;
  margin-top: 85px;
  margin-bottom: 200px;
}
main .block-video .title {
  margin-bottom: 32px;
  letter-spacing: 2px;
}
main .block-video .text-description {
  margin-bottom: 8px;
}
main .block-video .video {
  margin-top: 50px;
}
main .block-product {
  text-align: center;
}
main .block-product .product-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 92px;
}
main .block-product .product-container .product-meta {
  width: 100%;
}
main .block-product .product-container .product-title {
  position: relative;
  z-index: 6;
}
main .block-product .product-container .product-image {
  position: relative;
  padding-top: 100px;
}
main .block-product .product-container .product-image img {
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
main .list-text {
  margin-top: 16px;
}
main .list-text .item {
  position: relative;
  padding-left: 28px;
}
main .list-text .item + .item {
  margin-top: 8px;
}
main .list-text .item::after {
  content: "";
  width: 19px;
  height: 19px;
  background-color: #1d1d1f;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 2px;
}
main .block-details {
  text-align: center;
  padding-bottom: 98px;
}
main .block-details .details-title {
  margin: 200px 0 100px;
}
main .block-details .details-group + .details-group {
  margin-top: 150px;
}
main .block-details .details-group.details-group-03 {
  margin-top: 84px;
}
main .block-details .details-group.details-group-03 .subtitle {
  margin-bottom: 44px;
}
main .block-details .details-group.details-group-04 {
  margin-top: 88px;
}
main .block-details .details-group.details-group-04 .subtitle {
  margin-bottom: 44px;
}
main .block-details .details-group .subtitle {
  letter-spacing: 0.0625em;
  margin-bottom: 14px;
}
main .block-config {
  background-color: #f5f5f5;
  text-align: center;
  padding-top: 86px;
}
main .block-config .config-title {
  margin-bottom: 39px;
}
main .block-config .config-image + .config-image {
  margin-top: 39px;
}
main .block-specification {
  background-color: #f5f5f5;
  text-align: center;
  padding-top: 86px;
}
main .block-specification .container {
  max-width: 1320px;
}
main .block-specification .config-title {
  margin-bottom: 39px;
}
main .block-specification .table {
  overflow-x: auto;
  padding-left: 20px;
  padding-right: 20px;
}
main .block-specification .table sup {
  font-size: 50%;
}
main .block-specification .table .w-180 {
  width: 14.0625%;
  background-color: #e8e8e8;
  text-align: center;
  vertical-align: middle;
}
main .block-specification .table .w-270 {
  width: 21.09375%;
  background-color: #f1f1f1;
  padding: 5px 0 1px 28px;
}
main .block-specification .table .w-450 {
  width: 35.15625%;
  background-color: #e8e8e8;
}
main .block-specification .table .small {
  font-size: 1.7rem;
}
main .block-specification table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 2.3rem;
  font-weight: bold;
  color: #231f20;
  background-color: #ffffff;
}
main .block-specification table thead tr th:last-child,
main .block-specification table tbody tr td:last-child {
  font-weight: normal;
  background-color: #ffffff;
}
main .block-specification th, main .block-specification td {
  text-align: left;
  padding: 5px 28px 0;
  border: 2px solid #cccccc;
}
main .block-specification tr:nth-child(even) {
  background-color: #f2f2f2;
}
main .block-specification .note-group {
  margin-top: 15px;
  text-align: left;
  padding-left: 20px;
}
main .block-specification .note-group .text-note {
  letter-spacing: 0.0823529em;
}
main .block-precautions {
  background-color: #f5f5f5;
  padding-top: 73px;
  padding-bottom: 312px;
}
main .block-precautions .precautions-title {
  text-align: center;
  margin-bottom: 33px;
}
main .block-precautions .list-text {
  margin-bottom: 32px;
}
main .block-precautions .list-text .item p {
  letter-spacing: 0.043478em;
}
main .block-precautions .precautions-text {
  font-weight: bold;
  letter-spacing: 0.0869565em;
}
footer {
  position: relative;
  background-color: #020251;
  padding: 26px 0;
}
footer .footer-text {
  text-align: center;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 3;
}
.c-pagetop {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-color: #020251;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity, background-position 0.3s;
  opacity: 0;
  z-index: 10;
}
.c-pagetop.is-fixed {
  position: fixed;
  bottom: 38px;
  right: 10.3645833333%;
  animation: pagetop 0.5s ease forwards;
}
.c-pagetop.is-static {
  position: absolute;
  bottom: 133px;
  right: 10.3645833333%;
  opacity: 1;
}
.product-group {
  position: relative;
  background: #fff;
  z-index: 1;
}
@keyframes pagetop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 48.0625em) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .l-header__container,
  .l-header__container.is-fixed {
    height: 80px;
  }
  .l-header__container.is-fixed .l-header__nav {
    left: auto;
    right: 28px;
    width: calc(100% - 446px);
  }
  .l-header__container.is-fixed .l-header__navLink {
    font-size: 1.8rem;
    padding: 24px 14px;
  }
  .l-header__container.is-fixed .l-header__navLink::before {
    height: 6px;
  }
  .l-header__container.is-fixed .l-header__navLink span {
    letter-spacing: 0.083333em;
  }
  .l-header__navLink::before {
    background: #020251;
  }
}
@media screen and (max-width: 48em) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header {
    height: 72.5px;
    position: relative;
    z-index: 999;
  }
  header.active .l-header__container {
    border-radius: unset;
  }
  header.active .l-header__inquiry.l-inquiry__nav {
    display: none;
  }
  header.active .l-header__navButton {
    margin-left: auto;
  }
  header .l-header__nav.is-show {
    background-color: transparent;
  }
  header .l-header__container {
    left: 0;
    transform: none;
  }
  header .l-header__nav {
    top: 72.5px;
  }
  header .l-header__navList .l-header__navItem {
    margin: 0;
  }
  header .l-header__navList .l-header__navItem + .l-header__navItem {
    margin-top: 4px;
  }
  header .l-header__navItem .l-header__navLink {
    font-size: 1.4rem;
    padding: 3px 15px 7px;
    border-top: none;
    border-bottom: 1px solid #cccccc;
    letter-spacing: 0.0714285em;
    background: url("/business/quick_chargers/cyclic/_assets/images/ico_arrow_blue.png") no-repeat right 15px center;
    background-size: 7px 12px;
  }
  header .l-header__navItem .l-header__navLink.no-arrow {
    background: none;
  }
  header .l-header__navInner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    min-height: 517.5px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
  header .l-header__navList .l-header__navItem span.icon {
    margin-left: 7px;
  }
  header .l-header__navList .l-header__navItem span.icon img {
    width: 14px;
    height: 14px;
  }
  header .l-header__container .l-header__inner {
    padding: 0 16px;
    height: 72.5px;
  }
  header .l-header__container .header__logo {
    width: 121px;
    transform: unset;
  }
  header .l-header__navButton {
    width: 30px;
    height: 25px;
    margin-left: 9px;
  }
  header .l-header__navButton span {
    background-color: #020251;
  }
  header .l-header__navList {
    width: 83.7333333333%;
    margin: 0 auto;
  }
  header .l-header__inquiry {
    max-width: 83.7333333333%;
    width: 100%;
    margin: 50px auto 0;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
  }
  header .l-header__inquiry span.text {
    font-size: 2.4rem;
  }
  header .l-header__inquiry span.icon img {
    width: 37.5px;
    height: 25.5px;
  }
  header .l-header__inquiry.l-inquiry__nav {
    display: flex;
    max-width: 169px;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    margin-left: auto;
    margin-right: unset;
  }
  header .l-header__inquiry.l-inquiry__nav span.text {
    font-size: 1.6rem;
    margin-right: 8px;
  }
  header .l-header__inquiry.l-inquiry__nav span.icon img {
    width: 25px;
    height: 17px;
  }
  .top-group {
    padding-top: 133.333vw;
    margin-top: -19.467vw;
  }
  #hero .hero-title {
    font-size: 2.7rem;
    font-size: 7.2vw;
    margin: 0;
  }
  #hero .hero-text {
    font-size: 1.6rem;
    font-size: 4.267vw;
    margin-top: -1px;
  }
  #hero .hero-subtitle {
    font-size: 1.6rem;
    font-size: 4.267vw;
    margin-top: 6.667vw;
    line-height: 1.45;
  }
  #hero .hero-subtitle span {
    font-size: 2.2rem;
    font-size: 5.867vw;
  }
  #hero .hero-inner .hero-meta {
    margin-top: 19.333vw;
  }
  .c-breadcrumb {
    display: block;
    padding: 20px 0 10px;
  }
  .c-breadcrumb .c-breadcrumb__list {
    margin: 0;
    padding: 0 4vw;
  }
  .c-breadcrumb .c-breadcrumb__list li {
    font-size: 1.2rem;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .c-breadcrumb .c-breadcrumb__list li:last-child::before {
    content: unset;
  }
  .c-breadcrumb .c-breadcrumb__list li:nth-child(3)::after {
    content: "";
    display: inline-block;
    background: url("/business/quick_chargers/cyclic/_assets/images/ico_arrow_black.svg") no-repeat center center;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
  }
  .container {
    max-width: 92vw;
  }
  .body-text,
  .text-note {
    font-size: 1.2rem;
    line-height: 1.625;
    text-align: left;
  }
  .title {
    font-size: 2rem;
  }
  .text-description {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.39285;
    letter-spacing: 0.07142em;
  }
  .subtitle {
    font-size: 1.6rem;
  }
  main .block-video {
    margin: 44px 0 50px;
  }
  main .block-video .title {
    margin-bottom: 19px;
  }
  main .block-video .text-description {
    margin-bottom: 5px;
  }
  main .block-video .video {
    margin-top: 25px;
  }
  main .block-product .product-container .product-title {
    padding: 45px 0;
  }
  main .block-product .product-container {
    padding: 0 0 13.333vw;
  }
  main .block-product .product-container .product-inner {
    position: unset;
  }
  main .block-product .product-container .product-image img {
    -o-object-fit: fill;
       object-fit: fill;
  }
  main .list-text {
    margin-top: 5.067vw;
  }
  main .list-text .text-description {
    font-size: 1.2rem;
  }
  main .list-text .item {
    padding-left: 17px;
  }
  main .list-text .item::after {
    width: 12px;
    height: 12px;
    top: 2px;
    left: 0px;
  }
  main .block-details .details-title {
    margin: 150px 0 40px;
  }
  main .block-details {
    padding-bottom: 50px;
  }
  main .block-details .details-group .subtitle {
    margin-bottom: 6px;
  }
  main .block-details .details-group .text-description.cl-blue {
    margin-bottom: 14px;
  }
  main .block-details .details-group .text-description {
    margin-bottom: 25px;
  }
  main .block-details .details-group + .details-group {
    margin-top: 100px;
  }
  main .block-details .details-group .subtitle {
    letter-spacing: 1px;
  }
  main .block-details .details-group .list-product {
    flex-direction: column;
    margin-top: 30px;
  }
  main .block-details .details-group .list-product .product {
    width: 100%;
  }
  main .block-details .details-group .list-product .product + .product {
    margin-top: 30px;
  }
  main .block-details .details-group .list-product .product .label {
    font-size: 1.4rem;
    padding: 6px 14px;
    margin-bottom: 10px;
  }
  main .block-details .details-group .list-product .product .product-description {
    font-size: 1.4rem;
    min-height: auto;
    margin-bottom: 26px;
  }
  main .block-details .details-group .list-product .product .product-image.product-image-01 {
    transform: none;
    max-width: 539px;
    width: 78.078%;
    margin: 0 auto;
  }
  main .block-details .details-group .list-product .product .product-image.product-image-02 {
    max-width: 465px;
    width: 67.358%;
    margin: 0 auto;
  }
  main .block-details .details-group.details-group-03 .subtitle {
    margin-bottom: 11px;
  }
  main .block-details .details-group.details-group-04 .subtitle {
    margin-bottom: 13px;
  }
  main .block-config {
    padding-top: 46px;
  }
  main .block-config .config-title {
    margin-bottom: 23px;
  }
  main .block-config .config-image {
    max-width: 690px;
    width: 91.954%;
    margin: 0 auto;
  }
  main .block-config .config-image + .config-image {
    margin-top: 19px;
  }
  main .block-specification {
    padding-top: 45px;
  }
  main .block-specification .config-title {
    padding: 50px 0 0;
    margin-bottom: 23px;
  }
  main .block-specification .table {
    padding-left: 0;
    margin-left: 14px;
    padding-bottom: 26px;
    scrollbar-color: #1d1d1f #d6d8df;
    scrollbar-width: thin;
  }
  main .block-specification .table::-webkit-scrollbar {
    height: 10px;
  }
  main .block-specification .table::-webkit-scrollbar-thumb {
    background-color: #1d1d1f;
    border-radius: 0;
  }
  main .block-specification .table::-webkit-scrollbar-track {
    background-color: #d6d8df;
  }
  main .block-specification table {
    min-width: 640.5px;
    font-size: 1.15rem;
  }
  main .block-specification .table .small {
    font-size: 0.85rem;
  }
  main .block-specification th,
  main .block-specification td {
    padding: 2px 15px 0;
  }
  main .block-specification .table .w-270 {
    padding: 0 0 0 15px;
  }
  main .block-specification .note-group {
    padding-left: 14px;
  }
  main .block-precautions {
    padding-top: 40px;
    padding-bottom: 184px;
  }
  main .block-precautions .precautions-title {
    margin-bottom: 20px;
  }
  main .block-precautions .list-text .text-description {
    font-size: 1.4rem;
  }
  main .block-precautions .list-text .item p {
    letter-spacing: 0.035714em;
  }
  main .block-precautions .list-text {
    margin-bottom: 13px;
  }
  footer {
    padding: 19px;
  }
  footer .footer-text {
    font-size: 1rem;
  }
  .c-pagetop.is-fixed {
    width: 50px;
    height: 50px;
    bottom: 48px;
    right: 4%;
  }
  .c-pagetop.is-static {
    width: 50px;
    height: 50px;
    bottom: 108px;
    right: 4%;
  }
  .c-pagetop img {
    width: 17.5px;
    height: 10px;
  }
}
@media screen and (min-width: 48.0625em) and (max-width: 79.375em) {
  .l-header__container.is-fixed .l-header__nav {
    width: 100%;
  }
  header .l-header__inquiry {
    margin-left: unset;
  }
  main .block-precautions {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 48.0625em) and (max-width: 67.4375em) {
  header {
    position: relative;
    z-index: 999;
  }
  header .l-header__navButton {
    margin-left: 18px;
  }
  header.active .l-header__container {
    height: 100%;
  }
  .l-header__container .l-header__nav {
    background: none;
    position: absolute;
    width: 100%;
    top: 72px;
    right: 28px;
    box-shadow: none;
    transform: translateY(0);
    z-index: 3;
  }
  .l-header__navItem:first-child .l-header__navLink {
    border-top: none;
  }
  .l-header__container.is-fixed .l-header__nav {
    right: 0;
  }
  header .l-header__navList {
    width: 83.7333333333%;
    margin: 0 auto;
  }
  header .l-header__inquiry {
    max-width: 83.7333333333%;
    width: 100%;
    margin: 50px auto 0;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
  }
  .l-header__nav.is-show {
    display: block;
    opacity: 1;
    visibility: visible;
    background: transparent;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: -1;
    transform: translateY(0);
  }
  .l-header__container.is-fixed {
    background: transparent;
    box-shadow: none;
  }
  header.active .l-header__navInner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    min-height: 650px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
  header .l-header__inquiry.l-inquiry__nav {
    display: flex;
    max-width: 190px;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    margin-left: auto;
    margin-right: unset;
  }
  header .l-header__nav .l-header__inquiry {
    display: none;
  }
  header .l-header__nav.is-show .l-header__inquiry {
    display: flex;
  }
  header.active .l-header__container {
    border-radius: unset;
  }
  header.active .l-header__inquiry.l-inquiry__nav {
    display: none;
  }
  header.active .l-header__navButton {
    margin-left: auto;
  }
}
@media screen and (max-width: 22.875em) {
  header .l-header__inquiry.l-inquiry__nav {
    max-width: 130px;
  }
  header .l-header__inquiry.l-inquiry__nav span.text {
    font-size: 1.2rem;
  }
  header .l-header__inquiry.l-inquiry__nav span.icon img {
    width: 20px;
    height: auto;
  }
  header .l-header__inquiry span.text {
    font-size: 2rem;
  }
  header .l-header__inquiry span.icon img {
    width: 30px;
    height: auto;
  }
}

/*--new--*/

main .block-product .product-container .product-map .container{
  display: flex;
  text-align: left;
}
main .block-info {
  padding: 150px 0 45px;
}
main .block-product .product-text-solar  {
  text-align: left;
  z-index: 9;
  position: absolute;
  right: 18%;
  top: 74%;
  background: url("/business/public_industry/bs/_assets/images/img_dot_01.png") no-repeat top left;
  padding: 104px 0 0 370px
}
main .block-product .subtitle-01 {
  font-size: 2.3rem;
  color: #0031ea
}
main .block-product .product-container .product-map .product-text-van {
  background: url("/business/public_industry/bs/_assets/images/img_dot_02.png") no-repeat left 82px top;
  padding: 130px 0 0;
}
main .block-product .product-container .product-map .product-text-van-01 {
  position: relative;
  padding: 125px 0 0 20px;
}
main .block-product .product-container .product-map .product-text-van-01::before {
  position: absolute;
  background: url("/business/public_industry/bs/_assets/images/img_dot_03.png") no-repeat;
  content: "";
  width: 157px;
  height: 270px;
  background-size: 157px 270px;
  top: -124px;
  left: -157px;
}
main .block-product .product-container .product-map {
  position: relative;
  margin-top: 40.30%;
}
main .block-info .img-bs-01 {
  margin-top: 52px;
}
main .block-info .product-v2x {
  background: #e8e8e8;
  border-radius: 20px;
  padding: 30px;
  margin: 150px 0;
}
main .block-info .product-v2x .subtitle {
  margin: 0 0 10px;
}
main .block-info .product-v2x .txt_img_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
main .block-info .product-v2x .product-v2x-text {
  width: 70%;
}
main .block-info .product-v2x .product-v2x-text .text-description {
  margin-top: 0;
}
main .block-info .product-v2x .text-note {
  margin-top: 20px;
}
main .block-info .phase-system {
  margin-top: 60px;
}
main .block-info .phase-system .img_bs {
  margin-top: 45px;
}
main .block-info .induction-scene {
  margin-top: 150px;
}
main .block-info .scene-img {
  display: flex;
  justify-content:space-between;
  margin-top: 38px;
}
main .block-info .phase-system .text-description,
main .block-info .induction-scene .text-description{
  margin-top: 25px;
}
main .block-info .induction-scene .text-note {
  text-align: right;
  margin-top: 17px;
}
main .block-details .block-area01 .block-section-03 {
  display: flex;
  text-align: left;
  justify-content:space-between;
}
main .block-details .block-area01 .subtitle {
  font-size: 2.3rem;
}
main .block-details .block-area01 .block-section-03 .block-left-01,
main .block-details .block-area01 .block-section-03 .block-right-01,
main .block-product .product-container .product-map .product-text-van,
main .block-product .product-container .product-map .product-text-van-01 {
  width: 49%;
}
main .block-details .block-area01 .text-description,
main .block-details .block-area01 .block-section-03 {
  margin-top: 60px;
}
main .block-details .block-area01 .block-section-03 .block-left-01 .text-description {
  margin-top: 25px;
}
main .block-details .block-area01 .block-section-03 .block-right-01 .text-description {
  margin-top: 0;
}
main .block-details .block-area01 .block-section-03 .block-left-01 img {
  margin-top: 85px;
}
main .block-details .block-area01 .block-section-03 .block-right-01 .img-bs-09 {
  margin-top: 30px;
}
main .block-details .details-group-01a {
  margin-top: 150px;
}
main .block-details .details-group-01a .text-description {
  margin: 60px 0;
}
main .block-details .details-group-01a .text-note {
  margin: 0 0 60px;
}
main .block-details .details-group-04 {
  margin-bottom: 150px;
}
main .block-config .config-image img{
 background: #fff;
}
main .block-specification .subtitle {
  text-align: left;
  color: #1d1d1d;
}
main .block-specification .sub-01 {
  padding-left: 20px;
}
main .block-specification .tbl-01 {
  margin-bottom: 40px;
}
main .block-specification .table .normal-text {
  font-weight: normal;
}
main .block-specification .table .txt-center {
  text-align: center;
}
main .block-specification .table .txt-left {
  text-align: left;
}
main .block-specification .table .bg-white {
  background: #fff
}
main .block-video .container .title .ttl-span {
  text-align: right;
  display: block;
}
main .block-product .product-text-solar .subtitle {
  margin-bottom: 30px;
}
main .block-details .details-group-01a .txt-bs-note {
  margin-top: 30px;
}

@media screen and (max-width: 48em) {
  #hero .hero-inner .hero-meta {
    margin-top: 17vw;
  }
  main .block-product .product-container .product-map {
    padding: 0;
  }
  main .block-product .product-text-solar {
    max-width: 92vw;
    margin: 0 auto;
    padding: 38% 0 0;
  }
  main .block-details .block-area01 .block-section-03 {
    flex-direction: column;
  }
  main .block-details .block-area01 .block-section-03 .block-left-01,
  main .block-details .block-area01 .block-section-03 .block-right-01,
  main .block-product .product-container .product-map .product-text-van,
  main .block-product .product-container .product-map .product-text-van-01 {
   width: 100%;
  }
  main .block-details .block-area01 .block-section-03 .block-left-01,
  main .block-details .block-area01 .block-section-03 .block-right-01 {
    text-align: center;
  }
  main .block-details, main .block-config {
    padding: 30px 0 0;
    margin-top: 150px;
  }
  main .block-specification .tbl-01 {
    margin-bottom: 0;
  }
  main .block-specification .table-ttl02 {
    padding-top: 20px;
    margin-bottom: 15px;
  }
  main .block-info .product-v2x {
    margin: 100px 0;
  }
  main .block-info .product-v2x .txt_img_box {
    flex-direction: column;
  }
  main .block-info .product-v2x .product-v2x-text {
    width: 100%;
  }
  main .block-info .product-v2x .product-vx-img {
    width: 60%;
    margin: 30px auto 0;
  }
  main .block-info .phase-system .text-description, main .block-info .induction-scene .text-description {
    margin-top: 15px;
  }
  main .block-info .scene-img {
    margin-top: 20px;
    gap: 15px;
  }
  main .block-details {
    margin: 0;
    padding-top: 0;
  }
  main .block-details .block-area01 .subtitle {
   font-size: 1.4rem;
  }
  main .block-details .block-area01 .block-section-03 .block-left-01 .text-description {
    margin: 15px 0;
  }
  main .block-details .block-area01 .block-section-03 .block-left-01 img {
    margin: 20px 0 30px;
  }
  main .block-details .details-group .subtitle {
    text-align: left;
  }
  main .block-details .details-group .block-section-03 .subtitle,
  main .block-details .block-area01 .block-section-03 .block-right-01 .text-description {
    text-align: center;
  }
  main .block-details .block-area01 .block-section-03 .block-right-01 .text-description {
    margin: 0;
  }
  main .block-details .block-area01 .block-section-03 .block-right-01 .img-bs-09,
  main .block-details .block-area01 .block-section-03 .block-right-01 .img-bs-10{
    margin: 20px 0;
  }
  main .block-config .config-image {
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
  }
  main .block-config .config-image img {
    width: 100%;
  }
  main .block-specification .sub-01 {
    margin-bottom: 15px;
  }
  main .block-info .scene-img div {
    width: 45%;
  }
  main .block-details .details-group-01a .txt-bs-note {
    margin-top: 10px;
  }
  .main .block-product .product-container .product-image {
    padding-top: 65px;
  }
  main .block-info .induction-scene {
    margin-top: 100px;
  }
  main .block-info {
    padding: 150px 0 0;
  }
}
@media screen and (max-width: 28em) {
  main .block-product .product-text-solar {
    padding: 39% 0 0;
  }
  main .block-config {
    padding: 10px 15px 0;
  }
  #hero .hero-inner .hero-meta {
    margin-top: 16vw;
  }
  main .block-video {
    margin-top: 20px;
  }
  main .block-product .product-container .product-title {
    padding: 0;
  }
  main .block-product .product-container .product-image {
    padding-top: 70px;
  }
}


#hero .hero-title .sub_ttl{
  display: block;
  font-size: 3.8rem;
}
.text_note {
  font-size: 2.3rem;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.align_pc_sp {
  text-align: right;
}
.product_wrap {
  position: relative;
  height: 1200px;
}
.product_wrap .product_bg {
  position: absolute;
  background: url(/business/public_industry/bs/_assets/images/bg_bs_01.png) no-repeat;
  background-size: cover;
  background-position: center 0;
  width: 100%;
  height: 1200px;
}
.product_wrap .product_bg .title {
  padding: 55px 0 0;
}
.product_wrap .product_bg .product_text_solar {
  position: absolute;
  top: 312px;
  left: 524px;
  right: 0;
  width: 500px;
  text-align: left;
  margin: 0 auto;
}
.product_wrap .product_bg .product_text_van {
  position: absolute;
  top: 1025px;
  left: 540px;
  right: 0;
  width: 500px;
  text-align: left;
  margin: 0 auto;
}
.product_wrap .product_bg .product_text_van_01 {
  position: absolute;
  top: 1036px;
  left: -715px;
  right: 0;
  width: 400px;
  text-align: left;
  margin: 0 auto;
}
.product_text_solar,
.product_text_van,
.product_text_van_01,
.act01,
.act02,
.act03 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.product_text_solar.show,
.product_text_van.show,
.product_text_van_01.show,
.show .act01,
.show .act02,
.show .act03 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.show .act02 {
  transition-delay: 1s;
}
.show .act03 {
  transition-delay: 2s;
}
.video-responsive-01 iframe {
  width: 980px;
  height: 551px;
}
.pc_only {
  display: block;
}

@media screen and (max-width: 67.5em) {
.title {
  font-size: 4.2rem;
}
.product_wrap {
  height: 800px;
}
.product_wrap .product_bg {
  position: absolute;
  background: url(/business/public_industry/bs/_assets/images/bg_bs_01_tab_sp.png) no-repeat;
  background-size: cover;
  background-position: center 0;
  width: 100%;
  height: 380px;
  margin: 80px 0 0;
}
.product_wrap .product_bg .title {
  color: #000;
  font-size: 5vw;
  padding: 115px 0 0;
}
.product_wrap .product_bg .product_text_solar,
.product_wrap .product_bg .product_text_van,
.product_wrap .product_bg .product_text_van_01 {
  position: absolute;
  top: 378px;
  text-align: left;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.product_wrap .product_bg .product_text_van_01 .text-description {
  width: 100%;
}
.subtitle {
  color: #0031ea;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.container {
  padding: 0 15px;
}
.show .act02 {
  transition-delay: initial;
}
.show .act03 {
  transition-delay: initial;
}
.text-description {
  margin: 10px 0 0;
}
main .block-product .subtitle-01 {
  font-size: 3.0rem;
}
.fix_con {
  width: 100%;
  position: absolute;
  top: 2600px;
}
.fix_con.fixed {
  position: fixed;
  top: 580px;
}
.fix_con.fixed_after {
  top: 4580px;
}
.fix_con.fixed_before {
  top: 2688px;
}
.video-responsive-01 iframe {
  width: 100%;
}
.pc_only {
  display: none;
}
}

@media screen and (max-width: 48em) {
#hero .hero-title .sub_ttl {
  font-size: 1.5rem;
}
.title {
  font-size: 2rem;
}
.product_wrap {
  height: 800px;
}
.product_wrap .product_bg {
  position: absolute;
  background: url(/business/public_industry/bs/_assets/images/bg_bs_01_tab_sp.png) no-repeat;
  background-size: cover;
  background-position: center 0;
  width: 100%;
  height: 380px;
  margin: 80px 0 0;
}
.product_wrap .product_bg .title {
  color: #000;
  font-size: 5vw;
  padding: 28px 0 0;
}
.product_wrap .product_bg .product_text_solar,
.product_wrap .product_bg .product_text_van,
.product_wrap .product_bg .product_text_van_01 {
  position: absolute;
  top: 330px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: left;
  padding: 0 15px;
  margin: 0 auto;
}
.product_wrap .product_bg .product_text_van_01 .text-description {
  width: 100%;
}
.subtitle {
  font-size: 1.6rem;
}
.container {
  max-width: 100vw;
}
.show .act02 {
  transition-delay: initial;
}
.show .act03 {
  transition-delay: initial;
}
main .block-product .subtitle-01 {
  font-size: 1.6rem;
}
.text-description {
  margin: 10px 0 0;
}
main .block-video .container .title .ttl-span {
  display: inline-block;
}
main .block-details .block-area01 .text-description, main .block-details .block-area01 .block-section-03 {
  margin-top: 10px;
}
main .block-details .block-area01 .text-description, main .block-details .block-area01 .block-section-03 {
  margin-top: 30px;
}
main .block-details .block-area01 .block-section-03 .block-left-01 .text-description {
  margin: 5px 0 15px;
}
main .block-details .details-group-01a .text-description {
  margin: 10px 0 30px;
}
main .block-details .details-group-01a {
  margin-top: 100px;
}
.txt_al_left {
  text-align: left;
}
main .block-details .details-group-04 {
  margin-bottom: 100px;
}
main .block-info .phase-system {
  margin-top: 100px;
}
.text_note {
  font-size: 1.4rem;
}
.align_pc_sp {
  text-align: left;
}
.fix_con {
  width: 100%;
  position: absolute;
  top: 1800px;
}
.fix_con.fixed {
  position: fixed;
  top: 520px;
}
.fix_con.fixed_after {
  top: 3500px;
}
.video-responsive-01 iframe {
  width: 100%;
  height: 195px;
}
.pc_only {
  display: none;
}
}

/* Added on 2025-01-01 */
.c-pagetop {
  transform: rotate(0deg)!important;
  background-image: none!important;
}
