@charset "UTF-8";
/* Theme Name: route service ibaraki */
/* ------------------------------------
// Properties
------------------------------------ */
/* ------------------------------------
// common
------------------------------------ */
html {
  overflow-y: scroll;
}

body {
  color: #004d66;
  font-size: 16px;
  font-family: "Noto Sans JP", "Yu Gothic", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  margin: 0;
  word-break: break-all;
  /*font-feature-settings: 'palt' 1;*/
  letter-spacing: 0.03em;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-top: 0;
  line-height: 1.6;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.4rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.2rem;
}

h5, h6 {
  font-size: 1.1rem;
}

.wrapper {
  overflow: hidden;
}

.wrapper* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: #06c;
  text-decoration: none;
  transition: all 0.5s;
  outline: none;
}
a:hover, a :active {
  opacity: 0.5;
}
a:focus, a *:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.5s;
  vertical-align: middle;
}

a img:hover {
  opacity: 0.5;
}

.noimage {
  display: block;
  background: #aaa;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 12rem;
  padding-top: 50%;
}

.none {
  display: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  padding-left: 1em;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  margin: 0;
}

[class*=col-] {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-word;
}

th, td {
  font-weight: normal;
  padding: 0.5em 1em;
  border: 1px solid #ddd;
}

thead th, thead td {
  background: #f5f5f5;
}

/* tableスクロール */
table.scroll {
  display: block;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 50;
}

table.scroll th, table.scroll td {
  white-space: nowrap;
}

/* スクロールバー全体 */
table.scroll::-webkit-scrollbar {
  height: 10px;
  height: 1rem;
  background-color: #F1F1F1;
}

/* スクロールバーのつまみ(可動部分) */
table.scroll::-webkit-scrollbar-thumb {
  background-color: #BCBCBC;
  border-radius: 12px;
  border-radius: 1.2rem;
}

table.scroll::-webkit-scrollbar-thumb:hover {
  background-color: #A9A9AA;
}

/*youtube iframe*/
.rwdwrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.rwdwrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

blockquote {
  border-left: 2px solid #ddd;
  padding: 0.6em 1em;
  margin-left: 0;
  margin-right: 0;
  background-color: rgba(241, 241, 243, 0.5);
}

blockquote:before {
  content: "\f06a";
  color: #004d66;
  font-size: large;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.screen-reader-text {
  display: none !important;
}

/* ------------------------------------
// setup
------------------------------------ */
/*margin*/
.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 2% !important;
}

.mt2 {
  margin-top: 4% !important;
}

.mt3 {
  margin-top: 6% !important;
}

.mt4 {
  margin-top: 8% !important;
}

.mt5 {
  margin-top: 10% !important;
}

.mt6 {
  margin-top: 12% !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 2% !important;
}

.mb2 {
  margin-bottom: 4% !important;
}

.mb3 {
  margin-bottom: 6% !important;
}

.mb4 {
  margin-bottom: 8% !important;
}

.mb5 {
  margin-bottom: 10% !important;
}

.mb6 {
  margin-bottom: 12% !important;
}

/*section*/
section.back {
  background-color: #c8f0f7;
  padding: 8% 0;
}

/*font-size*/
.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs30 {
  font-size: 30px;
}

.fs40 {
  font-size: 40px;
}

.fs50 {
  font-size: 50px;
}

.fs80 {
  font-size: 80px;
}

/*font-ornament*/
.bold {
  font-weight: bold;
}

.bb {
  border-bottom: 2px solid #004d66;
}

.orange {
  color: #004d66;
}

/*align*/
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/*button*/
.butt01 {
  display: inline-block;
  border: 2px solid #004d66;
  color: #004d66;
  padding: 0.5em 2em;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

.butt01:hover {
  border: 2px solid #004d66;
  background: #004d66;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.butt02 {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #004d66;
  padding: 0.5em 2em;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, #004d66 50%, #000 50%);
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}

.butt02:hover {
  color: rgb(255, 255, 255);
  background-color: #000;
  background-position: -100% 100%;
  opacity: 1;
}

.butt03 {
  text-align: center;
  display: inline-block;
  color: #004d66;
  text-decoration: none;
  background-color: #c8f0f7;
  padding: 0.7em 5em 0.8em 3em;
  border-radius: 100vh;
  position: relative;
  font-size: 12px;
}

.butt03:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #004d66;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  transition: all 0.5s;
}

.butt03::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 31px;
  transition: all 0.5s;
}

.butt03:hover {
  opacity: 1;
  background: #eee;
}

.butt03:hover:before {
  right: 10px;
}

.butt03:hover:after {
  right: 17px;
}

.sp_right {
  position: absolute;
  right: 2%;
  top: 0;
  margin: 2em 0 0;
}

hr {
  clear: both;
  border: none;
  border-top: 1px solid #004d66;
}

/* BOX */
.box01 {
  padding: 7%;
  border: 1px solid #004d66;
}

.box02 {
  padding: 6%;
  background: #f0f7fa;
  border-radius: 15px;
  height: 100%;
}

/*marker*/
.marker {
  background: #fff799;
}

.marker_u {
  background: linear-gradient(transparent 70%, #fff799 70%);
  border-radius: 6px;
  display: inline;
}

/*ブログカード*/
.wp-embedded-content {
  margin: 0 auto;
  min-width: 100%;
  width: 100%;
}

/* table */
.tbl_01 {
  width: 100%;
}

.tbl_01 th, .tbl_01 td {
  border-left: none;
  border-right: none;
  font-weight: 500;
}

.tbl_01 th {
  color: #004d66;
  white-space: nowrap;
  vertical-align: top;
  padding: 1.5em 1em 1.5em;
  text-align: left;
}

.tbl_01 td {
  padding: 1.5em 0.5em 1.5em 1em;
}

.tbl_01.tbl_back tr:nth-child(2n+1) th,
.tbl_01.tbl_back tr:nth-child(2n+1) td {
  background: #ebf4f5;
}

.tbl_01.tbl_back th,
.tbl_01.tbl_back td {
  border: none !important;
}

.tbl_02 {
  width: 100%;
}

.tbl_02 th, .tbl_02 td {
  border: 1px solid #83cae1;
}

.tbl_02 th {
  white-space: nowrap;
  vertical-align: top;
  padding: 1.7em 1.9em;
  text-align: left;
  font-weight: 500;
  background: #e1f9fd;
  border-right: none;
  border-left: none;
}

.tbl_02 td {
  padding: 1.7em 1.9em;
  background: #fff;
  border-right: none;
  border-left: none;
}

/* ------------------------------------
// スクロールアニメーション
------------------------------------ */
/* 右からスライドイン */
.slidein {
  opacity: 0;
}

.slidein.is-animated {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slideIn {
  0% {
    transform: translateX(180px);
    　opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
/* ぬるっと出現 */
.matrix .bg-wrap, .matrix .bg-wrap .inn {
  display: block;
}

.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}

.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.matrix.is-animated .bg-wrap {
  opacity: 1;
}

.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/* 順番にフェイドアップ */
.u-fade-type-up {
  transform: translateY(50px);
  opacity: 0;
}

.is-animated .u-fade-type-up {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.is-animated .u-fade-type-up:nth-child(2) {
  transition-delay: 0.4s;
}

.is-animated .u-fade-type-up:nth-child(3) {
  transition-delay: 0.8s;
}

.is-animated .u-fade-type-up:nth-child(4) {
  transition-delay: 1.2s;
}

.is-animated .u-fade-type-up:nth-child(5) {
  transition-delay: 1.6s;
}

.is-animated .u-fade-type-up:nth-child(6) {
  transition-delay: 2s;
}

/* 文字が滑らかに表示される */
.smooth {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  line-height: 1;
}

.smooth.is-animated {
  clip-path: inset(0);
}

/* 背景色が消えてから表示 */
.mask-bg a:hover, .mask-bg a:hover img {
  opacity: 1;
}

.mask-bg {
  color: transparent;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.mask-bg::after {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}

.mask-bg img {
  opacity: 0;
}

.mask-bg.is-animated img {
  opacity: 1;
  transition: opacity 0s linear 325ms;
}

.mask-bg.is-animated::after {
  animation: mask-bg 1s cubic-bezier(0.8, 0, 0.17, 1);
}

@keyframes mask-bg {
  0% {
    transform: translate(-101%, 0);
  }
  40%, 60% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(100%, 0);
  }
}
/* lineを表示 */
.line {
  display: inline-block;
  position: relative;
}

.line::after {
  background: #9ce9f7;
  content: "";
  display: inline-block;
  height: 5px;
  width: 0;
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  bottom: -5px;
  left: 0;
}

.line.is-animated::after {
  width: 100%;
}

/* ------------------------------------
// header
------------------------------------ */
.headline {
  height: 70px;
  margin: 0;
  position: relative;
  z-index: 100;
  background: #c8f0f7;
}

.logo {
  font-size: x-large;
}

.site-title {
  padding: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 250px;
  height: 27px;
  margin: 22px 0 0 4%;
  float: left;
}

.site-title a {
  font-size: 28px;
  line-height: 32px;
  background-image: url(img/logo.svg);
  background-repeat: no-repeat;
  width: 250px;
  height: 27px;
  display: block;
}

/* ------------------------------------
// nav
------------------------------------ */
.nav {
  display: none;
}

/* drawer */
#nav-toggle {
  position: fixed;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  background-color: #fff;
  cursor: pointer;
  z-index: 1000;
  border-left: 1px solid #c8f0f7;
  border-bottom: 1px solid #c8f0f7;
}

#nav-toggle > div {
  position: relative;
  width: 36px;
  margin: 22px 18px;
}

#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #004d66;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 12px;
}

#nav-toggle span:nth-child(3) {
  top: 24px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 20px;
}

.open #nav-toggle span {
  background: #004d66;
}

.open #nav-toggle span:nth-child(1) {
  top: 13px;
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 13px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 13px;
  transform: rotate(-45deg);
}

#gloval-nav {
  background: #004d66;
  color: #fff;
  width: 0%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 990;
  text-align: center;
  font-size: 17px;
  overflow: hidden;
  webkit-transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#gloval-nav .inner {
  position: fixed;
  width: 100%;
  height: 100%;
  display: table;
  margin: auto;
}

#gloval-nav ul {
  list-style: none;
  padding-left: 0;
  display: table-cell;
  vertical-align: middle;
}

#gloval-nav ul li {
  opacity: 0;
  transform: translateX(80px);
  transition: transform 0.6s ease, opacity 0.2s ease;
}

#gloval-nav ul li:first-child {
  transition-delay: 0.5s;
}

#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.65s;
}

#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.8s;
}

#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.95s;
}

#gloval-nav ul li:nth-child(5) {
  transition-delay: 1s;
}

#gloval-nav ul li:nth-child(6) {
  transition-delay: 1.15s;
}

#gloval-nav ul li:nth-child(7) {
  transition-delay: 1.3s;
}

#gloval-nav ul li:nth-child(8) {
  transition-delay: 1.45s;
}

#gloval-nav a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.6s ease;
}

#gloval-nav a:hover {
  color: #666;
}

#gloval-nav ul li .sub-menu {
  display: block;
  font-size: 15px;
}

/* open */
.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  width: 100%;
}

.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

/*dropdown-menu*/
.dropdown {
  position: relative;
}

.nav .dropdown-menu {
  border: none;
  z-index: 99;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 80%;
}

.dropdown-menu {
  min-width: 8rem;
  border: none;
  padding: 0;
  top: 0;
  border-radius: 0;
}

.dropdown-menu li:first-child a {
  border-top: none;
}

.dropdown-menu li a {
  padding: 0 1rem;
  height: 50px;
  line-height: 50px;
  color: #333 !important;
  font-size: 14px;
  transition: 0.5s;
  background-color: #fff;
}

.dropdown-item {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 !important;
  text-align: center;
}

.dropdown-item:hover {
  background-color: #eee;
  transition: all 0.5s;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #fff;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 0.5em;
  vertical-align: 0.255em;
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(135deg);
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.sub-menu {
  padding: 0.5em 0;
  border-top: 1px solid #eee !important;
}

.sub-menu li {
  border-bottom: none;
}

.sub-menu li .sub-menu li {
  left: 100%;
  position: static;
  top: 0;
  width: 100%;
  list-style-type: none;
  margin-left: 0;
}

.nav > .menu-item-has-children > ul, .nav > .page_item_has_children > ul {
  display: block;
}

.nav > .menu-item-has-children > ul li {
  height: 100%;
  text-align: left;
  transition: 0.5s;
  overflow: hidden;
}

.nav > .menu-item-has-children > ul li a {
  height: 40px;
  line-height: 40px;
}

.nav > .menu-item-has-children > ul ul, .nav > .page_item_has_children > ul ul {
  display: block;
}

.nav > .menu-item-has-children > ul ul li {
  height: 40px;
  text-align: left;
}

.nav > .menu-item-has-children > ul ul li a {
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 2rem;
}

/* ------------------------------------
// breadcrumb
------------------------------------ */
.breadcrumb {
  display: block;
  padding: 0.75rem 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 11px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
  z-index: 0;
  position: relative;
  float: right;
  margin-top: -2.7em;
}

.breadcrumb-item {
  display: inline-block;
}

.breadcrumb-item a {
  color: #fff;
}

.breadcrumb-item a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.75em 2px 0;
  transform: rotate(-45deg);
  border-right: 1px solid;
  border-bottom: 1px solid;
  content: "";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.single .breadcrumb {
  margin: 0;
  float: none;
}

.single .breadcrumb-item a {
  color: #004d66;
}

/* ------------------------------------
// footer
------------------------------------ */
.home #contactBox {
  margin: 6em auto -9em;
}

#contactBox {
  border: 5px solid #c8f0f7;
  padding: 1.5em;
  background: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 99;
  margin: 4em auto -9em;
  width: 90%;
}

#contactBox .butt03 {
  font-size: 13px;
  padding: 1em 3em 1.1em 3em;
  width: 100%;
}

.l-footer-truck {
  width: 80px;
  height: 35px;
  position: absolute;
  bottom: 101%;
  left: 0;
  z-index: 10;
  pointer-events: none;
  animation: anim-footer-truck01 30s ease-in-out infinite;
}

.l-footer-truck span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(img/truck.svg) no-repeat center bottom/100% auto;
  animation: anim-footer-truck02 2.5s linear infinite;
}

@keyframes anim-footer-truck01 {
  0% {
    translate: 0 0;
    scale: 1 1; /* 右向き */
  }
  50% {
    translate: min(100vw - 100% - min(8vw, 60px), 1400px - 100%) 0;
    scale: 1 1; /* 右端・右向き */
  }
  50.0001% {
    /* 右端で反転 */
    scale: -1 1; /* 左向き */
  }
  100% {
    translate: 0 0;
    scale: -1 1; /* 左端・左向き */
  }
}
@keyframes anim-footer-truck02 {
  0% {
    translate: 0 0;
  }
  5% {
    translate: 0 -2px;
  }
  10% {
    translate: 0 0;
  }
  15% {
    translate: 0 -2px;
  }
  20%, 100% {
    translate: 0 0;
  }
}
footer {
  background-color: #c8f0f7;
  padding: 13em 0 5em;
  font-size: 15px;
}

.logo_foot {
  max-width: 250px;
}

footer ul {
  column-count: 2;
  padding: 0;
  column-gap: 0;
}

footer ul li {
  font-size: 14px;
  list-style-type: none;
  margin-bottom: 20px;
}

footer ul li a {
  transition: all 0.5s;
  color: #004d66;
}

footer .flex_box {
  justify-content: flex-start;
  gap: 20px;
}

footer .flex_box img {
  width: 90px;
}

footer .flex_box img:nth-child(2) {
  width: 80px;
}

footer .row .col-lg-4:last-child {
  margin-top: -10px;
}

.copy {
  padding: 2em 0;
  font-size: small;
  background-color: #c8f0f7;
}

/* page-top */
#page-top {
  position: fixed;
  z-index: 50;
  bottom: 0;
  right: 0;
}

#page-top a {
  text-decoration: none;
  background: #004d66;
  color: #fff;
  padding: 14px 12px 11px;
  text-align: center;
  display: block;
}

#page-top a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
  background: #333;
}

.arrow-top {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}

/* ------------------------------------
// wp
------------------------------------ */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: none;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

.alignleft {
  float: none;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.alignwide {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.wp-block-image.alignfull img {
  max-width: calc(125% + 150px);
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.attachment-post-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit:cover;"; /*IE対策*/
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
}

.wp-caption, .wp-caption-text, .gallery-caption {
  font-size: small;
  max-width: 100%;
  height: auto;
  margin-top: 0 !important;
}

.sticky article.card .card-block {
  background: #f0ffc8;
}

.bypostauthor {
  font-weight: bold;
}

.form-allowed-tags {
  font-size: small;
}

.searchform > div {
  text-align: center;
}

.searchform input[type=text] {
  width: calc(100% - 6rem);
  float: left;
}

.searchform input[type=submit] {
  width: 5rem;
  float: none;
  clear: both;
}

#cse-search-box input[name=q] {
  width: 74%;
}

/*pagination*/
.pagination {
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.pagination a {
  margin: 0 0.5rem 0.5rem 0;
  text-decoration: none;
  color: #004d66;
  display: block;
}

.pagination a:hover {
  color: #0070c9;
  opacity: 1;
}

.prev_left img {
  padding-right: 15px;
}

.next_right img {
  padding-left: 15px;
}

.pagination p {
  line-height: 1.5;
}

.pagination div p:first-child {
  margin-bottom: 10px;
}

/* page-numbers */
.page-numbers {
  clear: both;
  text-align: center;
  color: #333;
  padding-left: 0;
  list-style: none;
  margin-bottom: 6%;
}

.page-numbers a {
  margin: 0 2px;
  text-decoration: none;
}

.page-numbers li {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #333;
  background: #333;
  color: #fff;
}

.page-numbers a li {
  background: #fff;
  color: #333;
}

.page-numbers li:hover {
  background: #333;
  color: #fff;
}

.navigation .page-numbers li {
  background: none;
  border: none;
}

.navigation .page-numbers li a {
  background: #fff;
  padding: 0.5em 8px;
  margin: 0 2px;
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
}

span.current {
  background: #004d66;
  padding: 0.5em 8px;
  margin: 0 2px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #004d66;
}

/* tag */
.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.2rem;
}

/* article.card */
article.card {
  margin-bottom: 1.5em;
  border: 0 none;
  border-radius: 0;
  background-color: transparent;
}

article.card .card-block {
  padding: 0;
}

article.card .card-title {
  font-size: 14.5px;
  font-weight: initial;
  overflow: hidden;
  line-height: 1.5em;
}

article.card .post_cat {
  margin: 0;
}

article.card .post-categories {
  margin-bottom: 0;
}

article.card .post-categories a {
  color: #fff;
  font-size: 11px;
  padding: 0 0.5em;
}

article.card .post-categories li {
  padding: 0;
}

article.card a {
  color: #004d66;
}

article.card a:hover {
  text-decoration: none;
}

article.card .post_links {
  cursor: pointer;
  display: block;
}

article.card .post_links_none {
  display: block;
  background-color: #fafafa;
}

article.card .post_thumb {
  width: 100%;
  height: 130px;
  object-fit: cover;
  font-family: "object-fit:cover;"; /*IE対策*/
  display: block;
  float: left;
}

article.card .post_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* form & button */
.form-control {
  border: 1px solid #333;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
  margin: 0;
  padding: 0.2rem 0.5rem;
  font-family: inherit;
  line-height: inherit;
  border: 1px solid #004d66;
  border-radius: 2px;
  background-color: #fff;
  font-size: 1em;
}

input[type=search] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
}

input[type=text], input[type=email], textarea {
  width: 100%;
  border: 1px solid #004d66;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html[type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

.searchform {
  position: relative;
  margin-bottom: 2em;
}

.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  padding: 0 1.5em !important;
  height: 100%;
}

[type=submit] {
  background-color: #004d66;
  color: #fff;
  border: 1px solid #004d66;
  padding: 0.5em 2em;
  cursor: pointer;
  transition: all 0.3s;
}

[type=submit]:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.form-submit {
  margin-top: 1em;
}

.baguetteBox-button#close-button {
  outline: none;
}

::placeholder {
  color: #ccc;
}

/* コメント */
.comment-reply-title {
  margin-top: 1.5em !important;
  font-size: 20px;
}

.comment-notes {
  font-size: 14px;
  margin-bottom: 0.5em;
}

.comment-body {
  margin-bottom: 1.5em;
}

.comment-form-comment, .comment-form-author {
  margin-bottom: 0.5em;
}

cite.fn {
  font-style: normal;
}

.avatar {
  border-radius: 50%;
}

.reply {
  margin-top: 0.5em;
}

.comment-reply-link {
  color: #fff;
  background-color: #004d66;
  padding: 2px 7px;
}

/* ギャラリー */
.gallery {
  display: flow-root;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.gallery-item {
  box-sizing: border-box;
  margin: 5px 0;
}

.gallery-caption {
  margin: 0;
  text-align: center;
  line-height: 1.5;
}

.gallery br {
  display: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  width: 49%;
}

.gallery-columns-3 .gallery-item {
  width: 32%;
}

.gallery-columns-4 .gallery-item {
  width: 24%;
}

.gallery-columns-5 .gallery-item {
  width: 19%;
}

.gallery-columns-6 .gallery-item {
  width: 15.66%;
}

.gallery-columns-7 .gallery-item {
  width: 13.28%;
}

.gallery-columns-8 .gallery-item {
  width: 11.5%;
}

.gallery-columns-9 .gallery-item {
  width: 10.11%;
}

@media screen and (max-width: 768px) {
  .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
    width: 49%;
    max-width: 49%;
  }
}
/* 折り畳みアーカイブウィジェット */
.widget_archive a.year {
  cursor: pointer;
  text-decoration: underline;
}

.widget_archive .years ul {
  transition: 0.3s ease;
  margin: 0;
  margin-bottom: 1em;
}

#sidebar .widget_archive ul.years li {
  margin-bottom: 0;
}

.widget_archive ul.years .hide {
  display: none;
}

/* ブロックエディター */
.kb-gallery-ul.kb-gallery-type-carousel .kt-blocks-carousel .slick-slider .kb-slide-item, .kb-gallery-ul.kb-gallery-type-slider .kt-blocks-carousel .slick-slider .kb-slide-item, .kb-gallery-ul.kb-gallery-type-thumbslider .kt-blocks-carousel .slick-slider .kb-slide-item {
  padding: 0 !important;
}

/* コード */
.wp-block-code {
  background: black;
  color: #fff;
  border: 5px solid gray;
}

pre {
  margin: 1em 0;
  padding: 1em;
  border-radius: 5px;
  background: #25292f;
  color: #fff;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* ------------------------------------
// contents
------------------------------------ */
.slick-box {
  padding: 0;
  margin: 0;
}

.post_body {
  padding: 0;
  margin-bottom: 5%;
}

.post_body hr {
  clear: both;
  border: none;
  border-top: 1px solid #c8f0f7;
}

.single .post_body * + p {
  margin-top: 1.28rem;
}

/* clear */
.clearfix, .post_body {
  zoom: 1;
}

.clearfix:after, .post_body:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.mainpost {
  clear: both;
}

.detail {
  padding: 8% 0;
}

.ttl_h1 {
  margin-bottom: 0;
  font-size: 2rem;
}

.single h1, .archive .ttl_h1, .search .ttl_h1 {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1.3;
}

.archive .ttl_h1, .search .ttl_h1 {
  margin-bottom: 0.5em;
}

.post_meta {
  margin-bottom: 1rem;
}

.post_time, .post_update, .post_cat {
  font-size: small;
  color: #777;
  margin-right: 0.5em;
}

.cat_info {
  margin-bottom: 1rem;
  color: #777;
}

.cat_info img {
  width: 100%;
}

.ttl {
  font-size: medium;
  font-weight: bold;
  background: #004d66;
  border-radius: 0;
  margin-bottom: 1rem;
  padding: 0.2em 1em;
  color: #fff;
}

.recottl {
  font-size: 20px;
  margin-bottom: 1em;
  font-weight: bold;
}

.main h3 {
  font-size: large;
}

dl.postlist {
  margin: 0;
  line-height: 1.6;
}

dl.postlist dt {
  float: none;
  padding: 0 0.5em 0;
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  margin-top: 1px;
}

dl.postlist dd {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0.5em;
  border-bottom: 1px dotted #aaa;
  text-align: left;
}

dl.postlist dd:last-child {
  margin: 0;
}

dl.postlist dd a {
  color: #004d66;
}

/* ------------------------------------
// widget
------------------------------------ */
.widget_nav_menu li.d-md-block {
  display: block !important;
}

ul.post-categories, .widget ul {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
}

ul.post-categories li {
  display: inline-block;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

ul.post-categories a, ul.tag a {
  display: inline-block;
  padding: 0.2em 0.8em;
  text-align: center;
  border: 1px solid #eee;
  margin: 0 0.3rem 0.5rem 0;
  text-decoration: none;
  font-size: 13px;
  color: #333;
}

ul.post-categories a:hover, ul.tag a:hover {
  background: #eee;
}

.sidebar .widget:first-child .ttl {
  margin-top: 0;
}

.sidebar .widget ul li a {
  padding: 0.5rem 0;
  color: #333;
}

.sidebar .widget ul li ul li a {
  padding: 0 0 0.3rem 0;
}

.sidebar .widget .ttl {
  background: #004d66;
}

.widget {
  margin-bottom: 2rem;
}

.widget a:hover {
  background: #f5f5f5;
}

.widget .ttl {
  font-size: medium;
  border-radius: 0;
  margin-bottom: 0.3rem;
  display: block;
  text-align: center;
  padding: 5px 0;
  color: #fff;
}

.ttl span {
  display: inline-block;
  padding: 0.3em 0;
  border-bottom: 2px solid #663300;
}

.recentcomments {
  line-height: 1.5;
}

.comment-author-link a {
  padding-top: 0 !important;
}

.comment-meta {
  font-size: 14px;
}

.widget ul li {
  display: block;
  padding-left: 0.5rem;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
}

.widget ul li ul {
  border-left: 1px solid #fff;
  margin-left: 1rem;
}

.widget ul li ul li {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0.3rem;
}

.widget ul li ul li:last-child {
  border: none;
}

.widget ul li ul li:last-child a {
  padding-bottom: 0;
}

.widget ul li a {
  padding: 0.2rem;
  display: inline-block;
}

.widget ul li a:hover {
  background: none;
}

.widget_categories ul li a, .widget_archive ul li a {
  display: block;
}

.widget_archive ul li a .post-count,
.widget_categories ul li a .post-count {
  display: block;
  float: right;
  color: #1a4985;
  background-color: #c8f0f7;
  font-size: 0.8em;
  padding: 0 6px;
  margin: 2px 0.2rem 0;
}

.cat-item a:before {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.75em 0.1em 0;
  transform: rotate(-45deg);
  border-right: 1px solid;
  border-bottom: 1px solid;
  content: "";
  transition: margin 0.3s;
}

.cat-item a:hover::before {
  margin-right: 1em;
}

.cat-item a {
  text-decoration: none;
}

/* ------------------------------------
// TOPページ
------------------------------------ */
.firstview {
  background: #c8f0f7;
  position: relative;
  height: auto;
}

.slick-box {
  width: 100%;
  margin: 0;
  height: 100%;
}

.slick-box img {
  width: 100% !important;
  height: auto;
  object-fit: cover;
}

.fv_text {
  position: absolute;
  left: 0;
  top: 40vw;
  bottom: auto;
  font-size: 8vw;
  font-weight: bold;
  line-height: 1.15;
  font-style: italic;
}

.fv_text span {
  background: #c8f0f7;
  padding: 0.1em 0.3em;
  line-height: 1;
  display: inline-block;
}

.fv_iconbox {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 15px;
  padding: 30px 0 20px;
}

.fv_iconbox img {
  width: 90px;
}

.fv_iconbox img:nth-child(2) {
  width: 80px;
  margin-bottom: -5px;
}

.eng {
  font-size: 50px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
}

section .eng_small {
  font-size: 50px;
}

.engH2 {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 5px;
}

.rsi_txt {
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: -0.5em;
  position: relative;
  z-index: 9999;
}

.rsi_txt {
  display: flex;
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
  gap: 0;
  overflow: hidden;
}

.rsi_txt li {
  white-space: nowrap;
  padding: 0 1.7em 0 0;
  margin: 0;
  animation: marquee-left 16s linear infinite;
}

@keyframes marquee-left {
  100% {
    transform: translateX(-100%);
  }
}
#info {
  padding: 14% 0 8%;
}

#info .col-lg-6:first-child {
  margin-bottom: 1em;
}

#info h3 {
  font-size: 27px;
  margin: 0;
  line-height: 1.5;
}

.flex_box {
  display: flex;
  align-items: center;
  gap: 30px;
}

.icon_truck {
  width: 110px;
}

.box01 .eng {
  font-size: 50px;
}

#home_foot_sec .col-lg-6:first-child .eng {
  font-size: 30px;
}

/* ------------------------------------
// 固定ページ
------------------------------------ */
.pageheadwrap {
  background: #004d66;
  color: #fff;
}

.pageheadbox {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.pageheadbox_text {
  width: 100%;
  margin-top: 0.7em;
}

.page .ttl_h1 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0.2em;
}

.page_subtit {
  font-size: 1rem;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
}

.pageheadbox_img {
  margin-right: -5.5%;
  height: 200px;
  width: 110%;
}

/* 会社概要 */
#company_sec01 h3 {
  font-size: 8vw;
  margin: 0 0 15px;
  font-feature-settings: "palt";
}

#company_sec01 h4 {
  font-size: 5vw;
  margin: 0;
}

#company_sec04 img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  object-position: center;
}

/* サービス内容 */
#service_sec01 h3 {
  text-align: center;
}

#service_sec01 p {
  margin: 15px 0 0;
}

#achievement .row {
  gap: 0;
}

#achievement .row p {
  margin: 10px 0 0;
}

/* 車両紹介 */
#vehicle_sec01 .row {
  gap: 0;
}

#vehicle_sec01 h3 {
  font-size: 18px;
  margin: 15px 0 0;
}

#vehicle_sec02 h2 {
  line-height: 1.6;
}

/* お問い合わせページ */
table.contact {
  width: 100%;
  border-top: 1px dotted #333;
}

table.contact th, table.contact td {
  font-weight: normal;
  padding: 15px 20px;
  border-bottom: 1px dotted #333;
}

table.contact th {
  white-space: nowrap;
  background-color: #f1ebda;
}

.hissu {
  background-color: #e38d29;
  color: #fff;
  font-weight: normal;
  padding: 0 5px;
  font-size: 12px;
  margin-left: 10px;
}

/* ------------------------------------
// シングルページ
------------------------------------ */
.single_tit {
  text-align: center;
  font-size: 30px;
  padding: 1em 0 1em;
  font-weight: bold;
  background: #c8f0f7;
}

.single-post .wrapper {
  background: #c8f0f7;
}

.single-post .detail {
  padding: 0 0 5%;
}

.single-post .detail .container {
  background: #fff;
  border-radius: 15px;
  width: 90%;
}

.single-post .detail .container:nth-child(2) {
  background: none;
}

.single-post .detail .container .col-xl-9 {
  margin-top: 6%;
}

.post_cat::before {
  clear: left;
  content: "";
  display: block;
}

.post_cat a {
  background-color: #004d66;
  color: #fff;
  padding: 0 0.5em;
  transition: all 0.5s;
  display: inline-block;
  margin-right: 2px;
}

.post_cat a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.reply-title {
  font-size: 20px;
}

.single .post_body {
  padding: 1rem 0;
}

.single .post_body a {
  text-decoration: underline;
}

.single .post_body a:hover {
  text-decoration: none;
}

.single .post_body a.butt01, .single .post_body a.butt02 {
  text-decoration: none;
}

/* ------------------------------------
// archive
------------------------------------ */
.archive .ttl_h1 {
  text-align: center;
  font-size: 30px;
  padding: 1em 0 1em;
  font-weight: bold;
  background: #c8f0f7;
  line-height: inherit;
}

.archive .wrapper {
  background: #c8f0f7;
}

.archive .detail {
  padding: 0 0 5%;
}

.archive .detail .container {
  background: #fff;
  border-radius: 15px;
  width: 90%;
}

.archive dl.postlist dd {
  padding: 0 0 15px 0.5em;
}

/* ------------------------------------
// wpp
------------------------------------ */
.popular-posts .wpp-thumbnail {
  margin-right: 10px;
  max-width: initial !important;
  float: none;
}

.popular-posts .wpp-list li {
  display: table;
  width: 100%;
}

.popular-posts .wpp-list li a {
  display: table-cell;
  vertical-align: top;
}

.popular-posts .wpp-list li .wpp-post-title {
  width: 100%;
}

.popular-posts .wpp-list li .post-stats, .popular-posts .wpp-list li .wpp-excerpt {
  display: table-cell;
  vertical-align: top;
}

.wpp-no-data {
  text-align: center;
}

/* ------------------------------------
// Media Query
------------------------------------ */
/* sm */
@media print, all and (min-width: 576px) {
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  /* contents */
  .post_body {
    margin-bottom: 3%;
  }
  dl.postlist dt {
    float: left;
    padding: 0 1em 0 0.5em;
  }
  dl.postlist dd {
    padding: 0 0 20px 120px;
    margin: 0 0 20px 0;
  }
  /* page */
  /* サービス紹介 */
  #service_sec01 .row {
    gap: 2em 0;
  }
  #achievement .row {
    gap: 2em 0;
  }
  /* 車両紹介 */
  #vehicle_sec01 .row {
    gap: 2em 0;
  }
  /* archive */
  .archive dl.postlist dd {
    margin: 0 0 15px 0;
    padding: 0 0 15px 140px;
    border-bottom: 1px dotted #aaa;
    text-align: left;
  }
}
/* md */
@media print, all and (min-width: 768px) {
  .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 12px;
    background: none;
    float: none;
    margin-top: 0;
  }
  .page .breadcrumb-item a {
    color: #fff;
  }
  .pagination a {
    margin: 0 0.5rem 2.5rem 0;
  }
  .center-md {
    text-align: center;
  }
  /* wp */
  .alignright {
    float: right;
    margin-left: 1.5em !important;
    margin-bottom: 1em !important;
  }
  .alignleft {
    float: left;
    margin-right: 1.5em !important;
    margin-bottom: 1em !important;
  }
  article.card .post_thumb {
    height: 130px;
  }
  /* pagenation */
  /* top */
  #home_foot_sec .col-lg-6:first-child .eng {
    font-size: 50px;
  }
  /* page */
  .page .ttl_h1 {
    margin-bottom: 0;
  }
  .page_subtit {
    font-size: 6rem;
  }
  #company_sec01 h3 {
    font-size: 5vw;
    margin: 0 0 25px;
  }
  #company_sec01 h4 {
    font-size: 2.2vw;
  }
  .pageheadbox {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
  }
  .pageheadbox_text {
    width: auto;
    margin-top: 0;
  }
  .pageheadbox_img {
    max-width: 68% !important;
    margin-right: -5.5%;
    height: auto;
  }
  .detail {
    padding: 7% 0;
  }
  /* サービス紹介 */
  #service_sec01 .row {
    gap: 4em 0;
  }
  #achievement .row {
    gap: 3em 0;
  }
  /* 車両紹介 */
  #vehicle_sec01 .row {
    gap: 3em 0;
  }
  /* single */
  .single_tit {
    text-align: center;
    font-size: 37px;
    padding: 2em 0 1em;
    font-weight: bold;
    background: #c8f0f7;
  }
  .single-post .detail .container {
    background: #fff;
    border-radius: 25px;
    width: 100%;
  }
  /* archive */
  .archive .ttl_h1 {
    text-align: center;
    font-size: 37px;
    padding: 2em 0 1em;
    font-weight: bold;
    background: #c8f0f7;
    margin: 0;
  }
  .archive .detail .container {
    background: #fff;
    border-radius: 25px;
    width: 100%;
  }
}
/* lg */
@media print, all and (min-width: 992px) {
  .center-lg {
    text-align: center;
  }
  .single h1, .search .ttl_h1 {
    font-size: 1.8rem;
  }
  /* table */
  table.scroll {
    display: table;
  }
  .sp_right {
    position: relative;
    margin: inherit;
  }
  /* footer */
  .l-footer-truck {
    width: 140px;
    height: 60.7px;
    animation: anim-footer-truck01 30s ease-in-out infinite;
  }
  .home #contactBox {
    margin: 12em auto -7em;
  }
  footer ul li {
    font-size: 15px;
    list-style-type: none;
    margin-bottom: 20px;
  }
  footer .flex_box img {
    width: 120px;
  }
  footer .flex_box img:nth-child(2) {
    width: 110px;
  }
  /* top */
  .firstview {
    background: #c8f0f7;
    position: relative;
    height: calc(100vh - 80px);
    padding-bottom: 80px;
  }
  .slick-box {
    width: 90% !important;
    margin: 0 0 0 auto;
    height: 100%;
  }
  .slick-box img {
    width: 100% !important;
    height: calc(100vh - 160px);
    object-fit: cover;
  }
  .fv_iconbox {
    position: absolute;
    right: 5%;
    bottom: 30px;
    display: flex;
    align-items: flex-end;
    gap: 15px;
    padding: 0;
  }
  .engH2 {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 5px;
  }
  .icon_truck {
    width: 150px;
  }
  #info {
    padding: 8% 0;
  }
  #info .col-lg-6:first-child {
    margin-bottom: auto;
  }
  #home_foot_sec .col-lg-6:first-child .eng {
    font-size: 38px;
  }
  #home_foot_sec .col-lg-6 .eng {
    font-size: 38px;
  }
}
/* xl */
@media print, all and (min-width: 1200px) {
  .site-title {
    padding: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 270px;
    height: 29px;
    margin: 25px 0 0 3%;
    float: left;
  }
  .site-title a {
    font-size: 28px;
    line-height: 32px;
    background-image: url(img/logo.svg);
    background-repeat: no-repeat;
    width: 270px;
    height: 29px;
    display: block;
  }
  .butt03 {
    font-size: 16px;
  }
  .butt03:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #004d66;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto;
    transition: all 0.5s;
  }
  .butt03::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 32px;
    transition: all 0.5s;
  }
  .butt03:hover {
    opacity: 1;
    background: #eee;
  }
  .butt03:hover:before {
    right: 10px;
  }
  .butt03:hover:after {
    right: 17px;
  }
  .headline {
    height: 80px;
    margin: 0;
    position: relative;
    z-index: 100;
    background: #c8f0f7;
  }
  /* navi */
  #nav-toggle {
    display: none;
  }
  .nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
    border-radius: 0;
    background-color: transparent;
  }
  .nav li {
    margin: 0 0 0 1.5em;
    border-bottom: none;
    width: auto;
  }
  .nav li:hover {
    text-decoration: none;
  }
  .nav a {
    height: 80px;
    line-height: 80px;
    display: block;
    position: relative;
    color: #004d66;
    font-weight: 500;
    font-size: 15px;
  }
  .nav .dropdown-menu {
    font-size: 100%;
    top: 100%;
    position: absolute;
  }
  .nav > .menu-item-has-children > ul li {
    height: 0;
    position: relative;
  }
  .nav > .menu-item-has-children > ul li a {
    height: 50px;
    line-height: 50px;
  }
  .nav > .menu-item-has-children:hover > ul > li {
    height: 50px;
    overflow: visible;
  }
  .nav > .menu-item-has-children > ul ul {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .nav > .menu-item-has-children > ul ul li {
    height: 0;
  }
  .nav > .menu-item-has-children > ul ul li a {
    height: 50px;
    line-height: 50px;
    padding: 0 1.5rem;
  }
  .nav > .menu-item-has-children > ul li:hover ul li {
    height: 50px;
    overflow: visible;
  }
  .dropdown-menu li a {
    padding: 0 1.5rem;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  .dropdown-menu li:first-child a {
    border-top: 1px solid #eee;
  }
  .sub-menu {
    padding: 0;
    border-top: none !important;
  }
  .nav .sub-menu li .sub-menu li {
    position: absolute;
  }
  #menu-main li:nth-child(8) {
    background: #004d66;
  }
  #menu-main li:nth-child(8) a {
    color: #fff;
    display: block;
    padding: 0 1.5em;
    font-weight: bold;
  }
  /* footer */
  footer .flex_box {
    justify-content: center;
    gap: 20px;
  }
  #contactBox {
    border: 5px solid #c8f0f7;
    padding: 4em;
    background: #fff;
    border-radius: 25px;
    position: relative;
    z-index: 99;
    margin: 4em auto -7em;
    width: 100%;
  }
  #contactBox .butt03 {
    font-size: 20px;
    padding: 1em 3em 1.1em 3em;
    width: 80%;
  }
  /* top */
  .fv_text {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 30px;
    font-size: 100px;
    font-weight: bold;
    line-height: 1.15;
    font-style: italic;
  }
  .fv_iconbox img {
    width: 130px;
  }
  .fv_iconbox img:nth-child(2) {
    width: 120px;
    margin-bottom: -8px;
  }
  section .eng_small {
    font-size: 60px;
  }
  #info h3 {
    font-size: 45px;
    margin: 0;
  }
}
/* Large devices (desktops, less than 1300px) */
@media (min-width: 1300px) {
  .fluid-left {
    flex: 1;
    margin-left: calc((100vw - 1385px) / 2 * -1);
    max-width: 100vw;
  }
  .fluid-right {
    flex: 1;
    margin-right: calc((100vw - 1385px) / 2 * -1);
    max-width: 100vw;
  }
  /* 1385はcontainerの幅1400pxから15px(スクロールバーの幅)を引いた値 */
  /* TOP */
  .eng {
    font-size: 90px;
  }
}
@media (min-width: 1370px) {
  .site-title {
    margin: 25px 0 0 5%;
  }
  .nav li {
    margin: 0 0 0 2em;
  }
  .nav a {
    font-size: inherit;
  }
  #menu-main li:nth-child(8) a {
    padding: 0 2.5em;
  }
  /* TOP */
  .fv_text {
    left: 3%;
  }
  #home_foot_sec .col-lg-6:first-child .eng {
    font-size: 50px;
  }
  #home_foot_sec .col-lg-6 .eng {
    font-size: 50px;
  }
}
/* スマホのみ適用 */
@media (max-width: 575px) {
  table.mobile {
    border-bottom: 1px solid #83cae1;
  }
  .mobile th, .mobile td {
    display: block;
    width: 100%;
    padding: 1em;
    border-bottom: none;
  }
  .mobile th {
    background-color: #e1f9fd;
  }
}
/* ------------------------------------
// プリント用
------------------------------------ */
@media print {
  body, .alignfull {
    width: 1280px;
  }
}
/* ------------------------------------
// 管理画面
------------------------------------ */
body.mce-content-body.wp-autoresize {
  padding: 20px !important;
}

.editor-post-title__block .editor-post-title__input {
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Helvetica, Sans-Serif;
  word-break: break-word !important;
}

html .mce-content-body a {
  text-decoration: underline;
}

.block-editor-block-list__layout .wp-block {
  max-width: 800px;
}

.wp-block[data-align=full] {
  max-width: none !important;
}

table.fixed {
  table-layout: auto;
}

.fixed .column-categories {
  width: 10%;
}

.fixed .column-tags {
  width: 17%;
}

.fixed .column-date {
  width: 15%;
}