@charset "UTF=8";

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

a:link, a:visited, a:hover, a:active {
  color:#000;
}
html {
  scroll-behavior: smooth;
  width: 100%;
}

body {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  min-width: 360px;
}

/* スクロール設定 */
#greeting,#product,#aboutUs,#other,#contact,#ippan,#sports,#business,#senmon,#kodomo,#english,#spot,#transfer,#route,#works-shinbun,#works-keikamotsu,#recruit-shinbun,#recruit-keikamotsu{
  scroll-margin-top: 110px; 
}

/* 見出し */
h2 {
  font-size: 28px;
  letter-spacing: 16px;
  text-align: center;
  padding: 50px 0 50px;
  font-weight: 500;
}

h3 {
  font-size: 24px;
  font-weight: 400;
  display: block;
  padding: 10px 30px;
}

h3>span {
  text-align: center;
  font-size: 16px;
  display: block;
  /* text-decoration: underline; */
}

h4 {
  padding: 20px 0 20px;
  text-decoration: underline;
}
h5 {
  font-size: 20px;
  margin-bottom: 20px;
  }

/* グローバルナビゲーション */

.g-nav_pc {
  display: none;
}

/* ハンバーガー */
.hbg-wrapper{
  display: flex;
}
.hbg-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin: auto;
}

.hbg-menu .hbg-line {
  width: 100%;
  height: 3px;
  background-color: #000;
  margin-bottom: 8px;
  transition: transform 0.3s ease;
}

.hbg-menu.active .hbg-line:nth-child(1) {
  transform: rotate(45deg)
  translateY(5px)
  ;margin: 0 auto;
}
.hbg-menu.active .hbg-line:nth-child(2) {
  display: none;
}
.hbg-menu.active .hbg-line:nth-child(3) {
  transform: rotate(-45deg) translateX(-3px) translateY(-3px)
  ;margin: 0 auto;
}


/* ドロワーメニューのスタイル */

.g-nav_hbg {
  width: 100%;
  height: auto;
  position: fixed;
  top: 20%;
  left: 100%;
  background-color: #fff;
  opacity: .8;
  z-index: 9999;
  transition: .5s;
}
.g-nav_hbg ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.g-nav_hbg ul li {
  font-size: 32px;
  height: 10vh;
  display: flex;
  margin: auto;
  border-bottom: 1px solid #000;
}
.g-nav_hbg ul li a{
  margin: auto;
  }
.g-nav_hbg ul li:hover {
  background-color: #e6f0ff;
}

/* ドロワーメニューを表示するアニメーションのスタイル */

.show {
  display: block;
  left: 0;
  transition: .5s;
}

/* ヘッダー */

header {
  background-color: #fff;
  opacity: .8;
  width: 100%;
  position: fixed;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  z-index: 20;
}

span {
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  display: block;
  padding: 2px;
}

span.kawakami::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/kawakami_logo.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

span.kns::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/kns_logo.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 7px;
}

/* フッター */

footer {
  background-color: #eee;
  text-align: center;
  padding: 20px 10px;
}

footer h3>span{
  margin-bottom: 10px;
}

footer>.companyNameWrapper {
  padding: 20px auto;
}

footer>.footerNav ul {
  margin-bottom: 60px;
}

footer>.footerNav ul li {
  display: block;
  padding: 10px;
  margin-bottom: 20px;
}

footer .privacy {
  text-decoration: underline;
  margin: 30px 0;
  font-size: 14px;
}

footer small {
  font-size: 10px;
}

.companyNameWrapper-bottom{
  margin-bottom: 30px;
}

.companyNameWrapper-bottom span {
  text-align: center;
}


/* メインビジュアル */

main{
  padding-top: 60px;
}

main .mainVisual {
  max-width: 1400px;
  margin-bottom: 50px;
}
.top.mainVisual{
  padding-top: 60px;
}

.banner{
  max-width: 800px;
  margin: 0 auto 50px;
}


/* 事業 */

.product>.shinbun, .product>.keikamotsu {
  margin: 30px;
}

.product>.shinbun>p, .product>.keikamotsu>p {
  font-size: 16px;
  text-decoration: underline;
}

.product>.shinbun span, .product>.keikamotsu span {
  font-size: 24px;
}

.service-nav p {
  padding: 30px;
}



/* 問い合わせ */

#contact .contact-sentence {
  font-size: 13px;
  margin: 60px 20px;
}

#contact .contact-sentence>p {
  margin-bottom: 20px;
  line-height: 2;
}

#contact .info {
  background-color:#e6f0ff;
  padding: 20px;
  padding-bottom: 60px;
}

#contact .info>ul{
  width: 99%;
  margin-bottom: 50px;
}

#contact .info>ul>li {
  margin: 30px;
  font-size: 18px;
}

#contact .info>ul>li>a{
  text-decoration: underline;
}

#contact .info>ul>.mail::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/mail_icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

#contact .info>ul>.tel::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/tel_icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
}

#contact .info>ul>.fax::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/fax_icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
}

#contact .hours {
  margin: 0 auto;
  font-size: 14px;
}

/* ページトップへ */

#toTop {
  text-align: center;
  margin: 100px auto;
}




/* トップページ-------------------------*/


/* ごあいさつ */

#greeting .textWrapper>p {
  text-align: center;
  line-height: 2.5;
}

#greeting .textWrapper>.sign {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 30px 0 50px;
}

#greeting .textWrapper>.sign>p {
  white-space: nowrap;
  /* width: 35%; */
  padding: 8px 5px 0;
  line-height: 2;
}

#greeting .textWrapper>.sign>img {
  max-width: 50%;
}

#greeting .photoWrapper>img {
  max-width: 70%;
  padding-bottom: 120px;
}


/* 事業紹介 */

#product {
  background-color:#e6f0ff;
  padding-bottom: 50px;
}

#product img {
  padding: 20px;
}

#product .text p {
  margin: 30px 0;
  line-height: 1.8;
}

#product .text p a {
  font-size: 20px;
  color: #001eff;
  text-decoration: underline;
}

.shinbun{
  margin-bottom: 60px;
}


/* 会社概要 */
#aboutUs{
  margin-top: 50px;
}

#aboutUs .info {
  text-align: left;
  line-height: 2;
}

#aboutUs table {
  text-align: center;
  margin: 0 auto;
}

#aboutUs th {
  width: 30%;
  text-align: left;
  line-height: 2;
  padding: 0 5px;
  margin-left: 5px;
  border-bottom: 1px solid #000;
}

#aboutUs td {
  text-align: left;
  width: 70%;
  line-height: 1.65;
  padding: 0 10px;
  margin-left: 5px;
  border-bottom: 1px solid #000;
}

#aboutUs .map {
  margin: 80px auto;
}

#aboutUs .map iframe {
  width: 90%;
}

#other>.banner {
  margin: 100px auto;
  max-width: 800px;
  margin-bottom: 100px;
}


/* その他 */

#other .inquiry {
  margin: 20px;
  border: #c1c1c1 solid 1px;
  border-radius: 3px;
  box-shadow: 0px 10px 10px -6px #6363634d;
}

#other .inquiry>ul {
  padding-bottom: 20px;
}

#other .inquiry>ul>li {
  font-size: 14px;
  line-height: 2;
  text-align: left;
  margin-left: 20px;
}

#other .inquiry>button {
  border-radius: 50px;
  background-color:#e6f0ff;
  padding: 10px 30px;
  margin-bottom: 30px;
}

#other .inquiry>h4::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/fukidashi_icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}


/* ------------------------- トップページ*/


/* 新聞-------------------------*/
.headline{
  margin-left: 20px;
}

.industry h3{
  font-size: 20px;
  margin-bottom: 20px;
}

.work-img{
  margin-top: 50px;
}

.recruit-banner{
  width: 95%;
  border-radius: 3px;
  box-shadow: 0px 10px 10px -6px #6363634d;
}

#works-shinbun{
  padding-bottom: 50px;
}

#service{
  margin-bottom: 50px;
}

#service h3{
  margin-bottom: 20px;
}

.service-nav ul li{
  text-decoration: underline;
}

.serviceText{
  font-size: 14px;
}

#works-shinbun h3{
  margin-bottom: 50px;
}

#price h4{
  font-size: 20px;
  font-weight: 400;
}

#price h5{
  margin-top: 50px;
  margin-bottom: 30px;
  text-decoration: underline;
  font-weight: 500;
}
.priceText{
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px;
}

#price img{
  border-radius: 3px;
  box-shadow: 0px 10px 10px -6px #6363634d;
}


/* ------------------------- 新聞*/

/* 軽貨物-------------------------*/

.industryWrapper {
  margin-bottom: 20px;
}

#works-keikamotsu {
  margin: 0 auto 30px;
  width: 98%;
  padding: 10px;
}

#works-keikamotsu h3>span{
  font-size: 16px;
  margin-bottom: 30px;
}

#works-keikamotsu p{
  text-align: center;
  margin-bottom: 30px;
}

#works-keikamotsu dt {
  margin-bottom: 10px;
}

#works-keikamotsu dd {
  margin-bottom: 20px;
}

#service {
  background-color:#e6f0ff;
  padding: 30px 10px;
}

#service p {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 30px;
  margin-bottom: 20px;
}
.serviceWrapper{
  margin-bottom: 40px;
}
.serviceWrapper p{
  padding: 15px;
  text-align-last: left;
  font-size: 15px;
}

#service .service-nav ul li {
  margin-bottom: 30px;
}

#price {
  padding: 10px;
}

#price img {
  width: 97%;
  margin: 0 0 50px 0;
}

#price-keikamotsu img{
  margin-bottom: 30px;
  border-radius: 3px;
  box-shadow: 0px 10px 10px -6px #6363634d;
}

#price-keikamotsu h3{
  font-size: 20px;
  text-decoration: underline;
}

#spot{
  font-size: 20px;
  margin-bottom: 20px;
  text-decoration: underline;
}

/* ------------------------- 軽貨物*/


/* 採用-------------------------*/

.recruit{
  margin-left: 20px;
}

.industry>h3{
  text-decoration: underline;
}

.recruit-img {
  margin: 40px 10px 50px;
}

#recruit-shinbun{
  font-size: 20px;
  font-weight: 400;
}

#recruit-keikamotsu{
  font-size: 20px;
  font-weight: 400;
}

#recruit-description h5 {
  margin: 20px 0;
  font-weight: 400;
}

#recruit-description dl {
  padding: 10px;
  text-align: center;
}

#recruit-description dl dt {
  padding: 10px 0;
  background-color:#e6f0ff;
}

#recruit-description dl dd {
  margin: 20px 0;
}

#recruit-description button {
  border-radius: 50px;
  background-color:#b6d3ff;
  padding: 10px 50px;
  margin-bottom: 80px;
}

.contact-sentence h4{
  font-size: 20px;
  font-weight: 400;
}

#contact .description {
  font-size: 16px;
  margin-bottom: 50px;
}


/* ------------------------- 採用*/



/* ーーーーーーーーーーーー レスポンシブ１ーーーーーーーーーーーーーーー
                            600px
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

@media screen and (min-width: 600px) {
  header {
    display: flex;
    justify-content: space-between;
  }
  span {
    font-size: 24px;
  }
  /* フッター */
  footer {
    font-size: 24px;
  }
  .companyNameWrapper-bottom h3 span {
    font-size: 24px;
  }
  footer small {
    font-size: 16px;
  }
  /* 見出しのスタイル */
  h2 {
    font-size: 32px;
    letter-spacing: 16px;
    text-align: center;
    padding: 50px 0 70px;
    margin: 0 auto;
  }
  h3 {
    font-size: 24px;
    display: block;
    padding: 30px;
  }
  h3>span {
    text-align: center;
    font-size: 16px;
    display: block;
    text-decoration: underline;
  }
  h4 {
    padding: 10px 0;
    text-decoration: underline;
  }
  /* 共通 */
  .product>.shinbun, .product>.keikamotsu {
    margin: 30px;
  }
  .product>.shinbun>p, .product>.keikamotsu>p {
    font-size: 16px;
    text-decoration: underline;
  }
  .product>.shinbun span, .product>.keikamotsu span {
    font-size: 24px;
  }
  .service-nav p {
    padding: 30px;
  }
  /* ハンバーガーメニュー */
  /* ハンバーガーメニューアイコンのスタイル */
  .hbg-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 70px;
    height: 70px;
    margin-right: 20px;
  }
  .hbg-line {
    width: 100%;
    height: 4px;
    background-color: #000;
    margin-bottom: 13px;
  }

  /* メインビジュアル */
  main>#mainVisual {
    max-width: 1600px;
  }
  /* ごあいさつ */
  #greeting{
    margin-bottom: 100px;
  }
  #greeting .greetingWrapper {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
  #greeting .textWrapper>.sign {
    justify-content: center;
    padding: 30px;
  }
  #greeting .textWrapper {
    width: 50%;
  }
  #greeting .textWrapper p {
    line-height: 2;
  }
  #greeting .photoWrapper {
    display: flex;
    width: 30%;
  }
  #greeting .textWrapper>.sign>p {
    white-space: nowrap;
    max-width: 40%;
    padding: 0 10px;
    line-height: 2;
  }
  #greeting .photoWrapper>img {
    margin: auto;
    max-width: 100%;
    padding: 10px;
    margin-top: 40px;
  }
  /* 事業紹介 */
  #product {
    padding: 20px;
  }
  #product p{
    font-size: 18px;
  }
  /* 会社概要 */
  #aboutUs{
    margin-bottom: 100px;
  }
  #aboutUs table {
    width: 60%;
  }
  #aboutUs th {
    line-height: 3;
  }
  #aboutUs td {
    line-height: 3;
  }
  #aboutUs .map iframe {
    width: 70%;
  }
  /* その他 */
  .recruit-banner{
    width: 70%;
  }
  #other .inquiry {
    max-width: 60%;
    margin: 0 auto 30px;
    border-radius: 3px;
    box-shadow: 0px 10px 10px -6px #6363634d;
  }
  #other .inquiry h4{
    margin: 20px 0; 
  }
  #other .inquiry>ul{
    margin-bottom:20px;
    margin-left: 40px;
  }
  #other .inquiry>ul>li {
    font-size: 16px;
    
  }
  /* 問い合わせ */
  #contact .contact-sentence {
    font-size: 16px;
  }
  .mail>a{
    font-size: 32px;
  }
  .info>ul>.tel a{
    font-size: 32px;
  }
  .fax{
    font-size: 32px;
  }
  #contact .info>ul>.mail::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(../img/mail_icon.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 10px;
    z-index: 1000;
  }
  
  #contact .info>ul>.tel::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../img/tel_icon.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  
  #contact .info>ul>.fax::before {
    content: "";
    display: inline-block;
    width: 33px;
    height: 33px;
    background-image: url(../img/fax_icon.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .hours p{
    font-size: 18px;
  }

  /* トップページへ */

  /* 新聞 */
  .recruit-banner img{
    margin-top: 40px;
    border-radius: 3px;
    box-shadow: 0px 10px 10px -6px #6363634d;
  }
  #works-shinbun h3{
    font-size: 32px;
  }
  #works-shinbun h3>span{
    font-size: 24px;
  }
  #works-shinbun p{
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  #service{
    margin-bottom: 70px;
  }
  #service .serviceText{
    text-align: center;
    line-height: 1.8;
  }
  .service-nav ul{
    margin: 30px auto;
  }
  .service-nav li{
    text-decoration: underline;
    font-size: 18px;
  }
  #price h4{
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #price h5{
    font-size: 28px;
    font-weight: 400;
  }
  .priceText{
    font-size: 18px;
    line-height: 2;
  }

  /* 軽貨物 */
  .industryWrapper {
    margin-bottom: 20px;
  }
  #works-keikamotsu h3{
    font-size: 32px;
  }
  #works-keikamotsu h3>span{
    font-size: 24px;
    margin-bottom: 30px;
  }
  #works-keikamotsu p{
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
  }

  .serviceWrapper p{
    padding: 15px;
    text-align-last: center;
    font-size: 15px;
  }
  
  #works-keikamotsu {
    padding: 10px;
  }
  #works-keikamotsu p, dl {
    text-align: left;
    /* margin: 20px; */
  }
  #works-keikamotsu p {
    margin-bottom: 30px;
  }
  #works-keikamotsu dl{
    font-size: 18px;
    margin-bottom: 80px;
  }
  #works-keikamotsu dt {
    margin-bottom: 10px;
  }
  #works-keikamotsu dd {
    margin-bottom: 20px;
  }
  #service {
    background-color:#e6f0ff;
    padding: 30px 10px;
  }
  #service p {
    text-align: left;
    padding: 0 0 30px;
  }

  .service-nav ul{
  margin-bottom: 70px;
  }
  #service .service-nav ul li {
    margin-bottom: 30px;
    font-size: 18px;
  }
  #price {
    padding: 10px;
  }
  #price img {
    width: 90%;
    margin: 0 0 40px 0;
  }
  #price p{
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  #price-keikamotsu{
    margin-bottom: 80px;
  }
  #price-keikamotsu p{
    line-height: 1.8;
  }
  #price-keikamotsu h3{
    text-decoration: underline;
  }


  /* 求人 */
  .rec{
    margin-bottom: 50px;
  }
  .recruit-img {
    margin: 10px 10px 50px;
  }
  #recruit-description h4{
    font-size: 32px;
    font-weight: 400;
    text-decoration: none;
  }
  #recruit-description h5 {
    font-size: 28px;
    font-weight: 400;
    margin: 20px 0;
  }
  #recruit-description dl {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
  }
  #recruit-description dl dt {
    font-size: 20px;
    padding: 10px 0;
    background-color: #96d4e8;
  }
  #recruit-description dl dd {
    font-size: 18px;
    margin: 20px 0;
  }
  #recruit-description button {
    width: 300px;
    border-radius: 50px;
    background-color: #e6f0ff;
    padding: 20px 30px;
    margin-bottom: 80px;
    font-size: 20px;
  }
  #contact .description {
    margin-bottom: 50px;
    font-size: 18px;
  }
  .contact-sentence h4{
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  #recruit-description{
    width: 70%;
    margin: 0 auto;
  }
  #works-keikamotsu p{
    margin: 0 auto 30px;
    text-align: center;
  }
  #works-keikamotsu dt{
    text-align: center;
  }
  #works-keikamotsu dd{
    text-align: center;
  }
  
  #price-keikamotsu{
    text-align: center;
  
  }
  .serviceWrapper{
    margin: 50px;
  }
}






/* ーーーーーーーーーーーー レスポンシブ2ーーーーーーーーーーーーーーー
                      900px-1200px
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */



@media screen and (min-width: 900px){

  main{
    padding-top: 0;
  }
  main .mainVisual {
    max-width: 1400px;
    margin-bottom: 50px;
  }
  .top.mainVisual{
    padding-top: 0;
  }
/* 見出しのスタイル */

h2 {
  font-size: 32px;
  letter-spacing: 16px;
  text-align: center;
  padding: 50px 0 30px;
  margin: 0 auto 80px;
}

h3 {
  font-size: 24px;
  display: block;
  padding: 10px;
}

h3 span {
  text-align: left;
  font-size: 16px;
  display: block;
  text-decoration: underline;
}

h4 {
  padding: 30px 0;
  margin-left: -40px;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 400;
}


body{
  max-width: 1200px;
  margin: 0 auto;
}

header{
  display: none;
}


.g-nav_pc{
  width: 100%;
  max-width:1200px;
  position: fixed;
  top: 0;
  background-color: #fff;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  opacity: .8;
  z-index: 100;
}
.g-nav_pc ul {
  width: 75%;
  display: flex;
  justify-content: space-between;
}
.g-nav_pc li{
  width: 20%;
  margin: auto;
  padding: 0;
}
.g-nav_pc a {
  font-size: 1.2em;
  color: #202020; /* テキスト色を指定 */
  text-decoration: none; /* 下線を消去 */
  padding: auto;
  margin:0 auto;
  transition: 0.3s;
}
.g-nav_pc .e-mail{
  font-size: .7em;
  background-color:#e6f0ff;
  padding: 5px;
  border-radius: 10px;
  transition: 0.3s;
}
.g-nav_pc .e-mail::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/mail_icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.g-nav_pc .tel{
  font-size: .8em;
  padding-top: 10px;
}
.g-nav_pc .tel::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/tel_icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 8px;
}

.g-nav_pc .e-mail:hover{
  background-color: #f2f7ff;
  color: #ff7f50;
}
.g-nav_pc .tel:hover a{
  color: #ff7f50;
}

.g-nav_pc li:not(.contact):hover a{
  color: #ff7f50;
}


/* -----------ご挨拶----------- */
#greeting{
  margin-bottom: 120px;
}

#greeting .textWrapper>p {
  font-size: 1.2em;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.15em;
}

#greeting .textWrapper>.sign {
  display: flex;
  margin-top: 20px;
  margin-left: -70px;
}

#greeting .textWrapper>.sign>p {
  white-space: nowrap;
  width: 30%;
  line-height: 2;
  margin-top: 6px;
}

#greeting .textWrapper>.sign>img {
  width: 40%;
  margin-left: -20px;
}

#greeting .photoWrapper>img {
  max-width: 100%;
  padding-bottom: 50px;
}


/* -----------事業紹介----------- */
.shinbun{
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}
.keikamotsu{
  display: flex;
  margin-bottom: 20px;
}

.shinbunImg,.keikamotsuImg {
  width: 60%;
  display: flex;
}
.shinbunImg img,.keikamotsuImg img {
  margin: auto;}

.shinbunText,.keikamotsuText {
  background-color: #fff;
  text-align: left;
  width: 45%;
  padding: 10px 30px;
  margin: 10px 20px;
  border-radius: 3px;
  box-shadow: 0px 10px 10px -6px #6363634d;
}

#product .text p a{
  transition: 0.25s;
}
#product .text p a:hover{
  color: #abb4ff;
}

/* -----------会社概要----------- */
#product {
  background-color:#e6f0ff;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

#aboutUs .access-wrapper {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 100px;
}

#aboutUs>h2{
  margin-bottom: 50px;
}

#aboutUs .info {
  width: 50%;
  line-height: 5;
  display: flex;
  margin: 60px 0;
}

#aboutUs table {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

#aboutUs th {
  width: 30%;
  line-height: 2;
  padding: 0 5px;
  margin-left: 5px;
  border-bottom: 1px solid #000;
}

#aboutUs td {
  width: 70%;
  line-height: 2;
  padding: 0 10px;
  margin-left: 5px;
  border-bottom: 1px solid #000;
}

#aboutUs .map {
  width: 80%;
  margin: 40px;
}

#aboutUs .map iframe {
  width: 100%;
}

/* -----------その他----------- */
#other>.banner {
  margin-bottom: 100px;
  transition: 0.3s;
  border-radius: 3px;
  box-shadow: 0px 10px 10px -6px #6363634d;
}

#other>.banner:hover{
  opacity: 0.6;
  transform: scale(1.1);
}

.inquiryWrapper{
  display: flex;
  justify-content: center;
}

#other .inquiryWrapper .inquiry{
  margin: 20px;
  width: 37%;
  border-radius: 3px;
  box-shadow: 0px 10px 10px -6px #6363634d;
}

.inquiry>ul{
  margin-bottom: 20px;
  padding-left: 25px;
}

.industryWrapper{
  width: 70%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.hours>p{
  font-size: 18px;
}

h2.industry,h2.recruit{
  margin-top: 100px;
}

#works-keikamotsu h3{
  margin:0 auto 40px;
}
#works-keikamotsu p{
  margin: 0 auto 30px;
  width: 80%
}

#service h3{
  margin: 0 auto 40px;
}
#service p{
  width: 64%;
  margin: 0 auto;
}
.shinbun_btn:hover{
  background-color: #fff;
}

.service-nav ul{
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}

.mail>a{
  font-size: 32px;
  transition: 0.25s;
}
.mail>a:hover{
  color: #969696;
}
.info>ul>.tel a{
  font-size: 32px;
  transition: 0.25s;
}
.info>ul>.tel a:hover{
  color: #969696;
}
.fax{
  font-size: 32px;
}
#contact .info>ul>.mail::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../img/mail_icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 10px;
  z-index: 1000;
}

#contact .info>ul>.tel::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/tel_icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
}

#contact .info>ul>.fax::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  background-image: url(../img/fax_icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 10px;
}

.service-nav li{
  display: flex;
  width: 33%;
  text-align: center;
}
.service-nav a{
  font-size: 24px;
  margin: auto;
}
#price h4{
  font-size: 24px;
}
.shinbun_btn>a{
  transition: 0.25s;
}
.shinbun_btn>a:hover{
  color: #cecece;
}

/* fotter */
footer>.footerNav ul li{
  font-size: 20px;
}
footer>.footerNav ul li>a{
  transition: 0.25s;
}
footer>.footerNav ul li>a:hover{
  color: #c3c3c3;
}

.privacy a{
  transition: 0.25s;
}
.privacy a:hover{
  color: #cecece;
}

/* ハンバーガーメニューアイコンのスタイル */
.hbg-menu {
  display: none;
}
main>#mainVisual {
  margin: 100px auto 60px;
}
#contact .info{
  font-size: 24px;
}
.footerNav ul{
  display: flex;
  justify-content: space-around;
}

/* 事業紹介　子ページ　新聞 */
.industry{
  margin-bottom: 50px;
}
.industry>h3>a{
  transition: 0.25s;
}
.industry>h3>a:hover{
  color: #cecece;
}
.industry h3>span{
  text-align: center;
}
.work-img>img{
  margin-bottom: 100px;
}
.recruit-banner{
  margin-bottom: 100px;
  transition: 0.3s;
  border-radius: 3px;
  box-shadow: 0px 10px 10px -6px #6363634d;
}
.recruit-banner:hover{
  opacity: 0.6;
  transform: scale(1.1);
}

#works-shinbun{
  margin-bottom: 50px;
}
#works-shinbun>h3{
  font-size: 32px;
}
#works-shinbun span{
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}
#works-shinbun p{
  font-size: 18px;
  line-height: 1.8;
}

#service{
  margin-bottom: 50px;
}
#service h3{
  margin-top: 30px;
}
#service p{
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}
.service-nav ul{
  margin-bottom: 30px;
  line-height: 1.8;
}
.service-nav ul li a{
  text-decoration: underline;
  transition: 0.25s;
}
.service-nav ul li a:hover{
  color: #c3c3c3;
}
#price h4{
  font-size: 32px;
}
#price img{
  border-radius: 3px;
  box-shadow: 0px 10px 10px -6px #6363634d;
  margin-bottom: 120px;
}
#price h5{
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 30px;
}
#price p{
  font-size: 18px;
  margin-bottom: 80px;
  line-height: 2.3;
}

/* 事業紹介　子ページ　軽貨物 */
#works-keikamotsu{
  margin-bottom: 80px;
}
#works-keikamotsu h3{
  font-size: 32px;
}
#works-keikamotsu h3>span{
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
}
#works-keikamotsu p{
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 50px;
}
#works-keikamotsu dl{
  font-size: 18px;
  line-height: 1.8;
}
#price-keikamotsu h3{
  font-size: 32px;
  margin-top: 80px;
  margin-bottom: 20px;
  text-decoration: underline;
}
.serviceWrapper img{
  border-radius: 3px;
  box-shadow: 0px 10px 10px -6px #6363634d;
}
.serviceWrapper p{
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 2.3;
}
.last>p{
  margin-bottom: 90px;
}

/* 求人ページ */
.rec{
  justify-content: center;
  gap: 90px;
  text-align: center;
  padding-left: 20px;
}
#recruit-shinbun{
  font-size: 32px;
  text-decoration: none;
  padding-left: 20px;
}
#recruit-description h5{
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 40px;
}
#recruit-description dl{
  margin-bottom: 30px;
}
#recruit-description dt{
  font-size: 20px;
}
#recruit-description dd{
  font-size: 20px;
}
#recruit-description>button{
  width: 300px;
  border-radius: 50px;
  background-color: #e6f0ff;
  padding: 20px 30px;
  margin-bottom: 80px;
  font-size: 20px;
  transition: 0.25s;
}
#recruit-description>button:hover{
  background-color: #95D3E7;
}

#recruit-keikamotsu{
  font-size: 32px;
  text-decoration: none;
  padding-left: 30px;
}

.contact-sentence>h4{
  font-size: 28px;
  margin-left: 5px;
}
.contact-sentence p{
  font-size: 18px;
}
}

