@charset "UTF-8";
@import url(all.css);
/*========================
    default
========================*/
html {
  font-size: min(2.22vw, 10px);
  scroll-padding-top: 6rem;
}

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

.wrapper {
  min-width: 320px;
  line-height: 1.6;
  font-size: max(var(--font-size-body), 14px);
}

.container {
  overflow-x: hidden;
}

.com-inbox {
  width: 90%;
}

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

.logo {
  width: 17rem;
}

/*パンくずリスト非表示*/
.breadcrumb {
  display: none;
}

/*共通ボタン*/
.com-btn {
  min-height: 60px;
  width: min(100%, 400px);
  min-width: 230px;
}
.com-btn--black {
  gap: 3rem;
}
.com-btn--black::after {
  min-width: 20px;
}
.com-btn--arw::after {
  min-width: 20px;
}

/*共通テーブル*/
.com-table th {
  width: 35%;
}

/*追従ボタン*/
.follow_btn {
  bottom: 0;
  right: 0;
  width: 100%;
}
.follow_btn a {
  flex-direction: row;
  writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  justify-content: center;
  font-size: var(--font-size-sm);
  gap: 1.5rem;
}

section {
  padding-block: 6rem;
}

/*==============================
    ヘッダー
==============================*/
.header__inner {
  padding: 2rem;
}

/*==============================
    メインビジュアル
==============================*/
.mv__link {
  font-size: var(--font-size-lg);
  height: 10rem;
}
.mv__link::before {
  width: 80%;
  height: auto;
}
.mv__container {
  height: 75rem;
  position: relative;
  background-position: left 30% top;
}
.mv__container .com-btn {
  font-size: var(--font-size-md);
  width: 28rem;
}
.mv__container .com-btn::before {
  width: 3.1rem;
}
.mv__ttl {
  gap: 2rem;
}
.mv-catch {
  padding: 4rem 2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(34, 34, 34, 0.6);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.mv-catch .main {
  gap: 1.5rem;
}
.mv-catch .main small {
  font-size: var(--font-size-sm);
  text-align: center;
}
.mv-catch .main small span {
  font-size: var(--font-size-sm);
}
.mv-catch .main .copy {
  font-size: 3.8rem;
  text-align: center;
}
.mv-catch .sub {
  line-height: var(--line-height-smd);
  width: 90%;
  margin-inline: auto;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  gap: 1.5rem;
  margin-bottom: 4rem;
}
.com-title01 .en {
  font-size: var(--font-size-lg);
}
.com-title01 .ja {
  text-align: center;
  font-size: var(--font-size-2xl);
}

/*==============================
    サブビジュアル
==============================*/
.sv::before, .sv::after {
  display: none;
}
.sv__ttl {
  width: 95%;
  text-align: center;
  font-size: var(--font-size-4xl);
}

.company_sv {
  background-position: top right;
}

.news_sv {
  background-position: top center;
}

.contact_sv {
  background-position: top center;
}

.complete_sv {
  background-position: top right;
}

.privacy_sv {
  background-position: top center;
}

.e404_sv {
  background-position: top 0 right 20%;
}

/*==============================
    TOP
==============================*/
/*軽配送で、荷主様の「届けたい」を叶える*/
.top-about {
  padding-block: 0;
}
.top-about .com-title01 {
  align-items: center;
}
.top-about .com-inbox {
  flex-direction: column;
  overflow: hidden;
}
.top-about .com-inbox::before {
  display: none;
}
.top-about__container {
  padding-block: 6rem;
}
.top-about__container::before {
  display: none;
}
.top-about__container::after {
  height: 101%;
}
.top-about__text {
  margin-bottom: 5rem;
}
.top-about .movie {
  width: 100%;
  aspect-ratio: 16/9;
  box-shadow: none;
  height: unset;
}

/*PRESTOは運送会社様・製造業の皆様の配送に関するお悩みを解決します*/
.top-service {
  padding-block: 6rem;
}
.top-service .com-title01 {
  align-items: center;
}
.top-service .com-title01 .ja {
  letter-spacing: 0;
}
.top-service__list {
  justify-content: center;
}

/*最適な配送プランをご提案いたします*/
.top-suggestion__title {
  line-height: var(--line-height-smd);
  font-size: var(--font-size-2xl);
  text-align: center;
}
.top-suggestion p {
  text-align: center;
}
.top-suggestion__list {
  flex-direction: column;
}
.top-suggestion .tel-box {
  gap: 1.4rem;
}
.top-suggestion .tel-box .com-tel {
  font-size: max(var(--font-size-4xl), 30px);
  gap: 1rem;
}
.top-suggestion .tel-box .com-tel::before {
  width: 4rem;
}

/*PRESTOの強み*/
.top-feature {
  /*all.cssより優先するため!important使用*/
}
.top-feature__item {
  flex-direction: column !important;
  gap: 0;
}
.top-feature__text {
  padding-block: 0 3.3rem !important;
}
.top-feature__text p {
  padding-inline: 2rem !important;
}
.top-feature__title {
  padding-inline: 1.5rem;
  padding-block: 1.5rem;
  line-height: var(--line-height-smd);
  background: var(--color-red) !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  text-align: center;
}
.top-feature__title::before {
  left: 2rem !important;
}
.top-feature__title::after {
  display: none;
}
.top-feature__title small {
  margin-top: 0.8rem;
}

/*配送事例*/
.top-case::before {
  left: 0;
  width: 100%;
}
.top-case .com-inbox {
  flex-direction: column;
  align-items: center;
}
.top-case .com-title01 {
  align-items: center;
  order: 0;
}
.top-case .com-case__list {
  order: 1;
}
.top-case .com-btn {
  order: 2;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 0;
  min-height: 0;
}

/*お知らせ*/
.top-news {
  position: relative;
  padding-block: 6rem 15rem;
}
.top-news .com-inbox {
  flex-direction: column;
}
.top-news .com-title01 {
  flex-direction: column-reverse;
  align-items: center;
}
.top-news .com-title01 .ja {
  font-size: var(--font-size-2xl);
}
.top-news .com-btn {
  position: absolute;
  bottom: -8rem;
  left: 50%;
  transform: translateX(-50%);
  min-width: 0;
  min-height: 0;
}

/*==============================
    PRESTOの軽配送
==============================*/
/*その配送の困った私たちにお任せください*/
.about-message__box {
  flex-direction: column;
  padding: 2rem 2rem 4rem 2rem;
}
.about-message .img-box {
  width: 100%;
  aspect-ratio: 16/9;
}
.about-message .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-message__list {
  flex-direction: column;
}
.about-message .com-btn {
  width: 100%;
}

/*このような課題にお応えします*/
.about-answering__item {
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.about-answering__item::before {
  transform: rotate(90deg);
}
.about-answering__list {
  gap: 5rem;
}
.about-answering--problem, .about-answering--solution {
  width: min(100%, 500px);
}

/*メリット*/
.about-merit {
  padding-block: 6rem;
}
.about-merit__title {
  width: 100%;
  line-height: var(--line-height-smd);
  padding-block: 1.5rem;
}
.about-merit__title::before {
  right: 1rem;
}
.about-merit__title::after {
  display: none;
}
.about-merit__list {
  gap: 5rem;
}
.about-merit__item {
  flex-direction: column;
  padding: 2rem 2rem 4rem 2rem;
}
.about-merit__item .img-box {
  width: 100%;
  aspect-ratio: 16/9;
}
.about-merit__item .img-box img {
  width: 100%;
  height: 100%;
}

/*運べるお荷物*/
.about-carriable {
  padding-block: 6rem;
}
.about-carriable .about-uncarriable {
  width: -moz-fit-content;
  width: fit-content;
}
.about-carriable .about-uncarriable__list {
  padding: 3rem 3rem 3rem 3rem;
  align-items: flex-start;
}
.about-carriable .about-uncarriable__item {
  line-height: var(--line-height-smd);
}
.about-carriable .about-uncarriable__item::before {
  flex-shrink: 0;
}

/*車両紹介*/
.about-fleet {
  padding-block: 6rem;
}
.about-fleet__box {
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.about-fleet__list {
  margin-left: 0;
}

/*==============================
    PRESTOの強み
==============================*/
.feature-section__list {
  gap: 5rem;
}
.feature-section__item {
  flex-direction: column !important;
  padding: 2rem 2rem 4rem 2rem;
  gap: 3.6rem;
}
.feature-section__item .img-box {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.feature-section__item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.feature-section__title {
  font-size: var(--font-size-3xl);
}

/*==============================
    配送事例
==============================*/
.com-case__list {
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
}
.com-case__item {
  width: unset;
}
.com-case__item .img-box {
  width: 80%;
  max-width: 250px;
}

/*==============================
    配送事例詳細
==============================*/
.case-detail__wrap {
  gap: 2rem;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.case-detail__wrap .img-box {
  width: 80%;
  max-width: 250px;
}
.case-detail__box {
  padding: 4rem 2rem;
}
.case-detail__box::before {
  width: 74%;
}
.case-detail__title {
  margin-top: 0;
}

/*==============================
    会社概要
==============================*/
.company-greeting__wrap {
  flex-direction: column;
}
.company-greeting__wrap .img-box {
  width: 100%;
}
.company-greeting__wrap .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-greeting__wrap .img-box figcaption span {
  font-size: max(var(--font-size-sm), 12px);
}
.company-greeting__title {
  line-height: var(--line-height-smd);
}

/*==============================
    お知らせ詳細
==============================*/
.com-news__list {
  width: 100%;
}

.news-detail__box {
  padding: 20px 10px 30px 10px;
}
.news-detail time,
.news-detail .tag {
  font-size: 13px;
}
.news-detail .paginated__list {
  margin-top: 30px;
}
.news-detail__title {
  padding-bottom: 1.5rem;
  font-size: var(--font-size-lg);
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 0;
}

/*タグリスト(SP)
-----------------------------*/
.tag-select {
  margin-left: auto;
  text-align: center;
  margin-bottom: 6rem;
}
.tag-select__box {
  min-width: 125px;
}
.tag-select__box::after {
  right: 12px;
  width: 0.8rem;
}
.tag-select__dropdown {
  width: 100%;
  padding: 0.5em 2.5em 0.5em 0.5em;
}

/*==============================
  サイトマップ
==============================*/
.site {
  padding: 60px 0;
}
.site__list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.site__item {
  height: 60px;
}
.site__item a {
  padding-left: 10px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  font-size: 16px;
  justify-content: space-between;
}
.site__item a::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1;
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 60px;
}
.contact .com-inbox {
  width: 100%;
}
.contact .com-table {
  margin-bottom: 30px;
  width: 90%;
  margin-inline: auto;
}
.contact .com-table th {
  width: 100%;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
  padding-inline: 10px;
}
.contact .com-table textarea {
  line-height: var(--line-height-smd);
}
.contact .com-btn {
  width: 90%;
  margin-inline: auto;
  margin-top: 50px;
  font-size: var(--font-size-md);
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=text],
.contact input[type=email],
.contact input[type=url] {
  padding: 7px;
}
.contact .upload-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .upload-item-wrap .thumb {
  width: clamp(184px, 57.37vw, 440px);
  height: clamp(184px, 57.37vw, 440px);
  margin: 0px;
}
.contact .upload-item-wrap .ancion-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(15px, 4.56vw, 35px);
  gap: clamp(8px, 2.61vw, 20px);
  margin-inline: auto;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 5rem;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy .com-title01 .ja {
  font-size: 24px;
  text-align: center;
}
.privacy .com-title02 {
  font-size: 19px;
  padding-bottom: 5px;
}
.privacy__box {
  margin-bottom: 30px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

/*==============================
    NOT FOUND
==============================*/
.e404 {
  padding-block: 6rem;
}
.e404__text {
  width: 90%;
  margin: 0 auto;
}
.e404__text p,
.e404__text a {
  font-size: 15px;
  text-align: center;
}

/*==============================
    お問い合わせ共通部分
==============================*/
.contact-section__box {
  padding-block: 6rem;
}
.contact-section__title {
  font-size: var(--font-size-2xl);
  line-height: var(--line-height-smd);
  padding-bottom: 1.8rem;
  margin-bottom: 2rem;
}
.contact-section__list {
  flex-direction: column;
  gap: 5rem;
  margin-top: 3rem;
  padding-block: 5rem;
}
.contact-section .tel-box {
  gap: 1.4rem;
}
.contact-section .tel-box .com-tel {
  font-size: max(var(--font-size-4xl), 30px);
  gap: 1rem;
}
.contact-section .tel-box .com-tel::before {
  width: 4rem;
}
.contact-section .tel-box p {
  margin-bottom: 0.6rem;
  font-size: var(--font-size-body);
}

/*==============================
    フッター
==============================*/
.footer .logo {
  width: 22rem;
}
.footer-link__wrap {
  margin-bottom: 0;
}
.footer-l__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
}
.footer__inner {
  padding-block: 6rem 0;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-white);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-white);
}
.footer-nav__item {
  border-top: 1px solid var(--color-white);
  width: 50%;
  height: 60px;
  text-align: center;
}
.footer-nav__item:first-child:nth-last-child(odd) {
  width: 100%;
}
.footer-nav__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.footer address p {
  text-align: center;
}
.footer small {
  padding-block: 1.3rem 8rem;
}