
/*　home 共通
------------------------------------------------------------------------------------------------*/

.fv{
  aspect-ratio: 1440 / 720;
  width: 100%;
  height: 100svh;
  min-height: 60rem;
  position: relative;
}
.fv::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.fvbg-swiper{
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.fvbg-swiper,
.fvbg-swiper .swiper-slide,
.fvbg-swiper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fvbg-swiper .swiper-slide-active img,
.fvbg-swiper .swiper-slide-duplicate-active img,
.fvbg-swiper .swiper-slide-prev img{
  animation: zoomUp 10s linear 0s 1 normal both;
}
@keyframes zoomUp {
  0% { transform: scale(1); }
  100% { transform: scale(1.1); }
}

.fv img.fv-txt{
  width: 26.2rem;
  position: absolute;
  right: 5.56vw;
  top: 12.78vw;
  z-index: 2;
}
.fv .wrap{
  position: absolute;
  left: 5.56vw;
  bottom: 5.56vw;
  z-index: 2;
}
.fv .wrap h1{
  font-size: 6.8rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
html[lang^="en"] .fv .wrap h1{
  font-size: 6rem;
}
.fv .wrap p{
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 1.2em;
}
.fv .wrap a.arrow-btn{
  margin-top: 5rem;
}
.fv .scroll{
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 12rem;
  overflow: hidden;
  padding-left: 0.6em;
  position: absolute;
  right: 2.78vw;
  bottom: 0;
  z-index: 2;
}
.fv .scroll::before,
.fv .scroll::after{
  content: "";
  display: block;
  width: 0.4rem;
  position: absolute;
  left: 0;
  top: 0;
}
.fv .scroll::before{
  background: rgba(255,255,255,0.3);
  height: 100%;
  bottom: 0;
}
.fv .scroll::after{
  background: rgba(255,255,255,1);
  height: 50%;
  animation: scroll 3s infinite;
}
@keyframes scroll {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(200%);
  }
}


.fv-swiper{
  margin-top: 4rem;
}
.fv-swiper .swiper-wrapper{
  transition-timing-function: linear;
}
.fv-swiper .swiper-slide{
  width: 26vw;
  margin-right: -2.43vw;
}
.fv-swiper .swiper-slide img{
  clip-path: polygon(14.6% 0,100% 0,85.4% 100%,0 100%);
}


.home-tech ul.tech-li{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 8rem;
}
.home-tech ul.tech-li li{
  display: block;
  padding: 2.8rem 0;
  border-bottom: 1px solid #D0D0D0;
}
@media screen and (min-width: 769px){
.home-tech ul.tech-li li:nth-child(-n+2){
  border-top: 1px solid #D0D0D0;
}
}
.home-tech ul.tech-li li .ttl-wrap{
  display: grid;
  grid-template-columns: 8rem 1fr;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 2rem;
}
.home-tech ul.tech-li li .ttl-wrap h3{
  font-size: 2rem;
  line-height: 1.6;
}


.cutimg-wrap{
  margin-top: 8rem;
  position: relative;
}
html[lang^="en"] .cutimg-wrap .txt{
  width: 47%;
}
.cutimg-wrap .txt > h3 + p{
  width: 40rem;
}
.cutimg-wrap .txt > h3{
  width: 50rem;
  font-size: 3.6rem;
  margin-bottom: 2.4rem;
}
html[lang^="en"] .cutimg-wrap .txt > h3{
  font-size: 3rem;
}
.cutimg-wrap a.arrow-btn{
  margin-top: 4rem;
}
.cutimg-wrap a.arrow-btn + a.arrow-btn{
  margin-top: 1.6rem;
}
.cutimg-wrap .img{
  width: calc(50vw + 2rem);
  height: 100%;
  position: absolute;
  left: calc(50% - 2rem);
  top: 0;
}
.cutimg-wrap .img.inline,
.cutimg-wrap .img.quality{
  width: calc(50% + 2rem);
}
.cutimg-wrap .img img{
  object-fit: cover;
}
.cutimg-wrap .img.one img,
.cutimg-wrap .img.inline img{
  width: 100%;
  height: 100%;
  clip-path: polygon(7rem 0,100% 0,100% 100%,0 100%);
}
.cutimg-wrap .img.two .img1{
  width: calc(62% + 3.2rem);
  height: 75.8%;
  clip-path: polygon(6.3rem 0,100% 0,calc(100% - 6.3rem) 100%,0 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.cutimg-wrap .img.two .img2{
  width: calc(38% + 3.2rem);
  height: 78.5%;
  object-position: 10% center;
  clip-path: polygon(6.3rem 0,100% 0,100% 100%,0 100%);
  position: absolute;
  right: 0;
  bottom: 0;
}
.cutimg-wrap .img.quality{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}


@media screen and (min-width: 769px){
.home-mobility .mobility-swiper .swiper-wrapper{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
  row-gap: 2rem;
}
}
.home-mobility .mobility-swiper .swiper-slide{
  display: flex;
  flex-direction: column;
}
.home-mobility .mobility-swiper .swiper-slide .ttl-wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20rem;
  text-align: center;
  padding: 0 2rem;
}
.home-mobility .mobility-swiper .swiper-slide.li-1 .ttl-wrap{
  background: url(../images/home/mobility-1-img.jpg) center center no-repeat;
  background-size: cover;
}
.home-mobility .mobility-swiper .swiper-slide.li-2 .ttl-wrap{
  background: url(../images/home/mobility-2-img.jpg) center center no-repeat;
  background-size: cover;
}
.home-mobility .mobility-swiper .swiper-slide.li-3 .ttl-wrap{
  background: url(../images/home/mobility-3-img.jpg) center center no-repeat;
  background-size: cover;
}
.home-mobility .mobility-swiper .swiper-slide.li-4 .ttl-wrap{
  background: url(../images/home/mobility-4-img.jpg) center center no-repeat;
  background-size: cover;
}
.home-mobility .mobility-swiper .swiper-slide.li-5 .ttl-wrap{
  background: url(../images/home/mobility-5-img.jpg) center center no-repeat;
  background-size: cover;
}
.home-mobility .mobility-swiper .swiper-slide .ttl-wrap .label{
  display: inline-block;
  font-weight: 700;
  line-height: 4rem;
  padding: 0 1.3em;
  margin-bottom: 1.6rem;
}
.home-mobility .mobility-swiper .swiper-slide .ttl-wrap h3{
  font-size: 2.4rem;
}
.home-mobility .mobility-swiper .swiper-slide .inner{
  display: flex;
  flex-direction: column;
  padding: 2rem;
  flex-grow: 1;
}
.home-mobility .mobility-swiper .swiper-slide .inner p{
  margin-bottom: 1rem;
}
.home-mobility .mobility-swiper .swiper-slide .inner a.arrow-link{
  margin: auto 0 0 auto;
}


.home-global{
  position: relative;
}
.home-global::before{
  content: "";
  display: block;
  width: 114.8rem;
  aspect-ratio: 1148 / 606;
  background: url(../images/home/global-bg.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 1.8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.home-global .content{
  position: relative;
  z-index: 1;
}
.global-ttl{
  font-size: 3.6rem;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 4rem;
}
ul.global-li{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
ul.global-li.col2{
  grid-template-columns: repeat(2, 30.3rem);
  justify-content: center;
  column-gap: 6rem;
  row-gap: 4rem;
}
ul.global-li li{
  display: block;
  text-align: center;
}
ul.global-li li img.img{
  width: 30.3rem;
  margin: 0 auto 1.5rem;
}
ul.global-li li .ttl-top{
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
}
ul.global-li li .ttl{
  font-size: 3.3rem;
  line-height: 1.2;
}
ul.global-li li p{
  margin-top: 0.5em;
}
.home-global ul.detail-li{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 6rem;
  row-gap: 3rem;
  margin-top: 6.4rem;
}
.home-global ul.detail-li li{
  display: block;
}
.home-global ul.detail-li li .ttl{
  font-size: 2.4rem;
  margin-bottom: 2rem;
}


@media screen and (min-width: 769px){
.lineup-swiper .swiper-wrapper{
  display: grid;
  grid-template-columns: 100%;
  gap: 2.4rem;
}
.lineup-swiper .swiper-slide img.img{
  order: 2;
}
}
ul.lineup-li{
  display: grid;
  grid-template-columns: 100%;
  gap: 2.4rem;
}
.lineup-swiper .swiper-slide,
ul.lineup-li > li{
  display: grid;
  grid-template-columns: 1fr 48rem;
  align-items: flex-start;
  gap: 8rem;
  padding: 4rem;
  position: relative;
}
.lineup-swiper .swiper-slide .inner-anchor,
ul.lineup-li > li .inner-anchor{
  position: absolute;
  left: 0;
  top: -10.7rem;
}
.lineup-swiper .swiper-slide .txt,
ul.lineup-li > li .txt{
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lineup-swiper .swiper-slide .txt .label{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  width: fit-content;
  min-height: 4rem;
  line-height: 1.5;
  padding: 0.3em 0.8em;
}
.lineup-swiper .swiper-slide .txt > .label{
  margin-bottom: 1.2rem;
}
.lineup-swiper .swiper-slide .txt .label.bg-wh{
  border: 1px solid;
}
.lineup-swiper .swiper-slide .txt > .ttl,
ul.lineup-li > li .txt > .ttl{
  font-size: 2.8rem;
  margin-bottom: 1.6rem;
}
.lineup-swiper .swiper-slide .txt > .label + .ttl{
  font-size: 3.2rem;
}
.lineup-swiper .swiper-slide .txt .ttl-wrap{
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2.4rem;
}
.lineup-swiper .swiper-slide .txt .ttl-wrap .ttl{
  font-size: 2.8rem;
  line-height: 1.4;
  flex: 1;
}
.lineup-swiper .swiper-slide .txt p a,
ul.lineup-li > li p a{
  font-weight: 700;
  text-decoration: underline;
}
.lineup-swiper .swiper-slide .txt p a.no-bd{
  font-weight: inherit;
  text-decoration: none;
}
.lineup-swiper .swiper-slide .txt p:has(+ hr),
ul.lineup-li > li .txt p:has(+ hr){
  margin-bottom: 2rem;
}
.lineup-swiper .swiper-slide .txt p + p,
ul.lineup-li > li .txt p + p{
  margin-top: 0.5em;
}
.lineup-swiper .swiper-slide .txt p.en{
  font-weight: 700;
}
.lineup-swiper .swiper-slide .txt hr,
ul.lineup-li > li .txt hr{
  width: 100%;
  border-top: 1px solid #DEDEDE;
  margin: auto 0 2rem;
}
.lineup-swiper .swiper-slide .txt dl.primary{
  display: grid;
  grid-template-columns: auto 1fr;
}
html[lang^="en"] .lineup-swiper .swiper-slide .txt dl.primary{
  grid-template-columns: 100%;
}
.lineup-swiper .swiper-slide .txt dl.primary + dl.primary{
  margin-top: 0.5em;
}
.lineup-swiper .swiper-slide .txt dl.primary dd{
  font-weight: 700;
}
.lineup-swiper .swiper-slide .txt ul.goods,
ul.lineup-li > li .txt ul.goods{
  margin-top: 0.4em;
}
.lineup-swiper .swiper-slide .txt ul.goods li,
ul.lineup-li > li .txt ul.goods li{
  display: block;
  font-weight: 700;
}


.home-products ul.flow-box{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 6rem;
}
.home-products ul.flow-box > li{
  display: block;
  padding: 4rem 4.8rem 4.8rem;
}
.home-products ul.flow-box h3{
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
.home-products ul.flow-box ul li{
  display: flex;
  align-items: center;
  min-height: 4.8rem;
  padding-left: 6rem;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
.home-products ul.flow-box ul li + li{
  margin-top: 2.4rem;
}
.home-products ul.flow-box ul li::before{
  content: "";
  display: block;
  width: 4.8rem;
  aspect-ratio: 1 / 1;
  position: absolute;
  left: 0;
  top: 0;
}
.home-products ul.flow-box ul.ul-1 li::before{
  background: url(../images/home/products-check.png) center center no-repeat;
  background-size: contain;
}
.home-products ul.flow-box ul.ul-2 li:nth-child(1)::before{
  background: url(../images/home/products-num1.png) center center no-repeat;
  background-size: contain;
}
.home-products ul.flow-box ul.ul-2 li:nth-child(2)::before{
  background: url(../images/home/products-num2.png) center center no-repeat;
  background-size: contain;
}
.home-products ul.flow-box ul.ul-2 li:nth-child(3)::before{
  background: url(../images/home/products-num3.png) center center no-repeat;
  background-size: contain;
}
.home-products ul.flow-box ul.ul-2 li:nth-child(4)::before{
  background: url(../images/home/products-num4.png) center center no-repeat;
  background-size: contain;
}


.home-company .box{
  display: grid;
  grid-template-columns: 49rem 1fr;
}
.home-company .box .img{
  height: 100%;
}
.home-company .box .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-company .box .txt{
  padding: 4rem;
}
.home-company .box .txt ul li{
  display: block;
}
.home-company .box .txt ul li + li{
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E4E4E4;
}
.home-company .box .txt ul li h3{
  font-size: 2.4rem;
  color: #255AAD;
  margin-bottom: 0.3em;
}
.home-company ul.global-li{
  margin-top: 6rem;
}


.home-service .wrap-1{
  display: grid;
  grid-template-columns: 57rem 1fr;
  gap: 8rem;
  align-items: center;
}
.home-service .wrap-1 .txt h3{
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
ul.check-li{
  display: grid;
  row-gap: 0.7em;
}
ul.check-li.col2{
  grid-template-columns: 1fr 50%;
  column-gap: 1rem;
}
html[lang^="en"] ul.check-li.col2{
  grid-template-columns: 100%;
}
ul.check-li.f19{
  font-size: 1.9rem;
}
ul.check-li li{
  display: block;
  padding-left: 3rem;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
}
ul.check-li li::before{
  content: "";
  display: block;
  width: 2rem;
  aspect-ratio: 1 / 1;
  background: url(../images/common/ico-check.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.05em;
}
ul.check-li.f19 li::before{
  top: 0.2em;
}
/*ul.check-li.check2 li::before{
  background: url(../images/common/ico-check2.svg) center center no-repeat;
  background-size: contain;
}*/
.home-service .wrap-1 .txt ul.check-li{
  margin-top: 2.4rem;
}
.home-service .box-1{
  padding: 4rem 4.8rem 4.8rem;
  margin-top: 8rem;
}
.home-service .box-1 + .box-1{
  margin-top: 4rem;
}
.home-service .box-1 h3{
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
}
.home-service .box-1 ul.step-li li{
  display: grid;
  grid-template-columns: 26rem 1fr;
  gap: 4.8rem;
  align-items: center;
  padding: 2.4rem 3rem;
}
.home-service .box-1 ul.step-li li + li{
  margin-top: 1.2rem;
}
.home-service .box-1 ul.step-li li .ttl-wrap{
  display: flex;
  align-items: center;
  min-height: 100%;
  border-right: 1px solid #A7A7A7;
}
html[lang^="en"] .home-service .box-1 ul.step-li li .ttl-wrap{
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
}
.home-service .box-1 ul.step-li li .ttl-wrap .num{
  width: 10rem;
  font-size: 1.7rem;
  font-weight: 700;
  margin-right: 1.6rem;
}
.home-service .box-1 ul.step-li li .ttl-wrap h4{
  font-size: 2.4rem;
}
.home-service .box-1 ul.support-li{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.home-service .box-1 ul.support-li li{
  display: block;
  padding: 1.6rem 2rem;
}
.home-service .box-1 ul.support-li li h4{
  font-size: 2rem;
  margin-bottom: 0.5em;
}


.obi-swiper{
  margin-bottom: 0.8vw;
}
.obi-swiper .swiper-wrapper{
  transition-timing-function: linear;
}
.obi-swiper .swiper-slide{
  width: 24.3vw;
  margin-right: 0.8vw;
}


.home-join{
  background: url(../images/home/join-bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}
.home-join h3{
  font-size: 2rem;
  line-height: 1.8;
  margin: 5rem 0 2rem;
}
.home-join ul.overview-li{
  display: grid;
  grid-template-columns: repeat(3, 24rem);
  gap: 4rem;
  justify-content: center;
  margin-top: 4rem;
}
.home-join ul.overview-li li{
  display: block;
  padding: 4rem 1.6rem;
  border: 1px solid #fff;
  background-color: rgba(255,255,255,0.15);
}
.home-join ul.overview-li li img.ico{
  width: 6rem;
  margin: 0 auto 1.2rem;
}
.home-join ul.overview-li li h4{
  font-size: 2rem;
  margin-bottom: 1rem;
}
.home-join ul.job-li{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.home-join ul.job-li li{
  display: inline-block;
  color: #141F43;
  font-weight: 700;
  line-height: 3.6rem;
  padding: 0 1.2rem;
}
.home-join p.p-1{
  font-weight: 700;
  margin: 5rem 0 3rem;
}
.home-join .btn-wrap{
  display: flex;
  justify-content: center;
  gap: 2rem;
}


ul.news-li li{
  display: block;
}
ul.news-li li + li{
  margin-top: 2rem;
}
ul.news-li li a{
  display: grid;
  grid-template-columns: 13rem 9rem 1fr;
  gap: 2.4rem;
  align-items: center;
  padding: 2rem 6.8rem 2rem 2rem;
  min-height: 9rem;
  border: 1px solid #DEDEDE;
  position: relative;
}
ul.news-li li a::before{
  content: "";
  display: block;
  width: 2.8rem;
  aspect-ratio: 1 / 1;
  background: url(../images/common/btn-arrow2.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
ul.news-li li .ttl{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
}
.home-news .btn-wrap{
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 5rem;
}


.home-contact .wrap-1{
  display: grid;
  grid-template-columns: 1fr 40rem;
}
.home-contact .wrap-1 a.arrow-btn{
  margin-top: 2.4rem;
}
.home-contact .wrap-1 a.arrow-btn + a.arrow-btn{
  margin-top: 1.6rem;
}
.home-contact .wrap-1 .right p{
  font-weight: 700;
}
.home-contact .wrap-2{
  display: grid;
  grid-template-columns: 1fr auto;
  padding-top: 4rem;
  margin-top: 4rem;
  border-top: 1px solid #fff;
}
.home-contact .wrap-2 .tel-wrap{
  width: 28rem;
}
html[lang^="en"] .home-contact .wrap-2 .tel-wrap{
  width: 36rem;
}
.home-contact .wrap-2 .tel-wrap a{
  display: inline-block;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}
.home-contact .wrap-2 .tel-wrap p{
  font-size: 1.2rem;
}




/*　message 共通
------------------------------------------------------------------------------------------------*/

.message .common-header{
  height: unset;
  padding-bottom: 33rem;
}
.message .center :last-child{
  margin-bottom: 0;
}
.message .sec-1{
  padding-top: 0;
  margin-top: -21rem;
  position: relative;
  z-index: 1;
}
.message .sec-1 img.ceo-img{
  margin-bottom: 6.4rem;
}


.message .sec-2 .content{
  position: relative;
}
.message .sec-2 .ttl-wrap{
  position: absolute;
  left: 5rem;
  top: 5rem;
}
.message .sec-2 .box{
  width: 73rem;
  padding: 6rem 6rem 6rem 19rem;
  margin-left: auto;
}
.message .sec-2 .box ul li{
  display: block;
  font-weight: 700;
  padding-left: 7rem;
  position: relative;
}
.message .sec-2 .box ul li::before{
  content: "";
  display: block;
  width: 5rem;
  aspect-ratio: 1 / 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.message .sec-2 .box ul li:nth-child(1)::before{
  background: url(../images/message/philosophy-num1.png) center center no-repeat;
  background-size: contain;
}
.message .sec-2 .box ul li:nth-child(2)::before{
  background: url(../images/message/philosophy-num2.png) center center no-repeat;
  background-size: contain;
}
.message .sec-2 .box ul li:nth-child(3)::before{
  background: url(../images/message/philosophy-num3.png) center center no-repeat;
  background-size: contain;
}
.message .sec-2 .box ul li:nth-child(4)::before{
  background: url(../images/message/philosophy-num4.png) center center no-repeat;
  background-size: contain;
}
.message .sec-2 .box ul li + li{
  margin-top: 3rem;
}
.message .sec-2 .box ul li big{
  display: block;
  font-size: 2.4rem;
  line-height: 1.15;
}


.message .sec-3 big{
  display: block;
  font-size: 4rem;
  font-weight: 700;
}
html[lang^="en"] .message .sec-3 big{
  font-size: 3.6rem;
}
.message .sec-3 img.vision-catch{
  width: 50.6rem;
  margin: 2rem auto 0;
}
html[lang^="en"] .message .sec-3 img.vision-catch{
  width: 100%;
}
.message .sec-3 img.vision-img{
  margin-top: 4rem;
}


.message .sec-4 big{
  display: block;
  font-weight: 700;
  font-size: 3.5rem;
  margin-bottom: 4rem;
}
.message .sec-4 ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}
.message .sec-4 ul li{
  display: block;
  padding: 2.4rem 3rem 3rem;
}
.message .sec-4 ul li .ttl-wrap{
  display: grid;
  grid-template-columns: 6.4rem 1fr;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
.message .sec-4 ul li .ttl-wrap h3{
  font-size: 2.4rem;
}


.message-sec{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 55rem;
  background: url(../images/common/message-bg1.jpg) center center no-repeat;
  background-size: cover;
  padding: 8rem 0;
}
.technology .message-sec,
.vehicle .message-sec,
.automotive .message-sec,
.other .message-sec,
.challenge .message-sec{
  background: url(../images/common/message-bg2.jpg) center center no-repeat;
  background-size: cover;
}
.tarpaulin .message-sec,
.door .message-sec,
.aluminum .message-sec,
.bike-parts .message-sec,
.message .message-sec,
.global .message-sec{
  background: url(../images/common/message-bg3.jpg) center center no-repeat;
  background-size: cover;
}
.history .message-sec{
  background: url(../images/common/message-bg4.jpg) center center no-repeat;
  background-size: cover;
}
.message-sec h2{
  font-size: 3.6rem;
  margin-bottom: 2.4rem;
}
.message-sec p{
  width: 47.4rem;
}
.message-sec p:has(+ a.arrow-btn){
  width: 40rem;
}
.message-sec a.arrow-btn{
  margin-top: 2.4rem;
}
.message-sec a.arrow-btn + a.arrow-btn{
  margin-top: 1.6rem;
}
.message .message-sec{
  text-align: center;
}
.message .message-sec p{
  width: 100%;
}




/*　company 共通
------------------------------------------------------------------------------------------------*/

.company .sec-1 .ttl-1{
  font-size: 5.7rem;
}
.company .sec-1 .ttl-1-ja{
  font-size: 1.6rem;
}
.company .sec-1 .wrap{
  display: grid;
  grid-template-columns: 1fr 60rem;
}
.company .sec-1 .wrap dl{
  display: grid;
  grid-template-columns: auto 1fr;
  border-top: 1px solid #DEDEDE;
}
.company .sec-1 .wrap dl dt,
.company .sec-1 .wrap dl dd{
  padding: 2rem 0;
  border-bottom: 1px solid #DEDEDE;
}
.company .sec-1 .wrap dl dt{
  font-weight: 700;
  padding-right: 4.6rem;
}
.company .sec-1 ul.ul-col4{
  margin-top: 6.4rem;
}


.company .sec-3 ul.factories-li{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 8rem;
  row-gap: 6rem;
}
.company .sec-3 ul.factories-li li{
  display: block;
}
.company .sec-3 ul.factories-li li h3{
  font-size: 2.8rem;
  margin: 2.4rem 0;
}
.company .sec-3 ul.factories-li li ul.check-li{
  margin-top: 2rem;
}


ul.info-li{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.8rem;
}
ul.info-li.col4{
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.4rem;
}
ul.info-li li{
  display: block;
}
ul.info-li li a{
  display: block;
  height: 36rem;
  position: relative;
  opacity: 1;
}
ul.info-li li a .zoom{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
ul.info-li li a .inner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2rem;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}
ul.info-li li a .inner h3{
  font-size: 2.8rem;
}
ul.info-li.col4 li a .inner h3{
  font-size: 2.4rem;
}
ul.info-li li a .inner p{
  margin-top: 0.5em;
}
ul.info-li li a .inner .arrow-link{
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}




/*　history 共通
------------------------------------------------------------------------------------------------*/

.history .sec-1 ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
.history .sec-1 ul li{
  display: grid;
  grid-template-columns: 21rem 1fr;
  gap: 3rem;
  align-items: center;
  padding: 1.6rem;
}
.history .sec-1 ul li .catch{
  font-weight: 700;
}
.history .sec-1 ul li .catch small{
  display: block;
  font-size: 1.8rem;
}
.history .sec-1 ul li .catch big{
  display: block;
  font-size: 2.6rem;
  line-height: 1.5;
  margin-bottom: 0.6rem;
}
.history .sec-1 ul li .catch big .en.inline{
  font-size: 170%;
  margin-right: 0.05em;
}


.history .sec-2 dl.era-dl{
  width: calc(100% - 2rem);
  margin-left: auto;
  display: grid;
  grid-template-columns: 14rem 1fr;
  border-top: 1px solid #DEDEDE;
}
.history .sec-2 dl.era-dl dt,
.history .sec-2 dl.era-dl dd{
  padding: 2rem 0;
  border-bottom: 1px solid #DEDEDE;
}
.history .sec-2 dl.era-dl dt .en{
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 700;
}
.history .sec-2 dl.era-dl dd b{
  display: block;
}
.history .sec-2 dl.era-dl dd b:not(:first-child){
  margin-top: 1em;
}
.history .sec-2 dl.era-dl dd img.img{
  width: 17.4rem;
  margin: 2rem 0;
}
.history .sec-2 dl.era-dl dd img.img:last-child{
  margin-bottom: 0;
}
.history .sec-2 dl.era-dl dd img.img1{
  width: 25.4rem;
}
.history .sec-2 dl.era-dl dd img.img3{
  width: 38.8rem;
}


.history .sec-3 ul{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.history .sec-3 ul li{
  display: block;
  text-align: center;
}
.history .sec-3 ul li h3{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3em;
  font-size: 2.4rem;
  margin-bottom: 0.6em;
}




/*　sustainability 共通
------------------------------------------------------------------------------------------------*/

ul.point-li{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media screen and (min-width: 769px){
ul.point-li:not(:has(li:nth-child(2))){
  grid-template-columns: calc(50% - 1.5rem);
  justify-content: center;
}
}
ul.point-li.col3{
  grid-template-columns: repeat(3, 1fr);
}
ul.point-li li{
  display: block;
  padding: 2.8rem;
  border: 1px solid #DEDEDE;
}
ul.point-li li.bg-wh{
  border: none;
}
ul.point-li li h3{
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0.5em;
}


.sustainability .sec-1 img.policy{
  width: 42rem;
  margin: 0 auto;
}


@media screen and (min-width: 769px){
.sustainability .sec-2 .mobility-swiper .swiper-wrapper{
  display: grid;
  gap: 4rem;
}
.sustainability .sec-2 .mobility-swiper .swiper-slide img.img{
  order: 2;
}
}
.sustainability .sec-2 .mobility-swiper .swiper-slide{
  display: grid;
  grid-template-columns: 1fr 51.4rem;
}
.sustainability .sec-2 .mobility-swiper .swiper-slide img.img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sustainability .sec-2 .mobility-swiper .swiper-slide .txt{
  padding: 3.6rem 4rem;
}
.sustainability .sec-2 .mobility-swiper h3{
  font-size: 2.8rem;
  margin-bottom: 0.5em;
}
.sustainability .sec-2 .mobility-swiper ul.check-li{
  margin-top: 2rem;
}


hr.hr{
  border-top: 1px solid #DEDEDE;
  margin: 8rem 0;
}
hr.hr:first-child{
  margin-top: 0;
}
ul.label-li li{
  display: grid;
  grid-template-columns: 23rem 1fr;
  column-gap: 2rem;
  padding: 3.2rem;
}
ul.label-li.ttl44 li{
  grid-template-columns: 42rem 1fr;
}
ul.label-li li + li{
  margin-top: 2rem;
}
ul.label-li li h3{
  font-size: 2.4rem;
}




/*　faq 共通
------------------------------------------------------------------------------------------------*/

ul.faq-li li{
  display: block;
  padding: 2rem;
}
ul.faq-li li + li{
  margin-top: 2rem;
}
ul.faq-li li .ttl{
  font-size: 2rem;
  padding-left: 1.9em;
  margin-bottom: 0.6em;
  position: relative;
}
ul.faq-li li .ttl::before{
  content: "Q.";
  color: #2545C9;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 130%;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}


.faq .sec-2 ul{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.2rem;
}
.faq .sec-2 ul li{
  display: block;
  padding: 2.4rem;
  text-align: center;
}
.faq .sec-2 ul li h3{
  font-size: 2rem;
  margin-bottom: 0.5em;
}


ul.requirements-li li{
  display: block;
  padding: 3rem 2.4rem;
}
ul.requirements-li li + li{
  margin-top: 2.4rem;
}
ul.requirements-li li .ttl-wrap{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 1.2rem;
  row-gap: 0.8rem;
  margin-bottom: 2.4rem;
}
ul.requirements-li li .ttl-wrap .ttl-4{
  margin-bottom: 0;
}
ul.requirements-li li .type{
  display: inline-block;
  line-height: 1.9;
  border-radius: 0.95em;
  padding: 0 0.8em;
  font-size: 1.3rem;
  background-color: #255AAD;
  color: #fff;
}
ul.requirements-li li dl{
  display: grid;
  grid-template-columns: 15.5rem 1fr;
}
ul.requirements-li li dl dt,
ul.requirements-li li dl dd{
  padding: 1em 0;
  border-top: 1px solid #C3C3C3;
}
ul.requirements-li li dl dt:nth-last-child(2),
ul.requirements-li li dl dd:nth-last-child(1){
  padding-bottom: 0;
}


.info-entry .content{
  display: grid;
  grid-template-columns: 1fr 40rem;
}
.info-entry a.arrow-btn{
  margin-top: 2.4rem;
}
.info-entry .right p{
  font-weight: 700;
}




/*　interview 共通
------------------------------------------------------------------------------------------------*/

.interview .sec-1 ul.job-li > li{
  display: grid;
  grid-template-columns: 22.8rem 1fr;
  gap: 2.8rem;
  align-items: flex-start;
  padding: 2.4rem;
}
.interview .sec-1 ul.job-li > li + li{
  margin-top: 2.4rem;
}
.interview .sec-1 ul.job-li > li h3{
  font-size: 2.4rem;
  margin-bottom: 0.6em;
}
.interview .sec-1 ul.job-li > li big{
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.4em;
}
.interview .sec-1 ul.job-li > li ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}
.interview .sec-1 ul.job-li > li ul li{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2em 0.8em;
  min-height: 2.43em;
  border-radius: 99rem;
  border: 0.2rem solid;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 700;
}


ul.interview-li li{
  display: block;
}
ul.interview-li li + li{
  margin-top: 13rem;
}
ul.interview-li li .wrap-1{
  position: relative;
}
ul.interview-li li:nth-child(2n-1) .wrap-1 .img{
  margin-left: auto;
}
ul.interview-li li .wrap-1 .num-wrap{
  display: flex;
  align-items: flex-end;
  margin-bottom: 3rem;
}
ul.interview-li li .wrap-1 .num-wrap img.num-txt{
  width: 11.1rem;
  margin-right: 1.5rem;
}
ul.interview-li li .wrap-1 .num-wrap img.num{
  width: auto;
  height: 8rem;
}
ul.interview-li li .wrap-1 .txt h3{
  display: flex;
  flex-direction: column;
  font-size: 3rem;
  line-height: 1.66;
  letter-spacing: 0.04em;
  gap: 0.23em;
}
ul.interview-li li .wrap-1 .txt h3 span{
  padding: 0 0 0 0.6em;
}
ul.interview-li li .wrap-1 .txt h3 span.p-r{
  padding-right: 0.6em;
}
ul.interview-li li .wrap-1 .txt .name-wrap{
  display: flex;
  align-items: center;
  margin: 3rem 2rem 0;
}
ul.interview-li li .wrap-1 .txt .name-wrap .name{
  font-size: 2.6rem;
  font-weight: 700;
}
ul.interview-li li .wrap-1 .txt .name-wrap .group{
  font-size: 1.4rem;
  margin-left: 2.4rem;
}
ul.interview-li li .wrap-1 .txt .name-wrap .years{
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.62;
  border-radius: 0.81em;
  padding: 0 0.6em;
  background: #255AAD;
  color: #fff;
  font-size: 1.3rem;
  margin-left: 1.2rem;
}
ul.interview-li li .wrap-2{
  display: flex;
  justify-content: row-reverse;
  align-items: center;
  gap: 6.4rem;
  margin-top: 8.6rem;
}
ul.interview-li li .wrap-2 .txt h4{
  font-size: 2.2rem;
  margin: 5rem 0 0.5em;
}
ul.interview-li li .wrap-2 .txt h4:first-child{
  margin-top: 0;
}
@media screen and (min-width: 769px){
ul.interview-li li .wrap-1 .img{
  width: 67rem;
  padding-top: 5.5rem;
}
ul.interview-li li .wrap-1 .txt{
  display: flex;
  flex-direction: column;
  width: fit-content;
  position: absolute;
  top: 0;
}
ul.interview-li li:nth-child(2n-1) .wrap-1 .txt{
  align-items: flex-start;
  left: 0;
}
ul.interview-li li:nth-child(2n) .wrap-1 .txt{
  align-items: flex-end;
  right: 0;
}
ul.interview-li li:nth-child(2n-1) .wrap-1 .txt h3{
  align-items: flex-start;
}
ul.interview-li li:nth-child(2n) .wrap-1 .txt h3{
  align-items: flex-end;
}
ul.interview-li li:nth-child(2n-1) .wrap-2{
  flex-direction: row-reverse;
}
ul.interview-li li .wrap-2 .img{
  width: 41rem;
}
ul.interview-li li .wrap-2 .txt{
  flex: 1;
}
}




/*　career-path 共通
------------------------------------------------------------------------------------------------*/

ul.training-li li{
  display: grid;
  grid-template-columns: 1fr 43rem;
  gap: 5rem;
  padding: 6rem;
}
ul.training-li li + li{
  margin-top: 6rem;
}
ul.training-li li h3{
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
}
ul.training-li li h3::before{
  content: "";
  display: block;
  width: 6.4rem;
  border-top: 0.2rem solid;
  position: absolute;
  left: 0;
  bottom: 0;
}
ul.training-li li big{
  display: block;
  font-size: 1.8rem;
  line-height: 2;
}
ul.training-li li .img-wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.6rem;
  margin-top: 3rem;
}
ul.training-li li .img-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.training-li li p + p{
  margin-top: 1.2em;
}


ul.environment-li{
  background-color: #EFF3F8;
  border-radius: 2rem;
  padding: 4.8rem;
}
ul.environment-li > li{
  display: grid;
  grid-template-columns: 22.8rem 1fr;
  gap: 2.8rem;
  padding: 2.8rem 3.2rem;
  border-radius: 2rem;
}
ul.environment-li > li + li{
  margin-top: 3rem;
}
ul.environment-li > li h3{
  font-size: 2.4rem;
  color: #2A5F98;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
}
ul.environment-li > li h3::before{
  content: "";
  display: block;
  width: calc(100% + 2.8rem);
  border-top: 1px solid #707070;
  opacity: 0.3;
  position: absolute;
  left: -2.8rem;
  bottom: 0;
}
ul.environment-li > li p{
  font-size: 1.8rem;
}
ul.environment-li > li ul{
  display: grid;
  grid-template-columns: 29rem 1fr;
  row-gap: 0.2em;
  margin-top: 1.6rem;
}
ul.environment-li > li ul li{
  list-style: disc;
  margin-left: 1.2em;
}


ul.benefits-li{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.2rem;
}
ul.benefits-li > li{
  display: block;
  border-radius: 0.8rem;
  border: 0.4rem solid #4292D9;
  padding: 2.4rem 3.4rem;
  text-align: center;
}
html[lang^="en"] ul.benefits-li > li{
  padding: 2.4rem;
}
ul.benefits-li > li img.img{
  width: 8rem;
  margin: 0 auto 1.6rem;
}
ul.benefits-li > li h3{
  font-size: 2.2rem;
  line-height: 1.4;
  color: #255AAD;
  margin-bottom: 0.6em;
}
ul.benefits-li > li ul li{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2.14em;
  border-radius: 1.07em;
  padding: 0.25em 0;
  border: 0.2rem solid #255AAD;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
}
ul.benefits-li > li ul li + li{
  margin-top: 0.4em;
}




/*　contact 共通
------------------------------------------------------------------------------------------------*/

p.form-top{
  text-align: center;
  margin-bottom: 6rem;
}
.form.form-box{
  padding: 4rem 5rem;
}
.form dl{
  display: grid;
  grid-template-columns: 1fr 66%;
  border-top: 1px solid #C1C1C1;
}
.form.form-box dl{
  border-top: 0;
}
.form.form-box dl dt:nth-child(1){
  padding-top: 0;
}
.form.form-box dl dd:nth-child(2){
  padding-top: 0;
}
.form dl dt,
.form dl dd{
  padding: 2.4rem 0;
  border-bottom: 1px solid #C1C1C1;
}
.form dl dt{
  padding-right: 2rem;
}
.form dl .min-h{
  padding: 1.4rem 0;
}
.form.confirm dl .min-h{
  padding: 0;
}
.form dl dt .min-h{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
@media screen and (min-width: 769px){
.form dl dd{
  display: flex;
  align-items: center;
}
.contact .form dl dt{
  padding-left: 4rem;
}
.contact .form dl dd{
  padding-right: 4rem;
}
}
.form dl dt span{
  display: inline-block;
  line-height: 1.77;
  padding: 0 0.5em;
  border-radius: 0.22em;
  background-color: #255AAD;
  color: #fff;
  font-size: 80%;
  font-weight: 700;
  margin-right: 0.7em;
  margin-top: 0.15em;
}
.form dl dt span.any{
  background-color: #AEB3C6;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form textarea{
  display: block;
  width: 100%;
  border-radius: 0.8rem;
  padding: 0.9em 1.5em;
  background: #fff;
  border: 1px solid #AEB3C6;
}
.form textarea{
  height: 20rem;
  resize: none;
}
.form .agree-box{
  padding: 2.8rem;
  margin-top: 4rem;
}
.form .note{
  padding: 0 4rem;
  font-size: 1.4rem;
  margin-top: 4rem;
}
.form .btn-wrap{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
  position: relative;
}
.form .submit-btn,
.form .back-btn{
  display: block;
  width: 40rem;
  line-height: 7rem;
  border: none;
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s;
}
.form .submit-btn:hover,
.form .back-btn:hover{
  opacity: 0.7;
}


.form.confirm dl dt:has( + dd .input:empty),
.form.confirm dl dd:has(.input:empty){
  display: none;
}
.form.complete a.arrow-btn{
  margin: 5rem auto 0;
}


.radio,
.wpcf7-radio{
  display: grid;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  column-gap: 3em;
  row-gap: 0.8em;
}
.radio label{
  position: relative;
}
.radio input[type=radio]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.radio input[type=radio] + span{
  display: inline-block;
  padding-left: calc(2.2rem + 0.5em);
  line-height: 1.5;
  cursor: pointer;
  position: relative;
}
.radio input[type=radio] + span::before{
  content: "";
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #AEB3C6;
  background: #fff;
  position: absolute;
  top: 0.1rem;
  left: 0;
}
.radio input[type=radio]:checked + span::after{
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #255AAD;
  position: absolute;
  top: 0.6rem;
  left: 0.5rem;
}


.checkbox,
.wpcf7-checkbox{
  display: grid;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  column-gap: 3em;
  row-gap: 0.8em;
}
.agree-box .checkbox{
  display: flex;
  justify-content: center;
}
.checkbox a{
  text-decoration: underline;
}
.checkbox label{
  position: relative;
}
.checkbox input[type=checkbox]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.checkbox input[type=checkbox] + span{
  display: inline-block;
  padding-left: calc(2.2rem + 0.5em);
  line-height: 2.2rem;
  cursor: pointer;
  position: relative;
}
.checkbox input[type=checkbox] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  box-sizing: border-box;
  border: 1px solid #AEB3C6;
  background: #fff;
  border-radius: 0.5rem;
}
.agree-box .checkbox input[type=checkbox] + span::before{
  border: none;
}
.checkbox input[type=checkbox]:checked + span::before{
  background: #255AAD;
  border: 1px solid #255AAD;
}
.checkbox input[type=checkbox]:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.9rem;
  left: 0.65rem;
  width: 0.6rem;
  height: 1.1rem;
  transform: rotate(43deg);
  border-bottom: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
}


/* CF7用  */
.wpcf7-list-item{
  display: block;
  margin: 0;
}
.wpcf7-not-valid-tip{
  font-size: 90%;
  margin-top: 0.5em;
}
.wpcf7-spinner{
  position: absolute;
  bottom: calc(-2rem - 24px);
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
form.submitting .wpcf7-spinner{
  display: block;
}
.wpcf7 form .wpcf7-response-output{
  text-align: center;
  margin: 2rem auto 0;
}




/*　news 共通
------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 769px){
.pickup-swiper .swiper-wrapper{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}
}
.pickup-swiper .swiper-slide,
.pickup-swiper .swiper-slide a{
  display: block;
}
.pickup-swiper .swiper-slide .zoom{
  aspect-ratio: 252 / 168;
}
.pickup-swiper .swiper-slide .ttl{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 0.8em;
}
.pickup-swiper .swiper-slide .date{
  display: block;
  margin-top: 0.4em;
}


ul.cat-li{
  display: flex;
  gap: 1.1rem;
  margin-bottom: 2rem;
}
ul.cat-li li{
  display: block;
  width: 100%;
}
ul.cat-li li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.5rem;
  color: #2A5F98;
  background-color: #fff;
  border: 1px solid #2A5F98;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  transition: background-color 0.3s, color 0.3s;
  text-transform: capitalize;
}
ul.cat-li li a:hover,
ul.cat-li li a.active{
  opacity: 1;
  background-color: #2A5F98;
  color: #fff;
}
ul.cat-li li a.active{
  pointer-events: none;
}


.step-sec{
  background: url(../images/home/join-bg.jpg) center center no-repeat;
  background-size: cover;
}
.step-sec ul.step-li{
  display: grid;
  grid-template-columns: repeat(3, 25rem);
  gap: 4rem;
  justify-content: center;
  margin-top: 4rem;
}
.step-sec ul.step-li li{
  display: block;
  padding: 4rem 1.6rem;
  border: 1px solid #fff;
  background-color: rgba(255,255,255,0.15);
}
.step-sec ul.step-li li h3{
  font-size: 4.8rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.5em;
}
.step-sec ul.step-li li p{
  width: fit-content;
  margin: 0 auto;
}


ul.page-numbers{
  display: flex;
  justify-content: center;
  gap: 0.5em;
  font-size: 1.6rem;
  margin: 5rem auto 0;
}
ul.page-numbers li{
  display: block;
}
ul.page-numbers li .page-numbers{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  font-weight: 700;
  border: 1px solid #DEDEDE;
  transition: color 0.3s, border-color 0.3s, background 0.3s;
}
ul.page-numbers li a.page-numbers:hover,
ul.page-numbers li .page-numbers.current{
  border-color: transparent;
  background: #141F43;
  color: #fff;
  opacity: 1;
}
ul.page-numbers li .page-numbers.dots{
  background: none;
  border: none;
  width: 1.8em;
}


.post-box{
  padding: 6rem 8rem;
}
.post-box h1{
  font-size: 2.8rem;
  margin-bottom: 0.5em;
}
.post-box .date-cat{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 2rem;
  row-gap: 1rem;
  margin-bottom: 5rem;
}
.post-box img{
  margin: 5rem auto;
}
.post-box p{
  margin: 1.5em 0;
}
.post-box ul,
.post-box ol{
  margin-left: 1.5em;
}
.post-box p:last-child,
.post-box img:last-child{
  margin-bottom: 0;
}
.post-box + a.arrow-btn{
  margin: 6rem auto 0;
}




/*　privacy-policy 共通
------------------------------------------------------------------------------------------------*/

.low-sec h2{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.2em;
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  margin: 2.5em 0 0.5em;
}
.low-sec h2:first-child{
  margin-top: 0;
}
.low-sec p{
  margin: 1em 0;
}
.low-sec ul li{
  display: block;
  padding-left: 1.3em;
  position: relative;
}
.low-sec ul li + li{
  margin-top: 0.2em;
}
.low-sec ul li::before{
  content: "⚫︎";
  position: absolute;
  left: 0;
  top: 0;
}
.low-sec dl{
  display: grid;
  grid-template-columns: 39rem 1fr;
  gap: 1rem;
}
.low-sec dl dt,
.low-sec dl dd{
  padding: 1em 3rem;
  background-color: #F4F5F8;
}




/*　entry 共通
------------------------------------------------------------------------------------------------*/




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

/*　home SP
------------------------------------------------------------------------------------------------*/

.fv{
  aspect-ratio: unset;
  height: calc(100svh - 6.4rem);
  min-height: 36rem;
  max-height: 52rem;
}
.fv .wrap{
  width: calc(100% - 3.2rem);
  left: 1.6rem;
  bottom: 2.4rem;
}
.fv .wrap h1{
  font-size: 3.6rem;
  line-height: 1.15;
  letter-spacing: 0.06em;
}
html[lang^="en"] .fv .wrap h1{
  font-size: 3.2rem;
}
.fv .wrap p{
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin-top: 0.9rem;
}
html[lang^="en"] .fv .wrap p{
  font-size: 1.4rem;
}
.fv .wrap a.arrow-btn{
  margin-top: 3rem;
}


.fv-swiper{
  margin-top: 2.4rem;
}
.fv-swiper .swiper-slide{
  width: 25.4rem;
  margin-right: -2.4rem;
}


.home-tech{
  padding-bottom: 0;
}
.home-tech ul.tech-li{
  grid-template-columns: 100%;
  border-top: 1px solid #D0D0D0;
}
.home-tech ul.tech-li li{
  padding: 1.6rem 0;
}
.home-tech ul.tech-li li .ttl-wrap{
  grid-template-columns: 6rem 1fr;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}
.home-tech ul.tech-li li .ttl-wrap h3{
  font-size: 1.6rem;
}


.cutimg-wrap{
  margin-top: 4rem;
}
html[lang^="en"] .cutimg-wrap .txt{
  width: 100%;
}
.cutimg-wrap.sp-reverse{
  display: flex;
  flex-direction: column-reverse;
}
.cutimg-wrap .txt > h3 + p{
  width: 100%;
}
.cutimg-wrap .txt > h3{
  width: 100%;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
html[lang^="en"] .cutimg-wrap .txt > h3{
  font-size: 2rem;
}
.cutimg-wrap a.arrow-btn + a.arrow-btn{
  margin-top: 1.2rem;
}
.cutimg-wrap .img{
  width: calc(100% + 3.2rem);
  height: 20rem;
  position: relative;
  left: -1.6rem;
  top: unset;
  bottom: 0;
  margin-top: 4.8rem;
  z-index: 2;
}
.cutimg-wrap.sp-reverse .img{
  margin: 0 0 4.8rem;
}
.cutimg-wrap .img.inline{
  width: calc(100% + 3.2rem);
}
.cutimg-wrap .img.one img,
.cutimg-wrap .img.inline img{
  clip-path: unset;
}
.cutimg-wrap .img.two .img1{
  width: calc(50% + 1.9rem);
  height: 77.5%;
  clip-path: polygon(0 0,100% 0,calc(100% - 3.6rem) 100%,0 100%);
}
.cutimg-wrap .img.two .img2{
  width: calc(50% + 1.9rem);
  height: 77.5%;
  object-position: 10% center;
  clip-path: polygon(3.6rem 0,100% 0,100% 100%,0 100%);
}
.cutimg-wrap .img.quality{
  width: 100%;
  height: unset;
  position: unset;
}


.home-mobility{
  padding-top: 16rem;
  margin-top: -10rem;
}
.home-mobility .mobility-swiper .swiper-slide{
  width: 32rem;
  height: auto;
  margin-right: 1.6rem;
}
.home-mobility .mobility-swiper .swiper-slide .ttl-wrap{
  height: 16rem;
  padding: 0 1.6rem;
}
.home-mobility .mobility-swiper .swiper-slide .ttl-wrap .label{
  line-height: 3.2rem;
  padding: 0 1em;
  margin-bottom: 0.8rem;
}
.home-mobility .mobility-swiper .swiper-slide .ttl-wrap h3{
  font-size: 2rem;
}
.home-mobility .mobility-swiper .swiper-slide .inner{
  padding: 1.6rem;
}


.home-global{
  padding-bottom: 0;
}
.home-global::before{
  width: 46.5rem;
  top: 0;
}
.global-ttl{
  font-size: 2rem;
  margin-bottom: 3rem;
}
ul.global-li,
ul.global-li.col2{
  grid-template-columns: 100%;
  justify-content: center;
  row-gap: 4rem;
}
ul.global-li li .ttl-top{
  font-size: 1.4rem;
}
ul.global-li li .ttl{
  font-size: 2.8rem;
}
ul.global-li li p{
  margin-top: 0.5em;
}
.home-global ul.detail-li{
  grid-template-columns: 100%;
  row-gap: 1.6rem;
  margin-top: 5rem;
}
.home-global ul.detail-li li .ttl{
  font-size: 1.6rem;
  margin-bottom: 1rem;
}


.home-business{
  padding-bottom: 0;
}
.lineup-swiper .swiper-slide,
ul.lineup-li > li{
  width: 33rem;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 1.6rem;
  margin-right: 1.6rem;
}
ul.lineup-li > li{
  width: 100%;
}
.lineup-swiper .swiper-slide .inner-anchor{
  top: -8.4rem;
}
.lineup-swiper .swiper-slide .txt,
ul.lineup-li > li .txt{
  min-height: unset;
  flex-grow: 1;
}
.lineup-swiper .swiper-slide .txt .label{
  min-height: 2.8rem;
  padding: 0.2em 0.6em;
}
.lineup-swiper .swiper-slide .txt > .label{
  margin-bottom: 1rem;
}
.lineup-swiper .swiper-slide .txt > .ttl,
ul.lineup-li > li .txt > .ttl{
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
.lineup-swiper .swiper-slide .txt > .label + .ttl{
  font-size: 2rem;
}
.lineup-swiper .swiper-slide .txt .ttl-wrap{
  display: block;
  margin-bottom: 0.8rem;
}
.lineup-swiper .swiper-slide .txt .ttl-wrap .label{
  margin-bottom: 0.4em;
}
.lineup-swiper .swiper-slide .txt .ttl-wrap .ttl{
  font-size: 2rem;
}
.lineup-swiper .swiper-slide .txt p:has(+ hr),
ul.lineup-li > li .txt p:has(+ hr){
  margin-bottom: 1.4rem;
}
.lineup-swiper .swiper-slide .txt hr,
ul.lineup-li > li .txt hr{
  margin: auto 0 1.2rem;
}


.home-products ul.flow-box{
  grid-template-columns: 100%;
  gap: 1.6rem;
  margin-top: 3rem;
}
.home-products ul.flow-box > li{
  display: block;
  padding: 2rem 1.6rem;
}
.home-products ul.flow-box h3{
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.home-products ul.flow-box ul li{
  min-height: 2.8rem;
  padding-left: 4rem;
  font-size: 1.6rem;
}
.home-products ul.flow-box ul li + li{
  margin-top: 1.2rem;
}
.home-products ul.flow-box ul li::before{
  width: 2.8rem;
}


.home-company{
  padding-bottom: 0;
}
.home-company .box{
  grid-template-columns: 100%;
}
.home-company .box .img{
  height: unset;
}
.home-company .box .txt{
  padding: 2rem 1.6rem;
}
.home-company .box .txt ul li h3{
  font-size: 1.8rem;
}
.home-company ul.global-li{
  margin-top: 3rem;
}


.home-service .wrap-1{
  grid-template-columns: 100%;
  gap: 2rem;
}
.home-service .wrap-1 .txt h3{
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.home-service ul.check-li.col2{
  grid-template-columns: 100%;
}
ul.check-li.f19{
  font-size: 1.5rem;
}
ul.check-li li{
  padding-left: 2.8rem;
}
ul.check-li li::before{
  top: 0;
}
ul.check-li.f19 li::before{
  top: 0.05em;
}
.home-service .wrap-1 .txt ul.check-li{
  margin-top: 2rem;
}
.home-service .box-1{
  padding: 2rem 1.6rem;
  margin-top: 4rem;
}
.home-service .box-1 + .box-1{
  margin-top: 2.4rem;
}
.home-service .box-1 h3{
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.home-service .box-1 ul.step-li li{
  grid-template-columns: 100%;
  gap: 1rem;
  padding: 2rem 1.6rem;
}
.home-service .box-1 ul.step-li li + li{
  margin-top: 1.2rem;
}
.home-service .box-1 ul.step-li li .ttl-wrap{
  border-right: none;
}
html[lang^="en"] .home-service .box-1 ul.step-li li .ttl-wrap{
  flex-direction: row;
  align-items: center;
  gap: 0;
}
.home-service .box-1 ul.step-li li .ttl-wrap .num{
  width: 7rem;
  font-size: 1.2rem;
  margin-right: 1.4rem;
}
.home-service .box-1 ul.step-li li .ttl-wrap h4{
  font-size: 1.8rem;
}
.home-service .box-1 ul.support-li{
  grid-template-columns: 100%;
  gap: 1.2rem;
}
.home-service .box-1 ul.support-li li{
  display: block;
  padding: 1.6rem 2rem;
}
.home-service .box-1 ul.support-li li h4{
  font-size: 1.6rem;
}


.obi-swiper{
  margin-bottom: 1.2rem;
}
.obi-swiper .swiper-slide{
  width: 20.8rem;
  margin-right: 1.2rem;
}


.home-join h3{
  font-size: 1.8rem;
  margin: 3.6rem 0 1.6rem;
}
.home-join ul.overview-li{
  grid-template-columns: 100%;
  gap: 1.2rem;
  margin-top: 3.6rem;
}
.home-join ul.overview-li li{
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 10rem;
  text-align: left;
}
.home-join ul.overview-li li img.ico{
  width: 6rem;
  margin: 0;
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.home-join ul.overview-li li h4{
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.home-join ul.job-li{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
.home-join ul.job-li li{
  line-height: 3.2rem;
  padding: 0;
}
html[lang^="en"] .home-join ul.job-li li{
  font-size: 1.15rem;
}
.home-join p.p-1{
  margin: 2.4rem 0;
}
.home-join .btn-wrap{
  flex-wrap: wrap;
  gap: 1.2rem;
}


ul.news-li li + li{
  margin-top: 1.2rem;
}
ul.news-li li a{
  grid-template-columns: 100%;
  gap: 0.8rem;
  padding: 1.6rem 4.8rem 1.6rem 1.6rem;
  min-height: unset;
}
ul.news-li li a::before{
  width: 2.4rem;
  right: 1.2rem;
}
.home-news .btn-wrap{
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 4rem;
}


.home-contact .wrap-1{
  grid-template-columns: 100%;
}
.home-contact .wrap-1 a.arrow-btn + a.arrow-btn{
  margin-top: 1.2rem;
}
.home-contact .wrap-2{
  grid-template-columns: 100%;
  padding-top: 3rem;
  margin-top: 4rem;
}
.home-contact .wrap-2 .tel-wrap{
  width: fit-content;
  margin: 1.6rem auto 0;
}
html[lang^="en"] .home-contact .wrap-2 .tel-wrap{
  width: fit-content;
}
.home-contact .wrap-2 .tel-wrap a{
  font-size: 2.4rem;
}
.home-contact .wrap-2 .tel-wrap p{
  font-size: 1.2rem;
}




/*　message SP
------------------------------------------------------------------------------------------------*/

.message .common-header{
  padding-bottom: 14rem;
}
.message .sec-1{
  margin-top: -10rem;
}
.message .sec-1 img.ceo-img{
  margin-bottom: 5rem;
}


.message .sec-2 .ttl-wrap{
  position: unset;
}
.message .sec-2 .box{
  width: 100%;
  padding: 2rem 1.6rem;
}
.message .sec-2 .box ul li{
  padding-left: 4.6rem;
}
.message .sec-2 .box ul li::before{
  width: 3.6rem;
}
.message .sec-2 .box ul li + li{
  margin-top: 1.6rem;
}
.message .sec-2 .box ul li big{
  font-size: 1.9rem;
}
.message .sec-2 .box ul li p{
  font-size: 1.2rem;
}


.message .sec-3 big,
html[lang^="en"] .message .sec-3 big{
  font-size: 1.8rem;
}
.message .sec-3 img.vision-catch{
  width: 100%;
}


.message .sec-4 big{
  font-size: 2.2rem;
  margin-bottom: 4rem;
}
.message .sec-4 ul{
  grid-template-columns: 100%;
  gap: 1.6rem;
}
.message .sec-4 ul li{
  padding: 2rem 1.6rem;
}
.message .sec-4 ul li .ttl-wrap{
  grid-template-columns: 5rem 1fr;
  margin-bottom: 0.6rem;
}
.message .sec-4 ul li .ttl-wrap h3{
  font-size: 2rem;
}


.message-sec{
  min-height: unset;
  padding: 6rem 0;
}
.message-sec h2{
  font-size: 2rem;
  margin-bottom: 2rem;
}
.message-sec p,
.message-sec p:has(+ a.arrow-btn){
  width: 100%;
}
.message-sec a.arrow-btn + a.arrow-btn{
  margin-top: 1.2rem;
}
.message .message-sec p{
  text-align: left;
}




/*　company SP
------------------------------------------------------------------------------------------------*/

.company .sec-1 .ttl-1{
  font-size: 3rem;
}
.company .sec-1 .ttl-1-ja{
  font-size: 1.6rem;
}
.company .sec-1 .wrap{
  grid-template-columns: 100%;
}
.company .sec-1 .wrap dl{
  grid-template-columns: 100%;
}
.company .sec-1 .wrap dl dt{
  padding: 1.6rem 0 0.2em;
  border-bottom: none;
  padding-right: 0;
}
.company .sec-1 .wrap dl dd{
  padding: 0 0 1.6rem;
}
.company .sec-1 ul.ul-col4{
  margin-top: 5rem;
}


.company .sec-3 ul.factories-li{
  grid-template-columns: 100%;
  row-gap: 3rem;
}
.company .sec-3 ul.factories-li li h3{
  font-size: 1.8rem;
  margin: 1.2rem 0;
}
.company .sec-3 ul.factories-li li ul.check-li{
  margin-top: 1.2rem;
}


ul.info-li,
ul.info-li.col4{
  grid-template-columns: 100%;
  row-gap: 1.6rem;
}
ul.info-li li a{
  height: 19rem;
}
ul.info-li li a .inner{
  padding: 1.6rem 1.6rem 2.6rem;
}
ul.info-li li a .inner h3,
ul.info-li.col4 li a .inner h3{
  font-size: 2rem;
}
ul.info-li li a .inner p{
  margin-top: 0.3em;
}
ul.info-li li a .inner .arrow-link{
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
}




/*　history SP
------------------------------------------------------------------------------------------------*/

.history .sec-1 ul{
  grid-template-columns: 100%;
  gap: 1.6rem;
}
.history .sec-1 ul li{
  grid-template-columns: 15rem 1fr;
  gap: 0.8rem;
  padding: 1.6rem 0.4rem;
}
.history .sec-1 ul li .catch small{
  font-size: 1.4rem;
}
.history .sec-1 ul li .catch big{
  font-size: 2rem;
}


.history .sec-2 dl.era-dl{
  grid-template-columns: 100%;
  border-top: none;
}
.history .sec-2 dl.era-dl dt,
.history .sec-2 dl.era-dl dd{
  border-bottom: none;
  position: relative;
}
.history .sec-2 dl.era-dl dt{
  padding: 0 0 1rem;
}
.history .sec-2 dl.era-dl dd{
  padding: 0 0 2.4rem;
}
.history .sec-2 dl.era-dl dd:last-child{
  padding-bottom: 0;
}
.history .sec-2 dl.era-dl dt::before{
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  background: #2545C9;
  position: absolute;
  left: -2rem;
  top: 0.65rem;
  z-index: 1;
}
.history .sec-2 dl.era-dl dd::before{
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 3rem);
  background: #DEDEDE;
  position: absolute;
  left: -1.45rem;
  top: -2rem;
  z-index: 0;
}
.history .sec-2 dl.era-dl dd:last-child::before{
  content: none;
}
.history .sec-2 dl.era-dl dt .en{
  font-size: 2rem;
}


.history .sec-3 ul{
  grid-template-columns: repeat(2, 1fr);
  row-gap: 3rem;
  font-size: 1.2rem;
}
.history .sec-3 ul li h3{
  min-height: unset;
  font-size: 1.7rem;
}




/*　sustainability SP
------------------------------------------------------------------------------------------------*/

ul.point-li,
ul.point-li.col3{
  grid-template-columns: 100%;
  gap: 1.6rem;
}
ul.point-li li{
  padding: 2rem 1.6rem;
}
ul.point-li li h3{
  font-size: 1.8rem;
}


.sustainability .sec-1 img.policy{
  width: 94%;
}


.sustainability .sec-2 .mobility-swiper .swiper-slide{
  width: 32rem;
  grid-template-columns: 100%;
  margin-right: 1.8rem;
}
.sustainability .sec-2 .mobility-swiper .swiper-slide + li{
  margin-top: 4rem;
}
.sustainability .sec-2 .mobility-swiper .swiper-slide img.img{
  order: unset;
}
.sustainability .sec-2 .mobility-swiper .swiper-slide .txt{
  padding: 2rem;
}
.sustainability .sec-2 .mobility-swiper h3{
  font-size: 2rem;
}
.sustainability .sec-2 .mobility-swiper ul.check-li{
  margin-top: 2rem;
}


hr.hr{
  margin: 6rem 0;
}
ul.label-li li,
ul.label-li.ttl44 li{
  grid-template-columns: 100%;
  padding: 2rem 1.6rem;
}
ul.label-li li + li{
  margin-top: 1.6rem;
}
ul.label-li li h3{
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}




/*　faq SP
------------------------------------------------------------------------------------------------*/

ul.faq-li li{
  padding: 2rem 1.6rem;
}
ul.faq-li li + li{
  margin-top: 1.6rem;
}
ul.faq-li li .ttl{
  font-size: 1.6rem;
}


.faq .sec-2 ul{
  grid-template-columns: 100%;
  gap: 1.6rem;
}
.faq .sec-2 ul li{
  padding: 1.6rem;
}
.faq .sec-2 ul li h3{
  font-size: 1.8rem;
}


ul.requirements-li li{
  padding: 2rem 1.6rem;
}
ul.requirements-li li + li{
  margin-top: 2.4rem;
}
ul.requirements-li li .ttl-wrap{
  margin-bottom: 2rem;
}
ul.requirements-li li .type{
  font-size: 1.2rem;
}
ul.requirements-li li dl{
  grid-template-columns: auto 1fr;
}
ul.requirements-li li dl dt{
  padding-right: 1.2em;
}


.info-entry .content{
  grid-template-columns: 100%;
}




/*　interview SP
------------------------------------------------------------------------------------------------*/

.interview .sec-1 ul.job-li > li{
  grid-template-columns: 100%;
  gap: 2rem;
  padding: 1.6rem 1.6rem 2rem;
}
.interview .sec-1 ul.job-li > li img.img{
  width: 100%;
  height: 20rem;
  object-fit: cover;
  object-position: center 20%;
}
.interview .sec-1 ul.job-li > li + li{
  margin-top: 2.4rem;
}
.interview .sec-1 ul.job-li > li h3{
  font-size: 1.8rem;
}
.interview .sec-1 ul.job-li > li big{
  font-size: 1.6rem;
}
.interview .sec-1 ul.job-li > li ul{
  column-gap: 0.6rem;
  margin-top: 1.6rem;
}
.interview .sec-1 ul.job-li > li ul li{
  font-size: 1.2rem;
}


ul.interview-li li + li{
  margin-top: 5rem;
}
ul.interview-li li .wrap-1 .txt{
  margin-top: 2rem;
}
ul.interview-li li .wrap-1 .num-wrap{
  width: fit-content;
  margin: 0 1rem 1.6rem auto;
}
ul.interview-li li .wrap-1 .num-wrap img.num-txt{
  width: 8rem;
  margin-right: 1rem;
}
ul.interview-li li .wrap-1 .num-wrap img.num{
  width: auto;
  height: 4.4rem;
}
ul.interview-li li .wrap-1 .txt h3{
  align-items: flex-start;
  font-size: 1.8rem;
}
html[lang^="en"] ul.interview-li li .wrap-1 .txt h3{
  font-size: 1.7rem;
}
ul.interview-li li .wrap-1 .txt .name-wrap{
  margin: 1.6rem 0 0;
}
ul.interview-li li .wrap-1 .txt .name-wrap .name{
  font-size: 1.6rem;
}
ul.interview-li li .wrap-1 .txt .name-wrap .group{
  font-size: 1.2rem;
  margin-left: 1.6rem;
}
ul.interview-li li .wrap-1 .txt .name-wrap .years{
  font-size: 1.2rem;
}
ul.interview-li li .wrap-2{
  display: block;
  margin-top: 3rem;
}
ul.interview-li li .wrap-2 .img{
  width: 60%;
  margin: 0 auto 2rem;
}
ul.interview-li li .wrap-2 .txt h4{
  font-size: 1.8rem;
  margin: 2rem 0 0.5em;
}




/*　career-path SP
------------------------------------------------------------------------------------------------*/

ul.training-li li{
  grid-template-columns: 100%;
  gap: 2.4rem;
  padding: 2rem 1.6rem;
}
ul.training-li li + li{
  margin-top: 2rem;
}
ul.training-li li h3{
  font-size: 1.8rem;
}
ul.training-li li h3::before{
  width: 4rem;
}
ul.training-li li .img-wrap{
  gap: 1.4rem;
  margin-top: 2.4rem;
}


ul.environment-li{
  border-radius: 1.6rem;
  padding: 1.6rem;
}
ul.environment-li > li{
  grid-template-columns: 100%;
  gap: 1.6rem;
  padding: 1.6rem 1.6rem 2rem;
  border-radius: 1.6rem;
}
ul.environment-li > li + li{
  margin-top: 1.6rem;
}
ul.environment-li > li img.img{
  width: 100%;
  height: 20rem;
  object-fit: cover;
}
ul.environment-li > li h3{
  font-size: 1.8rem;
}
ul.environment-li > li h3::before{
  width: 100%;
  left: 0;
}
ul.environment-li > li p{
  font-size: 1.4rem;
}
ul.environment-li > li ul{
  grid-template-columns: 100%;
  margin-top: 1.4rem;
}


ul.benefits-li{
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
ul.benefits-li > li{
  border: 0.3rem solid #4292D9;
  padding: 1.6rem 1rem;
}
html[lang^="en"] ul.benefits-li > li{
  padding: 1.6rem 1rem;
}
ul.benefits-li > li img.img{
  width: 5rem;
  margin: 0 auto 1.6rem;
}
ul.benefits-li > li h3{
  font-size: 1.8rem;
}
ul.benefits-li > li ul li{
  border: 0.2rem solid #255AAD;
  font-size: 1.2rem;
}
html[lang^="en"] ul.benefits-li > li ul li{
  font-size: 1.1rem;
}




/*　contact SP
------------------------------------------------------------------------------------------------*/

p.form-top{
  text-align: left;
  margin-bottom: 4rem;
}
.form.form-box{
  padding: 3rem 1.6rem 4rem;
}
.form dl{
  grid-template-columns: 100%;
  font-size: 1.4rem;
}
.form dl dt{
  padding: 1.8rem 0 1rem;
  border-bottom: 0;
}
.form dl dd{
  padding: 0 0 2rem;
}
.form dl .min-h{
  padding: 0;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form textarea{
  border-radius: 0.6rem;
  padding: 0.9em 1em;
  font-size: 1.4rem;
}
.form textarea{
  height: 16rem;
}
.form .agree-box{
  padding: 1.6rem;
  font-size: 1.4rem;
  margin-top: 4rem;
}
.form .note{
  padding: 0;
  font-size: 1.2rem;
  margin-top: 4rem;
}
.form .btn-wrap{
  flex-direction: column;
  gap: 1.4rem;
  margin-top: 4rem;
}
.form .submit-btn,
.form .back-btn{
  width: 100%;
  line-height: 5.6rem;
  font-size: 1.6rem;
}


.form.complete a.arrow-btn{
  margin: 4rem auto 0;
}


.radio,
.wpcf7-radio{
  grid-template-columns: 100%;
  row-gap: 0.6em;
  margin-top: 0.4rem;
}
.radio input[type=radio] + span::before{
  top: -0.1rem;
}
.radio input[type=radio]:checked + span::after{
  top: 0.4rem;
}


.checkbox,
.wpcf7-checkbox{
  grid-template-columns: 100%;
  row-gap: 0.6em;
  margin-top: 0.4rem;
}




/*　news SP
------------------------------------------------------------------------------------------------*/

.pickup-swiper .swiper-slide{
  width: 29rem;
  margin-right: 2rem;
}
.pickup-swiper .swiper-slide .ttl{
  font-size: 1.6rem;
}


ul.cat-li{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  margin-bottom: 2rem;
}
ul.cat-li li a{
  height: 4rem;
  font-size: 1.6rem;
}


.step-sec ul.step-li{
  grid-template-columns: 100%;
  gap: 1.2rem;
  margin-top: 3.6rem;
}
.step-sec ul.step-li li{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.6rem;
  padding: 1.6rem;
}
.step-sec ul.step-li li h3{
  font-size: 3rem;
  margin-bottom: 0;
}
.step-sec ul.step-li li p{
  width: fit-content;
  margin: 0;
}


ul.page-numbers{
  font-size: 1.4rem;
  margin: 4rem auto 0;
}


.post-box{
  padding: 2rem 1.6rem;
}
.post-box h1{
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
.post-box .date-cat{
  margin-bottom: 3rem;
}
.post-box img{
  margin: 3rem auto;
}
.post-box + a.arrow-btn{
  margin: 3rem auto 0;
}




/*　privacy-policy SP
------------------------------------------------------------------------------------------------*/

.low-sec h2{
  font-size: 1.8rem;
  margin: 2em 0 0.6em;
}
.low-sec dl{
  grid-template-columns: 100%;
  gap: 0;
}
.low-sec dl dt{
  padding: 1em 1em 0.5em;
}
.low-sec dl dd{
  padding: 0 1em 1em;
}
.low-sec dl dd + dt{
  margin-top: 1rem;
}




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



