@charset "UTF-8";
@import url(all.css);
/*========================
    default
========================*/
html {
  font-size: 62.5%;
  scroll-padding-top: 10rem;
}

a[href^="tel:"] {
  pointer-events: none;
}

.pc-none {
  display: none !important;
}

.wrapper {
  min-width: 1280px;
  max-width: 1920px;
  margin-inline: auto;
}

.container {
  max-width: 1920px;
}

.com-inbox {
  width: 1080px;
}

/*ロゴのホバー処理*/
.logo a {
  transition: all 0.3s;
}
.logo a:hover {
  opacity: 0.5;
}

section {
  padding-block: 10rem;
}

/*パンくずリスト*/
.breadcrumb {
  background-color: var(--color-font);
  padding-block: 1rem;
}
.breadcrumb__list {
  width: 1280px;
  margin-inline: auto;
  display: flex;
  justify-content: flex-start;
  gap: 0.25em;
  font-weight: 500;
  font-size: var(--font-size-xs);
  color: var(--color-white);
}
.breadcrumb__item {
  display: flex;
}
.breadcrumb__item::after {
  content: "｜";
  margin-left: 0.25em;
  pointer-events: none;
}
.breadcrumb__item:last-child::after {
  display: none;
}
.breadcrumb__item a {
  transition: all 0.3s;
}
.breadcrumb__item a:hover {
  opacity: 0.5;
}

/*共通ボタン*/
.com-btn--black {
  transition: all 0.5s;
}
.com-btn--black:hover {
  background-color: color-mix(in srgb, var(--color-font) 80%, var(--color-white));
  transform: translate(1rem, 1rem);
  box-shadow: 0 0 0 var(--color-white);
}
.com-btn--mail {
  transition: all 0.5s;
}
.com-btn--mail:hover {
  background-color: color-mix(in srgb, var(--color-red) 80%, var(--color-black));
  transform: translate(1rem, 1rem);
  box-shadow: 0 0 0 var(--color-white);
}
.com-btn--arw {
  transition: all 0.3s;
}
.com-btn--arw:hover {
  opacity: 0.5;
}

/*テキストリンク*/
.com-textlink:hover {
  opacity: 0.5;
}

/*追従ボタン*/
.follow_btn a {
  transition: all 0.3s;
}
.follow_btn a:hover {
  background-color: color-mix(in srgb, var(--color-font) 80%, var(--color-white));
}

/*ページネーション*/
.pagenation li:not(.current):hover {
  opacity: 0.5;
}

/*==============================
    ヘッダー
==============================*/
.header__inner {
  padding-right: 32rem;
}
.header .gnav__list {
  display: flex;
  gap: 1em;
  height: 11rem;
}
.header .gnav__item {
  position: relative;
  height: 100%;
}
.header .gnav__item a {
  display: flex;
  height: 100%;
  align-items: center;
  transition: all 0.3s;
}
.header .gnav__item a:hover {
  opacity: 0.5;
}
.header .gnav__item.current::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--color-red);
}
.header .util__list {
  position: absolute;
  top: 0;
  right: 0;
  width: 28rem;
}
.header .util--mail {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-red);
  height: 6rem;
  gap: 1.4rem;
  font-weight: 900;
  transition: all 0.3s;
}
.header .util--mail:hover {
  background-color: color-mix(in srgb, var(--color-red) 80%, var(--color-black));
}
.header .util--mail::before {
  content: "";
  display: block;
  width: 2.2rem;
  aspect-ratio: 22/16;
  background: url(../img/common/icon_mail.png) top left/contain no-repeat;
}
.header .util--tel {
  background-color: var(--color-black);
  width: 100%;
  padding-block: 2rem 2.1rem;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  width: 100%;
}
.mv__link {
  transition: all 0.3s;
}
.mv__link:hover {
  background-color: color-mix(in srgb, var(--color-deepgray) 60%, var(--color-white));
}
.mv__container {
  height: clamp(420px, 32.81vw, 630px);
}
.mv-catch {
  top: clamp(93px, 7.29vw, 140px);
  left: calc(50% + clamp(50px, 3.91vw, 75px));
  gap: clamp(25px, 1.98vw, 38px);
}
.mv-catch .main {
  gap: 3rem;
  font-size: clamp(43px, 3.33vw, 64px);
}
.mv-catch .main small {
  font-size: clamp(19px, 1.46vw, 28px);
}
.mv-catch .main small span {
  font-size: clamp(16px, 1.25vw, 24px);
}
.mv-catch .sub {
  font-size: clamp(12px, 0.94vw, 18px);
  padding: clamp(6px, 0.47vw, 9px) clamp(7px, 0.52vw, 10px) clamp(8px, 0.63vw, 12px) clamp(7px, 0.52vw, 10px);
}
.mv .com-btn {
  transition: all 0.5s;
}
.mv .com-btn:hover {
  background-color: color-mix(in srgb, var(--color-red) 80%, var(--color-black));
  transform: translate(1.2rem, 1.2rem);
  box-shadow: 0 0 0 var(--color-font);
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  height: 30rem;
}
.sv::before {
  top: 0;
  left: 0;
  aspect-ratio: 395/300;
  height: 100%;
  background: url(../img/sv/deco_sv_l.png) top left/contain no-repeat;
}
.sv::after {
  top: 0;
  right: 0;
  aspect-ratio: 282/299;
  height: 100%;
  background: url(../img/sv/deco_sv_r.png) top right/contain no-repeat;
}

/*==============================
    TOP
==============================*/
/*軽配送で、荷主様の「届けたい」を叶える*/
.top-about .com-inbox .movie {
  margin-right: -10rem;
}
.top-about__text {
  flex-shrink: 0;
}

/*PRESTOの強み*/
.top-feature__title:has(small) {
  padding-block: 1.2rem 0.8rem;
}
.top-feature__title small {
  line-height: 1.8;
}

/*配送事例*/
.top-case {
  overflow: hidden;
}

/*お知らせ*/
.top-news .com-title01 .en {
  color: var(--color-red);
}
.top-news .com-title01 .en::before {
  display: none;
}

/*==============================
    配送事例
==============================*/
.com-case__item {
  transition: all 0.3s;
}
.com-case__item:hover {
  opacity: 0.7;
  transform: translateY(-1rem);
}

/*==============================
    お知らせ一覧
==============================*/
/*お知らせ共通部分*/
.com-news__item a {
  transition: all 0.3s;
}
.com-news__item a:hover {
  opacity: 0.5;
}
.com-news__list {
  min-height: 26rem;
}

/*タグリスト(PC)
-----------------------------*/
.tag-select {
  text-align: right;
  margin-bottom: 50px;
}
.tag-select__box {
  margin-inline: auto 0;
}
.tag-select__box::after {
  right: 18px;
}
.tag-select__dropdown {
  line-height: 1;
  min-width: 240px;
  padding: 12px 48px 12px 12px;
  background-color: var(--color-white);
  margin-inline: auto 0;
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail .com-title03 {
  padding: 10px 20px;
  font-size: 26px;
}
.news-detail__box {
  padding: 40px 40px 60px 40px;
}

.paginated__link:hover {
  opacity: 0.5;
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-bottom: 100px;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table th {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
  padding-inline: 25px;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
  width: 300px;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-bottom: 100px;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
　プライバシーポリシー
==============================*/
.privacy {
  padding-bottom: 100px;
  line-height: 1.733;
}
.privacy__box {
  margin-bottom: 50px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

/*==============================
    サイトマップ
==============================*/
.site {
  padding-bottom: 100px;
}
.site .com-inbox {
  width: 700px;
}
.site__list {
  display: flex;
  flex-direction: column;
}
.site__item {
  height: 75px;
}
.site__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: all 0.3s;
}
.site__item a::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1;
  transform: rotate(-45deg);
}
.site__item a:hover {
  opacity: 0.5;
}
.site__item a:hover::after {
  transform: rotate(-45deg) translate(5px, 5px);
  transition: all 0.3s;
}

/*==============================
    お問い合わせ共通部分
==============================*/
.contact-section .com-inbox {
  width: clamp(854px, 66.667vw, 1280px);
}
.contact-section__box {
  width: clamp(1000px, 78.125vw, 1500px);
}
.contact-section .com-btn {
  width: clamp(350px, 26.042vw, 500px);
}
.contact-section .tel-box .com-tel {
  font-size: clamp(43px, 3.33vw, 64px);
}
.contact-section .tel-box .com-tel::before {
  width: clamp(32px, 2.5vw, 48px);
}

/*==============================
    フッター
==============================*/
.footer__inner {
  width: 1080px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-nav__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1em 4rem;
  height: 15.3rem;
}
.footer-nav__item {
  line-height: 1;
}
.footer-nav__item a {
  transition: all 0.3s;
}
.footer-nav__item a:hover {
  opacity: 0.5;
}
.footer small .com-inbox {
  justify-content: flex-start;
}
.footer__btn {
  transition: all 0.3s;
}
.footer__btn:hover {
  opacity: 0.5;
}
.footer .ig {
  transition: all 0.3s;
}
.footer .ig:hover {
  opacity: 0.5;
}
.footer .current {
  font-weight: 900;
}