.ps-content {
  --clr-accent:#dc1e37;
}
.ps-content picture {
  height: 100%;
  display: block;
}
.ps-content img {
  width: 100%;
}
.ps-content .u-pc {
  display: block;
}
@media screen and (max-width: 660px) {
  .ps-content .u-pc {
    display: none;
  }
}
.ps-content .u-sp {
  display: none;
}
@media screen and (max-width: 660px) {
  .ps-content .u-sp {
    display: block;
  }
}
.ps-content .tbl-data-01 {
  margin: 0;
}
@media screen and (max-width: 660px) {
  .ps-content .tbl-data-01 {
    margin: 0 0 10px 0;
  }
}

.nav-local-06__logo {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 660px) {
  .nav-local-06__logo {
    font-size: 12px;
  }
}
.nav-local-06__list {
  justify-content: flex-end;
}

.ps-nav-nolink:hover {
  cursor: default;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5) !important;
}
@media screen and (max-width: 660px) {
  .ps-nav-nolink {
    color: rgba(255, 255, 255, 0.5) !important;
  }
}

/* ================ */
/* COMMON */
/* ================ */
.pt-cmn-anchor {
  position: absolute;
  top: -75px;
}

@media screen and (max-width: 660px) {
  .pt-cmn-anchor {
    top: -52px;
  }
}
.pt-cmn-inner {
  width: min(77.0833333333vw, 1110px);
  margin: 0 auto;
}

@media screen and (max-width: 660px) {
  .pt-cmn-inner {
    width: auto;
    padding: 0 5.1282051282vw;
  }
}
.pt-cmn-mv {
  position: relative;
}

.pt-cmn-mv__title {
  white-space: nowrap;
  padding: 0 0 0 min(1.0714285714vw, 15px);
  position: absolute;
  top: 50%;
  left: calc(50% - 555px);
  z-index: 1;
  transform: translateY(-50%);
}

@media screen and (max-width: 1399px) {
  .pt-cmn-mv__title {
    left: calc(50% - 39.6428571429vw);
  }
}
@media screen and (max-width: 660px) {
  .pt-cmn-mv__title {
    padding: 0 0 0 3.2vw;
    left: 2.6666666667vw;
  }
}
.pt-cmn-mv__title::before {
  content: "";
  width: 4px;
  height: min(5vw, 70px);
  background: var(--clr-accent);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 660px) {
  .pt-cmn-mv__title::before {
    width: 1.0666666667vw;
    height: 10.6666666667vw;
  }
}
.pt-cmn-mv__title strong {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.75;
  margin: 0 0 -0.25em 0;
  display: block;
}

@media screen and (max-width: 1399px) {
  .pt-cmn-mv__title strong {
    font-size: 2.4285714286vw;
  }
}
@media screen and (max-width: 660px) {
  .pt-cmn-mv__title strong {
    font-size: 5.8666666667vw;
    line-height: 1.75;
  }
}
.pt-cmn-mv__title span {
  color: var(--clr-accent);
  font-size: 24px;
  font-weight: bold;
  font-family: "DINNextLTPro-Regular";
  line-height: 1.75;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 1399px) {
  .pt-cmn-mv__title span {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 660px) {
  .pt-cmn-mv__title span {
    font-size: 3.2vw;
  }
}
.pt-cmn-mv__img {
  position: relative;
}
@media screen and (max-width: 660px) {
  .pt-cmn-mv__img {
    height: 48vw;
  }
}

.pt-cmn-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pt-cmn-hdg {
  font-family: "DINNextLTPro-Regular";
  font-weight: bold;
  font-size: min(2.9166666667vw, 42px);
  line-height: 1;
  color: var(--clr-accent);
  margin-bottom: 0.5em;
}
@media screen and (max-width: 660px) {
  .pt-cmn-hdg {
    font-size: 7.1794871795vw;
  }
}
.pt-cmn-hdg.--white {
  color: #fff;
}
.pt-cmn-hdg.--white > span::before {
  background: #fff;
}
@media screen and (max-width: 660px) {
  .pt-cmn-hdg.--spCenter {
    text-align: center;
  }
}
.pt-cmn-hdg > small {
  font-size: min(1.6666666667vw, 24px);
  color: initial;
  margin: 0 0 0 1em;
}
@media screen and (max-width: 660px) {
  .pt-cmn-hdg > small {
    font-size: 4.1025641026vw;
  }
}

.pt-cmn-hdg > span {
  padding: 0 0 0 1.25em;
  display: inline-block;
  position: relative;
}

.pt-cmn-hdg > span::before {
  content: "";
  width: min(2.8571428571vw, 40px);
  height: min(0.2857142857vw, 4px);
  background: var(--clr-accent);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(135deg);
}

@media screen and (max-width: 660px) {
  .pt-cmn-hdg > span::before {
    width: 6.6666666667vw;
    height: 0.6666666667vw;
  }
}
.pt-cmn-hdg.--centerDiag {
  text-align: center;
}

.pt-cmn-hdg.--center {
  text-align: center;
}

.pt-cmn-hdg.--center > span {
  padding: 0 0 0.5em 0;
}

.pt-cmn-hdg.--center > span::before {
  width: min(2.8571428571vw, 40px);
  height: min(0.2857142857vw, 4px);
  top: auto;
  right: 0;
  bottom: 0;
  transform: rotate(0);
}

@media screen and (max-width: 660px) {
  .pt-cmn-hdg.--center > span::before {
    width: 5.3333333333vw;
  }
}
.pt-cmn-hdg-lead {
  font-size: min(2.3611111111vw, 34px);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}

@media screen and (max-width: 660px) {
  .pt-cmn-hdg-lead {
    font-size: 4.6153846154vw;
    line-height: 1.4;
  }
}
.pt-cmn-hdg-text {
  font-size: min(1.1111111111vw, 16px);
  margin: 0 0 min(3.5714285714vw, 50px) 0;
}

@media screen and (max-width: 660px) {
  .pt-cmn-hdg-text {
    font-size: 3.5897435897vw;
    line-height: 1.75;
    margin: 0 0 6.6666666667vw 0;
  }
}
.pt-cmn-hdg-lead.white,
.pt-cmn-hdg-text.white {
  color: #fff;
}

.pt-cmn-hdg-lead.--center,
.pt-cmn-hdg-text.--center {
  text-align: center;
}

.pt-cmn-title {
  font-size: min(1.6666666667vw, 24px);
  line-height: 1.5;
  margin: 0 0 2em 0;
  position: relative;
}
@media screen and (max-width: 660px) {
  .pt-cmn-title {
    font-size: 4.6153846154vw;
  }
}

.pt-cmn-title::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #dedede;
  position: absolute;
  bottom: -0.5em;
  left: 0;
}

.pt-cmn-btn {
  color: #fff !important;
  font-size: min(1.25vw, 18px);
  font-weight: bold;
  text-align: center;
  width: min(27.7777777778vw, 400px);
  height: min(5.5555555556vw, 80px);
  background: var(--clr-accent);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: min(0.3472222222vw, 5px);
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 660px) {
  .pt-cmn-btn {
    font-size: 4.6153846154vw;
    width: auto;
    height: 15.3846153846vw;
    border-radius: 1.0256410256vw;
  }
}
.pt-cmn-btn > span {
  padding: 0 1em 0 0;
  position: relative;
}
.pt-cmn-btn > span::after {
  filter: brightness(0) invert(1);
  content: "";
  width: 0.5em;
  height: 1em;
  background: url("/jp/about/company/power_solution/img/product/arw.svg") center center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}
.pt-cmn-btn:hover {
  text-decoration: none;
}
.pt-cmn-btn:hover > span::after {
  right: -0.25em;
}

/* ================ */
/* TOP */
/* ================ */
.pt-content {
  position: relative;
}

.pt-mv {
  padding-top: min(5vw, 70px);
  position: relative;
}

@media screen and (max-width: 660px) {
  .pt-mv {
    padding-top: min(5vw, 70px);
  }
}
.pt-mv__img {
  width: 100%;
  height: min(38.5714285714vw, 540px);
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 660px) {
  .pt-mv__img {
    aspect-ratio: 790/750;
    height: 105.3333333333vw;
  }
}
.pt-mv__img::after {
  content: "";
  width: calc(50% + 395px);
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1399px) {
  .pt-mv__img::after {
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .pt-mv__img::after {
    width: 100%;
  }
}
.pt-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pt-top-mv {
  position: relative;
}

.pt-top-mv__ttl {
  white-space: nowrap;
  color: #fff;
  font-size: min(3.3333333333vw, 48px);
  line-height: 1.6;
  position: absolute;
  top: 50%;
  left: calc(50% - min(38.5416666667vw, 555px));
  z-index: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 660px) {
  .pt-top-mv__ttl {
    font-size: 6.1538461538vw;
    left: 7.6923076923vw;
  }
}

.pt-top-mv__img {
  height: min(41.25vw, 594px);
  position: relative;
}
@media screen and (max-width: 660px) {
  .pt-top-mv__img {
    height: 100vw;
  }
}
.pt-top-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pt-top-news {
  padding: min(6.25vw, 90px) 0;
}
@media screen and (max-width: 660px) {
  .pt-top-news {
    padding: 20vw 0;
  }
}

.pt-top-aboutus {
  padding: min(6.25vw, 90px) 0;
  position: relative;
}
@media screen and (max-width: 660px) {
  .pt-top-aboutus {
    padding: 20vw 0;
  }
}
.pt-top-aboutus__movie {
  aspect-ratio: 16/9;
  width: min(66.6666666667vw, 960px);
  margin: auto;
}
@media screen and (max-width: 660px) {
  .pt-top-aboutus__movie {
    width: 100%;
  }
}
.pt-top-aboutus__movie > iframe {
  width: 100%;
  height: 100%;
}
.pt-top-aboutus__list {
  margin: min(5.5555555556vw, 80px) max(-2.0833333333vw, -30px) 0;
  display: flex;
}
@media screen and (max-width: 660px) {
  .pt-top-aboutus__list {
    margin: 0;
    display: block;
  }
}
.pt-top-aboutus__list-item {
  width: 33.3333333333%;
  box-sizing: border-box;
  padding: 0 min(2.0833333333vw, 30px);
}
@media screen and (max-width: 660px) {
  .pt-top-aboutus__list-item {
    width: auto;
    padding: 8.9743589744vw 0;
  }
}
.pt-top-aboutus__list-item:not(:last-child) {
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 660px) {
  .pt-top-aboutus__list-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}
.pt-top-aboutus__list-hdg {
  margin: 0 0 min(2.0833333333vw, 30px) 0;
}
@media screen and (max-width: 660px) {
  .pt-top-aboutus__list-hdg {
    margin: 0 0 5.1282051282vw 0;
  }
}
.pt-top-aboutus__list-en {
  font-family: "DINNextLTPro-Regular";
  font-size: min(3.4722222222vw, 50px);
  line-height: 1.5;
}
@media screen and (max-width: 660px) {
  .pt-top-aboutus__list-en {
    font-size: 8.7179487179vw;
  }
}
.pt-top-aboutus__list-ttl {
  font-weight: 500;
  font-size: min(0.9722222222vw, 14px);
  line-height: 1.5;
  padding: 0 0 0 1em;
  position: relative;
}
@media screen and (max-width: 660px) {
  .pt-top-aboutus__list-ttl {
    font-size: 3.0769230769vw;
  }
}
.pt-top-aboutus__list-ttl::before {
  content: "";
  width: min(0.625vw, 9px);
  height: min(0.625vw, 9px);
  background: #d9d9d9;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 660px) {
  .pt-top-aboutus__list-ttl::before {
    width: 2.3076923077vw;
    height: 2.3076923077vw;
  }
}
.pt-top-aboutus__list-link {
  width: min(18.0555555556vw, 260px);
  margin: min(2.0833333333vw, 30px) auto 0;
}
@media screen and (max-width: 660px) {
  .pt-top-aboutus__list-link {
    width: 71.7948717949vw;
    margin: 5.1282051282vw auto 0;
  }
}
.pt-top-aboutus__list-btn {
  font-weight: bold;
  font-size: min(0.9722222222vw, 14px);
  line-height: 1.8;
  color: inherit !important;
  height: min(4.1666666667vw, 60px);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: min(0.3472222222vw, 5px);
  padding: 0 0 0 min(1.3888888889vw, 20px);
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 660px) {
  .pt-top-aboutus__list-btn {
    font-size: 3.5897435897vw;
    height: 12.8205128205vw;
    border-radius: 1.2820512821vw;
    padding: 0 0 0 4.1025641026vw;
  }
}
.pt-top-aboutus__list-btn::after {
  content: "";
  width: min(0.4861111111vw, 7px);
  height: min(0.8333333333vw, 12px);
  background: url("/jp/about/company/power_solution/img/top/arw.svg") center center/contain no-repeat;
  position: absolute;
  top: 0;
  right: min(1.6666666667vw, 24px);
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}
@media screen and (max-width: 660px) {
  .pt-top-aboutus__list-btn::after {
    width: 1.4358974359vw;
    height: 2.5128205128vw;
    right: 4.1025641026vw;
  }
}
.pt-top-aboutus__list-btn:hover::after {
  right: min(0.8333333333vw, 12px);
}
@media screen and (max-width: 660px) {
  .pt-top-aboutus__list-btn:hover::after {
    right: 4.1025641026vw;
  }
}

.pt-top-feature {
  background: rgba(245, 245, 245, 0.4);
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: min(6.25vw, 90px) 0 min(10.2777777778vw, 148px);
}
@media screen and (max-width: 660px) {
  .pt-top-feature {
    padding: 20vw 0;
  }
}
.pt-top-feature .swiper {
  padding: min(3.4722222222vw, 50px) 0 min(3.8888888889vw, 56px);
}
@media screen and (max-width: 660px) {
  .pt-top-feature .swiper {
    padding: 10.2564102564vw 0 17.9487179487vw;
  }
}
.pt-top-feature .swiper .swiper-pagination {
  width: auto;
  height: min(2.0833333333vw, 30px);
  display: flex;
  align-items: center;
  bottom: 0;
  left: calc(50% - min(33.1944444444vw, 478px));
}
@media screen and (max-width: 660px) {
  .pt-top-feature .swiper .swiper-pagination {
    height: 10.2564102564vw;
    left: 33.3333333333vw;
  }
}
.pt-top-feature .swiper .swiper-pagination-bullet {
  background: #dedede;
  opacity: 1;
}
.pt-top-feature .swiper .swiper-pagination-bullet-active {
  background: var(--clr-accent);
}
.pt-top-feature .swiper .swiper-button {
  width: min(4.5833333333vw, 66px);
  height: min(2.0833333333vw, 30px);
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: calc(50% - min(38.5416666667vw, 555px));
}
@media screen and (max-width: 660px) {
  .pt-top-feature .swiper .swiper-button {
    width: 23.0769230769vw;
    height: 10.2564102564vw;
    left: 5.1282051282vw;
  }
}
.pt-top-feature .swiper .swiper-button-prev,
.pt-top-feature .swiper .swiper-button-next {
  width: min(2.0833333333vw, 30px);
  height: min(2.0833333333vw, 30px);
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 100%;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  inset: 0;
}
@media screen and (max-width: 660px) {
  .pt-top-feature .swiper .swiper-button-prev,
  .pt-top-feature .swiper .swiper-button-next {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
}
.pt-top-feature .swiper .swiper-button-prev::after,
.pt-top-feature .swiper .swiper-button-next::after {
  content: "";
  width: min(0.625vw, 9px);
  height: min(1.1111111111vw, 16px);
  background: url("/jp/about/company/power_solution/img/top/arw.svg") center center/contain no-repeat;
  position: absolute;
  inset: 0;
  margin: auto;
  transform: translateX(1px);
}
@media screen and (max-width: 660px) {
  .pt-top-feature .swiper .swiper-button-prev::after,
  .pt-top-feature .swiper .swiper-button-next::after {
    width: 3.0769230769vw;
    height: 5.3846153846vw;
  }
}
.pt-top-feature .swiper .swiper-button-prev::after {
  transform: rotate(180deg) translateX(1px);
}
.pt-top-feature__list-item {
  width: min(80.5555555556vw, 1160px);
  box-sizing: border-box;
  padding: 0 min(1.7361111111vw, 25px);
}
@media screen and (max-width: 660px) {
  .pt-top-feature__list-item {
    width: auto;
    padding: 0 5.1282051282vw;
  }
}
.pt-top-feature__list-grid {
  background: #fff;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 660px) {
  .pt-top-feature__list-grid {
    display: block;
  }
}
.pt-top-feature__list-num {
  background: linear-gradient(to right, #DC1E37 0%, #76101E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "DINNextLTPro-Regular";
  font-size: min(4.1666666667vw, 60px);
  line-height: 1;
  position: absolute;
  top: -0.25em;
  left: 0;
}
@media screen and (max-width: 660px) {
  .pt-top-feature__list-num {
    font-size: 15.3846153846vw;
  }
}
.pt-top-feature__list-img {
  width: min(40.2777777778vw, 580px);
}
@media screen and (max-width: 660px) {
  .pt-top-feature__list-img {
    width: auto;
  }
}
.pt-top-feature__list-content {
  width: calc(100% - min(40.2777777778vw, 580px));
  box-sizing: border-box;
  padding: 0 min(2.9166666667vw, 42px) 0 min(2.5vw, 36px);
}
@media screen and (max-width: 660px) {
  .pt-top-feature__list-content {
    width: auto;
    padding: 5.1282051282vw 5.1282051282vw 7.6923076923vw;
  }
}
.pt-top-feature__list-ttl {
  font-weight: bold;
  font-size: min(1.6666666667vw, 24px);
  line-height: 1.5;
  margin: 0 0 0.5em 0;
}
@media screen and (max-width: 660px) {
  .pt-top-feature__list-ttl {
    font-size: 5.1282051282vw;
  }
}
.pt-top-feature__list-txt {
  font-size: min(1.1111111111vw, 16px);
  line-height: 1.8;
}
@media screen and (max-width: 660px) {
  .pt-top-feature__list-txt {
    font-size: 3.5897435897vw;
  }
}

.pt-top-vision {
  background: url("/jp/about/company/power_solution/img/top/bg_vision.png") center center/cover no-repeat;
  padding: min(6.9444444444vw, 100px) 0 min(10.2777777778vw, 148px);
}
@media screen and (max-width: 660px) {
  .pt-top-vision {
    background: url("/jp/about/company/power_solution/img/top/bg_vision_sp.png") center center/cover no-repeat;
    padding: 20vw 0;
  }
}
.pt-top-vision__copy {
  font-family: "DINNextLTPro-Regular";
  font-weight: bold;
  font-size: min(4.1666666667vw, 60px);
  color: var(--clr-accent);
}
@media screen and (max-width: 660px) {
  .pt-top-vision__copy {
    font-size: 11.7948717949vw;
    line-height: 1;
    margin: 0 0 0.25em 0;
  }
}
.pt-top-vision__lead01 {
  font-weight: bold;
  font-size: min(2.0833333333vw, 30px);
  color: #fff;
}
@media screen and (max-width: 660px) {
  .pt-top-vision__lead01 {
    font-size: 5.1282051282vw;
  }
}
.pt-top-vision__lead01 > span {
  background: #000;
  padding: 0 0 0 0.5em;
  display: inline-block;
}
.pt-top-vision__lead02 {
  font-family: "DINNextLTPro-Regular";
  font-weight: bold;
  font-size: min(1.1111111111vw, 16px);
  color: #fff;
  margin: 0 0 min(2.7777777778vw, 40px) 0;
}
@media screen and (max-width: 660px) {
  .pt-top-vision__lead02 {
    font-size: 4.1025641026vw;
    line-height: 1.5;
    margin: 0 0 7.6923076923vw 0;
  }
}
.pt-top-vision__lead02 > span {
  background: var(--clr-accent);
  padding: 0.25em 1em;
  display: inline-block;
}
.pt-top-vision__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 660px) {
  .pt-top-vision__grid {
    margin: 10.2564102564vw 0 0 0;
    display: block;
  }
}
.pt-top-vision__content {
  width: min(36.1111111111vw, 520px);
}
@media screen and (max-width: 660px) {
  .pt-top-vision__content {
    width: auto;
    margin: 0 0 7.6923076923vw 0;
  }
}
.pt-top-vision__sub {
  font-weight: bold;
  font-size: min(1.6666666667vw, 24px);
  line-height: 1.5;
  margin: 0 0 1em 0;
}
@media screen and (max-width: 660px) {
  .pt-top-vision__sub {
    font-size: 4.6153846154vw;
  }
}
.pt-top-vision__txt {
  font-size: min(1.1111111111vw, 16px);
  line-height: 1.8;
}
@media screen and (max-width: 660px) {
  .pt-top-vision__txt {
    font-size: 3.5897435897vw;
  }
}
.pt-top-vision__img {
  width: min(38.5416666667vw, 555px);
}
@media screen and (max-width: 660px) {
  .pt-top-vision__img {
    width: auto;
  }
}

.pt-top-history {
  padding: min(5.4166666667vw, 78px) 0 min(6.25vw, 90px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 660px) {
  .pt-top-history {
    padding: 20vw 0 40vw;
  }
}
.pt-top-history__orn {
  content: "";
  position: absolute;
  z-index: -1;
}
.pt-top-history__orn.--01 {
  width: min(43.2638888889vw, 623px);
  top: min(24.7222222222vw, 356px);
  left: calc(50% - min(59.1666666667vw, 852px));
}
@media screen and (max-width: 660px) {
  .pt-top-history__orn.--01 {
    width: 85.1282051282vw;
    top: 114.6153846154vw;
    left: -52.5641025641vw;
  }
}
.pt-top-history__orn.--02 {
  width: min(29.4444444444vw, 424px);
  top: min(61.3888888889vw, 884px);
  left: calc(50% + min(27.7777777778vw, 400px));
}
@media screen and (max-width: 660px) {
  .pt-top-history__orn.--02 {
    width: 57.9487179487vw;
    top: auto;
    bottom: 20vw;
    left: 78.2051282051vw;
  }
}
.pt-top-history__tabList {
  margin: 0 0 min(2.4305555556vw, 35px) 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 660px) {
  .pt-top-history__tabList {
    margin: 0 0 8.9743589744vw 0;
    flex-direction: column;
    gap: 1.2820512821vw 0;
  }
}
.pt-top-history__tabList-item {
  font-family: "DINNextLTPro-Regular";
  font-weight: bold;
  font-size: min(1.6666666667vw, 24px);
  width: calc((100% - min(1.0416666667vw, 15px)) / 4);
  height: min(4.1666666667vw, 60px);
  background: #E3E0DA;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 660px) {
  .pt-top-history__tabList-item {
    font-size: 5.1282051282vw;
    width: 100%;
    height: 10.2564102564vw;
  }
}
.pt-top-history__tabList-item:hover {
  cursor: pointer;
}
.pt-top-history__tabList-item.--active {
  color: #fff;
  background: var(--clr-accent);
}
.pt-top-history__tabList-item.--active > span {
  position: relative;
}
.pt-top-history__tabList-item.--active > span::before {
  content: "";
  width: min(0.6944444444vw, 10px);
  height: min(0.6944444444vw, 10px);
  background: #E3E0DA;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: max(-1.3888888889vw, -20px);
  margin: auto;
  transform: translateY(-25%);
}
@media screen and (max-width: 660px) {
  .pt-top-history__tabList-item.--active > span::before {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    left: -5.1282051282vw;
  }
}
.pt-top-history__section.--hide {
  display: none;
}
.pt-top-history__ttl {
  background: linear-gradient(to right, #DC1E37 0%, #76101E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "DINNextLTPro-Regular";
  font-size: min(3.6111111111vw, 52px);
  line-height: 1;
  margin: 0 0 0.25em 0;
}
@media screen and (max-width: 660px) {
  .pt-top-history__ttl {
    font-size: 10.2564102564vw;
  }
}
.pt-top-history__list {
  border-top: 1px solid #dedede;
}
.pt-top-history__list-item {
  padding: 0 0 0 min(26.5972222222vw, 383px);
  position: relative;
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-item {
    padding: 0 0 0 1.5384615385vw;
  }
}
.pt-top-history__list-item::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #dedede;
  position: absolute;
  top: 0;
  left: min(26.5972222222vw, 383px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-item::before {
    left: 1.5384615385vw;
  }
}
.pt-top-history__list-item::after {
  content: "";
  width: min(0.8333333333vw, 12px);
  height: min(0.8333333333vw, 12px);
  background: #dedede;
  border-radius: 100%;
  position: absolute;
  top: min(1.9444444444vw, 28px);
  left: min(26.5972222222vw, 383px);
  transform: translateX(-50%);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-item::after {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    top: 7.1794871795vw;
    left: 1.5384615385vw;
  }
}
.pt-top-history__list-item:last-child::before {
  height: min(2.3611111111vw, 34px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-item:last-child::before {
    height: 7.9487179487vw;
  }
}
.pt-top-history__list-inner {
  height: min(24.3055555556vw, 350px);
  box-sizing: border-box;
  padding: min(1.6666666667vw, 24px) 0 min(1.3888888889vw, 20px) min(1.3888888889vw, 20px);
  position: relative;
}
.pt-top-history__list-inner.--imgNone {
  height: auto;
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-inner {
    height: auto;
    padding: 6.1538461538vw 0 5.1282051282vw 5.1282051282vw;
  }
}
.pt-top-history__list-num {
  background: linear-gradient(to right, #DC1E37 0%, #76101E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "DINNextLTPro-Regular";
  font-weight: bold;
  font-size: min(1.6666666667vw, 24px);
  line-height: 1.1;
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-num {
    font-size: 5.1282051282vw;
  }
}
.pt-top-history__list-ttl {
  font-weight: bold;
  font-size: min(1.25vw, 18px);
  line-height: 2;
  margin: 0.25em 0 0 0;
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-ttl {
    font-size: 3.5897435897vw;
    line-height: 1.5;
  }
}
.pt-top-history__list-img {
  position: absolute;
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img {
    margin-top: 5.1282051282vw;
    margin-right: auto;
    margin-left: auto;
    position: static;
  }
}
.pt-top-history__list-img.--1942 {
  width: min(26.3888888889vw, 380px);
  top: min(1.7361111111vw, 25px);
  left: min(8.3333333333vw, 120px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1942 {
    width: 82.0512820513vw;
    margin-top: -5.1282051282vw;
  }
}
.pt-top-history__list-img.--1952 {
  width: min(27.7777777778vw, 400px);
  top: min(3.125vw, 45px);
  left: min(26.3888888889vw, 380px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1952 {
    width: auto;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--1960 {
  width: min(26.3888888889vw, 380px);
  top: min(1.7361111111vw, 25px);
  left: min(9.7222222222vw, 140px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1960 {
    width: auto;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--1968 {
  width: min(29.1666666667vw, 420px);
  top: 0;
  left: min(8.3333333333vw, 120px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1968 {
    width: auto;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--1972 {
  width: min(29.1666666667vw, 420px);
  top: min(0.6944444444vw, 10px);
  left: min(13.8888888889vw, 200px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1972 {
    width: auto;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--1976 {
  width: min(29.1666666667vw, 420px);
  top: min(1.7361111111vw, 25px);
  left: min(9.7222222222vw, 140px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1976 {
    width: auto;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--1977 {
  width: min(27.7777777778vw, 400px);
  top: min(1.7361111111vw, 25px);
  left: min(9.7222222222vw, 140px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1977 {
    width: auto;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--1978-01 {
  width: min(20.8333333333vw, 300px);
  top: min(5.9027777778vw, 85px);
  left: 0;
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1978-01 {
    width: auto;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--1978-02 {
  width: min(16.6666666667vw, 240px);
  top: min(7.9861111111vw, 115px);
  left: min(20.1388888889vw, 290px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1978-02 {
    width: 76.9230769231vw;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--1978-03 {
  width: min(13.8888888889vw, 200px);
  top: min(7.9861111111vw, 115px);
  left: min(36.8055555556vw, 530px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1978-03 {
    width: 56.4102564103vw;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--1980 {
  width: min(25vw, 360px);
  top: min(5.9027777778vw, 85px);
  left: min(8.3333333333vw, 120px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1980 {
    width: auto;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--1981 {
  width: min(25vw, 360px);
  top: min(1.7361111111vw, 25px);
  left: min(9.7222222222vw, 140px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1981 {
    width: auto;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--1982 {
  width: min(26.3888888889vw, 380px);
  top: min(1.7361111111vw, 25px);
  left: min(9.7222222222vw, 140px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1982 {
    width: auto;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--1983 {
  width: min(26.3888888889vw, 380px);
  top: min(1.7361111111vw, 25px);
  left: min(11.1111111111vw, 160px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1983 {
    width: auto;
  }
}
.pt-top-history__list-img.--1984 {
  width: min(33.3333333333vw, 480px);
  margin-top: min(1.3888888889vw, 20px);
  position: static;
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1984 {
    width: auto;
    margin-top: 5.1282051282vw;
  }
}
.pt-top-history__list-img.--1985 {
  width: min(17.0138888889vw, 245px);
  top: min(5.9027777778vw, 85px);
  left: min(6.9444444444vw, 100px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1985 {
    width: 61.5384615385vw;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--1986-01 {
  width: min(13.1111111111vw, 188.8px);
  top: min(5.9027777778vw, 85px);
  left: min(4.1666666667vw, 60px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1986-01 {
    width: 51.2820512821vw;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--1986-02 {
  width: min(15.6111111111vw, 224.8px);
  top: min(5.5555555556vw, 80px);
  left: min(19.4444444444vw, 280px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1986-02 {
    width: 61.5384615385vw;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--1987 {
  width: min(17.0138888889vw, 245px);
  top: min(5.9027777778vw, 85px);
  left: min(6.9444444444vw, 100px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1987 {
    width: 61.5384615385vw;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--1988 {
  width: min(25vw, 360px);
  top: min(3.125vw, 45px);
  left: min(9.7222222222vw, 140px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1988 {
    width: auto;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--1989 {
  width: min(25vw, 360px);
  top: min(3.125vw, 45px);
  left: min(9.7222222222vw, 140px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1989 {
    width: auto;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--1990-01 {
  width: min(23.6111111111vw, 340px);
  top: min(5.9027777778vw, 85px);
  left: min(1.3888888889vw, 20px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1990-01 {
    width: auto;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--1990-02 {
  width: min(23.6111111111vw, 340px);
  top: min(7.2916666667vw, 105px);
  left: min(26.3888888889vw, 380px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1990-02 {
    width: auto;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--1995 {
  width: min(25vw, 360px);
  top: min(4.5138888889vw, 65px);
  left: min(9.7222222222vw, 140px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1995 {
    width: auto;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--1996-01 {
  width: min(22.2222222222vw, 320px);
  top: min(7.2916666667vw, 105px);
  left: min(2.7777777778vw, 40px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1996-01 {
    width: auto;
  }
}
.pt-top-history__list-img.--1996-02 {
  width: min(19.4444444444vw, 280px);
  top: min(7.2916666667vw, 105px);
  left: min(26.3888888889vw, 380px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--1996-02 {
    width: auto;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--2003-01 {
  width: min(23.6111111111vw, 340px);
  top: min(6.5972222222vw, 95px);
  left: min(2.7777777778vw, 40px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--2003-01 {
    width: auto;
  }
}
.pt-top-history__list-img.--2003-02 {
  width: min(12.5vw, 180px);
  top: min(6.5972222222vw, 95px);
  left: min(27.7777777778vw, 400px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--2003-02 {
    width: 51.2820512821vw;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--2004 {
  width: min(22.2222222222vw, 320px);
  top: min(4.5138888889vw, 65px);
  left: min(8.3333333333vw, 120px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--2004 {
    width: auto;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--2006 {
  width: min(29.1666666667vw, 420px);
  top: min(4.5138888889vw, 65px);
  left: min(8.3333333333vw, 120px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--2006 {
    width: auto;
    margin-top: 0;
  }
}
.pt-top-history__list-img.--2010 {
  width: 100%;
  top: min(4.5138888889vw, 65px);
  left: 0;
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--2010 {
    width: 76.9230769231vw;
    margin-top: -5.1282051282vw;
  }
}
.pt-top-history__list-img.--2015 {
  width: min(32.7083333333vw, 471px);
  top: min(1.7361111111vw, 25px);
  left: min(14.3055555556vw, 206px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--2015 {
    width: 72.3076923077vw;
    margin-top: -5.1282051282vw;
  }
}
.pt-top-history__list-img.--2016 {
  width: min(42.9861111111vw, 619px);
  top: min(5.9027777778vw, 85px);
  left: min(8.8194444444vw, 127px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--2016 {
    width: 75.641025641vw;
  }
}
.pt-top-history__list-img.--2020 {
  width: min(33.3333333333vw, 480px);
  margin-top: min(1.3888888889vw, 20px);
  position: static;
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--2020 {
    width: auto;
    margin-top: 5.1282051282vw;
  }
}
.pt-top-history__list-img.--2022 {
  width: min(27.0138888889vw, 389px);
  top: min(3.125vw, 45px);
  left: min(8.8194444444vw, 127px);
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--2022 {
    width: 84.8717948718vw;
  }
}
.pt-top-history__list-img.--2024 {
  width: 100%;
  top: min(5.9027777778vw, 85px);
  left: 0;
}
@media screen and (max-width: 660px) {
  .pt-top-history__list-img.--2024 {
    width: 76.9230769231vw;
    margin-top: 0;
  }
}

.pt-top-bnr {
  padding: 0 0 min(6.25vw, 90px) 0;
}
@media screen and (max-width: 660px) {
  .pt-top-bnr {
    padding: 0 0 20vw 0;
  }
}
.pt-top-bnr a {
  display: block;
}

/* ================ */
/* COMPANY */
/* ================ */
.pt-company-message {
  padding: 70px 0;
}

@media screen and (max-width: 1399px) {
  .pt-company-message {
    padding: 5vw 0;
  }
}
@media screen and (max-width: 660px) {
  .pt-company-message {
    padding: 9.3333333333vw 0;
  }
}
.pt-company-message__grid {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 660px) {
  .pt-company-message__grid {
    display: block;
  }
}
.pt-company-message__content {
  width: 730px;
}

@media screen and (max-width: 1399px) {
  .pt-company-message__content {
    width: 52.1428571429vw;
  }
}
@media screen and (max-width: 660px) {
  .pt-company-message__content {
    width: auto;
    margin: 0 0 8vw 0;
  }
}
.pt-company-message__text {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 1em 0;
}

@media screen and (max-width: 1399px) {
  .pt-company-message__text {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 660px) {
  .pt-company-message__text {
    font-size: 3.7333333333vw;
    line-height: 1.75;
  }
}
.pt-company-message__text:last-of-type {
  margin: 0;
}

.pt-company-message__img {
  width: 320px;
}

@media screen and (max-width: 1399px) {
  .pt-company-message__img {
    width: 22.8571428571vw;
  }
}
@media screen and (max-width: 660px) {
  .pt-company-message__img {
    width: auto;
  }
}
.pt-company-message__img img {
  width: 100%;
}

@media screen and (max-width: 660px) {
  .pt-company-message__img img {
    width: 42.6666666667vw;
    margin: 0 auto;
    display: block;
  }
}
.pt-company-message__img figcaption > span {
  font-size: 12px;
  text-align: right;
  line-height: 1.4;
  margin: 1.5em 0 0.5em;
  display: block;
}

@media screen and (max-width: 1399px) {
  .pt-company-message__img figcaption > span {
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 660px) {
  .pt-company-message__img figcaption > span {
    font-size: 3.2vw;
    text-align: center;
    line-height: 1.4;
  }
}
.pt-company-message__img figcaption > strong {
  color: inherit;
  font-size: 18px;
  text-align: right;
  line-height: 1.75;
  display: block;
}

@media screen and (max-width: 1399px) {
  .pt-company-message__img figcaption > strong {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 660px) {
  .pt-company-message__img figcaption > strong {
    font-size: 3.7333333333vw;
    text-align: center;
    line-height: 1.75;
  }
}
.pt-company-outline {
  padding: 0 0 60px 0;
}

@media screen and (max-width: 1399px) {
  .pt-company-outline {
    padding: 0 0 4.2857142857vw 0;
  }
}
@media screen and (max-width: 660px) {
  .pt-company-outline {
    padding: 0 0 8vw 0;
  }
}
.pt-company-outline__grid {
  display: flex;
}

@media screen and (max-width: 660px) {
  .pt-company-outline__grid {
    display: block;
  }
}
.pt-company-outline__list {
  margin: 0 2em 0 0;
}

@media screen and (max-width: 660px) {
  .pt-company-outline__list {
    margin: 0;
  }
}
/* .pt-company-outline__list li p {
  white-space: nowrap;
} */
/* ================ */
/* PRODUCT */
/* ================ */
.pt-product-intro {
  background: #E3E0DA;
  height: min(25.6944444444vw, 370px);
  background: url("/jp/about/company/power_solution/img/product/bg_intro.png") center center/cover no-repeat;
  box-sizing: border-box;
  padding: min(5.5555555556vw, 80px) 0 0 0;
}
@media screen and (max-width: 660px) {
  .pt-product-intro {
    height: 171.5384615385vw;
    background: url("/jp/about/company/power_solution/img/product/bg_intro_sp.png") center center/cover no-repeat;
    padding: 17.9487179487vw 0 0 0;
  }
}

.pt-product-intro__ttl {
  font-size: min(2.4285714286vw, 34px);
  line-height: 1.4;
  margin: 0 0 0.5em 0;
}
@media screen and (max-width: 660px) {
  .pt-product-intro__ttl {
    font-size: 5.641025641vw;
    text-align: center;
    margin: 0 -5.1282051282vw 1em;
  }
}

.pt-product-intro__txt {
  font-size: min(1.1111111111vw, 16px);
  line-height: 1.75;
}
@media screen and (max-width: 660px) {
  .pt-product-intro__txt {
    font-size: 3.5897435897vw;
  }
}

.pt-product-group {
  padding-top: min(3.5714285714vw, 50px);
  padding-bottom: min(5vw, 70px);
}

@media screen and (max-width: 660px) {
  .pt-product-group {
    padding: 13.3333333333vw 0;
  }
}
.pt-product-group__nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 max(-1.0714285714vw, -15px);
}

.pt-product-group__nav * {
  box-sizing: border-box;
}

.pt-product-group__nav::before,
.pt-product-group__nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  margin-left: max(-27.2142857143vw, -381px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: min(54.5vw, 763px);
  height: min(4.2857142857vw, 60px);
}

.pt-product-group__nav::after {
  bottom: min(13.0555555556vw, 188px);
  background-image: url(/jp/about/company/power_solution/img/product/group_nav_low_pc.svg);
}

@media screen and (max-width: 660px) {
  .pt-product-group__nav {
    margin: 0 -3.3333333333vw;
  }
  .pt-product-group__nav::before,
  .pt-product-group__nav::after {
    margin-left: -30.9333333333vw;
    width: 61.8666666667vw;
    height: 6.6666666667vw;
  }
  .pt-product-group__nav::before {
    top: 36.6666666667vw;
    background-image: url(/jp/about/company/power_solution/img/product/group_nav_up_sp.svg);
  }
  .pt-product-group__nav::after {
    bottom: 36.6666666667vw;
    background-image: url(/jp/about/company/power_solution/img/product/group_nav_low_sp.svg);
  }
}
.pt-product-group__col {
  flex-shrink: 0;
  font-size: min(1.8571428571vw, 26px);
  line-height: 1.2;
  font-weight: bold;
  padding: 0 min(1.0714285714vw, 15px);
  margin: min(2.1428571429vw, 30px) 0;
}

.pt-product-group__col.col-1 {
  flex: 0 0 min(78.5714285714vw, 1100px);
  background-image: linear-gradient(90deg, var(--clr-accent) 0%, #a01e37 100%);
  padding: min(2.8571428571vw, 40px) min(8.0555555556vw, 116px);
  margin-left: auto;
  margin-right: auto;
}

.pt-product-group__col.col-1 > span {
  color: #fff;
  font-size: min(2.5714285714vw, 36px);
  margin-bottom: 0.75em;
  text-align: center;
}

.pt-product-group__col.col-2 {
  flex: 0 0 50%;
}

.pt-product-group__col.col-3 {
  flex: 0 0 33.33%;
}

.pt-product-group__col a {
  position: relative;
  z-index: 1;
  display: block;
  height: min(10.9027777778vw, 157px);
  padding: min(1.9444444444vw, 28px);
  background: #e3e0da;
  color: #000;
  overflow: hidden;
}
.pt-product-group__col a::after {
  content: "";
  width: min(0.8333333333vw, 12px);
  height: min(1.3888888889vw, 20px);
  background: url("/jp/about/company/power_solution/img/product/arw.svg") center center/contain no-repeat;
  position: absolute;
  right: min(0.6944444444vw, 10px);
  bottom: min(0.6944444444vw, 10px);
  transition: 0.6s, right 0.6s;
}
@media screen and (max-width: 660px) {
  .pt-product-group__col a::after {
    width: 1.5384615385vw;
    height: 2.5641025641vw;
    right: 1.0256410256vw;
    bottom: 1.2820512821vw;
  }
}
@media (hover: hover) {
  .pt-product-group__col a:hover::after {
    right: min(0.4166666667vw, 6px);
  }
}

.pt-product-group__col a.collink {
  padding: 0 min(3.8888888889vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 660px) {
  .pt-product-group__col a.collink {
    padding: 4.6153846154vw 4.1025641026vw;
    display: block;
  }
}

.pt-product-group__col a::before,
.nav-engine a::after {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 0;
  background-repeat: no-repeat;
  transform-origin: center;
  transition: transform 0.6s, background-color 0.6s;
}

.pt-product-group__col a::before {
  background-color: rgba(0, 0, 0, 0);
}

.pt-product-group__col a:hover {
  text-decoration: none;
}

@media (hover: hover) {
  .pt-product-group__col a:hover::before,
  .nav-engine a:hover::after {
    transform: scale(1.1);
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.pt-product-group__col span {
  display: block;
}

.pt-product-group__col small {
  display: block;
  font-size: 0.76em;
  line-height: 1;
  margin-top: 0.3em;
  font-family: "DINNextLTPro-Regular";
  font-weight: bold;
  color: var(--clr-accent);
}

@media screen and (max-width: 660px) {
  .pt-product-group__col {
    font-size: 3.7333333333vw;
    padding: 0 1.3333333333vw;
    margin: 3.3333333333vw 0;
  }
  .pt-product-group__col a {
    height: 33.3333333333vw;
    padding: 2.6666666667vw;
  }
  .pt-product-group__col.col-1 {
    flex: 0 0 93.3333333333vw;
    border-width: 2px;
    padding: 4vw 2.6666666667vw;
  }
  .pt-product-group__col.col-1 > span {
    font-size: 4.5333333333vw;
  }
  .pt-product-group__col a.collink {
    height: 30.7692307692vw;
    margin: 0 1.3333333333vw;
  }
}
.nav-Iengine::before {
  background-image: url("/jp/about/company/power_solution/img/product/img_biz_engine02.png");
  background-size: min(16.4285714286vw, 230px) auto;
  background-position: center right min(5.2777777778vw, 76px);
}

.nav-marine a::before {
  background-image: url("/jp/about/company/power_solution/img/product/img_biz_marine.png");
  background-size: min(11.4722222222vw, 165.2px) auto;
  background-position: center right min(0.6944444444vw, 10px);
}

.nav-energy a::before {
  background-image: url("/jp/about/company/power_solution/img/product/img_biz_energy.png");
  background-size: min(9.4305555556vw, 135.8px) auto;
  background-position: center right max(-0.6944444444vw, -10px);
}

.nav-comp a::before {
  background-image: url("/jp/about/company/power_solution/img/product/img_biz_component.png");
  background-size: min(10.5972222222vw, 152.6px) auto;
  background-position: center right max(-1.3888888889vw, -20px);
}

@media screen and (max-width: 660px) {
  .nav-Iengine::before {
    background-size: 33.4358974359vw auto;
    background-position: top 2.0512820513vw right 4.1025641026vw;
  }
  .nav-marine a::before {
    background-size: 21.8461538462vw auto;
    background-position: top 16.9230769231vw right 2.0512820513vw;
  }
  .nav-energy a::before {
    background-size: 18.5897435897vw auto;
    background-position: top 17.9487179487vw right 5.641025641vw;
  }
  .nav-comp a::before {
    background-size: 20.2051282051vw auto;
    background-position: top 18.9743589744vw right 4.1025641026vw;
  }
}
.pt-product-business__content {
  background: url("/jp/about/company/power_solution/img/product/bg_business.png") center top/100% auto no-repeat;
  padding: min(2.7777777778vw, 40px) 0 0 0;
}
@media screen and (max-width: 660px) {
  .pt-product-business__content {
    background: url("/jp/about/company/power_solution/img/product/bg_business_sp.png") center top/100% auto no-repeat;
    padding: 10.2564102564vw 0 0 0;
  }
}
.pt-product-business__ttl {
  font-size: min(2.3611111111vw, 34px);
  color: #fff;
  margin: 0 0 0.5em 0;
}
@media screen and (max-width: 660px) {
  .pt-product-business__ttl {
    font-size: 5.641025641vw;
    margin: 0 0 0.75em 0;
  }
}
.pt-product-business__txt {
  font-size: min(0.9722222222vw, 14px);
  color: #fff;
}
@media screen and (max-width: 660px) {
  .pt-product-business__txt {
    font-size: 3.5897435897vw;
  }
}
.pt-product-business__list {
  margin: min(2.7777777778vw, 40px) 0 min(3.4722222222vw, 50px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: min(1.1111111111vw, 16px) 0;
}
@media screen and (max-width: 660px) {
  .pt-product-business__list {
    margin: 10.2564102564vw 0 12.8205128205vw;
    gap: 3.5897435897vw 0;
  }
}
.pt-product-business__list-item {
  width: min(18.1944444444vw, 262px);
}
@media screen and (max-width: 660px) {
  .pt-product-business__list-item {
    width: 43.0769230769vw;
  }
}
.pt-product-business__list-img {
  position: relative;
}
.pt-product-business__list-img img {
  border-radius: min(0.6944444444vw, 10px);
}
@media screen and (max-width: 660px) {
  .pt-product-business__list-img img {
    border-radius: 1.5384615385vw;
  }
}
.pt-product-business__list-cap {
  font-weight: bold;
  font-size: min(0.9722222222vw, 14px);
  color: #fff;
  position: absolute;
  bottom: min(0.5555555556vw, 8px);
  right: min(1.1111111111vw, 16px);
}
@media screen and (max-width: 660px) {
  .pt-product-business__list-cap {
    font-size: 3.0769230769vw;
    bottom: 1.0256410256vw;
    right: 3.0769230769vw;
  }
}

/* ================ */
/* LOCATION */
/* ================ */
.pt-location-section {
  margin: 0 0 min(6.25vw, 90px) 0;
}
@media screen and (max-width: 660px) {
  .pt-location-section {
    margin: 0 0 20vw 0;
  }
}

.pt-location-ttl {
  font-weight: bold;
  font-size: min(2.3611111111vw, 34px);
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 660px) {
  .pt-location-ttl {
    font-size: 5.1282051282vw;
  }
}

.pt-location-map {
  height: min(49.3055555556vw, 710px);
  background-image: repeating-linear-gradient(to bottom, #FBE8EB 0px, #FBE8EB 1px, transparent 1px, transparent min(1.5vw, 21px));
  margin: 0 0 min(2.7777777778vw, 40px) 0;
  position: relative;
}
.pt-location-map.--overseas {
  height: min(45.8333333333vw, 660px);
}

.pt-location-map::before {
  content: "";
  width: min(79.2857142857vw, 1110px);
  height: 100%;
  background-image: repeating-linear-gradient(90deg, #FBE8EB 0px, #FBE8EB 1px, transparent 1px, transparent min(1.5vw, 21px));
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pt-location-map img {
  width: 100%;
}

.pt-location-map__img {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.pt-location-map__img img {
  width: 100%;
  height: auto;
}

.pt-location-map__img-domestic {
  width: min(60.2777777778vw, 868px);
  padding: min(1.7361111111vw, 25px) 0 0 0;
}

.pt-location-map__img-overseas {
  width: min(77.0833333333vw, 1110px);
  padding: min(5.8333333333vw, 84px) 0 0 0;
}

.pt-location-map__cap {
  width: min(75vw, 1080px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.pt-location-map__cap-domestic {
  top: min(3.8194444444vw, 55px);
}

.pt-location-map__cap-overseas {
  top: min(2.2916666667vw, 33px);
}

.pt-location-map__cap img {
  height: auto;
}

.pt-location-map__cap-domestic img {
  width: min(16.5277777778vw, 238px);
}

.pt-location-map__cap-overseas img {
  width: min(8.8194444444vw, 127px);
}

@media screen and (max-width: 660px) {
  .pt-location-map {
    height: 87.1794871795vw;
    background-image: repeating-linear-gradient(to bottom, #FBE8EB 0px, #FBE8EB 1px, transparent 1px, transparent 2.6666666667vw);
    margin: 5.1282051282vw 0;
  }
  .pt-location-map.--overseas {
    height: 76.9230769231vw;
  }
  .pt-location-map::before {
    width: 100%;
    background-image: repeating-linear-gradient(90deg, #FBE8EB 0px, #FBE8EB 1px, transparent 1px, transparent 2.6666666667vw);
  }
  .pt-location-map__img-domestic {
    width: 100%;
    padding: 5.1282051282vw 0 0 0;
  }
  .pt-location-map__img-overseas {
    width: 100%;
    padding: 20.5128205128vw 0 0 0;
  }
  .pt-location-map__cap {
    top: 5.3333333333vw;
    left: 5.3333333333vw;
    transform: translateX(0);
  }
  .pt-location-map__cap img {
    width: 100%;
  }
  .pt-location-map__cap-domestic img {
    width: 40.6837606838vw;
  }
  .pt-location-map__cap-overseas img {
    width: 21.7094017094vw;
  }
}
.pt-location-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: min(2.7777777778vw, 40px) 0;
}
@media screen and (max-width: 660px) {
  .pt-location-list {
    gap: 7.6923076923vw 0;
  }
}

.pt-location-list__item {
  width: min(37.8472222222vw, 545px);
}
@media screen and (max-width: 660px) {
  .pt-location-list__item {
    width: 42.0512820513vw;
  }
}

.pt-location-list__item a {
  display: block;
}
.pt-location-list__item a:hover {
  text-decoration: none;
}

.pt-location-list__img img {
  width: 100%;
  height: min(21.3194444444vw, 307px);
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 660px) {
  .pt-location-list__img img {
    height: 23.5897435897vw;
  }
}

.pt-location-list__cap {
  font-weight: bold;
  font-size: min(1.1111111111vw, 16px);
  line-height: 150%;
  margin: 0.5em 0 0 0;
}
@media screen and (max-width: 660px) {
  .pt-location-list__cap {
    font-size: 3.0769230769vw;
  }
}
.pt-location-list__cap > strong {
  font-size: min(1.3888888889vw, 20px);
}
@media screen and (max-width: 660px) {
  .pt-location-list__cap > strong {
    font-size: 3.5897435897vw;
  }
}
.pt-location-list__cap > span {
  font-size: min(0.9722222222vw, 14px);
  line-height: 1.5;
  color: #000;
  margin: 0.25em 0 0 0;
  display: inline-block;
}
@media screen and (max-width: 660px) {
  .pt-location-list__cap > span {
    font-size: 2.5641025641vw;
  }
}

.pt-location-overseas__row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 660px) {
  .pt-location-overseas__row {
    flex-direction: column;
    gap: 5.1282051282vw 0;
  }
}
.pt-location-overseas__col {
  width: min(24.9305555556vw, 359px);
}
@media screen and (max-width: 660px) {
  .pt-location-overseas__col {
    width: 100%;
  }
}
.pt-location-overseas__ttl {
  font-weight: bold;
  font-size: min(1.25vw, 18px);
  border-bottom: 1px solid #ccc;
  margin: 0 0 min(1.0416666667vw, 15px) 0;
}
@media screen and (max-width: 660px) {
  .pt-location-overseas__ttl {
    font-size: 4.1025641026vw;
    margin: 0 0 2.5641025641vw 0;
  }
}
.pt-location-overseas__ttl > span {
  padding: 0 0 0 min(1.3888888889vw, 20px);
  position: relative;
}
@media screen and (max-width: 660px) {
  .pt-location-overseas__ttl > span {
    padding: 0 0 0 5.1282051282vw;
  }
}
.pt-location-overseas__ttl > span::before {
  content: "";
  width: min(1.0416666667vw, 15px);
  height: min(1.0416666667vw, 15px);
  background: #FF9D00;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 660px) {
  .pt-location-overseas__ttl > span::before {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
  }
}
.pt-location-overseas__ttl > span.--green::before {
  background: #5F9B51;
}
.pt-location-overseas__ttl > span.--blue::before {
  background: #5ABBFE;
}
.pt-location-overseas__list {
  display: flex;
  flex-direction: column;
  gap: min(1.0416666667vw, 15px) 0;
}
@media screen and (max-width: 660px) {
  .pt-location-overseas__list {
    gap: 2.5641025641vw 0;
  }
}
.pt-location-overseas__list-link {
  border: 1px solid #ccc;
  border-radius: min(0.3472222222vw, 5px);
  padding: min(1.3888888889vw, 20px) min(1.5277777778vw, 22px);
  display: block;
  position: relative;
}
@media screen and (max-width: 660px) {
  .pt-location-overseas__list-link {
    border-radius: 1.2820512821vw;
    padding: 4.1025641026vw 5.641025641vw;
  }
}
.pt-location-overseas__list-item > a::after {
  content: "";
  width: min(0.5555555556vw, 8px);
  height: min(0.9722222222vw, 14px);
  background: url("/jp/about/company/power_solution/img/location/arw.svg") center center/contain no-repeat;
  position: absolute;
  top: 0;
  right: min(0.9722222222vw, 14px);
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}
@media screen and (max-width: 660px) {
  .pt-location-overseas__list-item > a::after {
    width: 2.0512820513vw;
    height: 3.5897435897vw;
    right: 3.5897435897vw;
  }
}
.pt-location-overseas__list-item > a:hover {
  text-decoration: none;
}
.pt-location-overseas__list-item > a:hover::after {
  right: min(0.5555555556vw, 8px);
}
@media screen and (max-width: 660px) {
  .pt-location-overseas__list-item > a:hover::after {
    right: 3.5897435897vw;
  }
}
.pt-location-overseas__list-ttl {
  font-weight: bold;
  font-size: min(0.9722222222vw, 14px);
  color: var(--clr-accent);
  line-height: 1.8;
}
@media screen and (max-width: 660px) {
  .pt-location-overseas__list-ttl {
    font-size: 3.5897435897vw;
  }
}
.pt-location-overseas__list-txt {
  font-weight: bold;
  font-size: min(1.1111111111vw, 16px);
  line-height: 1.3;
  color: #000;
}
@media screen and (max-width: 660px) {
  .pt-location-overseas__list-txt {
    font-size: 4.1025641026vw;
  }
}

.pt-location-link {
  margin: 0 0 60px 0;
}

@media screen and (max-width: 1399px) {
  .pt-location-link {
    margin: 0 0 4.2857142857vw 0;
  }
}
@media screen and (max-width: 660px) {
  .pt-location-link {
    margin: 10.6666666667vw 0;
  }
}
.pt-location-link__list {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 40px 0;
  display: flex;
}

@media screen and (max-width: 1399px) {
  .pt-location-link__list {
    padding: 2.8571428571vw 0;
  }
}
@media screen and (max-width: 660px) {
  .pt-location-link__list {
    padding: 0;
    display: block;
  }
}
.pt-location-link__list-item {
  width: 50%;
  border-right: 1px solid #d3d3d3;
  box-sizing: border-box;
  padding: 0 40px 0 0;
}

@media screen and (max-width: 1399px) {
  .pt-location-link__list-item {
    width: auto;
    padding: 0 2.8571428571vw 0 0;
  }
}
@media screen and (max-width: 660px) {
  .pt-location-link__list-item {
    border-right: none;
    border-bottom: 1px solid #d3d3d3;
    padding: 5.3333333333vw 0;
  }
}
.pt-location-link__list-item:last-child {
  border-right: none;
  padding: 0 0 0 40px;
}

@media screen and (max-width: 1399px) {
  .pt-location-link__list-item:last-child {
    padding: 0 0 0 2.8571428571vw;
  }
}
@media screen and (max-width: 660px) {
  .pt-location-link__list-item:last-child {
    border-bottom: none;
    padding: 5.3333333333vw 0;
  }
}
.pt-location-link__list-link {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 660px) {
  .pt-location-link__list-link {
    align-items: flex-start;
  }
}
.pt-location-link__list-link:hover {
  text-decoration: none;
}

.pt-location-link__list-img {
  width: 275px;
  height: 130px;
}

@media screen and (max-width: 1399px) {
  .pt-location-link__list-img {
    width: 19.6428571429vw;
    height: 9.2857142857vw;
  }
}
@media screen and (max-width: 660px) {
  .pt-location-link__list-img {
    width: 36.6666666667vw;
    height: 17.3333333333vw;
  }
}
.pt-location-link__list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pt-location-link__list-ttl {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  transition: 0.2s ease-out;
}

@media screen and (max-width: 1399px) {
  .pt-location-link__list-ttl {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 660px) {
  .pt-location-link__list-ttl {
    font-size: 3.2vw;
    line-height: 1.75;
    margin: 0.5em 0 0 0;
  }
}
.pt-location-link__list-link:hover .pt-location-link__list-ttl {
  color: var(--clr-accent);
}

.pt-location-link__list-border {
  width: 190px;
  height: 4px;
  background: #b9b9b9;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 1399px) {
  .pt-location-link__list-border {
    width: 13.5714285714vw;
    height: 0.2857142857vw;
  }
}
@media screen and (max-width: 660px) {
  .pt-location-link__list-border {
    width: 45.8666666667vw;
    height: 0.5333333333vw;
  }
}
.pt-location-link__list-border::after {
  content: "";
  width: 50%;
  height: 100%;
  background: var(--clr-accent);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s ease-out;
}

div.pt-location-link__list-link .pt-location-link__list-border::after {
  content: none;
}

.pt-location-link__list-link:hover .pt-location-link__list-border::after {
  width: 100%;
}

.pt-lownav {
  padding-bottom: min(4.2857142857vw, 60px);
}

.pt-lownav__lst {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding-top: min(1.4285714286vw, 20px);
  padding-bottom: min(1.4285714286vw, 20px);
  margin: 0 max(-2.8571428571vw, -40px);
  display: flex;
  flex-wrap: wrap;
}

.pt-lownav__lst * {
  box-sizing: border-box;
}

.pt-lownav__item {
  flex: 0 0 50%;
  margin: min(1.4285714286vw, 20px) 0;
  padding: 0 min(2.8571428571vw, 40px);
}

.pt-lownav__item:nth-child(odd) {
  border-right: 1px solid #d3d3d3;
}

.pt-lownav__item a {
  display: flex;
}

.pt-lownav__item a .pt-lownav__txt {
  color: #000;
}

@media (hover: hover) {
  .pt-lownav__item a:hover {
    text-decoration: none;
  }
  .pt-lownav__item a:hover .pt-lownav__txt {
    color: var(--clr-accent);
  }
  .pt-lownav__item a:hover .pt-lownav__txt::after {
    transform: scaleX(2);
  }
}
.pt-lownav__tmb {
  flex: 0 0 53.5%;
}

.pt-lownav__tmb img {
  width: 100%;
  height: auto;
}

.pt-lownav__txt {
  flex: 1 0 auto;
  position: relative;
  display: flex;
  margin-right: min(3.5714285714vw, 50px);
  align-items: center;
  font-size: min(1.1428571429vw, 16px);
  font-weight: bold;
  line-height: 1.75;
}

.pt-lownav__txt::before,
.pt-lownav__txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}

.pt-lownav__txt::before {
  width: 100%;
  background-color: #b9b9b9;
}

.pt-lownav__txt::after {
  width: 50%;
  background-color: var(--clr-accent);
  transform-origin: left;
  transition: transform 0.2s;
}

@media screen and (max-width: 660px) {
  .pt-lownav {
    padding-bottom: 10.6666666667vw;
  }
  .pt-lownav__lst {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    display: block;
  }
  .pt-lownav__item {
    border-bottom: 1px solid #d3d3d3;
    margin: 0;
    padding: 5.3333333333vw 0;
  }
  .pt-lownav__item:nth-child(odd) {
    border-right: none;
  }
  .pt-lownav__tmb {
    flex-basis: 41%;
  }
  .pt-lownav__txt {
    margin-right: 6.6666666667vw;
    font-size: 3.2vw;
  }
}
.pt-health-message {
  padding: min(6.25vw, 90px);
}
@media screen and (max-width: 660px) {
  .pt-health-message {
    padding: 20vw 0;
  }
}
.pt-health-message__dummy {
  font-weight: bold;
  font-size: min(2.2222222222vw, 32px);
  text-align: center;
  background: #ccc;
  padding: 4em 0;
  margin: min(2.7777777778vw, 40px) 0 0 0;
}
@media screen and (max-width: 660px) {
  .pt-health-message__dummy {
    font-size: 6.1538461538vw;
    margin: 10.2564102564vw 0 0 0;
  }
}

.pt-health-message__grid {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 660px) {
  .pt-health-message__grid {
    display: block;
  }
}
.pt-health-message__content {
  width: min(42.3611111111vw, 610px);
}

@media screen and (max-width: 660px) {
  .pt-health-message__content {
    width: auto;
    margin: 0 0 8.9743589744vw 0;
  }
}
.pt-health-message__text {
  font-size: min(1.1111111111vw, 16px);
  line-height: 1.75;
  margin: 0 0 1em 0;
}

@media screen and (max-width: 660px) {
  .pt-health-message__text {
    font-size: 3.5897435897vw;
    line-height: 1.8;
  }
}
.pt-health-message__name > span {
  font-size: min(0.8333333333vw, 12px);
  text-align: right;
  line-height: 1.4;
  margin: 1.5em 0 0.5em;
  display: block;
}

@media screen and (max-width: 660px) {
  .pt-health-message__name > span {
    font-size: 2.8205128205vw;
    text-align: right;
    line-height: 1.3;
  }
}
.pt-health-message__name > strong {
  color: inherit;
  font-size: min(1.25vw, 18px);
  text-align: right;
  line-height: 1.75;
  display: block;
}

@media screen and (max-width: 660px) {
  .pt-health-message__name > strong {
    font-size: 4.1025641026vw;
    text-align: right;
    line-height: 1.8;
  }
}
.pt-health-message__img {
  width: min(32.2222222222vw, 464px);
}

@media screen and (max-width: 660px) {
  .pt-health-message__img {
    width: auto;
  }
}
.pt-health-message__img img {
  width: 100%;
}/*# sourceMappingURL=cmn.css.map */