@charset "UTF-8";
/*
    Template: swell
    Theme Name: 運送デザイン
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: TSUBACHA
    Author URI: tsubacha.com
*/

/* ----------------------------------
親テーマデフォルトスタイル打ち消し設定
---------------------------------- */
.c-listMenu a {
  border-bottom: none;
}

.c-listMenu a:before {
  display: none;
}

footer .c-listMenu a {
  padding: 0;
  margin-bottom: 20px;
}

footer .c-listMenu a:hover {
  padding-left: 0;
  padding-right: 0;
  background-color: inherit;
}

.note {
  color: initial;
}

.l-footer__foot,
.l-footer__widgetArea {
  padding-left: 15px;
  padding-right: 15px;
}

.c-gnav>.menu-item>a .ttl {
  font-size: 18px;
}

@media screen and (max-width: 959px) {
  .w-footer__box {
    flex-direction: row;
    gap: 20px;
  }
}

@media not all and (min-width: 960px) {
  .p-fixBtnWrap {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 960px) {
  .w-footer__box {
    flex-direction: column;
  }

  .w-footer {
    max-width: 1280px !important;
  }

  .l-fixHeader__logo {
    padding: 10px 0;
  }

  .-series .l-header__inner {
    justify-content: space-between;
    margin-right: 306px;
    height: 95px;
  }
}

/* ----------------------------------
親テーマ
・スマホメニュー非表示
・スマホメニューはウィジェット + リンクリストで作成

https://blog-mi.com/swell-sp-menu/ 
---------------------------------- */
/* メニューアイコン（デフォルト時） */
.-menuBtn .c-iconBtn__icon {
  width: 24px;
  height: 2px;
  background-color: #333;
  display: grid;
  place-items: center;
  transition: transform .3s;
  font-weight: 700;

  &::before,
  &::after {
    grid-area: 1 / 1;
    content: '';
    display: block;
    inset: 0;
    width: 24px;
    height: 2px;
    background-color: #333;
    transition: transform .3s;
  }

  &::before {
    transform: translateY(-8px);
  }

  &::after {
    transform: translateY(8px);
  }
}

/* メニューアイコン（オープン時） */
[data-spmenu=opened] {

  .-menuBtn .c-iconBtn__icon::before {
    transform: rotate(45deg);
  }

  .-menuBtn .c-iconBtn__icon {
    background-color: transparent;
  }

  .-menuBtn .c-iconBtn__icon::after {
    transform: rotate(-45deg);
  }
}

/* ボタンラベル */
.l-header__menuBtn .c-iconBtn::after,
.p-spMenu__closeBtn .c-iconBtn::after {
  font-size: 10px;
  line-height: 10px;
  transform: translateY(12px);
}

/* メニュー */
.p-spMenu__inner {
  width: 100%;
  height: 100%;
  transform: translateX(0) !important;
  opacity: 0;
  transition: opacity .3s ease-out !important;
}

/* メニュー（オープン時） */
[data-spmenu="opened"] .p-spMenu__inner {
  opacity: 1;
}

/* 背景色をぼかす */
.p-spMenu__inner::before {
  background: rgb(255 255 255 / .8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

/* メニューをフェードイン */
.p-spMenu__body {
  opacity: 0;
  /* transform: translateY(20px); */
}

[data-spmenu="opened"] .p-spMenu__body {
  opacity: 1;
  /* transform: translateY(0);
	transition: opacity 1s ease-in, transform .7s ease-out; */
}

/* 既存のメニューを削除 */
.c-widget__title.-spmenu,
.p-spMenu__nav {
  display: none;
}

/* リンクリストメニュー余白 */
.p-spMenu__body .swell-block-linkList {
  gap: 2em;
}

.swell-block-linkList__link {
  font-weight: 700;

}

/* ロゴウィジェット */
.menu-header-logo {
  display: inline-flex;
  position: absolute;
  top: 10px;
  left: 0;
  padding: 0 2vw;
}

/* 既存のブログパーツのpositionを初期化 (メニュー内のロゴを配置するため) */
.p-blogParts.post_content[data-partsid="3914"] {
  position: static;
}

.p-blogParts.post_content[data-partsid="3914"] {
  position: static;
}

/* スマホヘッダーメニューの文字サイズ変更(ブログパーツ) */
.p-blogParts.post_content[data-partsid="3913"] li.swell-block-linkList__item {
  font-size: 18px;
}

/* ----------------------------------
ヘッダー
---------------------------------- */
@media screen and (min-width:960px) {
  .l-header {
    position: fixed;
  }

  .c-gnav a {
    font-weight: 700;
    font-size: 18px;
    color: var(--Light-Text-Body, #001738);
  }

  .c-gnav>li:hover a:hover {
    color: var(--Light-Text-On-Fill, #FFF);
    background: var(--Light-Background-Accent, #146EB8);
  }

  .-series .l-header__logo {
    padding: 6px 0 8px;
  }

  .l-container {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 270px;
  }
}

/* ----------------------------------
フッター
---------------------------------- */
img.image.wp-image-3845 {
  width: 345px;
}

div#media_image-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-footer__foot,
.l-footer__widgetArea {
  padding-bottom: 30px;
  padding-top: 42px;
}

a.c-iconList__link.u-fz-14.hov-flash-up {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

i.c-iconList__icon {
  font-size: 20px;
}

.c-widget+.c-widget {
  margin-top: 26px;
}

.c-listMenu a {
  padding: 15px;
}

.w-footer__box+.w-footer__box {
  margin-top: 0;
}

.w-footer__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1em 0;
}


@media screen and (max-width:959px) {
  .l-footer__foot {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 960px) {
  img.image.wp-image-3845 {
    width: 415px;
  }

  .w-footer__box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .l-footer__widgetArea {
    padding-top: 75px;
    padding-right: 35px;
  }

  .w-footer__box:nth-child(2) {
    align-items: flex-end;
  }
}

/* ----------------------------------
コンテンツ上余白(ヘッダー分)
---------------------------------- */
#content {
  @media screen and (min-width:960px) {
    padding-top: 95px !important;
  }

  @media screen and (max-width:959px) {
    padding-top: 0 !important;
  }
}

/* ----------------------------------
LINECVバーエリア
---------------------------------- */
.line-cv-bar {
  display: none;
}

@media screen and (min-width: 768px) {
  .line-cv-bar {
    display: block;
    z-index: 30;
    position: absolute;
    top: 120px;
    right: 0;
    width: 69px;
    height: 411px;
    overflow: hidden;
  }
}

.line-cv-bar:hover .txt {
  background: #0fc546;
}

.line-cv-bar .txt {
  position: absolute;
  border-radius: 10px 0 0 10px;
  background: #07B53B;
  width: 54px;
  height: 353px;
  box-sizing: border-box;
  right: 0;
  top: 0;
  transition: 0.5s;
}

.line-cv-bar .txt img {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 36px;
}

.line-cv-bar .hand {
  position: absolute;
  bottom: 41px;
  right: -11px;
  width: 93px;
}

/* ----------------------------------
PCヘッダー お問い合わせボタン
---------------------------------- */
.header-cv-btn {
  display: none;

  @media screen and (min-width:1280px) {
    position: absolute;
    right: 30px;
    top: 50%;
    transform:translateY(-50%);
    display: flex;
    width: 210px;
    height: 50px;
    padding: 16px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 60px;
    background: linear-gradient(129deg, #146EB8 31.63%, #80D0C7 122.22%);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.72px;
    transition: .6s;
    z-index: 1;
    font-size: 18px;
  }
}

.header-cv-btn:hover {
  opacity: .8;
}