/* リセット */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
font-size: 62.5% !important;
} /* font-sizeは16pxの62.5%の10px */

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 2.6rem;
  color: #000;
  font-size: 1.6rem !important;
  padding-top:0 !important;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: 0.6s;
}

/*ul横並び*/
.ul-yoko1,.selection-ul,.blog-ul,.business-ul,.outline-ul,.blog-page-ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
}

.li-yoko1{
  margin-right: 20px;
}
/*逆順*/
.ul-yoko2 {
  display: flex;
  flex-direction: row-reverse;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.li-yoko2{
  margin-right: 3%;
}

.ul-yoko1 li,.ul-yoko2 li{
  width: 50%;
}
/*ul横並びここまで*/

/* ヘッダー */
.header {
  padding: 0;
  height: 120px;
  position: relative;
  z-index: 100;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
}

.header-inner img{
    width: 35%;
}

.nav ul {
  display: flex;
  list-style: none;
  gap: 20px;
  margin-right: 2.5rem;
}

.nav ul li {
  text-align: center;
  width: 70px;
}

.nav ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}

.nav-sub ul {
  display: flex;
  list-style: none;
  gap: 20px;
  margin-right: 2.5rem;
}

.nav-sub ul li {
  text-align: center;
  width: 70px;
}

.nav-sub ul li a {
  color: #000;
  font-weight: bold;
  font-size: 1.4rem;
}

.nav ul li a span.english {
    display: block;
}
.nav ul li a:hover span.english {
    display: none;
    transition: 1.0s;
}
.nav ul li a span.japanese {
    display: none;
}
.nav ul li a:hover span.japanese {
    display: block;
    transition: 1.0s;
}

.nav-sub ul li a span.english {
    display: block;
}
.nav-sub ul li a:hover span.english {
    display: none;
    transition: 1.0s;
}
.nav-sub ul li a span.japanese {
    display: none;
}
.nav-sub ul li a:hover span.japanese {
    display: block;
    transition: 1.0s;
}

.header-contact,.header-contact-sub {
  width: 35%;
  text-align: center;
}

.header-contact p {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}

.header-contact-sub p{
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}

.tel-text{
    font-size: 1.2rem;
}

.header-contact a {
  display: block;
  color: #5863b3;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #fff;
  padding: 3% 1%;
  text-align: center;
}

.header-contact-sub a {
  display: block;
  color: #fff;
  font-size: 1,4rem;
  font-weight: bold;
  background-color: #5863b3;
  padding: 3% 1%;
  text-align: center;
}

#main-nav{
  padding: 0 5%;
}

#sub-nav{
  background-color: #fff;
  padding: 0 5%;
  position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translateY(-120px);
    width: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#sub-nav.scrolled {
    transform: translateY(0);
}

.header-page{
  padding: 0 5%;
  background-color: #fff;
  position: fixed;
}

.menu-sp-box{
  display: none;
}
/* ヘッダーここまで */

/* メインビジュアル */
.main-visual{
    position: relative;
    top: -120px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-box{
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.video-box video{
    position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}
/* メインビジュアルここまで */

/*共通設定*/
.contents-inner{
  padding: 0 5%;
}

.page-contents-inner{
  padding: 0 5%;
  margin: 5% 0;
}
/*共通設定ここまで*/

/* トップページ */
.top-title-sub{
  color: #5863b3;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.top-h2{
  font-size: 5rem;
  line-height: 5.2rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.top-text-box{
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 25px;
}

.btn-box a{
  display: block;
  background-color: #5863b3;
  padding: 3% 5%;
  width: fit-content;
  border: solid 1px #5863b3;
  color: #fff;
  font-size: 1.4rem;
  transition: 0.3s;
}

.btn-box a:hover{
  background-color: #fff;
  color: #5863b3;
}

.selection-box{
  background-image: url(/wp-content/themes/dtl-official/image/top-img002.jpg);
  background-color: rgba(0, 0, 0, 0.7);
  margin: 8% 0;
  text-align: center;
  background-size:  cover;
  background-position: center center;
  color: #fff;
  padding: 2% 0;
}

.selection-box h2{
  font-size: 5rem;
  font-weight: bold;
  margin: 3% auto 5% auto;
}

.selection-li{
  width: 30%;
  text-align: left;
  margin-right: 5%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1%;
}

.selection-li:last-child{
  margin-right: 0;
}

.selection-li h3{
  font-size: 1.8rem;
  font-weight: bolder;
  margin-bottom: 4%;
}

.center-btn-box a{
  display: block;
  background-color: #5863b3;
  padding: 1% 4%;
  width: fit-content;
  border: solid 1px #5863b3;
  color: #fff;
  font-size: 1.4rem;
  transition: 0.3s;
  margin: 4% auto 2% auto;
}

.center-btn-box a:hover{
  background-color: #fff;
  color: #5863b3;
}

.top-contents-box{
  margin: 5% 0;
}

.staff-name{
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 2%;
  margin-bottom: 1%;
}
/*　↓slick　*/
/*====================================================================
slick
====================================================================*/

html, body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

/*====================================================================
.full-screen
====================================================================*/

.full-screen .slick-list {
  overflow: visible;
}
.full-screen.slider {
  max-width: 700px;
  margin: 0 auto;
}

/*====================================================================
以下は不要です。
====================================================================*/
.section {
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
}
/*　slick ここまで　*/

/* ブログ */
.blog-box-page{
  width: 100%;
}

.blog-ul {
  list-style-type: none;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.blog-li {
  max-width: 23%;
  margin-bottom: 4rem;
}

.blog-items {
  display: block;
  background: #fff;
  padding: 0;
  width: 100%;
}

.blog-img {
  overflow: hidden;
  margin-bottom: 10px;
}

.blog-img img {
  width: 100%;
  height: 100%;
  margin: 0;
  transition: 0.5s;
}

.blog-img img:hover {
  transform: scale(1.1);
  /* 拡大 */
}

.blog-text {
  display: block;
  overflow: hidden;
  font-size: 1.4rem;
  margin-bottom: 0;
  color: #000;
  line-height: 2rem;
}

.blog-time {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  line-height: 1.3rem;
  color: #5863b3;
}
/* ブログここまで */
/* トップページ ここまで */

/* D.T.Lについて */
.page-about{
  position: relative;
  margin: 0;
  text-align: center;
  color: #fff;
  padding: 0;
  z-index: 3;
  height: 250px;
  overflow: hidden;
}

.page-about::before{
  position: absolute;
  width: 100%;
  background: rgba(0,0,0,0.4);
  content: '';
  height: 250px;
  top: 0;
  right: 0;
  z-index: 4;
}

.page-about h2{
  font-size: 7.0rem;
  font-weight: bold;
  z-index: 5;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.page-about img{
  position: relative;
  z-index: 2;
  width: 100%;
}

.mission{
  background-image: url(/wp-content/themes/dtl-official/image/about-img001.jpg);
  opacity:0.7;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  padding: 5%;
  text-align: center;
}

.vision{
  background-image: url(/wp-content/themes/dtl-official/image/about-img002.jpg);
  opacity:0.7;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  padding: 5%;
  text-align: center;
}

.value{
  background-image: url(/wp-content/themes/dtl-official/image/about-img003.jpg);
  opacity:0.7;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  padding: 5%;
  text-align: center;
}

.page-h3{
  font-size: 5.0rem;
  line-height: 6.4rem;
  border-bottom: solid 1px #000;
  width: fit-content;
  padding-bottom: 1rem;
  margin: 0 auto;
}

.page-h3-sub{
  font-size: 1.4rem;
  margin-top: 5px;
}

.about-content{
  background-color: rgba(255,255,255,0.7);
  padding: 5%;
  text-align: left;
  width: 70%;
  margin: 3% auto;
}

.about-content h4{
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 5rem;
}
/* D.T.Lについて ここまで */

/*事業概要*/
.work{
  background-color: #e6e8f4;
  padding: 5%;
  text-align: center;
}

.work-box{
  margin-top: 5%;
}


.business-li{
  width: 30%;
  margin-right: 5%;
}

.business-li:last-child{
  margin-right: 0;
}

.business-box{
  position: relative;
}

.business-text{
  position: relative;
  top: -40px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 6%;
  margin: 0 6%;
  text-align: left;
}

.business-text h4{
  font-size: 3.0rem;
  color: #5863b3;
  font-weight: bold;
  margin-bottom: 20px;
}
/*事業概要ここまで*/

/*会社概要*/
.message{
  background-color: #898989;
  padding: 5%;
  text-align: center;
  margin-top: 5%;
}

.message h3{
  font-size: 5.0rem;
  line-height: 6.4rem;
  border-bottom: solid 1px #fff;
  width: fit-content;
  padding-bottom: 1rem;
  margin: 0 auto;
  color: #fff;
}

.message p{
  font-size: 1.4rem;
  margin-top: 3px;
  color: #fff;
}

.message-text{
  text-align: left;
  margin-top: 5%;
}

.message-text2{
  text-align: right;
  margin-top: 2%;
}

.outline{
  padding: 5%;
  background-color: #e6e8f4;
  text-align: center;
}

.outline-ul{
  border-bottom: solid 1px #000;
  padding: 0 2% 0.5% 2%;
  margin: 1.5% auto 0 auto;
  width: 60%;
}

.outline-li1{
  width: 15%;
  margin-right: 3%;
  text-align: right;
}

.outline-li2{
  width: 82%;
  text-align: left;
}

.outline-box{
  margin-top: 5%;
}

.access{
  padding: 5%;
  text-align: center;
}

.access-box{
  margin-top: 5%;
}

.access-box p{
  margin-bottom: 1%;
}
/*会社概要ここまで*/

/*安全運輸*/
.page-title{
  font-size: 5.5rem;
  font-weight: bold;
  color: #5863b3;
  border-bottom: solid 1px #5863b3;
  text-align: center;
  padding: 5% 0;
}

.safe-management,.privacy-box,.blog-page-box{
  margin: 5% 0;
  padding: 0 5%;
}

.safe-title{
  display: block;
  width: 100%;
  background-color: #5863b3;
  color: #fff;
  padding: 1.5% 3%;
  font-size: 3.0rem;
  font-weight: bold;
}

.safe-text{
  display: block;
  width: 100%;
  padding: 1% 3%;
  margin-bottom: 5%;
}
/*安全運輸ここまで*/

/*プライバシー*/
.privacy-box h3{
  font-size: 2.5rem;
  font-weight: bold;
  color: #5863b3;
  margin-bottom: 1.5%;
}

.privacy-box p{
  line-height: 3.0rem;
  margin-bottom: 5%;
}
/*プライバシーここまで*/

/*ブログ*/
.blog-page-ul{
  margin: 5% auto;
}

.blog-page-li{
  width: 22%;
  margin-right: 4%;
}

.blog-page-items{
  width: 310px;
  display: block;
  background: #fff;
  padding: 0;
}

.blog-page-img{
  width: 310px;
  height: 206px;
  overflow: hidden;
  margin-bottom: 10px;
}

.blog-page-img img {
  margin: 0;
  transition: 0.5s;
}

.blog-page-img img:hover {
  transform: scale(1.1);
  /* 拡大 */
}
/*ブログここまで*/

/*採用*/
.recruit{
  padding: 3% 5%;
  background-image: url(/wp-content/themes/dtl-official/image/recruit-img001.jpg);
  background-position: center top;
  background-size: cover;
}

.recruit-lead{
  color: #fff;
}

.recruit-lead h3{
  font-size: 4.0rem;
  line-height: 5.0rem;
  font-weight: bold;
}

.recruit-h3-1{
  margin-left: 4%;
}

.recruit-h3-2{
  margin-left: 8%;
}

.recruit-lead-p{
  font-size: 1.4rem;
  margin: 2% 0;
}

.recruit-text{
  margin-bottom: 2%;
}

.recruit-text p{
	margin-bottom:20px;
}

.recruit-text h4{
  font-weight: bold;
}

.recruit-btn{
  display: block;
  background-color: #fff;
  border: solid 1px #fff;
  color: #5863b3;
  padding: 1% 3%;
  width: fit-content;
  margin: 3% 0 0 0;
  font-weight: bold;
  transition: 0.6s;
}

.recruit-btn:hover{
  background-color: #5863b3;
  color: #fff;
}

.driver{
  margin: 5% 0;
}

.driver-ul{
  margin-bottom: 5%;
}

.driver-li{
  background-color: #abb1d9;
  padding: 0 0 1% 0;
  width: 45%;
  margin-right: 5%;
}

.driver-li:last-child{
  margin-right: 0;
}

.driver-li h4{
  display: block;
  background-color: #5863b3;
  color: #fff;
  padding: 4% 2%;
  margin-bottom: 3%;
  font-size: 4.0rem;
  font-weight: bold;
}

.driver-li p{
  padding: 0 2%;
  margin: 1.5% 0;
  font-size: 2.2rem;
}

.text-red1{
  color: #f60000;
  font-size: 4.0rem;
  font-weight: bold;
  margin-left: 0.5%;
  margin-right: 0.5rem;
}

.text-red2{
  color: #f60000;
  font-size: 2.2rem;
  font-weight: bold;
}

.driver-btn1{
  display: block;
  margin: 3% auto;
  background-image: url(/wp-content/themes/dtl-official/image/recruit-img002.jpg);
  background-position: center top;
  background-size: cover;
  width: 40%;
  transition: 0.5s;
}

.driver-btn1:hover{
  opacity: 0.6;
}

.driver-btn2{
  display: block;
  background-color: rgba(130, 137, 210, 0.6);
  color: #fff;
  padding: 6% 3%;
  margin: 0;
  width: 100%;
  height: 100%;
  font-size: 3.6rem;
  font-weight: bolder;
  text-align: center;
}

.driver-btn p{
  color: #fff;
}

.recruit-message{
  background-color:#e6e8f4;
  padding-top: 5%;
  padding-bottom: 5%;
}

.recruit-message h2{
  margin-bottom: 3%;
}

.recruit-cta{
  margin: 4% auto;
  width: 40%;
}

.recruit-cta-btn{
  display: flex;
  margin: 0 auto;
}

.recruit-cta-btn:hover{
  opacity: 0.5;
}

.recruit-cta p{
  background-color: #5863b3;
  color: #fff;
  margin: 0;
  padding: 12% 5% 5% 2%;
  vertical-align: middle;
  font-size: 2.4rem;
  width: 40%;
}

.oubo{
  font-size: 1.4rem;
}
/*採用ここまで*/

/* フッター */
.footer {
  color: #fff;
}

.footer-inner{
  background: #5863b3;
  padding: 3% 5% 2% 5%;
  text-align: center;
}

.footer-logo img{
  width: 15%;
  margin: 0 auto 3% auto;
}

.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  gap: 30px;
  margin-bottom: 3%;
}

.footer-nav ul li a {
  color: #fff;
  font-size: 1.6rem;
}

.footer-nav ul li a:hover {
  opacity:0.5;
}

.footer-contact {
  margin-top: 10px;
}

.footer-contact p {
  font-size: 1.6rem;
}

.footer-contact a {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 1% auto 0 auto;
  background-color: #fff;
  padding: 1.5% 3%;
  color: #5863b3;
  width: fit-content;
}

.footer-tel{
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 5px;
}

.footer-copy{
  text-align: center;
  margin-top: 5px;
  font-size: 1.0rem;
  color: #000;
}

/* 404ページ */
.error-404 {
  text-align: center;
  padding: 80px 20px;
  background-color: #f8f8f8;
  min-height: 60vh;
}

.error-404 .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.error-404 .page-title {
  font-size: 6rem;
  margin-bottom: 20px;
  color: #333;
}

.error-404 p {
  font-size: 1.6rem;
  color: #666;
  margin-bottom: 30px;
}

/* ボタンスタイル */
.error-404 .btn {
  display: inline-block;
  background-color: #5863b3;
  border:  solid 1px #5863b3;
  color: #fff;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.error-404 .btn:hover {
  background-color: #fff;
  color: #5863b3;
}
/* 404ページここまで */

/*ブログ関係*/
.blog-box{
  padding:  5%;
}

.blog-box h2{
  margin-bottom: 1rem;
}

.blog-text-box{
  margin-top: 2rem;
  line-height: 2.5rem;
}

.archive-h2{
  margin-bottom: 3rem;
}

.pagination-box{
  text-align: center;
}

.page-numbers{
  margin-right: 10px;
  margin-top: 1rem;
  color: #000;
  transition: 0.5s;
}
    
.page-numbers.current {
  color: #fff;
  background-color: #0f5474;
  border: 1px solid #0f5474;
  padding: 0.6%;
}

.page-numbers:hover {
  opacity: 0.5;
}

.blog-li h3{
  color: #5863b3;
}
/*ブログ関係ここまで*/

/*スマホ
------------------------------------------------------------*/
@media only screen and (max-width: 767px){
body {
  line-height: 1.6rem;
  font-size: 1.4rem !important;
}

/*ul横並び*/
.ul-yoko1,.selection-ul,.blog-ul,.business-ul,.outline-ul,.blog-page-ul {
  display: block;
}

.li-yoko1{
  margin-right: 0;
}
/*逆順*/
.ul-yoko2 {
  display: block;
  flex-direction: row;
}

.li-yoko2{
  margin-right: 0;
}

.ul-yoko1 li,.ul-yoko2 li{
  width: 100%;
}
/*ul横並びここまで*/

/* ヘッダー */
.header {
  padding: 0;
  height: 60px;
  position: relative;
  z-index: 100;
  background-color: #fff;
}

.header-page{
  display: none;
}

#main-nav{
  display: none;
}

#sub-nav{
  display: none;
}

.header-contact{
  display: none;
}

/*ハンバーガーメニューのスタイル */
.menu-sp-box{
  display: block;
  position: fixed;
  background-color: #fff;
  height: 60px;
  z-index: 80;
  width: 100%;
}

.menu-sp-box img{
  width: 27%;
  margin: 2% 0 0 2%;
}

  .menu-sp {
    position: fixed;
    top: 0;
    right: -100%; /* 初期状態では画面の外に隠れている */
    width: 80%;
    height: 100%;
    background-color: #FBF2FF;
    color: #000;
    transition: right 0.3s ease; /* スライドインのアニメーション */
    padding: 20px;
    box-sizing: border-box;
    z-index: 200;
    margin-left: 0;
  }
  
  /* メニューが開いているとき */
  .menu-sp.open {
    right: 0;
  }
  
  /* ボタンのスタイル */
  .hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    cursor: pointer;
    z-index: 300;
  }
  
  .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #444;
    margin: 5px 0;
    transition: 0.4s;
  }

  .header-menu{
    list-style-type: none;
  }

  .header-menu-a{
    margin-bottom: 8%;
  }
  
  /* バツ印に変化するスタイル */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  /*ハンバーガーここまで*/
/* ヘッダーここまで */

/* メインビジュアル */
.main-visual{
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    overflow: auto;
}

.video-box{
  position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.video-box video{
    position: relative;
	top: 0;
	left: 0;
	object-fit: cover;
	transform: translate(0, 0);
	width: 100%;
	height: 100%;
}
/* メインビジュアルここまで */

/*共通設定*/
.contents-inner{
  padding: 0 5%;
  margin: 5% 0;
}

.page-contents-inner{
  padding: 0 5%;
  margin: 5% 0;
}
/*共通設定ここまで*/

/* トップページ */
.top-title-sub{
  font-size: 1.2rem;
  margin-bottom: 7px;
}

.top-h2{
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 15px;
}

.top-text-box{
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 15px;
}

.btn-box{
  text-align: center;
  margin-bottom: 5%;
}

.btn-box a{
  padding: 3% 5%;
  width: 100%;
  transition: 0.3s;
}

.selection-box{
  margin: 8% 0;
  text-align: left;
  padding: 2% 0;
}

.selection-box h2{
  font-size: 3rem;
  line-height: 4rem;
}

.selection-li{
  width: 100%;
  margin-right: 0;
  margin-bottom: 5%;
  line-height: 2.2rem;
  padding: 3%;
}

.selection-li h3{
  font-size: 1.6rem;
  margin-bottom: 2%;
}

.center-btn-box{
  text-align: center;
}

.center-btn-box a{
  display: block;
  padding: 3% 5%;
  width: 100%;
}

.center-btn-box a:hover{
  background-color: #fff;
  color: #5863b3;
}

.top-contents-box{
  margin: 5% 0;
}

.staff-name{
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 2%;
  margin-bottom: 1%;
}

/* ブログ */
.blog-box{
  width: 100%;
  overflow-x: scroll;
}

.blog-ul {
  list-style-type: none;
  justify-content: space-between;
  gap: 25px;
  display: flex;
}

.blog-li {
  max-width: 100%;
}

.blog-items {
  display: block;
  background: #fff;
  padding: 0;
  width: 350px;
}

.blog-img {
  width: 350px;
  height: 244px;
  overflow: hidden;
  margin-bottom: 10px;
}

.blog-img img {
  width: 100%;
  height: 100%;
  margin: 0;
  transition: 0.5s;
}

.blog-img img:hover {
  transform: scale(1.1);
  /* 拡大 */
}

.blog-text {
  display: block;
  overflow: hidden;
  font-size: 1.4rem;
  margin-bottom: 0;
  color: #000;
}

.blog-time {
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: 1.3rem;
  color: #5863b3;
}

/* ブログここまで */
/* トップページ ここまで */

/* D.T.Lについて */
.page-about{
  height: 179px;
}

.page-about::before{
  height: 179px;
}

.page-contents-inner{
  line-height: 2.4rem;
}

.page-about h2{
  font-size: 3.0rem;
  margin-bottom: 2rem;
}

.page-h3{
  font-size: 3.0rem;
  line-height: 3.6rem;
  width: 100%;
}

.page-h3-sub{
  font-size: 1.2rem;
  margin-top: 5px;
}

.about-content{
  width: 100%;
  line-height: 2.4rem;
}

.about-content h4{
  font-size: 2.0rem;
  line-height: 3.0rem;
  margin-bottom: 1rem;
}
/* D.T.Lについて ここまで */

/*事業概要*/
.business-li{
  width: 100%;
  margin-right: 0;
  line-height: 2.4rem;
  margin-bottom: 5%;
}

.business-text{
  position: relative;
  top: -7px;
  padding: 5%;
  margin: 0;
  text-align: left;
  background-color: rgba(255, 255, 255, 1);
}

.business-text h4{
  font-size: 2.0rem;
  margin-bottom: 10px;
}
/*事業概要ここまで*/

/*会社概要*/
.message h3{
  font-size: .0rem;
  line-height: 4.4rem;
  width: 100%;
}

.message p{
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.outline-ul{
  border-bottom: solid 1px #000;
  padding: 0 2% 0.5% 2%;
  margin: 1.5% auto 5% auto;
  width: 100%;
  line-height: 2.4rem;
}

.outline-li1{
  width: 100%;
  text-align: left;
  margin-bottom: 0.5rem;
}

.outline-li2{
  width: 100%;
}

.outline-box{
  margin-top: 5%;
}
/*会社概要ここまで*/

/*安全運輸*/
.page-title{
  font-size: 2.4rem;
  line-height: 4.2rem;
  text-align: left;
  padding: 5%;
}

.safe-management,.privacy-box,.blog-page-box{
  margin: 5% 0;
  padding: 0 5%;
}

.safe-title{
  padding: 3%;
  font-size: 1.8rem;
}

.safe-text{
  padding: 3%;
}
/*安全運輸ここまで*/

/*プライバシー*/
.privacy-box h3{
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: bold;
  color: #5863b3;
  margin-bottom: 1.5%;
}

.privacy-box p{
  line-height: 2.4rem;
  margin-bottom: 5%;
}
/*プライバシーここまで*/

/*ブログ*/
.blog-page-ul{
  margin: 5% auto;
}

.blog-page-li{
  width: 100%;
  margin-right: 0;
  margin-bottom: 5%;
}

.blog-page-items{
  width: 100%;
}

.blog-page-img{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
/*ブログここまで*/

/*採用*/
.recruit{
  padding: 3% 5%;
  background-image: none;
}

.recruit-lead{
  color: #000;
}

.recruit-lead h3{
  font-size: 2.0rem;
  line-height: 2.8rem;
  margin-bottom: 0;
}

.recruit-h3-1{
  margin-left: 0;
}

.recruit-h3-2{
  margin-left: 0;
}

.recruit-lead-p{
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 5% 0;
}

.recruit-text{
  margin-bottom: 2%;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.recruit-text h4{
  font-weight: bold;
}

.recruit-btn{
  display: block;
  background-color: #5863b3;
  border: solid 1px #5863b3;
  color: #fff;
  padding: 3%;
  width: 100%;
  margin: 5% 0;
  transition: 0.6s;
  text-align: center;
}

.driver-li{
  padding: 5%;
  width: 100%;
  margin-right: 0;
  margin-bottom: 5%;
  line-height: 3rem;
}

.driver-li h4{
  padding: 3%;
  margin-bottom: 3%;
  font-size: 2.4rem;
}

.driver-li p{
  padding: 0 2%;
  margin: 1.5% 0;
  font-size: 1.8rem;
}

.text-red1{
  font-size: 3.0rem;
}

.text-red2{
  font-size: 1.8rem;
}

.driver-btn1{
  display: block;
  margin: 3% auto;
  width: 100%;
  transition: 0.5s;
}

.driver-btn2{
  display: block;
  background-color: rgba(130, 137, 210, 0.6);
  color: #fff;
  padding: 6% 3%;
  margin: 0;
  width: 100%;
  height: 100%;
  font-size: 2.4rem;
  font-weight: bolder;
  text-align: center;
}

.driver-btn p{
  color: #fff;
}

.recruit-message{
  background-color:#e6e8f4;
  padding-top: 5%;
  padding-bottom: 5%;
}

.recruit-text{
  margin-bottom: 5%;
}

.recruit-message h2{
  margin-bottom: 3%;
}

.recruit-message-text{
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.recruit-cta{
  margin: 4% auto;
  width: 100%;
  padding: 3%;
  position: relative;
}

.recruit-cta img{
  width: 100%;
}

.recruit-cta-btn{
  display: block;
  text-align: center;
}

.recruit-cta p{
  padding: 3%;
  font-size: 2rem;
  width: 100%;
  line-height: 3rem;
  position: relative;
  top: -9px;
}

.oubo{
  font-size: 1.4rem;
}
/*採用ここまで*/

/* フッター */
.footer {
  color: #fff;
  height: auto;
}

.footer-inner{
  padding: 5%;
}

.footer-logo img{
  width: 50%;
  margin: 4% auto 8% auto;
}

.footer-nav ul {
  display: block;
  gap: 30px;
  margin-bottom: 3%;
}

.footer-nav ul li {
  margin-bottom: 5%;
}

.footer-nav ul li a {
  font-size: 1.6rem;
}

.footer-contact {
  margin-top: 4rem;
}

.footer-contact p {
  font-size: 1.4rem;
}

.footer-contact a {
  display: block;
  font-size: 2.6rem;
  margin: 3% auto 0 auto;
  padding: 5%;
  width: 100%;
}

.footer-copy{
  margin-bottom: 5px;
}

/* モバイル対応（レスポンシブ） */
@media screen and (max-width: 768px) {
  .error-404 {
    padding: 60px 15px;
  }

  .error-404 .page-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  /*404ページ*/
  .error-404 p {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .error-404 .btn {
    padding: 10px 24px;
    font-size: 0.95rem;
  }
}
/* 404ページここまで */

/*ブログ関係*/
.blog-box{
  padding:  5%;
}

.blog-box h2{
  margin-bottom: 1rem;
}

.blog-text-box{
  margin-top: 2rem;
  line-height: 2rem;
}
/*ブログ関係ここまで*/

}