@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  font-size: clamp(8px, 2.2222222222vw, 10px);
  scroll-padding-top: 8rem;
}

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

.com-table:not(.com-table--noblock) table,
.com-table:not(.com-table--noblock) table tbody,
.com-table:not(.com-table--noblock) table th,
.com-table:not(.com-table--noblock) table tr,
.com-table:not(.com-table--noblock) table td {
  display: block !important;
  width: 100% !important;
}

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 8rem;
}
#header .header__logo img {
  height: 4.2rem;
  aspect-ratio: 160/42;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-top: 6rem;
  background-position: 32% top;
}
#footer .footer__logo {
  text-align: center;
  margin-bottom: 4rem;
}
#footer .footer__logo img {
  height: 5.4rem;
  aspect-ratio: 202/54;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 4rem;
}
#footer .footer__other {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  row-gap: 2rem;
  padding-inline: 5%;
}
#footer .footer__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  width: 100%;
  padding-top: 1rem;
}
#footer .footer__btn {
  width: 100%;
  max-width: 32rem;
  height: 6rem;
}
#footer .footer__btn.com-mail {
  background: var(--color-text);
}
#footer .footer__btn.com-mail:hover {
  background: color-mix(in srgb, var(--color-white) 12%, var(--color-text));
}
#footer .footer__add {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 1em;
  font-size: var(--font-size-sm);
  line-height: 1.42858;
}
#footer .footer__add dt {
  flex-basis: 100%;
}
#footer .footer__add dt::after {
  content: "｜";
}
#footer .footer__add-ttl {
  text-align: center;
  font-size: var(--font-size-lg);
  margin-bottom: 2rem;
}
#footer .footer__add-wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  width: 100%;
  padding-top: 2rem;
}
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--color-gray);
  padding-block: 1px;
}
.footer-nav__item {
  background: var(--color-bg);
}
.footer-nav__item:first-of-type:nth-last-of-type(2n + 1) {
  grid-column: span 2;
}
.footer-nav__link {
  line-height: 2;
  padding: 1em 2.5vw;
}

/*コピーライト
-----------------------------*/
.copy {
  padding-block: calc(2.5rem - 0.5em);
}
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 5rem;
  right: 0;
  bottom: 0;
}

/*サイドボタン
-----------------------------*/
#side {
  left: 1rem;
  bottom: 1rem;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  justify-content: flex-end;
  align-items: flex-start;
  height: 60rem;
  padding-bottom: 8rem;
}
.visual__main::after {
  width: 64%;
  max-width: 30rem;
  aspect-ratio: 6/11;
  max-height: 88%;
  right: 2.5vw;
}
.visual__catch--main {
  align-items: flex-start;
  row-gap: clamp(24px, 1.875vw, 36px);
}
.visual__catch--main .main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.8rem 2.4rem;
  filter: drop-shadow(2px 1px 0 rgba(205, 58, 61, 0.32)) drop-shadow(0 0 1rem #000) drop-shadow(0 0 2rem #000) drop-shadow(0 0 4rem rgba(0, 0, 0, 0.6));
  padding-inline: 2.5vw;
}
.visual__catch--main .main img {
  height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.visual__catch--main .sub {
  font-size: min(var(--font-size-lg), 4vw);
  line-height: 1.33334;
  letter-spacing: var(--letter-spacing-base);
  background: linear-gradient(to right, var(--color-red) 80%, transparent 100%);
  padding: 0.5rem 2em 0.5rem 5vw;
  word-break: keep-all;
}
.visual__catch--main .sub .b {
  font-size: calc(1em + 0.4rem);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 20rem;
}
.visual__catch--sub {
  font-size: min(var(--font-size-h2), 6.667vw);
  filter: drop-shadow(2px 1px 0 rgba(205, 58, 61, 0.32)) drop-shadow(0 0 1rem #000) drop-shadow(0 0 2rem #000) drop-shadow(0 0 4rem rgba(0, 0, 0, 0.6));
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: calc(2rem - 0.5em);
}
.breadcrumb__list {
  width: 90%;
}
.breadcrumb + .section {
  padding-top: 10rem;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 8rem;
}
.section:has(+ .section:not(.section--bg):not(.com-contact)) {
  padding-bottom: 5rem;
}

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tel {
  row-gap: 1rem;
}
.com-tel__num {
  font-size: var(--font-size-h3);
}
.com-tel__num::before {
  font-size: var(--font-size-lg);
}
.com-tel .com-replace {
  font-size: var(--font-size-sm);
}

/* 営業時間/定休日
-----------------------------*/
.com-info {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  font-size: calc(var(--font-size-base) - 1px);
  line-height: 1.6;
  margin-block: calc((1em - 1lh) / 2);
}

/*ボタン
-----------------------------*/
.com-btn {
  margin-inline: auto;
}

.com-mail {
  width: 20rem;
  height: 7rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.com-mail::before {
  width: 2rem;
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.875;
}
.com-table tr th,
.com-table tr td {
  padding: 1em 0.25em;
}
.com-table--noblock tr:first-of-type th,
.com-table--noblock tr:first-of-type td {
  padding-top: 0;
}
.com-table--noblock tr:last-of-type {
  border-bottom: none;
}
.com-table--noblock tr th {
  width: 8em;
}
.com-table:not(.com-table--noblock) tr:first-of-type {
  border-top: solid 1px var(--color-gray);
}
.com-table:not(.com-table--noblock) tr th {
  font-weight: 700;
  background: var(--color-bg);
  border-bottom: solid 1px var(--color-gray);
}
.com-table:not(.com-table--noblock) tr th,
.com-table:not(.com-table--noblock) tr td {
  padding-inline: 1em;
  border-inline: solid 1px var(--color-gray);
}

/*テキストボックス
-----------------------------*/
.com-text br:not(.pc-none) {
  display: none;
}

/*お知らせ
-----------------------------*/
.com-post__link {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.com-post__image {
  width: 12rem;
}
.com-post__inner {
  line-height: calc(1em + 1rem);
  gap: 1em 0;
}
.com-post__date, .com-post__tag {
  font-size: var(--font-size-sm);
}
.com-post__heading > span {
  -webkit-line-clamp: 2;
  max-height: 2lh;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  font-size: min(var(--font-size-h3), 7.5vw);
  margin-bottom: 5rem;
  text-shadow: 0 0 1.6rem #1f1f1f, 1px 1px var(--color-red);
}
.com-title01 .min {
  font-size: calc(1em - 0.6rem);
}
.com-title01::before {
  width: calc(100% + 10rem);
  max-width: 98vw;
  height: 6rem;
  background-size: auto 5rem;
}

/*中タイトル
-----------------------------*/
.com-title02 .b {
  font-size: calc(1em + 0.4rem);
  line-height: 1;
}

/*小タイトル
-----------------------------*/
.com-title03--center {
  padding: 2rem 1.5rem;
}

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding: 6rem 0 0;
}
.com-contact::before {
  width: 100%;
  height: calc(100% - 15rem);
  top: 6rem;
  opacity: 0.56;
}
.com-contact::after {
  width: 100%;
  max-width: 45rem;
  height: 25rem;
  background-position: center top;
  background-size: 95% auto;
  margin-inline: auto;
  position: relative;
}
.com-contact__inner {
  padding: 6rem 0 3rem;
}
.com-contact__title {
  margin-bottom: 3rem;
}
.com-contact__title .min {
  font-size: 1em;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
.com-contact__tel {
  width: 29rem;
}
.com-contact__btn {
  width: 100%;
  height: 7rem;
  margin-top: 1rem;
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*「稼げるドライバー」になりたい。
だから、ここに決めた。
-----------------------------*/
.top-about {
  padding-bottom: 0;
}
.top-about::after {
  width: 120%;
  aspect-ratio: 52/34;
  margin: 4rem -10% 0;
}
.top-about__title {
  row-gap: 1.5rem;
  align-items: flex-end;
  margin-right: 0;
  white-space: nowrap;
}
.top-about__title .b {
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: -0.1em;
  margin-left: -0.5em;
}
.top-about__title .small {
  font-size: calc(1em - 0.8rem);
}

/*私たちの仕事
-----------------------------*/
.top-works {
  padding-block: 6rem !important;
}
.top-works::before {
  width: 100%;
  height: 100%;
}
.top-works__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 40rem;
  aspect-ratio: 1;
  box-shadow: 0 0 0 0.3rem var(--color-white) inset;
  padding: 3rem 2rem 1rem;
}
.top-works__title {
  margin-bottom: 3rem;
}
.top-works__text {
  line-height: 2.2353;
}
.top-works__btn {
  width: 30rem;
  height: 6rem;
  margin-top: 3rem;
}

/*求人について
-----------------------------*/
.top-job__title {
  height: 12rem;
  margin-bottom: 0;
}
.top-job__title > span {
  text-shadow: 0 0 1.6rem #1f1f1f;
}
.top-job__link {
  height: 16rem;
}
.top-job__link::after {
  width: 90%;
  max-width: 45rem;
}
.top-job__link--earner::after {
  background: url(../img/index/img_job-earner.png) no-repeat left center/cover;
}
.top-job__link--rookie::after {
  background: url(../img/index/img_job-rookie.png) no-repeat right center/cover;
}
.top-job__link--recruit::after {
  background: url(../img/index/img_job-recruit.png) no-repeat left center/cover;
}
.top-job__txt {
  font-size: var(--font-size-h4);
  line-height: calc(1em + 1rem);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.top-job__txt::before {
  width: 2rem;
}

/*お知らせ
-----------------------------*/
.top-news__list,
.top-news .com-empty {
  padding: 2.5rem 5vw;
  background: #f2f2f2;
  margin-inline: -5vw;
}
.top-news .com-empty {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-news__item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.top-news__btn {
  width: 32rem;
  height: 6rem;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin-top: 3rem;
}
.top-news__btn::before {
  width: 2rem;
}

/*===============================================
  私たちの仕事
===============================================*/
/* 共通
-----------------------------*/
.works__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.works__image {
  margin-bottom: 3rem;
}
.works__item {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 2rem;
}
.works__item::before {
  width: 1.6rem;
}

/*事業内容
-----------------------------*/
.works-about__area {
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  margin-top: 4rem;
}
.works-about__area dt {
  width: 12rem;
  font-size: var(--font-size-lg);
}
.works-about__area dd {
  line-height: 1.875;
  letter-spacing: 0;
  padding-block: 0.5rem;
}
.works-about__area dd .min {
  font-size: var(--font-size-sm);
  line-height: 1.42858;
}

/*輸送品目
-----------------------------*/
/*配送方法
-----------------------------*/
.works-method__item {
  padding: 3rem 2.4rem;
  margin-bottom: 3rem;
}
.works-method__item:last-of-type {
  margin-bottom: 0;
}
.works-method__heading {
  margin-bottom: 2.4rem;
}
.works-method__body {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

/*===============================================
  高収入を目指したい方
===============================================*/
/*リアルな収入例
-----------------------------*/
.earner-example__item {
  display: grid;
  grid-template: 1fr auto/40% 1fr;
  align-items: flex-end;
  row-gap: 2rem;
  margin-bottom: 5rem;
}
.earner-example__item:last-of-type {
  margin-bottom: 0;
}
.earner-example__image {
  grid-row: span 2;
  margin-right: -4vw;
  align-self: flex-start;
}
.earner-example__image img {
  width: 100%;
  aspect-ratio: 4/5;
  max-height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.earner-example__heading {
  font-size: var(--font-size-h6);
  gap: 0.4rem 1rem;
  padding: 1.25rem 1.2rem;
  clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 100%, 1rem 100%);
}
.earner-example__heading .min {
  font-size: var(--font-size-base);
}
.earner-example__body {
  font-size: min(var(--font-size-lg), 4vw);
  word-break: keep-all;
}
.earner-example__body p {
  padding-left: calc(1em + var(--letter-spacing-base));
}
.earner-example__memo {
  padding: 2rem 1.5rem;
  margin-top: 5rem;
}

/*株式会社丸章で稼げる理由
-----------------------------*/
.earner-reason__item {
  margin-bottom: 8rem;
}
.earner-reason__item::before {
  width: 10rem;
  text-align: center;
  font-size: var(--font-size-h6);
  line-height: 1.5;
  margin: 0 auto 1.5rem;
}
.earner-reason__heading {
  align-items: center;
  text-align: center;
  row-gap: 0.8rem;
  margin-bottom: 3rem;
}
.earner-reason__heading .b {
  line-height: 1.42858;
}
.earner-reason__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.earner-reason__image {
  margin-bottom: 3rem;
}

/*先輩の声
-----------------------------*/
.earner-voice {
  padding-top: 10rem;
  background-size: 78rem;
}
.earner-voice__item {
  padding: 3rem 2.4rem;
  margin-bottom: 4rem;
}
.earner-voice__heading {
  padding-bottom: 2.5rem;
  margin-bottom: 3rem;
}

/*===============================================
  未経験スタートの方
===============================================*/
/*未経験からでも稼げるドライバーへ 
-----------------------------*/
.rookie-about__title {
  font-size: clamp(21px, 6vw, var(--font-size-h3));
  row-gap: 2rem;
  padding-top: 2rem;
  margin-right: 0;
  margin-bottom: clamp(80px, 270px - 25vw, 190px);
}
.rookie-about__title > span:has(.small) {
  margin-left: -2em;
}
.rookie-about__title .small {
  font-size: calc(1em - 0.8rem);
}
.rookie-about__title .b {
  font-size: 1.40625em;
  line-height: 1.19048;
  letter-spacing: -0.1em;
  margin-inline-end: 0.1em;
}
.rookie-about__image {
  width: 125vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: clamp(0px, 190px - 25vw, 100px);
}
.rookie-about__image img {
  width: 50%;
  min-width: 32rem;
}
.rookie-about__text {
  background: rgba(17, 17, 17, 0.6);
  padding: 3rem 2.4rem;
  margin-block: 0;
  position: relative;
}

/*独り立ちまでのステップ
-----------------------------*/
.rookie-step__item {
  margin-bottom: 12rem;
}
.rookie-step__item::after {
  height: 4rem;
  top: calc(100% + 4rem);
}
.rookie-step__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.rookie-step__heading {
  font-size: var(--font-size-h5);
  row-gap: 1.2rem;
  padding: 1.5rem 1rem 1.5rem 2rem;
  background: url(../img/rookie/bg_step-ttl.png) no-repeat center/100% 100%;
  margin-bottom: 2.4rem;
}
.rookie-step__heading .min {
  font-size: var(--font-size-lg);
}

/*安全対策・事故防止の取り組み
-----------------------------*/
.rookie-safety__item {
  display: grid;
  grid-template-columns: 6rem 1fr;
  align-items: flex-start;
  gap: 2.4rem 1.5rem;
  padding: 2rem;
  margin-bottom: 3rem;
}
.rookie-safety__item:last-of-type {
  margin-bottom: 0;
}
.rookie-safety__item::before {
  height: 100%;
}
.rookie-safety__heading {
  font-size: min(var(--font-size-h5), 5vw);
  align-self: center;
  word-break: keep-all;
}
.rookie-safety__body {
  grid-column: span 2;
}

/*===============================================
  募集要項
===============================================*/
/*募集要項
-----------------------------*/
.recruit__box {
  margin-bottom: 8rem;
}
.recruit__title {
  margin-bottom: 3rem;
}
/*===============================================
  会社情報
===============================================*/
/*会社概要
-----------------------------*/
.company-info__table + .company-info__box {
  padding-top: 8rem;
}
.company-info__table td .com-replace {
  font-size: var(--font-size-sm);
}
.company-info__box {
  padding-top: 6rem;
}
.company-info__heading {
  margin-bottom: 2rem;
}
.company-info__map {
  height: 32rem;
}

/*車両紹介
-----------------------------*/
.company-car__item {
  margin-bottom: 6rem;
}
.company-car__item:last-of-type {
  margin-bottom: 0;
}
.company-car__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-car__image {
  margin-bottom: 2rem;
}
.company-car__table {
  margin-top: 2rem;
}
.company-car__table tr:last-of-type {
  border-bottom: solid 1px var(--color-gray);
}
.company-car__table tr th,
.company-car__table tr td {
  padding-block: 1em !important;
}
.company-car__table tr td {
  padding-inline: 1em;
}

/*沿革
-----------------------------*/
/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
.news-detail__heading {
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__bnr {
  padding: 4rem 2.4rem 3rem;
  margin-bottom: 6rem;
}
.contact-form__label {
  margin-bottom: 3rem;
}
.contact-form__btn {
  width: 32rem;
  height: 6rem;
}
.contact-form__box {
  margin-bottom: 6rem;
}
.contact-form__box:last-of-type {
  margin-bottom: 0;
}
.contact-form__heading {
  margin-bottom: 2.4rem;
}
.contact-form__tels {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1.2rem;
}
.contact-form__link {
  width: 32rem;
  row-gap: 2rem;
  padding: 2rem 1rem 1rem;
  margin: 2.5rem auto 0;
}
.contact-form__link img {
  height: 2.4rem;
  aspect-ratio: 10/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-form__link > span {
  font-size: var(--font-size-base);
  line-height: 1.5625;
}
.contact-form__inner {
  width: 100vw;
  padding: 2rem 5vw 4rem;
  margin: 4rem -5vw 0;
}
.contact-form__table {
  margin: 0 0 3rem;
}
.contact-form__table tr th {
  background: var(--color-gray) !important;
}
.contact-form .contact-submits-wrap > * {
  margin: 0 auto 2rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 3.2rem 2.4rem;
}
.privacy-policy__heading {
  margin-bottom: 2.4rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__item {
  margin-bottom: 1.2rem;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  padding: 1em;
}

/*===============================================
  404エラー
===============================================*/