
/*　technology 共通
------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 769px){
.power-swiper .swiper-wrapper{
  display: grid;
  gap: 2.4rem;
}
.power-swiper .swiper-slide .img{
  order: 2;
}
}
.power-swiper .swiper-slide{
  display: grid;
  grid-template-columns: 1fr 46rem;
  gap: 3rem;
  padding: 4rem;
}
.power-swiper .swiper-slide .img{
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.power-swiper .swiper-slide .catch{
  display: grid;
  grid-template-columns: 4.8rem 1fr;
  gap: 1.2rem;
  align-items: center;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.power-swiper .swiper-slide h3{
  font-size: 2.9rem;
  margin-bottom: 0.5em;
}
.technology .sec-1 .power-swiper .swiper-slide h3{
  font-size: 2.8rem;
}
.power-swiper .swiper-slide h4{
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.power-swiper .swiper-slide p + h4{
  margin-top: 1em;
}
.power-swiper .swiper-slide p + p{
  margin-top: 1.2em;
}
.power-swiper .swiper-slide dl.tag-dl{
  margin-top: 3rem;
}
.power-swiper .swiper-slide dl.tag-dl + dl.tag-dl{
  margin-top: 2rem;
}
.power-swiper .swiper-slide dl.point-dl{
  margin-top: 2rem;
}
.power-swiper .swiper-slide ul.check-li{
  margin-top: 0.5em;
}
.power-swiper .swiper-slide a.arrow-btn{
  margin-top: 3.6rem;
}
dl.tag-dl{
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1.2rem;
  row-gap: 0.5rem;
  font-size: 1.4rem;
}
html[lang^="en"] dl.tag-dl{
  grid-template-columns: 100%;
}
dl.tag-dl dt{
  line-height: 2.44em;
}
ul.tag-li{
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
ul.tag-li li{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 5em;
  min-height: 2.44em;
  border-radius: 99rem;
  border: 0.2rem solid;
  padding: 0.2em 0.7em;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
}
ul.tag-li.tag2 li{
  background-color: #EAF7F8;
}
dl.point-dl{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
}
dl.point-dl dt{
  padding-left: 1.2rem;
  border-left: 0.6rem solid;
  font-weight: 700;
}
dl.point-dl dd{
  font-size: 1.5rem;
}


.technology .sec-2 ul.specialty-li{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
}
.technology .sec-2 ul.specialty-li > li{
  display: block;
  padding: 2.8rem 0;
  border-bottom: 1px solid #D0D0D0;
}
@media screen and (min-width: 769px){
.technology .sec-2 ul.specialty-li > li:nth-child(-n+2){
  border-top: 1px solid #D0D0D0;
}
}
.technology .sec-2 ul.specialty-li > li h3{
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}
.technology .sec-2 ul.specialty-li > li dl.tag-dl{
  margin-top: 2rem;
}


ul.checkttl-li li{
  display: block;
}
ul.checkttl-li li .ttl{
  display: block;
  padding-left: 3rem;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.4em;
  position: relative;
}
ul.checkttl-li li .ttl::before{
  content: "";
  display: block;
  width: 2rem;
  aspect-ratio: 1 / 1;
  background: url(../images/common/ico-check2.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.25em;
}
ul.checkttl-li li + li{
  margin-top: 2rem;
}
.technology .sec-4 .box{
  display: grid;
  grid-template-columns: 32rem 1fr;
  align-items: center;
  margin-top: 8rem;
  padding: 4rem;
}
.technology .sec-4 .box h3{
  font-size: 3.6rem;
  margin-bottom: 0.2em;
}
html[lang^="en"] .technology .sec-4 .box h3{
  font-size: 3rem;
}
.technology .sec-4 .box ul.right{
  display: flex;
  gap: 4.8rem;
  padding-left: 9.8rem;
  position: relative;
}
.technology .sec-4 .box ul.right::before{
  content: "";
  display: block;
  width: 1px;
  height: 110%;
  border-left: 1px solid #191A1D;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(25deg);
  transform-origin: left bottom;
}
.technology .sec-4 .box ul.right > li{
  display: block;
}
.technology .sec-4 .box ul.right > li h4{
  font-size: 2.3rem;
}
.technology .sec-4 .box ul.right > li p{
  font-size: 1.3rem;
}
.technology .sec-4 .box ul.right > li ul.tag-li{
  margin-top: 1.2rem;
}




/*　vehicle 共通
------------------------------------------------------------------------------------------------*/

ul.partner-li{
  display: grid;
  grid-template-columns: repeat(3, 26rem);
  justify-content: center;
  column-gap: 6rem;
}
ul.partner-li li{
  display: grid;
  grid-template-columns: 4rem 1fr;
  align-items: center;
  gap: 2.4rem;
  padding: 2rem 0;
  border-bottom: 1px solid #D0D0D0;
}
ul.partner-li li:nth-child(-n+3){
  border-top: 1px solid #D0D0D0;
}
ul.partner-li li h3{
  font-size: 2.4rem;
}




/*　other 共通
------------------------------------------------------------------------------------------------*/

.other .sec-1 ul.point-li{
  margin-top: 4rem;
}


.other .sec-2 .power-swiper{
  margin-top: 4rem;
}
.other .sec-2 .detail-box{
  padding: 4rem;
  margin-top: 2.4rem;
}
.other .sec-2 .detail-box h4{
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.other .sec-2 .detail-box ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.other .sec-2 .detail-box ul li{
  display: block;
}
.other .sec-2 .detail-box ul li p{
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0.7em;
}




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){

/*　technology SP
------------------------------------------------------------------------------------------------*/

.power-swiper .swiper-slide{
  width: 32rem;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  margin-right: 1.8rem;
}
.power-swiper .swiper-slide .img{
  min-height: unset;
  height: 15rem;
}
.power-swiper .swiper-slide .txt{
  padding: 1.6rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.power-swiper .swiper-slide .catch{
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.power-swiper .swiper-slide h3{
  font-size: 2rem;
}
.technology .sec-1 .power-swiper .swiper-slide h3{
  font-size: 2rem;
}
.power-swiper .swiper-slide h4{
  font-size: 1.5rem;
}
.power-swiper .swiper-slide dl.tag-dl{
  margin-top: 1.6rem;
}
.power-swiper .swiper-slide dl.tag-dl + dl.tag-dl{
  margin-top: 1.6rem;
}
.power-swiper .swiper-slide dl.point-dl{
  margin-top: 2rem;
}
.power-swiper .swiper-slide ul.check-li:has(+ a.arrow-btn),
.power-swiper .swiper-slide dl.point-dl:has(+ a.arrow-btn){
  margin-bottom: 2.4rem;
}
.power-swiper .swiper-slide a.arrow-btn{
  margin-top: auto;
}
dl.tag-dl{
  grid-template-columns: 100%;
  column-gap: 0.5em;
  font-size: 1.2rem;
}
dl.tag-dl dt{
  line-height: unset;
}
ul.tag-li{
  column-gap: 0.6rem;
}
ul.tag-li li{
  min-height: 2.2em;
  font-size: 1.2rem;
}
dl.point-dl{
  display: grid;
  grid-template-columns: 100%;
  gap: 0.5rem;
}
dl.point-dl dt{
  padding-left: 0.8rem;
  border-left: 0.4rem solid;
  margin-bottom: 0.2em;
}
dl.point-dl dd{
  font-size: 1.4rem;
}


.technology .sec-2 ul.specialty-li{
  grid-template-columns: 100%;
  border-top: 1px solid #D0D0D0;
}
.technology .sec-2 ul.specialty-li > li{
  padding: 2rem 0;
}
.technology .sec-2 ul.specialty-li > li h3{
  font-size: 1.8rem;
}
.technology .sec-2 ul.specialty-li > li dl.tag-dl{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  align-items: center;
  margin-top: 1.6rem;
}
html[lang^="en"] .technology .sec-2 ul.specialty-li > li dl.tag-dl{
  grid-template-columns: 100%;
}


ul.checkttl-li li .ttl{
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.4em;
  position: relative;
}
ul.checkttl-li li .ttl::before{
  top: 0.1em;
}
.technology .sec-4 .box{
  grid-template-columns: 100%;
  margin-top: 5rem;
  padding: 1.6rem;
}
.technology .sec-4 .box h3{
  font-size: 1.8rem;
}
html[lang^="en"] .technology .sec-4 .box h3{
  font-size: 1.8rem;
}
.technology .sec-4 .box ul.right{
  display: flex;
  gap: 0.6rem;
  padding: 2rem 0 0 0;
  margin-top: 2rem;
}
.technology .sec-4 .box ul.right::before{
  width: 100%;
  height: 0;
  border-left: 0;
  border-top: 1px solid #191A1D;
  position: absolute;
  left: 0;
  bottom: unset;
  top: 0;
  transform: unset;
}
.technology .sec-4 .box ul.right > li{
  width: 100%;
}
.technology .sec-4 .box ul.right > li h4{
  font-size: 2.3rem;
}
.technology .sec-4 .box ul.right > li p{
  font-size: 1.2rem;
}
.technology .sec-4 .box ul.right > li ul.tag-li{
  margin-top: 1rem;
}




/*　vehicle SP
------------------------------------------------------------------------------------------------*/

ul.partner-li{
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.6rem;
}
ul.partner-li li{
  grid-template-columns: 3.8rem 1fr;
  gap: 1rem;
  padding: 1.4rem 0;
}
ul.partner-li li:nth-child(-n+3){
  border-top: 1px solid #D0D0D0;
}
ul.partner-li li h3{
  font-size: 1.4rem;
}
ul.partner-li li p{
  font-size: 1.1rem;
}




/*　other SP
------------------------------------------------------------------------------------------------*/

.other .sec-1 p{
  text-align: left;
}
.other .sec-1 ul.point-li{
  margin-top: 3.6rem;
}


.other .sec-2 .power-swiper{
  margin-top: 3.6rem;
}
.other .sec-2 .detail-box{
  padding: 1.6rem;
  margin-top: 2.4rem;
}
.other .sec-2 .detail-box h4{
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.other .sec-2 .detail-box ul{
  grid-template-columns: 100%;
  gap: 1.6rem;
}
.other .sec-2 .detail-box ul li{
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 1.6rem;
  align-items: center;
}
.other .sec-2 .detail-box ul li p{
  font-size: 1.6rem;
  text-align: left;
  margin-top: 0;
}




}/*　スマホここまで */



