@charset "utf-8";
/*共通 設定
---------------------------------------------------------*/
@font-face {
  font-family: 'MyFont';
  src: url('A-OTF-GothicMB101Pro-Bold.otf') format('opentype');
}
:root {
  --color-main: #044FCE;
  --color-orange: #FF6C03;
  --color-red: #D70000;
  --color-gray: #F5F5F5;
  --grad-main: linear-gradient(270deg, #044FCE 0%, #00A5FF 64.5%);
  --grad-main02: linear-gradient(90deg, #044FCE 0%, #00A5FF 100%);
  --fontEn: "neue-haas-unica", sans-serif;
  --: 'Noto Sans JP', sans-serif ,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana;
  --font_aotf: "MyFont", sans-serif;
}
.fontEn{
    font-family: var(--fontEn);
    font-weight: 600;
    line-height: .8;
}
.font_aotf{
    font-family: var(--font_aotf);
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: .02em;
    font-style: normal;
}
.is-tablet .font_aotf{
    font-family: var(--fontJa);
}

.txtSet{
    line-height: 1.7;
}
.clrMain{
  color: var(--color-main)!important;
}
.bgMain{
  background-color: var(--color-main)!important;
}
.gradMain{
  background: var(--grad-main);
}
.gradMain02{
  background: var(--grad-main02);
}
.clrSub{
  color: var(--color-sub)!important;
}
.bgSub{
  background-color: var(--color-sub)!important;
}
.bgGray{
  background-color: var(--color-gray)!important;
}






/*header
---------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: .2s;
  z-index: 9999;
}
#header.scrollClass {
  background-color: var(--color-main);
  box-shadow: 0 .2rem .4rem rgba(0,0,0,.3);
}
.headerWrap {
  width: 95%;
  margin: 0 auto;
  padding: 1rem 0;
  color: #fff;
}
.headerWrap a{
    color: #fff;
    font-weight: 700;
}
.hLogo .txt{
  text-align: left;
}
.hLogo .name{
  font-size: 1.8rem;
  margin-bottom: 0.2rem;
}
.hLogo .fontEn{
  font-size: 1.2rem;
}
.hLogo{
  gap: 1rem;
}
.hLogo img {
  width: 10.5rem;
}
.hMenu {
  gap: 1.6rem;
}
.hNav li {
  text-align: left;
  margin: 0 1.4rem;
  position: relative;
}
.hNav li a {
  position: relative;
}
.hNav li a::before{
  content: "";
  position: absolute;
  bottom: -.2rem;
  left: 0;
  width: 100%;
  height: .1rem;
  background: #fff;
  transform-origin: right top;
  transform: scale(0,1);
  transition: transform .4s cubic-bezier(.165,.84,.44,1);
}
.hNav li a:hover::before{
  transform-origin: left top;
  transform: scale(1,1);
}
.hBtn {
  gap: 1.1rem
}
#header .hBtn .btn a{
  width: 16rem;
}
.hTel{
  padding-top: 1rem;
}
.hTel a{
  font-size: 3rem;
}
.hTel a::before{
  content: "";
  width: 2.3rem;
  height: auto;
  aspect-ratio: 1;
  background: #fff url("../img/tel_black.svg") center no-repeat;
  background-size: 47% auto;
  display: inline-block;
  margin-right: 0.8rem;
  border-radius: 50%;
  vertical-align: -0.2rem;
}
.hTel p{
  font-size: 1rem;
}


#header.scrollClass a {
  border-color: #0553db;
}
.menuIcon {
  display: none;
}


/*footer
---------------------------------------------------------*/
.footer{
  padding: 5.4rem 0 8.7rem;
}
.fCompany {
    gap: 18rem;
    border-bottom: .1rem solid #D9D9D9;
    padding-bottom: 3.8rem;
    margin-bottom: 2.8rem;
}
.fCompany .fLogo {
  width: 44.6rem;
  gap: 1rem;
}
.fLogo .txt{
  text-align: left;
  flex: 1;
}
.fLogo .name{
  font-size: 2.4rem;
  margin-bottom: 0.2rem;
  font-weight: 900;
}
.fLogo .fontEn{
  font-size: 1.4rem;
}
.fCompany address {
    text-align: left;
}
.fRow{
  gap: 8.7rem;
  margin-bottom: 6rem;
  align-items: flex-end;
  justify-content: space-between;
  padding-left: 4rem;
}
.fNav{
  gap: 10rem;
  text-align: left;
}
.fNav ul:nth-of-type(n+2){
  margin-top: 8rem;
}
.fNav li a{
  font-weight: 600;
  padding: .2rem 0;
  margin: 0.6rem 0;
  display: inline-block;
}
.fNav li a:hover{
  color: var(--color-main);
}
.fNav li .child a{
  font-weight: 400;
  display: inline-flex;
  align-items: center;
}
.fNav li .child a::before{
  content: "";
  width: .4rem;
  height: 0.2rem;
  display: inline-block;
  margin-right: .4rem;
  background-color: #000;
}
.fLink .tel{
  margin-bottom: 2rem;
}
.fLink .tel a{
  font-size: 3.2rem;
}
.fLink .tel a::before{
  content: "";
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1;
  background: #000 url("../img/tel_white.svg") center no-repeat;
  background-size: 47% auto;
  display: inline-block;
  margin-right: 0.6rem;
  border-radius: 50%;
  vertical-align: -0.2rem;
}
.fLink .tel p{
  font-size: 1.4rem;
}
.fLink .btn{
  margin-bottom: 2rem;
}
.footer .fLink .btn a{
  width: 100%;
  padding: 1.6rem;
}
.fLink ul{
  font-size: 1.4rem;
  text-align: left;
}
.fLink ul a{
  margin: 0.4rem 0;
  display: inline-block;
}
.fLink ul a:hover{
  color: var(--color-main);
}
.fMark {
    gap: 1rem;
    width: 24rem;
    margin-left: auto;
}
.fMark .img {
  width: 6.3rem;
}
.fMark .box {
    flex:1;
    text-align: left;
}
.fMark .box .ttl {
    font-size: 1.4rem;
    padding-bottom: .6rem;
    font-weight: 600;
}
.fMark .box .txt {
    font-size: 1.2rem;
    line-height: 1.2;
    width: 90%;
}


/*共通 パーツ
---------------------------------------------------------*/
/* タイトル */
.ttlEnJa {
    font-size: 2.2rem;
    text-align: left;
}
.ttlEnJa span {
    display: inline-block;
    font-size: 7rem;
    line-height: 1;
    margin-bottom: 1rem;
    color: var(--color-main);
}
.ttlEnJa._white,
.ttlEnJa._white span {
  color: #fff;
}
.ttlEnJa._black,
.ttlEnJa._black span {
  color: #000;
}
.ttlEnJa._center{
  text-align: center;
}

/* ボタン */
.btn a,
.btn input {
  color: #fff;
  padding: 2.3rem 3rem;
  font-size: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 8rem;
  background: var(--grad-main02);
  width: 22rem;
  font-weight: 500;
}
.btn a::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: auto;
  aspect-ratio: 1.7/1.3;
  background: url("../img/arrow_white.svg") center no-repeat;
  background-size: contain;
  transition: .2s;
}
.btn._white a,
.btn._ja._white a{
  background: #fff;
  color: var(--color-main);
}
.btn._white a::after{
  background-image: url("../img/arrow_blue.svg");
}
.btn._pdf a::after{
  background-image: url("../img/pdf.svg");
  width: 1.8rem;
  aspect-ratio: 16/20;
}
.btn._ja a{
  font-size: 1.6rem;
  background: var(--color-orange);
  width: 16rem;
  padding: 1.3rem 2rem;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
}
.btn._ja02 a{
  width: auto;
  padding: 1.6rem 4rem;
}
.btn._ja a::after{
  width: 1.1rem;
}
.btn._ja._white a{
  width: 18rem;
}

.btn a:hover{
    transform: translateY(-.5rem);
    box-shadow: 0 .5rem 0 rgba(4, 79, 206, .8);
}
.btn:not(._pdf) a:hover::after{
  transform: translateX(1rem);
}
.btn._ja a:hover{
  background: #cc0000;
}
.btn._ja a:hover,
.btn._white a:hover{
  box-shadow: 0 .5rem 0 rgba(0,0,0,.2);
}
.btn._ja._white a:hover{
  color: var(--color-main);
  background: #fff;
}

/*アニメーション
---------------------------------------------------------*/
/* マーカー */
.js-marker {
  position: relative;
  display: block;
  width: fit-content;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.js-marker::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #222;
}
.js-marker.active,
.visible .js-marker {
  -webkit-animation: mv05-marker .8s 0.4s both;
          animation: mv05-marker .8s 0.4s both;
}
.js-marker.active::after,
.visible .js-marker::after {
  -webkit-animation: mv05-markerBg .8s 0.4s both;
          animation: mv05-markerBg .8s 0.4s both;
}
.js-marker._02.active,
.js-marker._02.active::after{
  animation-delay: .8s;
}
@keyframes mv05-marker {
  60%, 100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes mv05-markerBg {
  60% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}

.js-scroll._fadeInLeft,
.js-scroll ._fadeInLeft{
  transform: translateX(-6rem);
}
.js-scroll._fadeInRight,
.js-scroll ._fadeInRight{
  transform: translateX(6rem);
}
.js-scroll._fadeInLeft,
.js-scroll ._fadeInLeft,
.js-scroll._fadeInRight,
.js-scroll ._fadeInRight{
  opacity: 0;
  transition: opacity .8s .4s ease,transform .8s .4s ease;
}
.js-scroll ._fadeInLeft:nth-of-type(2),
.js-scroll ._fadeInRight:nth-of-type(2){
  transition-delay: .6s;
}
.js-scroll._fadeInLeft.active,
.js-scroll.active ._fadeInLeft,
.js-scroll._fadeInRight.active,
.js-scroll.active ._fadeInRight{
  opacity: 1;
  transform: translateX(0);
}
.js-scroll._fadeInUp,
.js-scroll ._fadeInUp{
  transform: translateY(3rem);
  opacity: 0;
  transition: opacity .8s .4s ease, transform .8s .4s ease;
}
.js-scroll ._fadeInUp:nth-of-type(2){
  transition-delay: .6s;
}
.js-scroll ._fadeInUp:nth-of-type(3){
  transition-delay: .8s;
}
.js-scroll._fadeInUp.active,
.js-scroll.active ._fadeInUp{
  opacity: 1;
  transform: translateY(0);
}




/*top
---------------------------------------------------------*/
.mainArea{
  position: relative;
  overflow: hidden;
  height: 99rem;
  background-color: rgba(0,0,0,.9);
}
@media screen and (max-width: 1500px) {
  .mainArea {
    height: 70vw;
  }
}
.mainBox{
  position: absolute;
  bottom: 14rem;
  left: 9%;
  z-index: 9;
  text-align: left;
  color: #fff;
  font-weight: 700;
  font-feature-settings: "palt";
}
.mainArea .slide li:nth-of-type(1) .mainBox h1{
  font-size: 4.2rem;
  margin-bottom: 3rem;
}
.mainArea .slide li:nth-of-type(1) .mainBox p{
  font-size: clamp(10.6rem,7vw,12rem);
  background: var(--grad-main);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.mainArea .slide li:nth-of-type(2) .mainBox h1{
  font-size: 4.2rem;
}
.mainArea .slide li:nth-of-type(2) .mainBox h1 .gradMain{
  display: block;
  width: fit-content;
  font-size: 85.7%;
  padding: .2rem 1rem;
  margin-top: 2rem;
}
.mainArea .slide li:nth-of-type(2) .mainBox p{
  font-size: 7.9rem;
}
.mainArea .slide li:nth-of-type(2) .mainBox .num{
  font-size: 172.2%;
  letter-spacing: -.02em;
}
.mainArea .slide li:nth-of-type(2) .mainBox .unit{
  font-size: 121.5%;
}
.mainArea .slide li:nth-of-type(2) .mainBox .middle{
  font-size: 151.9%;
  margin: 0 1rem;
}
.mainArea .slide li:nth-of-type(2) .mainBox .small{
  font-size: 82.3%;
  margin-left: 1rem;
}
.mainArea .slide li:nth-of-type(3) .mainBox h1{
  font-size: 5.9rem;
}
.mainArea .slide li:nth-of-type(3) .mainBox h1 .small{
  font-size: 74.6%;
  display: block;
  width: fit-content;
}
.mainArea .slide li:nth-of-type(3) .mainBox h1 .gradMain{
  display: block;
  width: fit-content;
  margin-top: 1.6rem;
  padding: 0 1.4rem;
  line-height: 1.4;
}

.mainArea .slide li {
  opacity: 0;
  transform: scale(1.1);
  transition: 1.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainArea .slide.active li.visible {
  opacity: 1;
  transform: scale(1);
  z-index:2;
}
.mainArea .slide li img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.c_sec .row {
    gap: 8.6rem;
}
.c_sec._reverse .row {
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
}
.c_sec .row .box {
    text-align: left;
    position: relative;
    z-index: 1;
    width: 37%;
}
.c_sec .row .box .ttlEnJa {
    margin-bottom: 3.6vw;
}
.c_sec .row .box h3 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: .03em;
}
.c_sec .row .box h4 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: .03em;
}
.c_sec .row .box .txt{
  font-feature-settings: "palt";
  letter-spacing: .05em;
}
.c_sec .row .box .txt p + p{
    margin-top: 1.8rem;
}
.c_sec .row .box .btn{
    margin-top: 2.6rem;
}
.c_sec .row .img {
    flex: 1;
    max-width: 102.4rem;
    max-height: 60rem;
    margin-right: calc(-50vw + 50%);
    gap: 2.6rem;
}
.c_sec._reverse .row .img{
    margin-left: calc(-50vw + 50%);
    margin-right: 0;
}
.c_sec .row .img img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}
.topAbout.c_sec .row .img {
    height: 54rem;
}


.topAbout {
  color: #fff;
  background: url("../img/top/about_bg.jpg") center no-repeat;
  background-size: cover;
}
.topAbout .row .box {
    font-weight: 600;
}
.topBusiness {
  padding-bottom: 3rem;
}
.topBusiness .row {
    gap: clamp(4rem,4.8vw,9rem);
}
.topBusiness .row .box {
    width: 74rem;
    min-width: 66rem;
    text-align: left;
}
.topBusiness .row .box .ttl{
    margin-bottom: 3.2rem;
    align-items: center;
    gap: 3rem;
}
.topBusiness .row .box .txtWrap{
  position: relative;
}
.topBusiness .row .box .txt#item01{
  position: relative;
}
.topBusiness .row .box .txt{
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition:
  opacity .45s cubic-bezier(0.65, 0, 0.35, 1),
  visibility .45s cubic-bezier(0.65, 0, 0.35, 1),
  transform .45s cubic-bezier(0.65, 0, 0.35, 1);
  height: 100%;
}
.topBusiness .row .box .txt.current {
  opacity: 1;
  visibility: visible;
  transition:
    opacity .45s cubic-bezier(0.65, 0, 0.35, 1),
    visibility .45s cubic-bezier(0.65, 0, 0.35, 1),
    transform .45s cubic-bezier(0.65, 0, 0.35, 1);
  }
.topBusiness .listRow{
    gap: 3.3rem;
    margin-top: 4.3rem;
    justify-content: flex-end;
    align-items: center;
}
.topBusiness .row .box .txtList{
  width: 48rem;
  margin-right: -1rem;
}
.topBusiness .row .box .txtList li{
  padding: 2.1rem 2.3rem;
}
.topBusiness .row .box .txtList li:nth-child(n+2){
  border-top: 0.1rem solid #F5F5F5;
}
.topBusiness .row .box .txtList li a{
  font-size: clamp(2.4rem,1.7vw,2.8rem);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 2rem;
}
.topBusiness .row .box .txtList li a:hover{
  color: var(--color-main);
}
.topBusiness .row .box .txtList li a span{
  font-size: 3rem;
}
.topBusiness .row .box .txtList li a::after{
  content: "";
  width: 3rem;
  height: auto;
  aspect-ratio: 1;
  background: #D9D9D9 url("../img/arrow_post.svg") 57% 50%  no-repeat;
  background-size: 26% auto;
  display: inline-block;
  border-radius: 50%;
  transition: .4s;
}
.topBusiness .row .box .txtList li a:hover::after{
  background-color: var(--color-main);
}
.topBusiness .imgList {
  position: relative;
  margin-left: calc(-50vw + 50%);
  width: 65.3rem;
  height: clamp(33rem,20vw,36rem);
}
.topBusiness .imgList img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topBusiness .imgList._02 {
  width: 68rem;
  height: 70rem;
  margin-left: 0;
  margin-right: calc(-50vw + 50%);
  margin-top: 1rem;
}
.topBusiness .imgList li{
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition:
  opacity .45s cubic-bezier(0.65, 0, 0.35, 1),
  visibility .45s cubic-bezier(0.65, 0, 0.35, 1),
  transform .45s cubic-bezier(0.65, 0, 0.35, 1);
  height: 100%;
}
.topBusiness .imgList li.current,
.topBusiness li#item01 {
  opacity: 1;
  visibility: visible;
  transition:
    opacity .45s cubic-bezier(0.65, 0, 0.35, 1),
    visibility .45s cubic-bezier(0.65, 0, 0.35, 1),
    transform .45s cubic-bezier(0.65, 0, 0.35, 1);
  }
.topBusiness .imgList img {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
}



.topVehicle{
  background: url("../img/top/vehicle_bg.jpg") center no-repeat;
  background-size: cover;
}
.topVehicle .ttlEnJa{
  margin-bottom: 3.6rem;
}
.topVehicle .txt{
  color: #fff;
  margin-bottom: 4.2rem;
  text-align: left;
  width: 37rem;
  margin-inline: auto;
}
.topSafety .row .box{
  width: 48%;
}
.topSafety .row .img {
    max-width: 110rem;
    margin-left: -20rem;
}
.topSafety .row .txt{
  width: 35rem;
  max-width: 100%;
}
.topFaq{
  position: relative;
}
.topFaq::before,
.topFaq::after{
  content: "";
  width: 50%;
  height: 100%;
  aspect-ratio: 1;
  background: url("../img/top/faq_bg01.jpg") center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.topFaq::after{
  left: auto;
  right: 0;
  background-image: url("../img/top/faq_bg02.jpg");
}
.topFaq .row {
    gap: 6rem;
    align-items: flex-end;
}
.topFaq .row .txt {
    flex:1;
    font-weight: 600;
    margin-right: 1.7rem;
    color: #fff;
    text-align: left;
}
.topNews{
  background-color: var(--color-gray);
  padding: 9.4rem 0 7.6rem;
}
.topNews .ttlEnJa{
  margin-bottom: 2.4rem;
}
.postList{
  margin-bottom: 6rem;
}
.postList li a{
    border-bottom: .1rem solid #D9D9D9;
    padding: 3.6rem 5.8rem 2.6rem 1.8rem;
    gap: 1.6rem;
    position: relative;
    transition: .4s;
}
.postList li a::after{
  content: "";
  width: 4rem;
  height: auto;
  aspect-ratio: 1;
  background: #D9D9D9 url("../img/arrow_post.svg") 60% 50%  no-repeat;
  background-size: 26% auto;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  right: 0;
  transition: .2s;
}
.postList li a .date{
  font-size: 1.4rem;
  font-weight: 400;
}
.postList li a .date span{
  font-size: 257.1%;
  font-weight: 500;
  margin-left: .4rem;
}
.c_cate{
    color: var(--color-main);
    border-radius: 6rem;
    background-color: rgba(4, 79, 206, 0.10);
    font-size: 1.4rem;
    font-weight: 700;
    padding: 1rem 2.8rem;
    line-height: 1;
    white-space: nowrap;
}
.postList li a .ttl{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.postList li a:hover{
  color: var(--color-main);
  border-color: var(--color-main);
}
.postList li a:hover::after{
  background-color: var(--color-main);
}
.topRecruit .row{
    gap: clamp(8rem,6vw,14rem);
}
.c_contact{
  background: url("../img/contact_bg.jpg") center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 7.4rem 0;
}
.c_contact._recruit{
  background: url("../img/contact_recruit_bg.jpg");
}
.c_contact .row{
  gap: 15rem;
  justify-content: space-between;
}
.c_contact .box{
  flex: 1;
}
.c_contact .box .ttlEnJa{
  margin-bottom: 4.8rem;
}
.c_contact .box .txt{
  text-align: left;
  line-height: 2;
}
.c_contact .link {
  width: 49rem;
}
.c_contact .link .tel{
  margin-bottom: 4.6rem;
}
.c_contact .link .tel a{
  font-size: 6.4rem;
  color: #fff;
}
.c_contact .link .tel a::before{
  content: "";
  width: 5rem;
  height: auto;
  aspect-ratio: 1;
  background: #fff url("../img/tel_black.svg") center no-repeat;
  background-size: 47% auto;
  display: inline-block;
  margin-right: 0.8rem;
  border-radius: 50%;
  vertical-align: -0.2rem;
}
.c_contact .link .tel p{
  font-size: 1.6rem;
}
.c_contact .link .btn a{
  width: 100%;
  font-size: 2.6rem;
  padding: 3.8rem;
  gap: 2rem;
}
.c_contact .link .btn a::after{
  width: 2.4rem;
}

.topCompany{
  background-color: var(--color-main);
  padding: 0;
}
.topCompany .row {
    gap: 8.7rem;
    justify-content: flex-end;
}
.topCompany .row .img {
  width: 96rem;
  height: 70rem;
  margin-left: calc(-50vw + 50%);
}
.topCompany .row .img img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.topCompany .row .box {
    width: 52rem;
    max-width: 100%;
    align-content: center;
    text-align: left;
    color: #fff;
}
.topCompany .row .box .txt {
    margin: 3.8rem 0 4.8rem;
}

/*下層 共通
---------------------------------------------------------*/
#subPage article > section:first-of-type{
  padding-top: 6rem;
}
.lower_mv{
  height: 48rem;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  z-index: 1;
  text-align: left;
}
.lower_mv .ttl{
  font-size: 2.8rem;
}
.lower_mv .ttl .fontEn{
  display: block;
  width: fit-content;
  font-size: 10rem;
  padding-bottom: 1.4rem;
  line-height: 0.9;
}
.lower_mv .ttl .fontEn .small{
  font-size: 60%;
}
.lower_mv .bgImg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lower_mv .bgImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*faq
---------------------------------------------------------*/
.faqWrap {
  text-align: left;
}
.faqWrap:nth-of-type(n+2){
  border-top: .1rem solid #000;
}
.faqWrap dt,
.faqWrap dd {
  padding: 4rem 0 4.6rem;
  position: relative;
}
.faqWrap dt,
.faqWrap dd .ttl{
  display: flex;
  align-items: center;
  gap: 1.7rem;
}
.faqWrap dt::before,
.faqWrap dd .ttl::before {
  content: "Q";
  font-family: var(--fontEn);
  line-height: 1;
  font-weight: 600;
  font-size: 4rem;
  background-color: var(--color-main);
  color: #fff;
  min-width: 5rem;
  height: auto;
  aspect-ratio: 1;
  text-align: center;
  border: .2rem solid var(--color-main);
  display: inline-block;
  box-sizing: border-box;
}
.faqWrap dd .ttl::before {
  content: "A";
  color: var(--color-main);
  background-color: #fff;
}
.faqWrap dt {
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom: 0!important;
}
.faqWrap:first-of-type dt {
  padding-top: 0;
}
.faqWrap dd{
  padding-top: 2.3rem;
}
.faqWrap dd .ttl{
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.4rem;
}
.faqWrap dd .txt{
  padding-left: 7rem;
}


/*privacy
---------------------------------------------------------*/
.privacySec{
  text-align: left;
  font-weight: 500;
}
.privacyBox + .privacyBox{
  margin-top: 6rem;
}
.privacyBox h2{
  font-size: 2.8rem;
  font-weight: 700;
  border-bottom: .1rem solid #000;
  padding-bottom: 0.8rem;
  margin-bottom: 1.2rem;
}
.privacyBox .item + .item{
  margin-top: 2.4rem;
}
.privacyBox h3,
.privacyBox h4{
  font-weight: 500;
}
.privacyBox .ttl02::before{
  content:"●";
  display:inline-block;
  margin-right: 0.2rem;
}
.privacyBox .child li{
  text-indent: -0.3em;
  padding-left: 1em;
}
.privacyBox .child li::before{
  content:"●";
  display:inline-block;
  font-size: 0.4rem;
  vertical-align:.4rem;
  margin-right: 0.6rem;
}
.privacyBox .txt + .txt{
  margin-top: 2.4rem;
}


/*sitemap
---------------------------------------------------------*/
.sitemapRow{
  gap: 15rem;
  text-align: left;
}
.sitemapRow ul:nth-of-type(n+2){
  margin-top: 10.9rem;
}
.sitemapRow li a{
  font-weight: 600;
  padding: .2rem 0;
  margin: 1rem 0;
  display: inline-block;
  font-size: 2rem;
}
.sitemapRow .parent > li > a::after{
  content: "";
  width: 2rem;
  height: auto;
  aspect-ratio: 1;
  background: url("../img/arrow_white.svg") center no-repeat,var(--grad-main02) center no-repeat;
  background-size: 50% auto,cover;
  display: inline-block;
  margin-left: 1rem;
  border-radius: 50%;
  vertical-align: -0.2rem;
  transition: .2s;
}
.sitemapRow .child {
  margin: 1rem 0 3.2rem;
}
.sitemapRow .child li{
      padding-left: 0.4em;
}
.sitemapRow .child li::before{
  content:"●";
  display:inline-block;
  font-size: 0.4rem;
  vertical-align: 0.5rem;
  margin-right: 0.6rem;
  text-decoration: none;
}
.sitemapRow .child a{
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  font-size: 1.8rem;
  margin: 0.4rem;
}
.sitemapRow .child._sub{
  margin-top: 2rem;
}
.sitemapRow .child._sub a{
  text-decoration: none;
}
.sitemapRow li a:hover{
  color: var(--color-main);
}
.sitemapRow .parent > li > a:hover::after{
  transform: translateX(.4rem);
}



/*contact
---------------------------------------------------------*/
.contactLead{
  text-align: left;
  padding-bottom: 10rem;
}
.contactLead h2{
  font-size: 2.4rem;
  margin-bottom: 1.4rem;
}
.contactLead .txt{
  margin-bottom: 2.6rem;
}
.contactLead .row{
  background-image: var(--grad-main02);
  align-items: center;
  padding: 3.5rem 6rem 2.5rem;
  border-radius: 9rem;
  color: #fff;
  justify-content: center;
  gap: 4rem;
  text-align: center;
}
.contactLead .row .ttl{
  font-size: 2.6rem;
}
.contactLead .tel a{
  font-size: 6.4rem;
  color: #fff;
}
.contactLead .tel a:hover{
  opacity: .8;
}
.contactLead .tel a::before{
  content: "";
  width: 5rem;
  height: auto;
  aspect-ratio: 1;
  background: #fff url("../img/tel_blue.svg") center no-repeat;
  background-size: 47% auto;
  display: inline-block;
  margin-right: 0.8rem;
  border-radius: 50%;
  vertical-align: -0.2rem;
}
.contactLead .tel p{
  font-size: 1.6rem;
  margin-top: .4rem;
}
.contactSec{
  background-color: var(--color-main);
}
.formArea {
  padding: 4.8rem 4rem 4rem;
  font-size: 1.8rem;
  max-width: 100rem;
  margin: 0 auto;
  background-color: #fff;
}
.formWrap{
  max-width: 84rem;
  margin:0 auto;
}
.formTxt {
  font-size: 115%;
  font-weight: 600;
  margin-bottom: 4rem;
  color: var(--color-red);
}
.formBox{
  padding: 2rem 0;
}
.formBox dt,
.formBox dd {
	width: 30%;
	font-weight: 400;
	text-align: left;
	position: relative;
	margin-bottom: 4rem;
}
.formBox dt:last-of-type,
.formBox dd:last-of-type{
	margin-bottom: 0;
}
.formBox dt::before {
  content: "任意";
  font-size: 85%;
  font-weight: 400;
  padding: 0.3rem 1.2rem;
  display: inline-block;
  background: #231815;
  color: #fff;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: 0;
}
.formBox dt.req::before {
  content: "必須";
  background:  var(--color-red);
}
.formBox dt {
  padding-left: 6.6rem;
  margin-top: 1.2rem;
}
.mw_wp_form_confirm .formBox dt{
  margin-top: 0;
}
.formBox dd {
  width: 70%;
  padding-left: 0;
}
.formBox input[type="text"],
.formBox input[type="tel"],
.formBox input[type="email"],
.formBox input[type="date"],
.formBox select,
.formBox textarea {
  width: 100%;
  padding: .575em;
  border: 1px solid #ccc;
  color: #000;
  letter-spacing: .05em;
  line-height: 1.6;
}
.formBox input[type="text"],
.formBox input[type="tel"],
.formBox input[type="email"],
.formBox input[type="date"],
.formBox select,
.formBox textarea,
.formBox input[type="file"]{
  font-size: 1.6rem;
  background-color: #F2F2F2;
}
.formBox input[type="text"].size-s {
  max-width: 21rem;
}
.form-address p {
  padding: .5rem 0;
}
.p-country-name{
  display: none;
}
.formArea label:hover {
  color: var(--color-main);
}
.formBox textarea {
  height: 19rem;
}
.privacyCheck {
  margin: 3rem 0 1rem;
}
.privacyCheck a {
  color: var(--color-main);
  text-decoration: underline;
}
.privacyCheck a:hover{
  color: var(--color-red);
}
.formBtn {
  margin-top: 3rem;
}
.formArea input[type="submit"],
.formArea input[type="button"] {
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: .075em;
  text-indent: .075em;
  display: block;
  padding: 1.9rem 2.8rem 1.9rem 2rem;
  margin: 1rem;
  border: none;
  border-radius: 10rem;
  transition: .2s;
  cursor: pointer;
  width: 30rem;
}
.formBtn > div{
  position:relative;
}
.formBtn > div::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: auto;
  aspect-ratio: 1.7/1.3;
  background: url("../img/arrow_white.svg") center no-repeat;
  background-size: contain;
  transition: .2s;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
}
.formArea input[type="submit"].btn_back{
  background: #ddd;
  color: #333;
}
.formArea input[type="submit"]:hover,
.formArea input[type="button"]:hover{
  opacity: .7;
}
.onlyconf,button {
  display: none;
}
.mw_wp_form_confirm .onlyconf,
#confirm .onlyconf {
  display: block!important;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0!important;
}
.mw_wp_form_confirm .privacyBox,
.mw_wp_form_confirm .zipBtn,
.mw_wp_form_confirm .formName .txt span,
.mw_wp_form_confirm .policyTxt,
.mw_wp_form_confirm h2 {
  display: none!important;
}
.mw_wp_form_confirm .formName > .txt {
  width: auto;
}

.thxBox {
  line-height: 1.8;
  padding: 4rem 1.5rem;
  border: 1px solid #999;
  background: #fff;
  color: #1a1a1a
}
.thxBox .ttl{
  font-size: 2.2rem;
}
.thxBox .btn{
  margin-top: 2.4rem;
}
.thxBox .btn a{
  width: auto;
  padding: 1.2rem 3rem;
}



/*news 一覧
---------------------------------------------------------*/
.p_cateRow{
  justify-content: flex-end;
  gap: 2.6rem;
  align-items: center;
  margin-bottom: 2rem;
}
.p_cateTtl{
  font-size: 1.4rem;
  font-weight: 700;
}
.p_cateAll {
  gap: 1.7rem;
  flex-wrap: wrap;
}
.p_cateAll li{
  min-width: 12.6rem;
}
.p_cateAll li a {
  display: block;
  padding: 1rem 2rem;
  line-height: 1;
  font-size: 1.4rem;
  color:var(--color-main);
  border-radius:10rem;
  background-color: rgba(4, 79, 206, 0.10);
  font-weight: 700;
}
.p_cateAll li.current a{
  color:#fff;
  background-color:var(--color-main);
}
.p_cateAll a:hover {
  background-color:#ffef00;
}


/* ページャー */
.pager {
  width: 100%;
  text-align: center;
  margin-top: 4rem;
}
.pager span, .pager a {
  display: inline-block;
  padding: 0;
  margin: 0 1rem;
  transition: .1s;
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  line-height: 1.2;
  color: #D9D9D9;
  font-family: var(--fontEn);
}
.pager a.prev,
.pager a.next{
  width: 3rem;
  height: auto;
  aspect-ratio: 1;
  background-color: var(--color-main);
  border-radius: 50%;
}
.pager a.prev{
  transform: rotate(180deg);
}
.pager a.prev img,
.pager a.next img{
  width: .8rem;
}
.pager a.prev:hover,
.pager a.next:hover{
  background-color: var(--color-orange);
}
.pager a.page-numbers:hover{
  color: var(--color-main);
}
.pager .next,.pager .prev {
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pager .current {
  color: #000;
}


/*news 詳細
---------------------------------------------------------*/
.singleWrap {
  text-align: left;
}
.singleHeader {
  border-bottom: 1px solid #D9D9D9;
  padding: 0 2.4rem 4rem;
  margin-bottom: 6rem;
  align-items: center;
  gap: 2rem 1rem;
}
.singleHeader .date{
  font-size: 2.4rem;
}
.singleHeader .cate{
  margin: 0.4rem 4rem 0 0;
  font-size:1.4rem;
}
.singleHeader .cate a{
  border:1px solid #4d4d4d;
  padding:.2rem 1rem;
  border-radius:10rem;
  line-height:1;
}
.singleHeader h2 {
  font-size: 2.8rem;
  width: 100%;
  line-height: 1.4;
}
.newsSingle .contWrap{
  max-width: 80rem;
  margin:0 auto
}
.newsSingle .img{
  max-width: 60rem;
  margin:0 auto;
  padding: 0 0 4rem;
  text-align: center;
}
.newsSingle .img img{
  max-height: 50rem;
}
.newsSingle .cont {
  padding: 0 2rem;
}
.newsSingle .cont h3,
.newsSingle .cont h4,
.newsSingle .cont h5,
.newsSingle .cont h6{
  font-size:1.8rem;
  padding: 2rem 0 0;
}
.newsSingle .cont h3{
  border-left: 4px solid var(--color-main);
  padding: 0.4rem 0rem 0.4rem 2rem;
  font-size: 2rem;
}
.newsSingle .cont p{
  line-height:1.8;
  padding-top: 1rem;
}
/* 前後の記事 */
.pageset {
  padding-top: 4rem;
  margin-top: 7rem;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: center;
  gap: 15rem;
}
.pageset a {
  display: block;
  font-size: 1.8rem;
}
.pageset .prev a,
.pageset .next a{
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-weight: 700;
}
.pageset .prev a::before,
.pageset .next a::after{
  content: "";
  width: 3rem;
  height: auto;
  aspect-ratio: 1;
  background: var(--color-main) url("../img/arrow_post.svg") 56% 50%  no-repeat;
  background-size: 26% auto;
  display: inline-block;
  border-radius: 50%;
  transition: .2s;
}
.pageset .prev a::before{
  transform: rotate(180deg);
}
.pageset .prev a:hover,
.pageset .next a:hover{
  color: var(--color-orange);
}
.pageset .prev a:hover::before,
.pageset .next a:hover::after{
  background-color: var(--color-orange);
}
.pageset .btn a{
  width: 30.4rem;
  padding: 1.7rem 2.5rem 1.7rem 2rem;
}
.pageset .btn a::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: auto;
  aspect-ratio: 1.7/1.3;
  background: url("../img/arrow_white.svg") center no-repeat;
  background-size: contain;
  transition: .2s;
  transform: rotate(180deg);
  margin-right: 1.4rem;
}
.pageset .btn a::after{
  display: none;
}
.postBack a {
  color: #fff;
  background-color: #000;
  padding: 0.8rem 3.6rem;
}
.pageset li:not(.postBack) a:hover{
  opacity:.8
}
.postBack a:hover{
  background: #0553db;
}


/*about
---------------------------------------------------------*/
.c_leadTxt{
  padding-bottom: 8.5rem;
}
.c_leadTxt__row{
  gap: 6rem;
  text-align: left;
}
.c_leadTxt__row h2{
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.7;
}
.c_leadTxt__row .txt{
  font-weight: 600;
  flex: 1;
}
.p_about_streng{
  padding: 8rem 0 10rem;
}
.c_ttlEnJa__row{
  gap: 6rem;
  align-items: baseline;
  justify-content: space-between;
  text-align: left;
}
.c_ttlEnJa__row._white,
.c_ttlEnJa__row._white span{
  color: #fff;
}
.c_ttlEnJa__row._txt{
  font-weight: 500;
  align-items: center;
}
.c_ttlEnJa__row h3{
  font-size: 2.8rem;
}
.p_about_streng__row{
  gap: 4rem;
  margin-top: 1rem;
}
.p_about_streng__row_box{
  background: url("../img/about/strength_bg01.jpg") center no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1;
  height: 48rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 5rem 3rem;
  width: 100%;
}
.p_about_streng__row_box:nth-of-type(1){
  margin-top: 12rem;
}
.p_about_streng__row_box:nth-of-type(2){
  background-image: url("../img/about/strength_bg02.jpg");
  margin-top: 6rem;
  padding-bottom: 7rem;
}
.p_about_streng__row_box:nth-of-type(3){
  background-image: url("../img/about/strength_bg03.jpg");
  padding-bottom: 7rem;
}
.p_about_streng__row_box::after{
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 79, 206, 0.00) 34.62%, #044FCE 87.5%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p_about_streng__row_box .num{
  font-size: 7rem;
  font-weight: 700;
  margin-bottom: 2.3rem;
}
.p_about_streng__row_box .txt{
  font-size: 2.2rem;
  font-weight: 600;
  text-align: left;
}
.c_sec h3.num{
  display: flex;
  align-items: center;
}
.c_sec h3.num span{
  font-size: 5.2rem;
  color: var(--color-main);
  margin-right: 1.6rem;
  margin-top: -0.3rem;
}
.p_about_support.c_sec .row{
  align-items: flex-start;
}
.p_about_support.c_sec .row .img {
    height: 56rem;
}
.p_about_support.c_sec .row .ttlEnJa{
  margin-bottom: 9rem;
  margin-top: -1.2rem;
}
.c_sec .row + .row{
  margin-top: 14.6rem;
}
.c_sec._reverse .row:nth-of-type(even){
  flex-direction: row;
  align-items: center;
}
.c_sec._reverse .row:nth-of-type(even) .img {
    margin-left: 0;
    margin-right: calc(-50vw + 50%);
}
.p_about_service{
  padding: 8rem 0;
  text-align: left;
}
.p_about_service__box{
  background-color: #fff;
  padding: 3.2rem 5rem 5rem;
  margin-top: 5rem;
}
.p_about_service__box h4{
  font-size: 2.8rem;
  border-radius: 5rem;
  padding: 1rem 3rem;
  background-color: #5D5D5D;
  color: #fff;
  display: flex;
  align-items: center;
}
.p_about_service__box:last-of-type h4{
  background-color: var(--color-main);
}
.p_about_service__box h4 span{
  border-left: .1rem solid #fff;
  padding-left: 1.5rem;
  margin-left: 1.5rem;
  font-size: 71.4%;
  flex: 1;
}
.p_about_service__box .txt{
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 1.5rem;
  padding: 0 2.7rem;
}
.p_about_service__box .imgScroll{
  margin-top: 4.3rem;
}
.c_flow {
  padding: 11rem 0;
}
#biz_soukoPage .c_flow {
  padding-top: 6rem;
}
.c_flow__list {
  grid-template-columns: repeat(6, 1fr);
  gap: 4.5rem;
  margin-top: 5rem;
}
.c_flow__list li{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 1.8rem;
}
.c_flow__list li:not(:last-child)::after{
  content: "";
  width: 2.2rem;
  height: auto;
  aspect-ratio: 16/20;
  background: url("../img/arrow_blue.svg") center no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  bottom: 4.1rem;
  right: -3.4rem;
}
.c_flow__list li .speech{
  position:relative;
  background-color: var(--color-orange);
  color: #fff;
  margin-inline: auto;
  padding: 0.6rem 1.4rem;
  border-radius: 5.0rem;
  text-align: center;
  display: inline-block;
  margin-bottom: 3.4rem;
  font-weight: 600;
  width: 100%;
  position: relative;
  z-index: 9;
}
.c_flow__list li .speech::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-inline: auto;
  width: 1.1rem;
  height: auto;
  aspect-ratio: 1.4;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--color-orange);
  transform: translateY(96%);
}
.c_flow__list li .box{
  position: relative;
  border: 0.2rem solid var(--color-main);
  height: 12rem;
  display: grid;
  place-content: center;
  font-weight: 600;
  padding-top: 1rem;
}
.c_flow__list li:nth-of-type(5) .box{
    padding-top: 3rem;
}
.c_flow__list li .box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  background-color: #fff;
  width: 5.6rem;
  height: auto;
  aspect-ratio: 1;
  transform: translateY(-53%) rotate(45deg);
}
.c_flow__list li .num {
  font-size: 3.8rem;
  color: var(--color-main);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-58%);
  background-color: #fff;
  width: fit-content;
  margin-inline: auto;
}
.c_flow__list li:nth-of-type(n+4) .box{
  background-color: var(--color-main);
}
.c_flow__list li:nth-of-type(n+4) .speech{
  background-color: var(--color-main);
}
.c_flow__list li:nth-of-type(n+4) .speech::after{
  background-color: var(--color-main);
}
.c_flow__list li:nth-of-type(n+4) .txt{
  color: #fff;
}


/*business
---------------------------------------------------------*/
.p_business_service{
  padding-bottom: 10.6rem;
}
.p_business_service__list li + li{
  margin-top: 10rem;
}
.p_business_service__list h2{
  font-size: 4.2rem;
  color: #fff;
  position: relative;
  height: 35rem;
  padding: 2.6rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: url("../img/business/service01_bg.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-bottom: 2.2rem;
}
.p_business_service__list li:nth-of-type(2) h2{
  background-image: url("../img/business/service02_bg.jpg");
}
.p_business_service__list li:nth-of-type(3) h2{
  background-image: url("../img/business/service03_bg.jpg");
}
.p_business_service__list li:nth-of-type(4) h2{
  background-image: url("../img/business/service04_bg.jpg");
}
.p_business_service__list h2::after{
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 79, 206, 0.00) 40%, #044FCE 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p_business_service__list h2 .fontEn{
  font-size: 2.8rem;
  margin-bottom: 0.6rem;
}
.p_business_service__list h2 .fontEn .num{
  font-size: 171.4%;
}
.p_business_service__list_row{
  gap: 5.2rem;
  text-align: left;
  align-items: center;
  padding-right: 3rem;
}
.p_business_service__list__box .ttl{
  font-size: 2rem;
  margin-bottom: 1rem;
}
.p_business_service__list__box .txt{
  line-height: 1.6;
}
.p_business_other .row .box h3{
  font-size: 3.2rem;
}
.p_business_other .row .img{
  height: 51rem;
}


/*business下層 machine unic logistics souko
---------------------------------------------------------*/
#subPage  #c_bizLower_lead{
  padding: 3.6rem 0 ;
}
.c_bizLower_lead h2{
  font-size: 3.8rem;
  color: var(--color-main);
}
.c_bizLower_lead h3{
  font-size: 2.8rem;
}
.c_bizLower_service{
  background: url("../img/business/machine/service_bg.jpg") center no-repeat;
  background-size: cover;
}
#biz_unicPage .c_bizLower_service{
  background-image: url("../img/business/unic/service_bg.jpg");
}
#biz_logisticsPage .c_bizLower_service{
  background-image: url("../img/business/logistics/service_bg.jpg");
}
#biz_soukoPage .c_bizLower_service{
  background-image: url("../img/business/souko/service_bg.jpg");
}
.c_bizLower_service__row {
  gap: 6rem;
  align-items: center;
}
.c_bizLower_service__row .box {
  flex:1;
  text-align: left;
  color: #fff;
}
.c_bizLower_service__row .box .ttl {
  font-size: 2.8rem;
  padding-bottom: 6.5rem;
}
.c_bizLower_service__row .img {
  width: 65.3rem;
  max-width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
.c_bizLower_service__row .img figure:nth-of-type(2){
  margin-top: 6.7rem;
}
.c_bizLower_service__row._imgOne .box {
  width: 35%;
  flex: none;
}
.c_bizLower_service__row._imgOne .img {
  width: auto;
  max-width: 106.5rem;
  height: 50rem;
  margin-right: calc(-50vw + 50%);
  flex: 1;
}
.c_bizLower_service__row._imgOne .img figure,
.c_bizLower_service__row._imgOne .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c_bizLower_point.c_sec .row{
  gap: 8rem;
}
.c_bizLower_point.c_sec .row .box {
    width: 38%;
}
.c_bizLower_point.c_sec .row .box .ttlEnJa {
    margin-bottom: 2rem;
}
#biz_logisticsPage .c_bizLower_point.c_sec .row:first-of-type .box .ttlEnJa {
    margin-bottom: 9rem;
}
.c_bizLower_point.c_sec._reverse .row:nth-of-type(n+2) .box h3 {
    margin-bottom: 4rem;
}
.c_bizLower_point.c_sec .img{
  height: 50rem;
}
.c_bizLower_type__ttl{
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 7.2rem;
}
.c_bizLower_type__ttl h2{
  font-size: 3.6rem;
}
.c_bizLower_type__list {
  grid-template-columns: repeat(5, 1fr);
  gap: 5rem 2.7rem;
  margin-bottom: 7rem;
}
.c_bizLower_type__list._column4 {
  grid-template-columns: repeat(4, 1fr);
  padding: 0 4rem;
}
.c_bizLower_type__list li{
  max-width: 20rem;
  margin-inline: auto;
}
.c_bizLower_type__list figcaption{
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 1.8rem;
  line-height: 1.4;
}
.c_bizLower_type__list figcaption span{
  font-size: 66.7%;
  display: block;
  font-weight: 400;
  font-feature-settings: "palt";
}


/*works
---------------------------------------------------------*/
#worksPage .c_leadTxt{
  padding-bottom: 0rem;
}
.p_works_case{
  text-align: left;
  padding: 9rem 0 8rem;
}
.p_works_case:last-of-type{
  padding-bottom: 14rem;
}
.p_works_case__row{
  margin-bottom: 2.6rem;
}
.p_works_case__row .img,
.p_works_case__box{
  width: 50%;
}
.p_works_case__box{
  background-color: var(--color-main);
  color: #fff;
}
.p_works_case__box .enJaTtl{
  font-size: 4.2rem;
  display: grid;
  place-content: center;
  height: 100%;
}
.p_works_case__box .enJaTtl span {
  display: block;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.p_works_case .btn{
  text-align: center;
  margin-top: 3rem;
}



/*works下層 machine unic logistics
---------------------------------------------------------*/
.c_wksLower_lead{
  padding-bottom: 2rem;
}
.c_wksLower_lead__row {
    gap: 5rem;
    align-items: center;
    justify-content: flex-end;
}
.c_wksLower_lead__box {
    text-align: left;
    width: 30%;
    padding-right: 3.2rem;
}
.c_wksLower_lead__box h2 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: .03em;
}
.c_wksLower_lead__box .txt{
  font-feature-settings: "palt";
  letter-spacing: .05em;
}
.c_wksLower_lead__row .img {
    flex: 1;
    max-width: 113.4rem;
    height: 33rem;
    margin-left: calc(-50vw + 50%);
    gap: 1.4rem;
}
.c_wksLower_lead__row .img img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.c_wksLower_case__table caption .inner{
  font-size: 3.6rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}
.c_wksLower_case__table caption .inner span{
  font-size: 1.6rem;
  font-weight: 500;
}
.c_wksLower_case__table th,
.c_wksLower_case__table td{
  border: .1rem solid #B3B3B3;
  padding: 1.4rem;
}
.c_wksLower_case__table thead th{
  background-color: var(--color-main);
  color: #fff;
  width: 14.56%;
}
.c_wksLower_case__table thead th:nth-of-type(2){
  width: 17.48%;
}
.c_wksLower_case__table thead th:nth-of-type(3){
  width: 29.13%;
}
.c_wksLower_case__table thead th:nth-of-type(4){
  width: 38.83%;
}
.c_wksLower_case__table tbody{
  text-align: left;
}
.c_wksLower_case__table tbody tr:nth-of-type(even){
  background-color: #F4F8FF;
}


/*safety
---------------------------------------------------------*/
#safetyPage article > section{
  padding: 4rem 0;
  font-weight: 500;
}
#safetyPage article > section:last-of-type{
  padding-bottom: 15rem;
}
.p_safety_lead__row {
  gap: 9rem;
  text-align: left;
  align-items: center;
}
.p_safety_lead__box {
  flex:1;
}
.p_safety_lead__box h2 {
  font-size: 2.8rem;
  padding-bottom: 3rem;
}
.p_safety_lead__row .img {
  max-width: 70rem;
}
.c_safety_ttl{
  font-size: 2.8rem;
  border-bottom: .1rem solid #000;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}
.c_safety_txt{
  text-align: left;
}
.p_safety_data .btn{
  margin-top: 1.4rem;
  text-align: left;
}
.p_safety_data .btn a{
  font-size: 1.6rem;
}
.p_safety_goal__list {
  text-align: left;
  margin-top: 3rem;
}
.p_safety_goal__list > li {
  counter-increment: goal;
}
.p_safety_goal__list > li:not(:first-of-type){
  margin-top: 3rem;
}
.p_safety_goal__list > li > h3{
  color: var(--color-main);
  font-size: 1.8rem;
  margin-bottom: 0.7rem;
}
.p_safety_goal__list > li > h3::before {
  content: counter(goal, decimal-leading-zero) ". ";
  font-variant-numeric: tabular-nums;
}
.p_safety_goal__list ol{
  padding-left: 1.1em;
}
.p_safety_goal__list ol li{
  list-style: decimal;
}
.p_safety_report__list{
  margin-top: 3.2rem;
  font-weight: 500;
}
.p_safety_report__list a{
  border-bottom: .1rem solid #000;
  padding: 2.2rem 4rem;
  gap: 6.5rem;
}
.p_safety_report__list a .ttl{
  display: flex;
  align-items: center;
  transition: .2s;
}
.p_safety_report__list a .ttl::after{
  content: "";
  width: 2.7rem;
  height: auto;
  aspect-ratio: 27/30;
  background: url("../img/pdf.svg") center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 6rem;
}
.p_safety_report__list a:hover .ttl{
  color: var(--color-main);
}


/*vehicles
---------------------------------------------------------*/
.p_vehicles_lead{
  padding: 4rem 0 1rem!important;
}
.p_vehicles_lead__ttl{
  gap: 3.2rem;
  justify-content: center;
  align-items: end;
}
.p_vehicles_lead__ttl h2{
  font-size: 3.8rem;
  color: var(--color-main);
}
.p_vehicles_lead__ttl .txt{
  text-align: left;
  font-weight: 700;
}
.p_vehicles_item{
  padding: 5rem 0;
}
.p_vehicles_item:first-of-type{
  padding-top: 0;
}
.p_vehicles_item:nth-of-type(even){
  background-color: #F4F8FF;
  padding: 7.2rem 0;
}
.p_vehicles_item__inner{
  background-color: #fff;
  padding: 4.4rem 6.6rem;
}
.p_vehicles_item__ttl{
  color: #FFF;
  font-size: 2.4rem;
  padding: 0.8rem 1rem 1rem;
  border-radius: 5rem;
  margin-bottom: 4rem;
  font-feature-settings: 'fwid' on, 'halt' on;
}
.p_vehicles_item__box{
  max-width: 78rem;
  margin-inline: auto;
  text-align: left;
}
/* splide */
.splide .splide__arrow svg {
    fill: #fff;
    width: 1.6rem;
    height: auto;
    aspect-ratio: 1;
}
.splide .splide__arrow{
  background-color: var(--color-main);
  width: 3rem;
  height: auto;
  aspect-ratio: 1;
  opacity: 1;
}
.splide .splide__arrow--prev {
    left: -5rem;
}
.splide .splide__arrow--next {
    right: -5rem;
}
.splide .splide__arrow:hover{
  background-color: var(--color-orange);
}
.splide .splide__pagination{
  position: static;
  margin-top: 2.5rem;
}
.splide .splide__pagination__page{
    background: #D9D9D9;
    opacity: 1;
    margin: 0 0.8rem;
    width: 0.8rem;
    height: auto;
    aspect-ratio: 1;
}
.splide .splide__pagination__page.is-active {
    background: var(--color-main);
    transform: scale(1);
}
.p_vehicles_item__box .txt{
    margin-top: 3rem;
}
.p_vehicles_item__box dl{
  margin-top: 3.6rem;
  border: .1rem solid var(--color-main);
}
.p_vehicles_item__box dt,
.p_vehicles_item__box dd {
  padding: 0.8rem 3.2rem;
  text-align: left;
  width: 73%;
  border-bottom: .1rem solid var(--color-main);
  font-size: 1.8rem;
  font-weight: 600;
}
.p_vehicles_item__box dt {
  width: 27%;
  background-color: var(--color-main);
  color: #fff;
  border-color: #fff;
  text-align: center;
}
.p_vehicles_item__box dt:last-of-type,
.p_vehicles_item__box dd:last-of-type{
  border-bottom: none;
}


/*company
---------------------------------------------------------*/
.p_company_phil{
  padding: 9rem 0 4rem!important;
}
.p_company_phil__row {
    gap: 6rem;
    justify-content: flex-end;
}
.p_company_phil__box {
    text-align: left;
    width: 50%;
}
.p_company_phil__box h3 {
    font-size: 3.2rem;
    margin: 7.4rem 0 2rem;
    font-weight: 900;
    font-feature-settings: "palt";
    letter-spacing: .03em;
    color: var(--color-main)
}
.p_company_phil__box .txt{
  font-feature-settings: "palt";
  letter-spacing: .05em;
}
.p_company_phil__box .name{
  text-align: right;
  margin-top: 4rem;
}
.p_company_phil__box .name img{
  margin-left: 2rem;
}
.p_company_phil__row .img {
    flex: 1;
    max-width: 89.5rem;
    height: 57rem;
    margin-left: calc(-50vw + 50%);
    gap: 1.4rem;
}
.p_company_phil__row .img img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 72% 50%;
}

.p_company_profile .ttlEnJa{
  height: 30rem;
  padding: 5.8rem 6.2rem;
  background: url("../img/company/profile_ttl_bg.jpg") right no-repeat;
  background-size: auto 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 6rem;
}
.p_company_profile .ttlEnJa::before{
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #044FCE 32.64%, rgba(4, 79, 206, 0.00) 55.82%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p_company_profile dl{
  margin-bottom: 8rem;
}
.p_company_profile dt,
.p_company_profile dd {
  padding: 2rem 4rem;
  text-align: left;
  width: 80%;
  border-bottom: .1rem solid #D9D9D9;
}
.p_company_profile dt:first-of-type,
.p_company_profile dd:first-of-type{
  border-top: .1rem solid #D9D9D9;
}
.p_company_profile dt {
  width: 20%;
  background-color: #F5F5F5;
}
.p_company_profile dd{
  padding-left: 8rem;
}
.p_company_profile__img{
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.p_company_access{
  padding-top: 8rem;
}
.gMap {
  width: 100%;
  height: auto;
  aspect-ratio: 110/40;
  margin-inline: auto;
  margin-top: 3rem;
}
.gMap iframe {
  width: 100%;
  height: 100%;
}
.p_company_access .txt{
  margin-top: 2.5rem;
  font-size: 1.8rem;
}


/*recruit
---------------------------------------------------------*/
.p_recruit_lead{
  padding: 4rem 0!important;
}
.p_recruit_lead h2{
  font-size: 3.8rem;
  font-weight: 900;
  color: var(--color-main);
}
.p_recruit_lead p{
  font-size: 2.8rem;
}
.p_recruit_kind{
  padding: 10rem 0;
}
.p_recruit_kind__ttl{
  gap: 5.8rem;
  align-items: center;
  text-align: left;
  margin-bottom: 4.4rem;
}
.p_recruit_kind__ttl h2{
  font-size: 3.8rem;
}
.p_recruit_kind__ttl p{
  flex: 1;
}
.p_recruit_kind__row{
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
.p_recruit_kind__box{
  background: url("../img/recruit/kind_box_bg01.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  height: 48rem;
  padding: 3.2rem;
}
.p_recruit_kind__box:nth-of-type(1){
  background-position: 37% 100%;
  background-size: auto 120%;
}
.p_recruit_kind__box:nth-of-type(2){
  background-image: url("../img/recruit/kind_box_bg02.jpg");
  background-position: 55% 50%;
}
.p_recruit_kind__box:nth-of-type(3){
  background-image: url("../img/recruit/kind_box_bg03.jpg");
  background-position: 40% 50%;
}
.p_recruit_kind__box::before{
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 79, 206, 0.00) 34.62%, #044FCE 87.5%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p_recruit_kind__box h3{
  font-size: 3.2rem;
  margin-bottom: 1.6rem;
}
.p_recruit_kind__box p{
  font-size: 2.2rem;
  font-weight: 600;
}
.p_recruit_member{
  padding: 11rem 0;
}
.p_recruit_member__rowWrap{
  margin-top: 3.8rem;
}
.p_recruit_member__row {
  gap: 4.5rem;
}
.p_recruit_member__row:nth-of-type(n+2){
  margin-top: 10.6rem;
}
.p_recruit_member__row:nth-of-type(even){
  flex-direction: row-reverse;
}
.p_recruit_member__row .img {
  max-width: 46rem;
}
.p_recruit_member__box {
  flex: 1;
  text-align: left;
}
.p_recruit_member__box h3 {
  font-size: 2.4rem;
  padding-bottom: 3.6rem;
  color: var(--color-main);
}
.p_recruit_member__box .job{
  display: inline-block;
  background-image: var(--grad-main02);
  padding: 0.3rem 1rem;
  color: #fff;
  margin-right: 1.5rem;
  font-weight: 600;
}
.p_recruit_member__box .year{
  display: inline-block;
  font-weight: 600;
}
.p_recruit_member__box h4{
  text-align: left;
  font-size: 2.4rem;
  border-bottom: .1rem solid #000;
  padding: 1.4rem 0 1.2rem;
  margin-bottom: 1.5rem;
}
.p_recruit_info{
  background-color: #F4F8FF;
  padding: 10rem 0;
}
.p_recruit_info__tab{
  justify-content: center;
  gap: 3.4rem;
  margin: 4rem 0 3.5rem;
}
.p_recruit_info__tab li{
  width: 28rem;
  color: var(--color-main);
  background-color: #fff;
  border: .1rem solid var(--color-main);
  padding: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  transition: .4s;
}
.p_recruit_info__tab li.current{
  background: var(--grad-main02);
  color: #fff;
  border-color: transparent;
}
.p_recruit_info__tab li::after{
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: auto;
  aspect-ratio: 1.7/1.4;
  background: url("../img/arrow_blue.svg") center no-repeat;
  background-size: contain;
  transition: .2s;
  margin-left: 1rem;
}
.p_recruit_info__tab li.current::after{
  background-image: url("../img/arrow_white.svg")
}
.p_recruit_info__profile{
  display: none;
}
.p_recruit_info__profile.current{
  display: flex;
}
.p_recruit_info__profile dt,
.p_recruit_info__profile dd {
  padding: 2.2rem 4rem;
  text-align: left;
  width: 78%;
  border-bottom: .1rem solid #D9D9D9;
  background-color: #fff;
}
.p_recruit_info__profile dt:first-of-type,
.p_recruit_info__profile dd:first-of-type {
  border-top: .1rem solid #D9D9D9;
}
.p_recruit_info__profile dt {
  width: 22%;
  background-color: var(--color-main);
  color: #fff;
  font-weight: 600;
}
.p_recruit_info__profile dd{
  padding-left: 8rem;
  padding-right: 8rem;
}
.p_recruit_process__row{
  margin-top: 5rem;
  align-items: flex-end;
  padding: 1rem 0;
}
.p_recruit_process__list {
  width: 49%;
  text-align: left;
  position: relative;
}
.p_recruit_process__list::before{
  content: "";
  width: .1rem;
  height: 93%;
  background-color: var(--color-main);
  display: block;
  position: absolute;
  top: 2rem;
  left: 11.85rem;
}
.p_recruit_process__list li{
  display: flex;
  align-items: center;
}
.p_recruit_process__list li + li{
  margin-top: 4rem;
}
.p_recruit_process__list li .step{
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color-main);
  display: flex;
  align-items: center;
}
.p_recruit_process__list li .step::after{
  content: "";
  min-width: 1rem;
  min-height: auto;
  aspect-ratio: 1;
  display: inline-block;
  margin: 0 1.8rem;
  border-radius: 50%;
  background-color: var(--color-main);
}
.p_recruit_process__list li .txt{
  font-size: 2.4rem;
  font-weight: 600;
  flex: 1;
}
.p_recruit_process__row .img {
  flex: 1;
  max-width: 100rem;
  max-height: 60rem;
  height: 54rem;
  margin-right: calc(-50vw + 50%);
}
.p_recruit_process__row .img img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}




/* koko ここ */



/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1550px) {
  .headerWrap {
    width: 98%;
  }
  .hNav li {
    margin: 0 .8rem;
    font-size: 1.4rem;
  }
  .hLogo .name{
    font-size: 1.5rem;
  }
  .hLogo img {
    width: 8rem;
  }
  .hBtn .btn._ja a{
    font-size:1.4rem;
    padding: 1.1rem 2rem;
  }
  .hBtn .btn._ja._white a {
    /* width: 13.2rem; */
  }
  #header .hBtn .btn a{
    width: 14.5rem;
  }
  .hTel a {
    font-size: 2.2rem;
  }
  .hTel a::before{
    width: 1.8rem;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: .8vw;
  }
}

/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 780px) {
/*全体レイアウト
---------------------------------------------------------*/
  html {
    font-size: 2.7777777vw;
  }
  body {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  body.active {
    overflow: hidden;
  }
  article > section {
    padding: 4rem 0;
  }

  /*header
  -------------------------------------------------------*/
  .hMenu  {
    display: none;
  }
  .hLogo img {
    max-height: 2.8rem;
  }


  /*nav
  -----------------------------------------------------*/
  .menuIcon {
    position: fixed;
    top: 1.3rem;
    right: 5%;
    width: 3rem;
    height: 2.2rem;
    z-index: 99999;
    cursor: pointer;
    display: block;
  }
  .menuIcon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: .2rem;
    background: #fff;
    z-index: 10;
    transition: .2s;
  }
  .menuIcon span:nth-of-type(1) {top: 0;}
  .menuIcon span:nth-of-type(2) {top: 1rem;}
  .menuIcon span:nth-of-type(3) {bottom: 0;}
  .menuIcon.active span:nth-of-type(1) {
    -webkit-transform: translateY(1rem) rotate(45deg);
    transform: translateY(1rem) rotate(45deg);
  }
  .menuIcon.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menuIcon.active span:nth-of-type(3) {
    -webkit-transform: translateY(-1rem) rotate(-45deg);
    transform: translateY(-1rem) rotate(-45deg);
  }
  #nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
    padding: 6.6rem 5% 4rem;
    background: var(--color-main);
    visibility: hidden;
    opacity: 0;
  }
  #nav.active {
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    z-index: 9990;
  }
  .active #header.scrollClass{
    box-shadow:none;
  }
  .spMenu .img{
    mix-blend-mode: screen;
    width:80%;
    margin: 1rem auto 2rem;
    opacity: .8;
  }
  .spMenu li {
    border-bottom: 1px solid #f2f2f2;
  }
  .spMenu li:first-child {
    border-top: 1px solid #f2f2f2;
  }
  .spMenu li a {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    color: #fff;
    display: block;
    padding: 1.2rem 1.5rem;
  }
.spMenu li .child{
  padding-bottom: 1rem;
}
.spMenu li .child li{
  border:none;
}
.spMenu li .child a{
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 0.6rem 1.5rem;
}
.spMenu li .child a::before{
  content: "";
  width: .6rem;
  height: 0.2rem;
  display: inline-block;
  margin-right: .4rem;
  background-color: #fff;
}
.spMenu .fLink .tel{
  color:#fff;
  margin-top: 3rem;
}
.spMenu .fLink .tel a{
    color:#fff;
}
.spMenu .fLink .tel a::before {
  width: 2.4rem;;
  background-color: #fff;
  background-image: url("../img/tel_black.svg");
}
.spMenu .fLink .btn a {
    width: 100%;
}
.spMenu .fCompany{
    color: #fff;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 2.8rem;
}

  /*footer
  -------------------------------------------------------*/
  .footer{
    padding: 3.2rem 0;
  }
  .fCompany {
      gap: 1.4rem;
      padding-bottom: 2rem;
      margin-bottom: 2.4rem;
      flex-direction: column;
  }
  .fCompany .fLogo {
    width: 100%;
  }
  .fCompany .fLogo img{
    width: 9rem;
  }
  .fLogo .name{
    font-size: 1.8rem;
  }
  .fLogo .fontEn{
    font-size: 1.2rem;
  }
  .fRow{
    margin-bottom: 2rem;
    align-items: center;
    padding-left: 0;
    flex-direction: column;
  }
  .fNav{
    display: none;
  }
  .fLink .tel{
    margin-bottom: 1.6rem;
  }
  .fMark {
      margin: 0 auto;
  }




/*共通 パーツ
---------------------------------------------------------*/
/* タイトル */
.ttlEnJa {
  font-size: 1.6rem;
}
.ttlEnJa span {
  font-size: 3.2rem;
  margin-bottom: 0.6rem;
}
/* ボタン */
.btn a {
  padding: 1.6rem 3rem;
  font-size: 1.6rem;
  gap: 1rem;
  width: 17rem;
}
.btn a::after {
  width: 1.4rem;
}
.btn._ja a{
font-size: 1.6rem;
width: 16rem;
padding: 1.5rem 2rem;
}
.btn._ja a::after{
width: 1.1rem;
}
.btn._ja._white a{
width: 18rem;
}
.btn._ja02 a {
  padding: 1.6rem 3rem;
}


/*top
---------------------------------------------------------*/
.mainArea{
  height: 46rem;
}
.mainBox{
  bottom: 4rem;
  left: 9%;
}
.mainArea .slide li:nth-of-type(1) .mainBox h1{
  font-size: 2rem;
  margin-bottom: 1rem;
  text-shadow: 0 0 .5rem rgba(0, 0, 0, 0.30);
}
.mainArea .slide li:nth-of-type(1) .mainBox p{
  font-size: 4.4rem;
}
.mainArea .slide li:nth-of-type(1) img{
  object-position: 72% 50%;
}
.mainArea .slide li:nth-of-type(2) .mainBox h1{
  font-size: 1.8rem;
}
.mainArea .slide li:nth-of-type(2) .mainBox h1 .gradMain{
  padding: 0rem 1rem;
  margin-top: 0.4rem;
}
.mainArea .slide li:nth-of-type(2) .mainBox p{
  font-size: 2.6rem;
  text-shadow: 0 0 .5rem rgba(0, 0, 0, 0.30);
}
.mainArea .slide li:nth-of-type(2) .mainBox .middle{
  margin: 0 1rem;
}
.mainArea .slide li:nth-of-type(2) .mainBox .small{
  margin-left: 1rem;
}
.mainArea .slide li:nth-of-type(2) img{
  object-position: 100% 50%;
}
.mainArea .slide li:nth-of-type(3) .mainBox h1{
  font-size: 2.2rem;
}
.mainArea .slide li:nth-of-type(3) .mainBox h1 .gradMain{
  margin-top: 0.4rem;
  padding: 0 0.6rem;
}
.c_sec .row {
  gap: 3.2rem;
  flex-direction: column!important;
}
.c_sec .row .box {
  width: 100%;
}
.c_sec .row .box .ttlEnJa {
  margin-bottom: 2.2rem;
}
.c_sec .row .box h3 {
  font-size: 1.7rem;
  margin-bottom: 1.4rem;
}
.c_sec .row .box h4 {
    font-size: 1.8rem;
    margin-bottom: 0.6rem;
}
.c_sec .row .box .txt p + p{
  margin-top: 1.2rem;
}
.c_sec .row .box .btn{
  margin-top: 1.8rem;
}
.c_sec .row .img {
  width: 106%;
  height: 19rem;
  margin-right: calc(-50vw + 50%);
  gap: 1rem;
}
.c_sec .row .img img {
    height: auto;
}
.topBusiness {
  padding-bottom: 2rem;
}
.topBusiness .row {
  gap: 1rem;
  flex-direction: column;
  position: relative;
}
.topBusiness .row .box {
  width: auto;
  min-width: auto;
}
.topBusiness .row .box .ttl{
  margin-bottom: 1.8rem;
  gap: 2rem;
}
.topBusiness .row .box .ttl .btn a{
  width: 14rem;
  padding: 1.5rem 2rem;
}
.topBusiness .row .box .txtWrap{
  display: none;
}
.topBusiness .listRow{
  gap: 5rem;
  margin-top: 1.6rem;
  flex-direction: column-reverse;
}
.topBusiness .row .box .txtList{
  width: 100%;
  margin-right: -1rem;
}
.topBusiness .row .box .txtList li{
  padding: 1.4rem 2rem;
}
.topBusiness .row .box .txtList li a{
  font-size: 1.6rem;
  gap: 2rem;
}
.topBusiness .row .box .txtList li a span{
font-size: 3rem;
}
.topBusiness .row .box .txtList li a::after{
  width: 2.2rem;
}
.topBusiness .imgList {
  position: relative;
  width: 20rem;
  height: 11rem;
  margin-left: -50%;
}
.topBusiness .imgList._02 {
  width: 15rem;
  height: 15rem;
  position: absolute;
  right: -6%;
  bottom: 0;
  margin: 0;
}
.topBusiness .imgList li {
  right: auto;
  left: 0;
}
.topBusiness .imgList._02 li{
  right: 0;
  left: auto;
}
.topBusiness .imgList li,
.topBusiness .imgList li.current,
.topBusiness #item01{
  transition: 1.2s;
}
.topVehicle .ttlEnJa{
  margin-bottom: 1.6rem;
}
.topVehicle .txt{
  margin-bottom: 2.2rem;
  width: 100%;
}
.topSafety .row .box{
  min-width: auto;
}
.topSafety .row .img {
  width: 106%;
  margin-left: 0;
}
.topFaq::before,
.topFaq::after{
  width: 100%;
  height: 50%;
}
.topFaq::after{
  top: auto;
  bottom: 0;
}
.topFaq .row {
  gap: 1.6rem;
  align-items: flex-start;
  flex-direction: column;
}
.topFaq .row .txt {
  margin-right: 0;
}
.topNews{
  padding: 5rem 0;
}
.topNews .ttlEnJa{
  margin-bottom: 1.4rem;
}
.postList{
  margin-bottom: 2.4rem;
}
.postList li a{
  padding: 1.6rem 3rem 1.6rem 0;
  gap: 1rem;
  flex-wrap: wrap;
}
.postList li a::after{
  width: 2.4rem;
  top: 30%;right: 0;
}
.postList li a .date{
  font-size: 1.2rem;
}
.postList li a .date span{
  font-size: 200%;
}
.c_cate{
  font-size: 1.2rem;
  padding: 0.6rem 1.2rem 0.5rem;
  white-space: initial;
}
.postList li a .ttl{
  width: 100%;
  text-align: left;
}
.topRecruit .row{
  gap: 2.4rem;
}
.topRecruit .row .box{
  min-width:  32.5rem;
}
.c_contact{
  padding: 4rem 0;
}
.c_contact .row{
  gap: 1.4rem;
  flex-direction: column;
}
.c_contact .box{
flex: 1;
}
.c_contact .box .ttlEnJa{
  margin-bottom: 2rem;
}
.c_contact .link {
  width: 100%;
}
.c_contact .link .tel{
  margin-bottom: 1.8rem;
}
.c_contact .link .tel a{
  font-size: 3.2rem;
}
.c_contact .link .tel a::before{
  width: 2.4rem;
  margin-right: 0.8rem;
}
.c_contact .link .tel p{
  font-size: 1.4rem;
}
.c_contact .link .btn a{
  width: 79%;
  font-size: 1.6rem;
  padding: 1.8rem;
  gap: 1rem;
}
.c_contact .link .btn a::after{width: 1.8rem;}
.topCompany{
  padding: 0;
}
.topCompany .row {
  gap: 0;
  flex-direction: column-reverse;
}
.topCompany .row .img {
  width: 111%;
  height: 26rem;
}
.topCompany .row .box {
  padding: 3rem 0;
}
.topCompany .row .box .txt {
  margin: 2rem 0;
}

/*下層 共通
---------------------------------------------------------*/
#subPage article > section:first-of-type{
  padding-top: 3.2rem;
}
.lower_mv{
  height: 23rem;
}
.lower_mv .ttl{
  font-size: 1.8rem;
  padding-top: 3rem;
}
.lower_mv .ttl .fontEn{
  font-size: 3.8rem;
  padding-bottom: 1rem;
}

/*faq
---------------------------------------------------------*/
.faqSec{
  padding-bottom: 2rem;
}
.faqWrap dt,
.faqWrap dd {
  padding: 2.2rem 0 2.2rem;
}
.faqWrap dt,
.faqWrap dd .ttl{
  gap: 1rem;
  align-items: center;
  line-height: 1.3;
}
.faqWrap dt::before,
.faqWrap dd .ttl::before {
  font-size: 2.4rem;
  min-width: 3rem;
  margin-top: -0.3rem;
  height: 4.2rem;
  aspect-ratio: auto;
  align-content: center;
}
.faqWrap dt {
  font-size: 1.6rem;
}
.faqWrap dd{
  padding-top: 1.3rem;
}
.faqWrap dd .ttl{
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.faqWrap dd .txt{
  padding-left: 0;
}


/*privacy
---------------------------------------------------------*/
.privacyBox + .privacyBox{
  margin-top: 3.2rem;
}
.privacyBox h2{
  font-size: 1.8rem;
  padding-bottom: 0.4rem;
  margin-bottom: 1rem;
}
.privacyBox .item + .item{
  margin-top: 1.4rem;
}
.privacyBox h3,
.privacyBox h4 {
    font-size: 1.4rem;
}
.privacyBox .ttl02::before{
  margin-right: 0.2rem;
}
.privacyBox .child li{
  text-indent: -0.4em;
  padding-left: 1.3em;
}
.privacyBox .child li::before{
  vertical-align: 0.3rem;
  margin-right: 0.4rem;
}
.privacyBox .txt + .txt{
  margin-top: 1.4rem;
}


/*sitemap
---------------------------------------------------------*/
.sitemapRow{
  gap: 0;
  flex-direction: column;
}
.sitemapRow ul:nth-of-type(n+2){
  margin-top: 0;
}
.sitemapRow li a{
  margin: .6rem 0;
  font-size: 1.6rem;
}
.sitemapRow .child {
  margin: 0 0 1rem;
}
.sitemapRow .child a {
  font-size: 1.4rem;
}
.sitemapRow .parent > li > a::after {
    width: 1.6rem;
    margin-left: .6rem;
    vertical-align: -0.2rem;
}
.sitemapRow .child._sub {
    margin-top: 1rem;
}

/*contact
---------------------------------------------------------*/
.contactLead{
  padding-bottom: 4rem;
}
.contactLead h2{
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.contactLead .txt{
  margin-bottom: 1.6rem;
}
.contactLead .row{
  padding: 1.5rem 1rem;
  gap: 0.4rem;
  flex-direction: column;
  border-radius: 1.2rem;
}
.contactLead .row .ttl{
  font-size: 1.6rem;
}
.contactLead .tel a{
  font-size: 3.2rem;
}
.contactLead .tel a::before{
  width: 2.4rem;
}
.contactLead .tel p{
  font-size: 1.4rem;
  margin-top: 0;
}
.formArea {
  padding: 2rem 2rem 3rem;
  font-size: 1.6rem;
}
.formTxt {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.formBox{
  padding: 1rem 0 1rem;
  flex-direction: column;
}
.formBox dt,
.formBox dd {
	width: 100%;
	margin-bottom: 3rem;
}
.formBox dt::before {
  padding: 0.3rem 1rem;
  top: .2rem;
}
.formBox dt {
  padding-left: 5.6rem;
  margin: 0 0 1rem!important;
}
.formBox input[type="text"],
.formBox input[type="tel"],
.formBox input[type="email"],
.formBox input[type="date"],
.formBox select,
.formBox textarea,
.formBox input[type="file"]{
  font-size: 1.4rem;
}
.formBox textarea {
  height: 15rem;
}
.privacyCheck {
  margin: 1rem 0 1rem;
  font-size: 1.6rem;
}
.privacyBox .txt{
  text-align: left;
}
.formBtn {
  margin-top: 2rem;
}
.mw_wp_form_confirm .formBtn {
  gap: 2rem;
  flex-direction: column-reverse;
}
.formBtn > div{
  width: 100%;
}
.formArea input[type="submit"],
.formArea input[type="button"] {
  font-size: 1.8rem;
  padding: 1.9rem 2.8rem 1.9rem 2rem;
  margin: 0;
  width: 100%;
}
.thxBox {
  padding: 2.4rem 1.5rem;
}
.thxBox .ttl{
  font-size: 1.6rem;
}
.thxBox .txt{
  text-align: left;
}
.thxBox .btn{
  margin-top: 1.4rem;
}
.thxBox .btn a{
  width: auto;
  padding: 1.2rem 3rem;
}



/*news 一覧
---------------------------------------------------------*/
.p_cateRow{
  gap: 1rem;
  margin-bottom: 2rem;
  flex-direction: column;
  align-items: flex-start;
}
.p_cateAll {
  gap: 0.8rem 0.5rem;
}
.p_cateAll li{
  min-width: auto;
}
.p_cateAll li a {
  padding: 0.7rem 1.6rem 0.6rem;
  line-height: 1;
  font-size: 1.3rem;
}
.pager {
  width: 100%;
  text-align: center;
  margin-top: 4rem;
}
.pager span, .pager a {
  display: inline-block;
  padding: 0;
  margin: 0 0.4rem;
  transition: .1s;
  width: 2rem;
  height: 2rem;
  font-size: 1.6rem;
  line-height: 1.2;
}
.pager a.prev,
.pager a.next{
  width: 2.4rem;
}




/*news 詳細
---------------------------------------------------------*/
.singleHeader {
  padding: 0 0 1.8rem;
  margin-bottom: 2.4rem;
  gap: 1rem;
}
.singleHeader .date{
  font-size: 1.6rem;
}
.singleHeader .cate{
  margin: 0.4rem 4rem 0 0;
  font-size:1.4rem;
}
.singleHeader .cate a{
  padding:.2rem 1rem;
}
.singleHeader h2 {
  font-size: 1.6rem;
}
.newsSingle .img{
  padding: 0 0 2rem;
}
.newsSingle .img img{
  max-height: 34rem;
}
.newsSingle .cont {
  padding: 0;
}
.newsSingle .cont h3,
.newsSingle .cont h4,
.newsSingle .cont h5,
.newsSingle .cont h6{
  font-size: 1.6rem;
  padding: 2rem 0 0;
}
.newsSingle .cont h3{
  padding: 0.2rem 0rem 0.2rem 1.2rem;
}
.pageset {
  padding-top: 3rem;
  margin-top: 2rem;
  gap: 1rem;
}
.pageset a {
  font-size: 1.6rem;
}
.pageset .prev a,
.pageset .next a{
  gap: 0.8rem;
}
.pageset .prev a::before,
.pageset .next a::after{
  width: 2rem;
}
.pageset .btn a{
  width: 18.4rem;
  padding: 1.2rem 1.8rem 1.2rem 1.4rem;
  font-size: 1.4rem;
}
.pageset .btn a::before {
  width: 1.4rem;
  margin-right: 0.8rem;
}
.postBack a {
  padding: 0.8rem 3.6rem;
}



/*about
---------------------------------------------------------*/
.c_leadTxt{
  padding-bottom: 4rem;
}
.c_leadTxt__row{
  gap: 1.4rem;
  flex-direction: column;
}
.c_leadTxt__row h2{
  font-size: 2.2rem;
  line-height: 1.6;
}
.p_about_streng{
  padding: 4rem 0 5rem;
}
.c_ttlEnJa__row{
  gap: 1.6rem;
  flex-direction: column;
}
.c_ttlEnJa__row._txt{align-items: flex-start;}
.c_ttlEnJa__row h3{
  font-size: 1.8rem;
}
.p_about_streng__row{
  gap: 2rem;
  margin-top: 2rem;
  flex-direction: column;
}
.p_about_streng__row_box{
  height: 28rem;
  padding: 2rem 2rem!important;
  width: 80%;
}
.p_about_streng__row_box:nth-of-type(1){
  margin: 0;
}
.p_about_streng__row_box:nth-of-type(2){
  margin: 0;
  margin-left: 3rem;
}
.p_about_streng__row_box:nth-of-type(3){
  margin-left: 6rem;
}
.p_about_streng__row_box .num{
  font-size: 4rem;
  margin-bottom: 1.3rem;
}
.p_about_streng__row_box .txt{
  font-size: 1.8rem;
}
.c_sec h3.num span{
  font-size: 3.2rem;
  margin-right: 1rem;
}
.p_about_support.c_sec .row{
  gap: 2rem;
}
.p_about_support.c_sec .row .ttlEnJa{
  margin-bottom: 2rem;
  margin-top: 0;
}
.c_sec .row + .row{
  margin-top: 4.6rem;
}
.c_sec._reverse .row:nth-of-type(even) .img {
    margin-left: 0;
    margin-right: calc(-50vw + 50%);
}
.p_about_service{
  padding: 4rem 0;
}
.p_about_service__box{
  padding: 2rem;
  margin-top: 2rem;
}
.p_about_service__box h4{
  font-size: 1.6rem;
  padding: 1rem 2rem;
}
.p_about_service__box h4 span{
  padding-left: 1rem;
  margin-left: 1rem;
}
.p_about_service__box .txt{
  font-size: 1.4rem;
  margin-top: 1rem;
  padding: 0;
}
.p_about_service__box .imgScroll{
  margin-top: 1.4rem;
}
.js-scrollable {
  overflow-y: hidden!important;
}
.p_about_service__box .js-scrollable .img {
  width: 54rem;
  padding: 1rem 0;
}
.c_flow {
  padding: 4rem 0;
}
#biz_soukoPage .c_flow {
    padding-top: 2rem;
}
.c_flow__list {
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem 1.5rem;
  margin-top: 2rem;
  padding-right: 1rem;
}
.c_flow__list li{
  font-size: 1.3rem;
}
.c_flow__list li:not(:last-child)::after{
  width: 1.4rem;
  bottom: 3.1rem;
  right: -1.5rem;
}
.c_flow__list li .speech{
  margin-bottom: 2rem;
  padding: 0.2rem 0.6rem;
  font-feature-settings: "palt";
}
.c_flow__list li .speech::after{
  bottom: 0;
  right: 0;
  left: 0;
  width: 1.1rem;
}
.c_flow__list li .box{
  height: 9rem;
}
.c_flow__list li:nth-of-type(5) .box{
    padding-top: 2rem;
}
.c_flow__list li .box::before{
  width: 3.8rem;
  transform: translateY(-54%) rotate(45deg);
}
.c_flow__list li .num {
  font-size: 2.4rem;
}


/*business
---------------------------------------------------------*/
.p_business_service{
  padding-bottom: 5rem;
}
.p_business_service__list li + li{
  margin-top: 5rem;
}
.p_business_service__list h2{
  font-size: 2.2rem;
  height: 15rem;
  padding: 1.6rem 2rem;
  margin-bottom: 1.4rem;
}
.p_business_service__list h2 .fontEn{
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
}
.p_business_service__list_row{
  gap: 2rem;
  padding-right: 0;
  flex-direction: column;
}
.p_business_service__list__box .ttl{
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}
.p_business_other .row{
  gap: 2rem;
}
.p_business_other .row .box h3{
  font-size: 2rem;
}


/*business下層 machine unic logistics souko
---------------------------------------------------------*/
#subPage  #c_bizLower_lead{
  padding: 2rem 0;
}
.c_bizLower_lead h2{
  font-size: 2rem;
  margin-bottom: 0.6rem;
}
.c_bizLower_lead h3{
  font-size: 1.8rem;
}
.c_bizLower_service__row {
  gap: 3.2rem;
  flex-direction: column;
}
.c_bizLower_service__row .box{
  width: 100%!important;
}
.c_bizLower_service__row .box .ttl {
  font-size: 2rem;
  padding-bottom: 1rem;
}
.c_bizLower_service__row .img {
  gap: 2rem;
}
.c_bizLower_service__row .img figure:nth-of-type(2){
  margin-top: 3.6rem;
}
.c_bizLower_service__row._imgOne .img figure,
.c_bizLower_service__row._imgOne .img img{
  height: auto;
}
.c_bizLower_point.c_sec .row{
  gap: 2rem;
}
.c_bizLower_point.c_sec .row .box {
  width: 100%;
}
.c_bizLower_point.c_sec .row .box .ttlEnJa {
    margin-bottom: 1.4rem!important;
}
.c_bizLower_point.c_sec .row .box h3 {
    font-size: 1.9rem;
}
.c_bizLower_point.c_sec._reverse .row:nth-of-type(n+2) .box h3 {
    margin-bottom: 1rem;
}
.c_bizLower_type__ttl{
  margin-bottom: 2.2rem;
  flex-direction: column;
  text-align: left;
  gap: 1rem;
}
.c_bizLower_type__ttl h2{
  font-size: 2.2rem;
}
.c_bizLower_type__list {
  grid-template-columns: repeat(3, 1fr)!important;
  gap: 2.2rem 1.6rem;
  margin-bottom: 3rem;
  padding: 0!important;
}
.c_bizLower_type__list figcaption{
  font-size: 1.4rem;
  margin-top: 0.6rem;
}
.c_bizLower_type__list figcaption span{
  font-size: 1rem;
}


/*works
---------------------------------------------------------*/
.p_works_case{
  padding: 5rem 0 4rem;
}
.p_works_case:last-of-type{
  padding-bottom: 5rem;
}
.p_works_case__row{
  margin-bottom: 1.2rem;
  flex-direction: column;
}
.p_works_case__row .img,
.p_works_case__box{
  width: 100%;
}
.p_works_case__box .enJaTtl{
  font-size: 2.2rem;
  padding: 1.5rem 2rem 1.4rem;
  place-content: flex-start;
}
.p_works_case__box .enJaTtl span {
  font-size: 1.8rem;
  margin-bottom: 0rem;
}
.p_works_case .btn{
  margin-top: 1.8rem;
}



/*works下層 machine unic logistics
---------------------------------------------------------*/
.c_wksLower_lead{
  padding-bottom: 0;
}
.c_wksLower_lead__row {
    gap: 2rem;
    flex-direction: column-reverse;
}
.c_wksLower_lead__box {
    width: 100%;
    padding-right: 0;
}
.c_wksLower_lead__box h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}
.c_wksLower_lead__row .img {
    gap: 0.6rem;
}
.c_wksLower_lead__row .img img {
    height: auto;
}
.tableWrap {
  overflow-x: scroll;
}
.tableWrap table {
  font-size: 1.2rem;
  width: 48rem;
}
.c_wksLower_case__table caption .inner{
  font-size: 2.2rem;
  margin-bottom: 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.c_wksLower_case__table caption .inner span{
  font-size: 1.4rem;
}
.c_wksLower_case__table th,
.c_wksLower_case__table td{
  padding: 0.4rem 0.8rem;
}
.c_wksLower_case__table thead th{
  width: 22%;
}
.c_wksLower_case__table thead th:nth-of-type(2){
  width: 22%;
}
.c_wksLower_case__table thead th:nth-of-type(3){
  width: 28%;
}
.c_wksLower_case__table thead th:nth-of-type(4){
  width: 28%;
}


/*safety
---------------------------------------------------------*/
#safetyPage article > section{
  padding: 2rem 0;
}
#safetyPage article > section:last-of-type{
  padding-bottom: 5rem;
}
.p_safety_lead__row {
  gap: 2rem;
  flex-direction: column;
}
.p_safety_lead__box h2 {
  font-size: 2.2rem;
  padding-bottom: 1rem;
}
.c_safety_ttl{
  font-size: 2.2rem;
  padding-bottom: 0.6rem;
  margin-bottom: 0.8rem;
}
.p_safety_data .btn{
  margin-top: 1.4rem;
}
.p_safety_data .btn a{
  font-size: 1.4rem;
  padding: 1.2rem 2.6rem;
  width: 100%;
}
.p_safety_goal__list {
  margin-top: 1.6rem;
}
.p_safety_goal__list > li:not(:first-of-type){
  margin-top: 2rem;
}
.p_safety_goal__list > li > h3{
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
}
.p_safety_goal__list ol{
  padding-left: 1.1em;
}
.p_safety_report__list{
  margin-top: 1.2rem;
}
.p_safety_report__list a{
  padding: 1.2rem 1rem;
  gap: 0.4rem;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.p_safety_report__list a .ttl::after{
  margin-left: 2rem;
}



/*vehicles
---------------------------------------------------------*/
.p_vehicles_lead{
  padding: 2rem 0 1rem!important;
}
.p_vehicles_lead__ttl{
  gap: 1rem;
  flex-direction: column;
  align-items: start;
}
.p_vehicles_lead__ttl h2{
  font-size: 2.4rem;
}
.p_vehicles_item{
  padding: 2.4rem 0;
}
.p_vehicles_item:nth-of-type(even){
  padding: 4rem 0;
}
.p_vehicles_item__inner{
  padding: 2.4rem 2rem;
}
.p_vehicles_item__ttl{
  font-size: 1.6rem;
  padding: 0.8rem 1rem;
  margin-bottom: 1.2rem;
  border-radius: 0.5rem;
  text-align: left;
}
.splide .splide__arrow svg {
    width: 1.4rem;
}
.splide .splide__arrow{
  width: 2.8rem;
}
.splide .splide__arrow--prev {
    left: -2rem;
}
.splide .splide__arrow--next {
    right: -2rem;
}
.splide .splide__pagination{
  margin-top: 1rem;
}
.p_vehicles_item__box .txt{
    margin-top: 1rem;
}
.splide .splide__pagination__page{
    margin: 0 0.8rem;
    width: 0.8rem;
}
.p_vehicles_item__box dl{
  margin-top: 1.4rem;
}
.p_vehicles_item__box dt,
.p_vehicles_item__box dd {
  padding: 0.8rem 1.2rem;
  width: 100%;
  font-size: 1.4rem;
}



/*company
---------------------------------------------------------*/
.p_company_phil{
  padding: 3.2rem 0 3rem!important;
}
.p_company_phil__row {
    gap: 2rem;
    justify-content: flex-end;
    flex-direction: column;
}
.p_company_phil__box {
    width: 100%;
}
.p_company_phil__box h3 {
    font-size: 2.2rem;
    margin: 2.4rem 0 1rem;
}
.p_company_phil__box .name{
  margin-top: 2rem;
}
.p_company_phil__box .name img{
  margin-left: 1.6rem;
}
.p_company_phil__row .img {
    flex: 1;
    max-width: 89.5rem;
    height: 57rem;
    margin-left: calc(-50vw + 50%);
    gap: 1.4rem;
}
.p_company_phil__row .img img {
    height: auto;
}
.p_company_profile .ttlEnJa{
  height: 14rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
.p_company_profile dl{
  margin-bottom: 2rem;
}
.p_company_profile dt,
.p_company_profile dd {
  padding: .8rem 1.4rem;
  width: 100%;
}
.p_company_profile dd:first-of-type{
  border-top: none;
}
.p_company_profile dd{
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.p_company_profile__img{
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.p_company_access{
  padding-top: 2rem;
}
.gMap {
  aspect-ratio: 110/90;
  margin-top: 2rem;
}
.p_company_access .txt{
  margin-top: 1rem;
  font-size: 1.4rem;
}



/*recruit
---------------------------------------------------------*/
.p_recruit_lead{
  padding: 2.4rem 0!important;
}
.p_recruit_lead h2{
  font-size: 2.4rem;
}
.p_recruit_lead p{
  font-size: 1.8rem;
}
.p_recruit_kind{
  padding: 4rem 0;
}
.p_recruit_kind__ttl{
  gap: 1rem;
  margin-bottom: 2.4rem;
  flex-direction: column;
  align-items: flex-start;
}
.p_recruit_kind__ttl h2{
  font-size: 2.4rem;
}
.p_recruit_kind__row{
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.p_recruit_kind__box{
  height: 18rem;
  padding: 2rem 2rem;
  background-size: auto 100%;
  background-position: right;
  align-items: flex-start;
  text-align: left;
}
.p_recruit_kind__box:nth-of-type(1){
  background-position: 8.3rem 100%;
}
.p_recruit_kind__box:nth-of-type(2){
  background-position: right 50%;
}
.p_recruit_kind__box:nth-of-type(3){
  background-position: 9rem 50%;
}
.p_recruit_kind__box::before{
  background: linear-gradient(-90deg, rgba(4, 79, 206, 0.00) 34.62%, #044FCE 72.5%);
}
.p_recruit_kind__box h3{
  font-size: 2.2rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.p_recruit_kind__box p{
  font-size: 1.6rem;
  line-height: 1.4;
}
.p_recruit_member{
  padding: 4rem 0;
}
.p_recruit_member__rowWrap{
  margin-top: 2rem;
}
.p_recruit_member__row {
  gap: 2rem;
  flex-direction: column!important;
}
.p_recruit_member__row:nth-of-type(n+2){
  margin-top: 4rem;
}
.p_recruit_member__row .img {
  max-width: 46rem;
}
.p_recruit_member__box h3 {
  font-size: 1.8rem;
  padding-bottom: 1.6rem;
}
.p_recruit_member__box .job{
  margin-right: 1rem;
}
.p_recruit_member__box h4{
  font-size: 2rem;
  padding: 1.4rem 0 1rem;
  margin-bottom: 1rem;
}
.p_recruit_info{
  padding: 4rem 0;
}
.p_recruit_info__tab{
  gap: 0.6rem;
  margin: 1.6rem 0 1.6rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.p_recruit_info__tab li{
  width: 100%;
  padding: 0.8rem 1.4rem;
}
.p_recruit_info__tab li::after{
  width: 1.2rem;
  margin-left: 0.8rem;
}
.p_recruit_info__profile dt,
.p_recruit_info__profile dd {
  padding: 1.2rem 2rem;
  width: 100%;
}
.p_recruit_info__profile dt {
  padding-top: .8rem;
  padding-bottom: .8rem;
}
.p_recruit_info__profile dd:first-of-type{
  border-top: none;
}
.p_recruit_process__row{
  margin-top: 2.4rem;
  padding: 0;
  flex-direction: column;
  gap: 3rem;
}
.p_recruit_process__list {
  width: 100%;
}
.p_recruit_process__list::before{
  top: 1.1rem;
  left: 8.05rem;
}
.p_recruit_process__list li + li{
  margin-top: 2rem;
}
.p_recruit_process__list li .step{
  font-size: 1.7rem;
}
.p_recruit_process__list li .step::after{
  min-width: 0.6rem;
  margin: 0 1rem;
}
.p_recruit_process__list li .txt{
  font-size: 1.7rem;
}
.p_recruit_process__row .img img{
  height: auto;
}

}