@charset "UTF-8";
/*  藤リレイション CSS Document */
/* 共通 */
body {
  color: #3b3938;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  overflow: hidden;
  background: #fff;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  counter-reset: number 0;
}
h2, h3 {
  font-family: "Hina Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.mb_YTPBar .mb_YTPseekbar {
  box-shadow: none;
}
a, #bread_crumb li a {
  color: #3b3938;
}
a:hover {
  text-decoration: none;
}
p, .post_content p {
  line-height: 2.2;
  font-weight: 500;
}
@media (min-width: 768px) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}
/* 共通 END */
/* 共通オリジナル */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.buttonBar {
  display: none !important;
}
.mb_YTPBar {
  display: none !important;
}
.pc #header {
  height: 100px;
  background: #faf9f8;
}
.pc .home #header {
  background: #faf9f8;
  height: 100px;
  top: 0;
}
.pc #header.type2 {
  background: #faf9f8 !important;
  height: 100px;
}
#header_inner {
  width: calc(100% - 50px);
  height: 100px;
}
.pc .header_fix #header {
  box-shadow: none;
  top: 0;
}
.pc #header_logo #logo_image {
  /* height: 100px; */
  /* line-height: 100px; */
}
.pc #header_logo #logo_image img {
  width: 240px;
  display: block;
  margin: 30px auto 0;
}
.pc #global_menu {
  box-shadow: none !important;
}
.pc #global_menu > ul {
  text-align: right;
}
.pc #global_menu > ul > li > a {
  color: #6b4723 !important;
  font-weight: 600;
  height: 100px;
  line-height: 80px;
  padding: 0 18px;
  position: relative;
  font-size: 1em;
  letter-spacing: 2px;
  text-align: center;
  font-family: "Hina Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.pc #global_menu > ul > li > a:before {
  content: '';
  height: 0;
  left: 50%;
  width: 1px;
  bottom: 0;
  position: absolute;
  background: #6b4723;
  transition: all .8s;
}
.pc #global_menu > ul > li > a:hover:before {
  position: absolute;
  content: '';
  height: calc(100% - 85px);
  text-align: center;
}
.pc #global_menu > ul > li > a:hover {
  background: none;
  color: #6b4723 !important;
}
.pc #global_menu ul ul a {
  font-size: 12px;
  font-weight: 500;
  padding: 12px 20px;
  color: #3b3938;
  background: #fff;
  font-family: "Hina Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.pc #global_menu ul ul a:hover {
  background: #6b4723;
  color: #fff;
}
.pc #global_menu > ul > li > a:after, #global_menu a:after {
  position: relative;
  text-align: center;
  display: block;
  bottom: 20px;
  line-height: 1;
  font-size: 10px;
  letter-spacing: 1px;
  color: #3b3938;
  font-family: "Hina Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.pc #global_menu > ul > li.global-menu-home > a:after {
  content: 'ホーム'
}
.pc #global_menu > ul > li.global-menu-blog > a:after {
  content: 'スタッフブログ';
}
.pc #global_menu > ul > li.global-menu-about > a:after {
  content: '会社概要'
}
.pc #global_menu > ul > li.global-menu-transporter > a:after {
  content: '軽貨物運送事業'
}
.pc #global_menu > ul > li.global-menu-contact > a:after {
  content: 'お問い合わせ';
}
.pc .home #global_menu ul ul {
  top: 100px;
  bottom: 0;
}
.pc .home #header.type2 #global_menu ul ul, .pc #global_menu ul ul {
  top: 100px;
}
p.logo.rich_font, p.desc {
  display: none;
}
p.logo-text {
  display: none;
}
.map-section {
  height: 400px;
}
.map-section iframe {
  filter: grayscale(100%);
}
.map-section iframe:hover {
  filter: grayscale(0%);
}
.footer_inner_sec {
  width: 86%;
  max-width: 1150px;
  margin: 3em auto;
}
.footer_about_info {
  width: 33.3333%;
  box-sizing: border-box;
  float: left;
}
.footer-link-box {
  width: 33.3333%;
  padding: 0 50px;
  box-sizing: border-box;
}
.footer_menu_info {
  width: 33.3333%;
  box-sizing: border-box;
}
.footer_about_info h2 {
  font-size: 1.3em;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
address.footer-contact-tel {
  font-size: 2.4em;
  letter-spacing: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1;
  font-style: normal;
  font-family: "Hina Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
address.footer-contact-tel span {
  font-size: 0.5em;
  letter-spacing: 1px;
  margin-right: 5px;
}
p.address_footer {
  font-size: 0.8em;
  line-height: 1.5;
}
a.footer_but {
  width: 100%;
  max-width: 330px;
  padding: 18px 20px;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  border-radius: 100px;
  border: 1px solid;
  position: relative;
  display: block;
  box-sizing: border-box;
  transition: 0.8s;
  float: left;
}
a.footer_but:after {
  content: "\f0e0";
  position: absolute;
  font-family: "design_plus";
  right: 20px;
  font-weight: 400;
}
a.footer_but:hover {
  color: #fff;
  background: #6b4723;
}
a.footer-other-but {
  padding: 15px 20px;
  width: 100%;
  max-width: 330px;
  border: 1px solid;
  border-radius: 100px;
  margin-bottom: 10px;
  display: block;
  box-sizing: border-box;
  position: relative;
  transition: 0.8s;
}
a.footer-other-but:last-of-type {
  margin-bottom: 0;
}
a.footer-other-but::after {
  content: "\ea3c";
  position: absolute;
  font-family: "design_plus";
  right: 20px;
}
a.footer-other-but:hover {
  color: #fff;
  background: #6b4723;
  border: 1px solid #6b4723;
}
ul.footer_menu_list {
  padding-right: 5%;
  width: 50%;
  box-sizing: border-box;
}
ul.footer_menu_list:nth-of-type(2) {
  padding-right: 0;
}
ul.footer_menu_list li {
  font-size: 0.9em;
  letter-spacing: 1px;
  line-height: 1.5;
  padding-left: 20px;
  padding-bottom: 8px;
  position: relative;
  font-family: "Hina Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
ul.footer_menu_list li:last-child {
  padding-bottom: 0;
}
ul.footer_menu_list li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  top: 10px;
  left: 0;
  background: #6b4723;
}
ul.footer_menu_list li a {
  transition: 0.8s;
}
ul.footer_menu_list li a:hover {
  padding-left: 10px;
  color: #6b4723;
}
#return_top {
  bottom: 20px;
  right: 30px;
  transition: all .8s;
}
#return_top:hover {
  bottom: 50px;
}
#return_top a {
  writing-mode: vertical-rl;
  position: relative;
  width: auto;
  height: auto;
  font-size: 0.9em;
  letter-spacing: 3px;
  background: none !important;
  font-family: "Hina Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  color: #6b4723;
}
#return_top a:before {
  content: '';
  position: absolute;
  display: block;
  background: #6b4723;
  height: 30px;
  right: 5px;
  width: 1px;
  top: -40px;
}
#return_top a:hover {
  color: #3b3938;
  background: none !important;
}
#return_top a:hover:before {
  background: #3b3938;
}
#return_top span {
  display: contents;
}
#copyright {
  font-size: 0.9em;
  width: 100%;
  margin: 4em auto 0;
}
#copyright a {
  color: #3b3938;
}
@media screen and (max-width: 1200px) {
  #header_youtube {
    width: 100%;
    margin-left: 0;
  }
  .pc #header_logo #logo_image img {
    width: 200px;
    margin-top: 35px;
  }
  .mobile #header .logo {
    background: url(/wp-content/themes/orion/img/logo-img.png) no-repeat;
    background-size: 23%;
    background-position: 0;
  }
  #header_inner {
    width: calc(100% - 40px);
  }
  .pc .home #header, .pc #header.type2, .pc #header, #header_inner, .pc #global_menu > ul > li > a {
    height: 100px;
  }
  #logo_image h1 a:before {
    display: none;
  }
  .pc #global_menu > ul {
    margin-right: 0;
  }
  .pc #global_menu > ul > li > a {
    line-height: 85px;
  }
  .pc #global_menu > ul > li > a:after {
    bottom: 25px;
  }
  .footer_about_info, .footer-link-box {
    width: 50%;
  }
  .footer-link-box {
    padding-right: 0;
  }
  .footer_menu_info {
    width: 100%;
    margin-top: 30px;
  }
  ul.footer_menu_list {
    width: 30%;
  }
}
@media only screen and (max-width: 970px) {
  #logo_image_mobile img {
    width: 0%;
    position: relative;
  }
  #header {
    background: #faf9f8;
    border-bottom: 1px solid #faf9f8;
  }
  #header_inner {
    width: 100%;
    height: 55px;
  }
  #global_menu a {
    color: #6b4723;
    letter-spacing: 1px;
    background: #fff;
    font-family: 'Sorts Mill Goudy', serif;
  }
  a.menu_button:before {
    color: #6b4723 !important;
  }
  a.menu_button:hover, a.menu_button.active {
    background: #faf9f8 !important;
  }
  a.menu_button:hover:before, a.menu_button.active:before {
    color: #ad9074 !important;
  }
  .mobile #global_menu li a:hover {
    color: #ad9074;
    background: #fff;
  }
  .mobile #global_menu li a:after {
    bottom: 30px;
    text-align: left;
    padding-left: 130px;
  }
  .mobile #global_menu > ul > li.global-menu-home > a:after {
    content: 'ホーム'
  }
  .mobile #global_menu > ul > li.global-menu-blog > a:after {
    content: 'スタッフブログ';
  }
  .mobile #global_menu > ul > li.global-menu-about > a:after {
    content: '会社概要'
  }
  .mobile #global_menu > ul > li.global-menu-transporter > a:after {
    content: '軽貨物運送事業'
  }
  .mobile #global_menu > ul > li.global-menu-contact > a:after {
    content: 'お問い合わせ';
  }
  #global_menu .child_menu_button .icon:before {
    color: #3b3938;
  }
  #global_menu .child_menu_button:hover .icon:before {
    color: #3b3938;
    border-color: #3b3938;
  }
  .dp-footer-bar-icon:before {
    font-weight: 500;
  }
  .icon-file-text:before {
    content: '\ea92';
  }
  .dp-footer-bar a {
    color: #fff;
  }
  .dp-footer-bar {
    height: 55px;
    background: #6b4723;
    border-top: solid 1px #fff;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .footer_inner_sec {
    margin: 2em auto 1em;
  }
  #copyright {
    margin-top: 2em;
  }
  #return_top {
    right: 14px;
    bottom: 70px !important;
  }
  #return_top a:before {
    right: 6px;
  }
}
@media only screen and (max-width: 600px) {
  .footer_about_info, .footer-link-box {
    width: 100%;
  }
  .footer-link-box {
    margin-top: 20px;
    padding: 0;
  }
  .footer_menu_info {
    padding-left: 0;
  }
  ul.footer_menu_list {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .mobile #header .logo {
    background-size: 45%;
  }
}
/* 共通オリジナル END */
/* フロントページ用の記述 */
#header_slider, #header_slider {
  width: calc(100% - 50px);
  margin: auto;
}
#header_slider, #header_slider .item {
  height: calc(90vh - 50px);
}
#header_youtube {
  width: calc(100% - 100px);
  margin: 0 auto;
  height: calc(100vh - 120px);
}
#header_youtube .overlay {
  background: hsl(23deg 100% 18% / 60%);
}
.mb_YTPBar {
  display: none !important;
}
#header_logo_index .link {
  display: none;
}
#header_logo_index .link:before {
  color: #ffffff;
}
#header_logo_index .link:hover:before {
  color: #ffffff;
}
#header_logo_index .logo {
  margin: auto;
}
#header_logo_index .logo img {
  width: 40%;
  margin-left: auto;
}
.home #top, #main_contents {
  background: #faf9f8;
}
.logo_area {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 970px) {
  .home #top {
    height: auto;
    padding-top: 0;
  }
  #header_slider, #header_slider {
    width: calc(100% - 0px);
  }
  #header_slider, #header_slider .item {
    height: calc(50vh - 50px);
  }
  #header_logo_index {
    height: calc(100% - 50px);
  }
}
@media only screen and (max-width: 767px) {
  #header_logo_index .logo img {
    width: 70%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 485px) {
  #header_logo_index .logo img {
    width: 100%;
  }
}
@media only screen and (max-height: 400px) {
  .home #top, #header_slider, #header_slider, #header_slider, #header_slider .item {
    height: 100vh;
  }
}
/* お知らせ・ブログ詳細 */
#index_news, #index_blog {
  padding: 10em 0 8em;
}
.index_news_title h2, .index_title h2 {
  font-size: 2.5em;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 30px;
  text-align: center;
  color: #6b4723;
}
.index_title {
  width: 86%;
  max-width: 1150px;
  margin: auto;
  margin-bottom: 40px;
}
a.index-but {
  width: 100%;
  max-width: 140px;
  border-radius: 100px;
  border: 1px solid;
  padding: 12px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: block;
  transition: 0.8s;
  font-size: 0.8em;
  letter-spacing: 2px;
  box-sizing: border-box;
}
a.index-but:hover {
  color: #fff;
  background: #6b4723;
  border: 1px solid #6b4723;
}
.index_news_inner {
  width: 86%;
  margin: 0 auto;
  max-width: 1150px;
}
#index_news_list {
  margin-top: 50px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#index_news_list li {
  background: #fff;
  border: 1px solid #dfd5bc;
  box-sizing: border-box;
}
#index_blog_list {
  width: 86%;
  max-width: 1150px;
  margin: auto;
}
#index_blog_list li {
  width: calc(33.3333% - 20px);
  margin: 0 30px 40px 0;
}
#index_blog_list li:nth-of-type(3n) {
  margin-right: 0;
}
.home #index_blog_list li .title {
  color: #3b3938;
  font-size: 0.9em;
  font-weight: 500;
  padding: 5px 5px;
  display: block;
  box-sizing: border-box;
}
.home #index_blog_list li .title:hover {
  color: #6b4723;
}
ul.meta.clearfix {
  padding: 10px 5px;
}
#index_blog_list li .date {
  margin-top: 20px;
}
.page_navi p.back a {
  color: #3b3938;
  border: 1px solid;
  border-radius: 100px;
  background: none;
  box-sizing: border-box;
  font-size: 0.8em;
  transition: all .8s;
}
.page_navi p.back a:before {
  color: #3b3938;
  font-size: 0.9em;
  top: 0;
}
.page_navi p.back a:hover {
  color: #fff;
  background: #6b4723;
}
.page_navi p.back a:hover:before {
  color: #fff;
}
.side_headline {
  font-size: 1.5em;
  padding-bottom: 8px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: inherit;
  font-family: 'Sorts Mill Goudy', serif;
  border-bottom: 1px solid #6b4723;
}
.side_headline span {
  color: #6b4723;
  font-weight: 400;
  padding: 0;
  background: none;
}
.widget_recent_entries li {
  font-size: 14px;
  padding-bottom: 8px;
  border-bottom: 1px #e6d5c5 solid;
}
.side_widget a {
  color: #3b3938;
}
.side_widget a:hover {
  color: #6b4723;
}
span.post-date {
  display: block;
  line-height: 1.8;
  font-size: 14px;
}
a.title:hover {
  color: #6b4723 !important;
}
.page_navi {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  #index_news, #index_blog {
    padding: 6em 0 4em;
  }
  #index_blog_list li {
    width: calc(33.3333333% - 10px);
    margin: 0 15px 15px 0;
  }
  .index_title h3 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 970px) {
  #index_news_list li {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
    padding: 20px 25px;
    height: 100px;
  }
  #index_blog_list li {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
  }
  #index_blog_list li:nth-child(3n) {
    margin-right: 10px;
  }
  #index_blog_list li:nth-child(2n) {
    margin-right: 0;
  }
  #left_col {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .index_title {
    margin-bottom: 30px;
  }
  .index_news_title h2, .index_title h2 {
    font-size: 2em;
    margin-bottom: 15px;
  }
  #index_news, #index_blog {
    padding: 3em 0 2em;
  }
  #index_news_list li {
    width: calc(100% - 0px);
    margin-right: 0;
    padding: 20px;
  }
  #index_blog_list li .image {
    margin-bottom: 10px;
  }
  #index_blog_list li .date {
    margin-top: 5px;
  }
  .index_title h3 {
    font-size: 2.3em;
  }
}
@media only screen and (max-width: 500px) {
  #index_news_list li {
    width: 100%;
  }
  #index_news_list li:last-of-type {
    margin-bottom: 0;
  }
  #index_blog_list li {
    width: 100%;
    margin: 0 auto 7%;
  }
  #index_blog_list li:nth-child(3n) {
    margin-right: 0;
  }
}
/* お知らせ・ブログ詳細 END */
/* フロントオリジナル */
.front-intro {
  padding: 7em 0;
}
.intro-inner {
  width: 86%;
  margin: 0 auto;
  max-width: 1150px;
  position: relative;
}
.intro-inner-text {
  width: 50%;
  box-sizing: border-box;
  justify-content: flex-start;
  display: -webkit-flex;
  display: flex;
}
.intro-inner-img {
  width: 50%;
  padding-left: 3em;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  display: -webkit-flex;
  display: flex;
}
.intro-content-title {
  width: 20%;
  box-sizing: border-box;
  writing-mode: vertical-rl;
  display: inline-block;
  position: relative;
}
.intro-content-title h2 {
  font-size: 2.3em;
  font-weight: 500;
  letter-spacing: 6px;
  line-height: 1.5;
  color: #6b4723;
}
.intro-content-text {
  width: 80%;
  padding-left: 3em;
  box-sizing: border-box;
}
.intro-content-text p {
  line-height: 2;
  margin-bottom: 20px;
}
.intro-content-text p:last-of-type {
  margin-bottom: 0;
}
a.front-trans-but .front-trans-but-sec {
  padding: 10em 0;
  background: #000;
  position: relative;
  z-index: -1;
  overflow: hidden;
}
a.front-trans-but .front-trans-but-sec::after {
  content: '';
  position: absolute;
  display: block;
  background: url(/wp-content/themes/orion/img/front_trans_img.jpg);
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.7;
  transition: 0.8s;
  overflow: hidden;
}
a.front-trans-but:hover .front-trans-but-sec::after {
  transform: scale(1.2);
  opacity: 0.5;
}
.front-trans-inner {
  width: 86%;
  max-width: 1150px;
  margin: auto;
}
.front-trans-but-sec h2 {
  font-size: 2.5em;
  font-weight: 400;
  letter-spacing: 5px;
  color: #fff;
}
a.front-trans-but p.front-price-text-but {
  width: 100%;
  max-width: 330px;
  letter-spacing: 1px;
  float: right;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 10px 25px;
  box-sizing: border-box;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  transition: 0.8s;
}
a.front-trans-but p.front-price-text-but::after {
  content: '\ea3c';
  font-family: 'design_plus';
  position: absolute;
  right: 20px;
  font-weight: 100;
}
a.front-trans-but:hover p.front-price-text-but {
  color: #3b3938;
  background: #fff;
}
.front-merit {
  padding: 8em 0;
}
.front-merit-inner {
  width: 86%;
  max-width: 1150px;
  margin: auto;
}
.front-merit h2 {
  font-size: 3em;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.5;
  color: #6b4723;
  position: absolute;
  writing-mode: vertical-rl;
  display: inline-block;
  margin-top: -30px;
  margin-left: 15px;
  text-shadow: 1px 1px 0px #faf9f8, 1px -1px 0px #faf9f8, -1px -1px 0px #faf9f8, -1px 1px 0px #faf9f8;
}
.front-merit-box {
  margin-bottom: 6em;
}
.front-merit-box:last-of-type {
  margin-bottom: 0;
}
.front-merit-text {
  width: 45%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-end;
  display: -webkit-flex;
  display: flex;
}
.front-merit-text::before {
  counter-increment: number 1;
  content: "POINT."counter(number)"";
  display: block;
  color: #6b4723;
  font-size: 1.5em;
  letter-spacing: 2px;
  margin-bottom: 15px;
  line-height: 1;
  font-family: "Hina Mincho", serif;
  z-index: 1;
}
.front-merit-box:nth-of-type(odd) .front-merit-text {
  padding-left: 4em;
  margin-left: 55%;
}
.front-merit-box:nth-of-type(even) .front-merit-text {
  padding-right: 4em;
}
.front-merit-img {
  width: 55%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.front-merit-box:nth-of-type(odd) .front-merit-img {
  margin-left: -100%;
}
.front-merit-img img {
  width: 100%;
}
.front-merit-text h3 {
  font-size: 1.8em;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 50px;
  color: #6b4723;
}
a.front-product-detail-but {
  height: 250px;
  margin-bottom: 20px;
  font-size: 2.5em;
  padding: 30px;
  color: #fff;
  background: #000;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  transition: 0.8s;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.front-merit-but-box {
  width: calc(100% - 50px);
  margin: auto;
  font-family: "Hina Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
a.front-merit-but {
  width: calc(50% - 10px);
  margin-right: 20px;
  height: 200px;
  padding: 30px;
  font-size: 2.3em;
  letter-spacing: 7px;
  color: #fff;
  background: #000;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  transition: 0.8s;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
a.front-merit-but:nth-of-type(2) {
  margin-right: 0;
  margin-bottom: 0;
}
a.front-product-detail-but::after, a.front-merit-but::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url();
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.55;
  transition: 0.8s;
  z-index: -1;
}
a.front-product-detail-but::after {
  background-image: url(/wp-content/themes/orion/img/front-product-detail-img.jpg);
}
a.front-colorme-but::after {
  background-image: url(/wp-content/themes/orion/img/front-colorme-img.jpg);
}
a.front-base-but::after {
  background-image: url(/wp-content/themes/orion/img/front-base-img.jpg);
}
a.front-product-detail-but:hover::after, a.front-merit-but:hover::after {
  transform: scale(1.2);
  opacity: 0.35;
}
.front-greeting {
  padding: 7em 0;
  background: #fff;
}
.front-greeting-inner {
  width: calc(100% - 180px);
  margin: auto;
}
.front-greeting h2 {
  font-size: 2.2em;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 50px;
  color: #6b4723;
}
.front-greeting-text {
  width: 50%;
  margin-left: 50%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
}
.front-greeting-img {
  width: 50%;
  margin-left: -100%;
  padding-right: 4em;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
}
h3.greeting-name {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
h3.greeting-name span {
  font-size: 0.8em;
  display: grid;
}
.front-greeting-text p {
  line-height: 2;
  margin-bottom: 20px;
}
.front-greeting-text p:last-of-type {
  margin-bottom: 0;
}
a.front-recruit-but .front-trans-but {
  padding: 10em 0;
  background: #000;
  position: relative;
  z-index: -1;
  overflow: hidden;
}
a.front-recruit-but .front-trans-but::after {
  content: '';
  position: absolute;
  display: block;
  background: url(/wp-content/themes/orion/img/front_recruit_img.jpg);
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.7;
  transition: 0.8s;
  overflow: hidden;
}
a.front-recruit-but:hover .front-trans-but::after {
  transform: scale(1.2);
  opacity: 0.5;
}
.front-trans-inner {
  width: 86%;
  max-width: 1150px;
  margin: auto;
}
.front-trans-but h2 {
  font-size: 2em;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 4px;
  color: #fff;
  float: left;
}
a.front-recruit-but p.front-trans-text-but {
  width: 100%;
  max-width: 330px;
  letter-spacing: 1px;
  float: right;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 10px 25px;
  box-sizing: border-box;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  transition: 0.8s;
}
a.front-recruit-but p.front-trans-text-but::after {
  content: '\ea3c';
  font-family: 'design_plus';
  position: absolute;
  right: 20px;
  font-weight: 100;
}
a.front-recruit-but:hover p.front-trans-text-but {
  color: #3b3938;
  background: #fff;
}
.instagram_sec {
  padding: 7em 0;
  position: relative;
}
.instagram_sec::before {
  content: '';
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.instagram-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
h2.insta_title {
  font-size: 3.5em;
  font-weight: 500;
  color: #6b4723;
  letter-spacing: 5px;
  margin-bottom: 25px;
  text-align: center;
}
a.front-instagram-but {
  width: 100%;
  max-width: 160px;
  border-radius: 100px;
  border: 1px solid;
  padding: 14px;
  position: relative;
  text-align: center;
  margin: 0 auto 50px;
  display: block;
  transition: 0.8s;
  font-size: 0.8em;
  letter-spacing: 1px;
  box-sizing: border-box;
}
a.front-instagram-but:hover {
  color: #fff;
  background: #6b4723;
  border: 1px solid #6b4723;
}
@media only screen and (max-width: 1200px) {
  .front-intro {
    padding: 3em 0;
  }
  .intro-inner-text {
    width: 100%;
  }
  .intro-inner-img {
    width: 100%;
    padding-left: 0;
  }
  .intro-content-title {
    width: 100%;
    writing-mode: horizontal-tb;
    margin-bottom: 20px;
  }
  .intro-content-title h2 {
    font-size: 2em;
    letter-spacing: 1px;
  }
  .intro-content-title h2 br {
    display: contents;
  }
  .intro-content-text {
    width: 100%;
    padding-left: 0;
    margin-bottom: 2em;
  }
  a.front-trans-but .front-trans-but-sec {
    padding: 6em 0;
  }
  .front-merit {
    padding: 5em 0;
  }
  .front-merit h2 {
    font-size: 2.3em;
  }
  .front-merit-box:nth-of-type(odd) .front-merit-text {
    padding-left: 2em;
  }
  .front-merit-box:nth-of-type(even) .front-merit-text {
    padding-right: 2em;
  }
  .front-merit-text h3 {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
  .front-greeting {
    padding: 3em 0;
  }
  .front-greeting {
    padding: 3em 0;
  }
  .front-greeting h2 {
    font-size: 2em;
    margin-bottom: 30px;
  }
  .front-greeting-text {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2em;
  }
  .front-greeting-img {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }
  a.front-recruit-but .front-trans-but {
    padding: 6em 0;
  }
  .front-trans-but h2 {
    font-size: 1.8em;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .instagram_sec {
    padding: 2em 0;
  }
}
@media only screen and (max-width: 970px) {
  .front-merit h2 {
    position: initial;
    writing-mode: horizontal-tb;
    margin-bottom: 30px;
    margin-top: 0;
    margin-left: 0;
  }
  .front-merit-box {
    margin-bottom: 3em;
  }
  .front-merit-text, .front-merit-img {
    width: 100%;
  }
  .front-merit-text {
    margin-bottom: 1.5em;
  }
  .front-merit-box:nth-of-type(odd) .front-merit-text {
    margin-left: 0;
    padding-left: 0;
  }
  .front-merit-box:nth-of-type(odd) .front-merit-img {
    margin-left: 0;
  }
  .front-merit-box:nth-of-type(even) .front-merit-text {
    padding-right: 0;
  }
  .front-greeting-inner {
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 767px) {
  .front-intro {
    padding: 2em 0;
  }
  .intro-content-title h2 {
    font-size: 1.6em;
  }
  .intro-content-text p {
    margin-bottom: 10px;
  }
  a.front-trans-but .front-trans-but-sec, a.front-recruit-but .front-trans-but {
    padding: 3em 0;
  }
  .front-trans-but h2 {
    font-size: 1.5em;
  }
  .front-merit {
    padding: 2em 0;
  }
  .front-merit h2 {
    font-size: 1.6em;
  }
  .front-merit-text::before {
    font-size: 1.2em;
    margin-bottom: 8px;
  }
  .front-merit-text h3 {
    margin-bottom: 10px;
  }
  a.front-product-detail-but {
    height: 180px;
    font-size: 2em;
  }
  a.front-merit-but {
    height: 150px;
    font-size: 1.8em;
    letter-spacing: 3px;
  }
  .front-greeting {
    padding: 2em 0;
  }
  .front-greeting-inner {
    width: calc(100% - 50px);
  }
  .front-greeting h2 {
    font-size: 1.6em;
    margin-bottom: 15px;
  }
  h3.greeting-name {
    font-size: 1.2em;
    margin-bottom: 15px;
  }
  .instagram-sec {
    padding: 1em 0;
  }
  h2.insta_title {
    font-size: 2.5em;
    margin-bottom: 15px;
  }
}
a.front-instagram-but {
  margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  a.front-merit-but {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* フロントオリジナル END */
/* 固定ページのための記述 */
#main_contents #main_col {
  width: 100%;
}
.single #main_col {
  width: 86% !important;
  max-width: 1150px;
  margin: 60px auto 100px;
}
#left_col {
  width: 100%;
}
p.page_title, p.page_subtitle {
  width: 86%;
  max-width: 1150px;
  margin: auto;
  letter-spacing: 4px;
  color: #fff;
  text-align: center;
  font-family: "Hina Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
p.page_title {
  font-size: 3.5em !important;
  line-height: 1;
  letter-spacing: 5px;
}
p.page_subtitle {
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  margin-top: 15px;
}
#bread_crumb li a:hover {
  color: #6b4723;
}
div#bread_crumb {
  width: 86%;
  min-width: auto;
  margin: 20px auto 0;
  display: block;
  height: 40px;
  line-height: 40px;
  background: #faf9f8;
}
#bread_crumb ul {
  width: fit-content;
  display: flex;
}
#bread_crumb li.home a {
  line-height: unset;
  margin-right: 10px;
}
#bread_crumb li.home a:before {
  top: 0;
  line-height: 25px;
}
#bread_crumb li {
  line-height: 25px;
  padding: 0 8px 0 0;
}
#bread_crumb li:after {
  top: 2px;
  left: -15px;
}
li.last {
  margin-left: 10px;
}
#bread_crumb li.home a:hover:before {
  color: #6b4723;
}
.single .post_content a:hover {
  color: #6b4723;
}
.post_content a {
  color: #6b4723;
  font-weight: 600;
}
.post_content blockquote {
  border: 1px dashed #c7b7a8;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}
.post_content blockquote:before, .post_content blockquote:after {
  color: #3b3938;
}
#post_title {
  color: #6b4723;
  font-family: "Hina Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.post_content h1 {
  font-family: "Hina Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  color: #3b3938;
}
.post_content h2 {
  font-size: 1.8em;
  margin-bottom: 30px;
  color: #6b4723;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
.post_content h2:after {
  content: '';
  background: #6b4723;
  width: 30px;
  height: 1px;
  display: block;
  margin: 20px auto 0;
}
.post_content h3 {
  font-size: 1.2em;
  margin-bottom: 15px;
  line-height: 1.5;
  font-weight: 500;
  color: #6b4723;
}
.post_content h4 {
  font-size: 1.3em;
  font-weight: 600;
  color: #6b4723;
  margin-bottom: 20px;
  text-align: left;
}
.single .post_content h5 {
  font-size: 1.1em;
  background: none;
  padding: 0;
  color: #3b3938;
}
@media only screen and (max-width: 767px) {
  #header_image .image img {
    width: auto;
    height: 190px;
  }
  p.page_title {
    font-size: 2em !important;
  }
  p.page_subtitle {
    font-size: 0.8em;
    margin-top: 10px;
  }
  .post_content h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  .post_content h2:after {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 500px) {
  #header_image .image img {
    height: 140px;
  }
}
/* 固定ページのための記述 END */
/* table */
.post_content th, .post_content td {
  font-size: 0.9em;
  font-weight: 500;
  background: none;
  border: 1px solid #d5d5d5;
  vertical-align: middle;
  padding: 20px 18px 18px 18px;
  line-height: 1.8;
}
.post_content th {
  width: 30%;
  text-align: left;
}
table.recruit_table th, table.recruit_table td {
  padding: 22px 10px 20px 8px;
  border-left: 0;
  border-right: 0;
}
table.recruit_table th {
  width: 25%;
}
table.contact_form th, table.contact_form td {
  background: none;
  border: none;
  border-bottom: 1px solid #d5d5d5;
  line-height: 2.2;
  vertical-align: middle;
  padding: 12px 0 7px 10px;
}
table.contact_form th {
  width: 20%;
  text-align: left;
}
@media only screen and (max-width: 970px) {
  .post_content th, .post_content td {
    width: 100% !important;
    display: block;
    box-sizing: border-box;
    padding: 12px 15px 8px 15px;
  }
  .post_content th {
    padding-bottom: 0;
    border-bottom: 0;
    margin-top: -1px;
  }
  .post_content td {
    padding-top: 7px;
    border-top: none;
  }
  table.recruit_table th, table.recruit_table td {
    padding: 12px 8px 8px 8px;
  }
  table.recruit_table th {
    padding-bottom: 0;
  }
  table.contact_form th, table.contact_form td {
    padding-left: 0;
  }
  table.contact_form th {
    border-bottom: 0;
    padding-bottom: 0;
  }
  table.contact_form td {
    padding-top: 5px;
    padding-bottom: 12px;
  }
}
/* table END */
/* コンテンツ 共通 */
.error404 #main_col {
  width: 86%;
  max-width: 1150px;
  margin: 40px auto 0;
}
.archive #main_col {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
h3.title {
  font-family: "Hina Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 1.1em !important;
}
h3.title a:hover {
  color: #6b4723 !important;
}
.page .post-header {
  margin: 0;
}
.content_full {
  position: relative;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 120px 0;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .content_inner {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .content_inner {
    padding: 50px 0;
  }
}
/* コンテンツ 共通 END */
/* ごあいさつ */
.message_box {
  margin-bottom: 120px;
}
.message_inner {
  position: relative;
}
.message_box .message_inner:before {
  content: '';
  position: absolute;
  width: 45%;
  height: 100%;
  bottom: 0;
  left: 50px;
  background-size: cover;
  background-color: #ffffff;
  background-image: url(/wp-content/themes/orion/img/message01.jpg);
  background-position: center;
  border-radius: 10px;
  z-index: -2;
}
.message_box .message_inner:after {
  content: '';
  position: absolute;
  width: 25%;
  height: 40%;
  bottom: -120px;
  left: 0;
  background-size: cover;
  background-color: #faf2e3;
  background-image: url(/wp-content/themes/orion/img/message02.jpg);
  background-position: center;
  border-radius: 10px;
  z-index: -2;
}
.message_col_text {
  width: 50%;
  padding-left: 5%;
  padding-bottom: 50px;
  margin-left: auto;
  position: relative;
  box-sizing: border-box;
}
.message_col_text p {
  margin-bottom: 20px;
}
.message_col_text p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .message_col_text {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 970px) {
  .message_box {
    margin-bottom: 0;
  }
  .message_box .message_inner:before {
    width: 70%;
    height: 300px;
    left: auto;
    right: 0;
  }
  .message_box .message_inner:after {
    width: 35%;
    height: 160px;
    bottom: 20px;
  }
  .message_col_text {
    width: 100%;
    padding-left: 0;
    padding-bottom: 320px;
  }
}
@media only screen and (max-width: 500px) {
  .message_box .message_inner:before, .message_box .message_inner:after {
    width: 100%;
    height: 250px;
    bottom: 0;
  }
  .message_box .message_inner:before {
    bottom: 260px;
  }
  .message_col_text {
    padding-bottom: 520px;
  }
}
/* ごあいさつ END */
/* メニュー */
.menu_sec:first-of-type .content_inner {
  padding-bottom: 0;
}
.option_sec .content_inner {
  padding-top: 50px;
  max-width: 950px;
}
p.tax_text {
  padding: 20px 30px;
  width: fit-content;
  margin: 0 auto 100px;
  text-align: center;
  color: #6b4723;
  background: #f3ede5;
  display: block;
  box-sizing: border-box;
}
span.tax {
  font-weight: 600;
}
span.course_set {
  padding: 3px 8px;
  margin: 0 5px;
  background: #ffffff;
}
.menu_list_box {
  width: calc(50% - 30px);
  margin-right: 60px;
  border-bottom: 1px dashed #6b4723;
  margin-bottom: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.menu_list_box:nth-of-type(2n) {
  margin-right: 0;
}
.menu_list_box h2 {
  font-size: 1.2em;
  margin-bottom: 20px;
  padding-left: 30px;
  text-align: left;
  position: relative;
}
.menu_list_box h2:before {
  content: '\f1b0';
  position: absolute;
  font-family: "fontawesome";
  left: 0;
}
.menu_list_box h2:after {
  content: none;
}
dl.pricelist_flex {
  font-size: 1.1em;
  width: 85%;
  line-height: 1;
  margin: 0 0 15px auto;
  display: -webkit-flex;
  display: flex;
}
dl.pricelist_flex:last-child {
  margin-bottom: 0;
}
dl.pricelist_title {
  font-size: 0.9em;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
dd.pricelist_price {
  font-size: 1em;
  letter-spacing: 1px;
  text-align: end;
  -webkit-box-flex: 6;
  flex-grow: 6;
  color: #6b4723;
}
dd.pricelist_price span {
  letter-spacing: 0;
  margin-top: 7px;
  font-size: 0.75em;
  font-weight: 500;
  display: block;
}
dd.pricelist_price:before {
  display: inline-block;
  width: 30%;
  height: 1px;
  margin: 0.3em 1em;
  content: '';
  background: #d9ccab;
}
ul.menu-caution_list li {
  padding-left: 20px;
  padding-bottom: 10px;
  line-height: 1.5;
}
ul.menu-caution_list li:last-child {
  padding-bottom: 0;
}
ul.menu-caution_list li:before {
  content: '※';
  left: 0;
  position: absolute;
  color: #6b4723;
}
.option_inner {
  padding: 50px 60px;
  margin: 0 auto 50px;
  background: #f3ede5;
  box-sizing: border-box;
}
.option-list_box {
  width: calc(50% - 25px);
  margin-right: 50px;
}
.option-list_box:nth-of-type(2) {
  margin-right: 0;
  margin-bottom: 0;
}
.option-list_box dl.pricelist_flex {
  width: 100%;
  line-height: 1.3;
}
p.option_text {
  margin-top: 40px;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  p.tax_text {
    padding: 15px 20px;
    line-height: 2;
    text-align: left;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 970px) {
  .menu_list_box {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  dl.pricelist_flex {
    width: 90%;
  }
  .option_inner {
    padding: 40px 50px;
    margin-bottom: 30px;
  }
  .option-list_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  p.option_text {
    margin-top: 30px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .option_sec .content_inner {
    padding-top: 0;
  }
  .menu_list_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .option_inner {
    padding: 20px;
  }
}
@media only screen and (max-width: 485px) {
  dl.pricelist_flex {
    width: 100%;
  }
}
/* メニュー END */
/* 会社概要 */
.aboutus_sec .content_inner {
  max-width: 850px;
  padding-bottom: 80px;
}
table.about_table {
  margin-bottom: 0;
}
table.about_table th {
  width: 20%;
  text-align: center;
}
table.about_table td a {
  color: #3b3938;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.map_sec iframe, .map_sec p {
  height: 500px;
  transition: 0.8s;
}
.map_sec iframe:hover {
  filter: grayscale(100%);
}
@media only screen and (max-width: 1200px) {
  .about_sec .content_inner {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 970px) {
  table.about_table th {
    text-align: left;
  }
  table.about_table td {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .map_sec iframe, .map_sec p {
    height: 300px;
  }
}
/* 会社概要 END */
/* 軽貨物運送事業 */
.transporter_sec:first-of-type {
  background: #fff;
}
.transporter_sec:first-of-type h2 {
  font-size: 2em;
  margin-bottom: 50px;
  text-align: left;
}
.transporter_sec:first-of-type h2::after {
  width: 100px;
  margin-left: 0;
}
.transporter-about-text {
  width: 50%;
  padding-right: 5em;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
}
.transporter-about-img {
  width: 50%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
}
.transporter-about-text h3 {
  font-size: 1.5em;
  color: #3b3938;
}
.transporter-about-inner {
  margin-bottom: 50px;
}
.transporter-about-inner:last-of-type {
  margin-bottom: 0;
}
.transporter-about-text h3:first-letter {
  font-size: 1.8em;
  margin-right: 3px;
  color: #6b4723;
}
ul.transporter-type-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
li.transporter-type {
  width: 50%;
  padding: 30px;
  border: 5px solid #faf9f8;
  background: #fff;
  box-sizing: border-box;
}
li.transporter-type h3 {
  font-size: 1.5em;
  letter-spacing: 2px;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
li.transporter-type img {
  width: 50%;
  max-width: 150px;
  margin: 0 auto 12px;
  display: block;
}
li.transporter-type p {
  line-height: 1.8;
}
a.transporter-price-but {
  width: 100%;
  max-width: 350px;
  margin: 50px auto 0;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 100px;
  color: #fff;
  background: #6b4723;
  border: 1px solid #6b4723;
  position: relative;
  display: block;
  box-sizing: border-box;
  transition: 0.8s;
}
a.transporter-price-but::after {
  content: "\ea3c";
  position: absolute;
  font-family: "design_plus";
  right: 30px;
  font-weight: 400;
}
a.transporter-price-but:hover {
  color: #6b4723;
  background: none;
}
@media only screen and (max-width: 1200px) {
  .transporter-about-text {
    padding-right: 3em;
  }
  li.transporter-type {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .transporter_sec:first-of-type h2 {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
  .transporter-about-inner {
    margin-bottom: 30px;
  }
  .transporter-about-text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1em;
  }
  .transporter-about-img {
    width: 100%;
  }
  a.transporter-price-but {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .transporter-about-text h3 {
    font-size: 1.3em;
  }
  li.transporter-type {
    width: 100%;
    border: 0;
    border-bottom: 5px solid #faf9f8;
  }
}
/* 軽貨物運送事業 END */
/* 求人案内 */
.recruit_sec .content_inner {
  max-width: 950px;
}
.recruit-con-box {
  max-width: 700px;
  padding: 25px 30px;
  margin: 50px auto 0;
  border: 1px dashed #c7b7a8;
  background: #fff;
  box-sizing: border-box;
}
.recruit-con-box h3, .recruit-con-box p {
  width: fit-content;
  margin: auto;
}
.recruit-con-box h3 {
  font-size: 1.6em;
  margin-bottom: 20px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #3b3938;
}
.recruit-con-box p {
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 1px;
}
address.recruit-con-tel {
  font-size: 2.5em;
  letter-spacing: 3px;
  margin: 0 auto 15px;
  font-style: normal;
  width: fit-content;
  display: block;
  font-family: "Hina Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #6b4723;
}
address.recruit-con-tel span {
  font-size: 0.5em;
  margin-right: 2px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .recruit-con-box {
    margin-top: 30px;
    padding: 20px;
  }
  .recruit-con-box h3 {
    font-size: 1.3em;
    margin-bottom: 10px;
  }
  address.recruit-con-tel {
    font-size: 2em;
  }
}
/* 求人案内 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 950px;
}
.contact_sec .content_inner {
  padding-bottom: 0;
}
address.contact_tel {
  font-size: 3em;
  line-height: 1.4;
  letter-spacing: 4px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  width: fit-content;
  display: grid;
  margin: auto;
  font-family: "Hina Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
address.contact_tel a {
  color: #3b3938;
}
address.contact_tel span {
  font-size: 0.5em;
  letter-spacing: 1px;
}
.mail_caution {
  border: 1px dotted;
  padding: 25px 30px;
  box-sizing: border-box;
}
.mail_caution p {
  font-size: 0.9em;
  line-height: 1.8;
}
.privacy_policy {
  margin-top: 50px;
}
.privacy_policy p {
  line-height: 1.5;
  margin-bottom: 25px;
}
.privacy_policy ol {
  list-style: auto;
  margin-left: 15px;
}
.privacy_policy li {
  font-size: 0.9em;
  line-height: 1.5;
  padding-bottom: 15px;
}
.privacy_policy li:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  address.contact_tel {
    font-size: 2.2em;
  }
  .mail_caution {
    padding: 15px 20px;
  }
}
/* お問い合わせ END */
/* --- お問い合わせフォーム --- */
.wpcf7 {
  box-sizing: border-box;
  margin: 30px auto 0 !important;
  font-size: 14px;
  border: none;
  background: none;
  padding: 0 !important;
}
.wpcf7 form {
  margin: 0;
  padding: 0px;
}
.wpcf7 input.wpcf7-submit {
  width: 100%;
  max-width: 350px;
  display: block;
  border-radius: 50px;
  background: none;
  color: #6b4723;
  border: 1px solid #6b4723 !important;
  font-size: 1.1em;
  font-weight: 500;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  transition: all .8s;
  box-sizing: border-box;
}
.wpcf7 input.wpcf7-submit:hover {
  background: #6b4723;
  color: #faf9f8;
}
.wpcf7 .required {
  background-color: #f26464;
  margin-left: 10px;
  padding: 4px;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.9em;
}
.wpcf7 .any {
  color: #fff;
  background-color: #3b3938;
  margin-left: 10px;
  padding: 4px;
  font-weight: 400;
  font-size: 0.9em;
  border-radius: 3px;
}
span.wpcf7-list-item-label {
  font-weight: 400;
}
.wpcf7 input, .wpcf7 textarea {
  width: 100%;
  padding: 15px 20px;
  border: none;
  background-color: #ffffff;
  border-radius: 3px;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  outline: none;
  border: none;
  background-color: #ffffff;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
  width: auto;
  max-width: 100%;
  border: 1px solid #ccc;
  margin: 0;
  border-radius: 0px;
}
div.wpcf7 textarea {
  width: 100%;
}
span.wpcf7-list-item {
  display: block;
}
span.wpcf7-list-item {
  margin: 5px 0;
}
input#zip {
  max-width: 300px;
  margin-left: 20px;
}
/* Chrome, Safari */ ::-webkit-input-placeholder {
  font-size: 12px;
  color: #b1b1b1;
}
/* Firefox */ ::-moz-placeholder {
  font-size: 12px;
  color: #b1b1b1;
}
/* Firefox 18以前 */ :-moz-placeholder {
  font-size: 12px;
  color: #b1b1b1;
}
/* IE */ :-ms-input-placeholder {
  font-size: 12px;
  color: #b1b1b1;
}
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
  background: #ffd2d2;
  margin-bottom: 0px;
}
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
  color: #d90000;
  letter-spacing: 0;
}
.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
  color: #ffffff;
  text-shadow: none;
  background-color: #b72120;
  border: none;
  padding: 20px;
  border-radius: 0;
  text-align: center;
  margin: 20px 0px 30px;
}
.wpcf7 form .wpcf7-response-output {
  color: #f26464;
  border-color: #f26464 !important;
  background: #feeded;
  border: 1px solid;
  padding: 0.8em 1em;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #ffffff;
  font-weight: 400;
  text-shadow: none;
  margin-bottom: 40px;
  border: none;
  padding: 20px;
  text-align: center;
  background-color: #364082;
}
@media only screen and (max-width: 767px) {
  .wpcf7 .required, .wpcf7 .any {
    margin-left: 5px;
  }
  .wpcf7 input.wpcf7-submit {
    width: 100%;
  }
}
/* --- お問い合わせフォーム END --- */
/* --- Mobile 動画 --- */
.mm_on #mobile_movie_wrap .logo_img {
  margin: 0;
  left: 8%;
}
@media only screen and (max-width: 970px) {
  .mm_on body.home #top {
    padding-top: 0;
  }
  .mm_on #mobile_movie_wrap.h_fix {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 485px) {
  .mm_on #mobile_movie_wrap .logo_img {
    max-width: 75%;
  }
}
/* --- Mobile 動画 END --- */
/* --- フロントオリジナル youtube --- */
.youtubeRss {
  overflow: hidden;
}
h2.youtubeRss-title {
  font-size: 2.5em;
  letter-spacing: 4px;
  line-height: 1;
  text-align: center;
  width: 86%;
  margin: 0 auto;
  margin-bottom: 1em;
  font-family: 'Sorts Mill Goudy', serif;
}
.youtubeRss-btn a {
  width: 100%;
  max-width: 180px;
  line-height: 55px;
  display: block;
  margin: 0 auto;
  background: #f9d3cd;
  color: #3b3938;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 1px;
  text-align: center;
  transition: 0.8s;
}
.youtubeRss-btn a:hover {
  background: #6b4723;
  transform: translatey(1rem);
}
ul#youtubeRss-list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 0;
  width: 86%;
  max-width: 1250px;
}
li.youtubeRss-content {
  width: calc(33.3333% - 34px);
  margin: 0 50px 50px 0;
  box-sizing: border-box;
}
li.youtubeRss-content:nth-of-type(3n) {
  margin-right: 0;
}
a.youtubeRss-img {
  width: 100%;
  height: 200px;
  display: block;
  overflow: hidden;
}
a.youtubeRss-img img {
  width: 100%;
  height: auto;
  display: block;
}
.youtubeRss-desc {
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}
.youtubeRss-date {
  font-weight: 600;
  margin-bottom: 15px;
}
.youtubeRss-desc h3 {
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 0;
}
.youtubeRss-btn {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
a.youtubeRss-title:hover {
  color: #f9d3cd;
}
@media only screen and (max-width: 1200px) {
  li.youtubeRss-content {
    width: calc(33.3333333% - 14px);
    margin: 0 20px 40px 0;
  }
}
@media only screen and (max-width: 970px) {
  a.youtubeRss-img {
    height: 160px;
  }
}
@media only screen and (max-width: 767px) {
  h2.youtubeRss-title {
    font-size: 1.8em;
    margin-bottom: 0.5em;
  }
  ul#youtubeRss-list {
    margin-top: 35px;
  }
  li.youtubeRss-content {
    width: calc(50% - 5px);
    margin: 0 10px 30px 0;
  }
  li.youtubeRss-content:nth-child(3n) {
    margin-right: 10px;
  }
  li.youtubeRss-content:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  li.youtubeRss-content {
    width: 100%;
    margin: 0 auto 50px;
  }
  li.youtubeRss-content:nth-child(3n) {
    margin-right: 0;
  }
}
/* --- フロントオリジナル youtube END --- */
/* マージン */
.margin-100 {
  margin-bottom: 100px !important;
}
.margin-90 {
  margin-bottom: 90px !important;
}
.margin-80 {
  margin-bottom: 80px !important;
}
.margin-70 {
  margin-bottom: 70px !important;
}
.margin-60 {
  margin-bottom: 60px !important;
}
.margin-50 {
  margin-bottom: 50px !important;
}
.margin-40 {
  margin-bottom: 40px !important;
}
.margin-30 {
  margin-bottom: 30px !important;
}
.margin-20 {
  margin-bottom: 20px !important;
}
.margin-10 {
  margin-bottom: 10px !important;
}