@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #000000;
  --color-white: #ffffff;
  --color-navy: #213273;
  --color-yellow: #ffd602;
  --color-blue: #30bbed;
  --color-beige: #fffbe5;
  --color-gray: #dddddd;
  /*カレントカラー*/
  --color-current: #30bbed;
  /*テキストリンクカラー*/
  --color-textlink: #30bbed;
  /*必須ボタンカラー*/
  --color-required: #30bbed;
  /*任意ボタンカラー*/
  --color-optional: #30bbed;
  /*ラジオボタンカラー*/
  --color-radio: #30bbed;
  /*チェックボタンカラー*/
  --color-check: #30bbed;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Maru Gothic", sans-serif;
  /*本文*/
  --font-family-body: "Noto Sans JP", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.6rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 1.875; /*fz:16 lh:30*/
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.1em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #000000;
  --color-white: #ffffff;
  --color-navy: #213273;
  --color-yellow: #ffd602;
  --color-blue: #30bbed;
  --color-beige: #fffbe5;
  --color-gray: #dddddd;
  /*カレントカラー*/
  --color-current: #30bbed;
  /*テキストリンクカラー*/
  --color-textlink: #30bbed;
  /*必須ボタンカラー*/
  --color-required: #30bbed;
  /*任意ボタンカラー*/
  --color-optional: #30bbed;
  /*ラジオボタンカラー*/
  --color-radio: #30bbed;
  /*チェックボタンカラー*/
  --color-check: #30bbed;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Maru Gothic", sans-serif;
  /*本文*/
  --font-family-body: "Noto Sans JP", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.6rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 1.875; /*fz:16 lh:30*/
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.1em;
}

/*opacity含めたカラー指定あればここで定義*/
/*========================
    default
========================*/
html {
  font-size: min(2.22vw, 10px);
}

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

.wrapper {
  min-width: 320px;
  line-height: 1.6;
}

.com-inbox {
  width: 90%;
}

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

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

section:not(.mv, .sv, .privacy__box) {
  padding-block: 10rem;
}

.container section:first-of-type:not(.privacy__box)::before {
  width: 30%;
  left: 1.5rem;
  right: unset;
  max-width: 120px;
}

/*==============================
    ヘッダー
==============================*/
.header__inner {
  height: 10rem;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  width: 100%;
  aspect-ratio: 320/490;
}
.mv::before {
  width: clamp(96px, 30vw, 230px);
  top: clamp(248px, 77.5vw, 594px);
  display: block;
  aspect-ratio: 618/391;
}
.mv::after {
  right: clamp(35px, 10.9vw, 84px);
  top: clamp(21px, 6.56vw, 50px);
  width: clamp(32px, 10vw, 75px);
  z-index: 1;
}
.mv__title {
  width: 80%;
  bottom: 0;
  gap: 1.5rem;
  left: 50%;
  transform: translate(-50%);
}
.mv__title::before {
  width: 20%;
  left: 0;
}
.mv__title::after {
  width: 15%;
  left: unset;
  right: -5rem;
}
.mv__title .sub {
  line-height: 1.3;
  text-align: center;
}
.mv__title .main {
  font-size: 2.8rem;
}
.mv__title .line {
  font-size: 2.6rem;
}
.mv__item:first-child {
  top: 0;
  right: unset;
  left: 0;
  width: clamp(191px, 60vw, 457px);
}
.mv__item:nth-child(2) {
  width: clamp(210px, 66vw, 503px);
  bottom: unset;
  top: clamp(110px, 34.375vw, 264px);
  right: 0;
  left: unset;
}
.mv__item:last-child {
  right: unset;
  left: 0;
  top: clamp(227px, 71vw, 544px);
  width: clamp(185px, 58vw, 444px);
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  padding-bottom: 6rem;
  flex-direction: column-reverse;
}
.sv__title {
  padding-block: 2rem 2.5rem;
  padding-inline: 2rem;
  width: 70%;
  gap: 2rem;
}
.sv__title .en {
  font-size: 4rem;
  line-height: 1.1;
  text-align: center;
}
.sv__title .ja {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.3;
}
.sv__title::before {
  width: 23%;
  right: calc(100% - 5rem);
  bottom: calc(100% - 3rem);
  max-width: 60px;
}
.sv__title::after {
  width: 21%;
  max-width: 55px;
}
.sv__container {
  width: 100%;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  text-align: center;
}
.com-title01 .en {
  font-size: 3.5rem;
}
.com-title01 .ja {
  font-size: 2.5rem;
}
.com-title01--left {
  align-items: center;
}
.com-title01--left .en {
  line-height: 1;
}
.com-title01--left .en::before {
  left: calc(100% + 0.7rem);
}

.com-title02 {
  font-size: 2.3rem;
  padding-bottom: 1rem;
}
.com-title02 > span {
  display: block;
}

/*==============================
    共通ボタン
==============================*/
.com-btn {
  width: 100%;
  height: 50px;
  max-width: 320px;
}

.mail-btn {
  width: 100%;
  min-height: 50px;
  padding-block: 0.5rem;
  max-width: 320px;
}

/*==============================
    共通テーブル
==============================*/
.com-table__wrap {
  padding: 4rem 2rem;
}
.com-table tr th,
.com-table tr td {
  font-size: 1.6rem !important;
}

/*==============================
    総合TOP
==============================*/
.entrance-section {
  padding-block: 1rem !important;
}
.entrance-section__item a {
  padding: 8rem 3rem 4rem 3rem;
}
.entrance-section__item:first-child {
  background: url(../img/entrance/ent_official-bg.jpg) top center/cover no-repeat;
}
.entrance-section__item:first-child .entrance-section__title .main::before {
  width: 8rem;
}
.entrance-section__item:nth-child(2) .entrance-section__title .main::before {
  width: 9rem;
}
.entrance-section__item:last-child .entrance-section__title .main::before {
  width: 8.5rem;
}
.entrance-section__title {
  position: relative;
  padding: 3rem 2rem;
}
.entrance-section__title .sub::after {
  flex-shrink: 0;
}

/*==============================
    TOP
==============================*/
/*想いをつなぐ、安心の軽貨物配送サービス*/
.top-about::after {
  opacity: 0.3;
  z-index: -1;
  width: 60%;
  top: unset;
  bottom: 0;
}

/*光急便が選ばれる理由*/
.top-reason::before {
  width: 40%;
  right: unset;
  left: 0;
  max-width: 245px;
}
.top-reason__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-reason__image {
  width: 50%;
  max-width: 185px;
}
.top-reason__title {
  font-size: 2rem;
  line-height: 1.3;
}

/*事業紹介*/
.top-service .com-inbox::after {
  top: 1.5rem;
  width: 15%;
  max-width: 75px;
}
.top-service__item::after {
  content: "";
  aspect-ratio: 840/270;
  width: 100%;
  display: block;
  margin-top: 3rem;
}
.top-service__item:first-child::after {
  background: url(../img/top/service-item-img01.jpg) top left/cover no-repeat;
}
.top-service__item:nth-child(2)::after {
  background: url(../img/top/service-item-img02.jpg) top left/cover no-repeat;
}
.top-service__item:last-child::after {
  background: url(../img/top/service-item-img03.jpg) top left/cover no-repeat;
}

/*軽貨物運送の業務提携パートナーを募集中！*/
.top-partner__box::before {
  width: 100%;
}
.top-partner__list {
  width: 100%;
  padding: 4rem 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.top-partner__item {
  width: 100%;
}
.top-partner__image {
  width: 70%;
  max-width: 150px;
}
.top-partner__title {
  gap: 1rem;
}
.top-partner__title .main {
  font-size: 2rem;
}
.top-partner__title .sub {
  font-size: 1.8rem;
}
.top-partner__title .sub > span {
  font-size: 2.6rem;
}

/*下層リンク*/
.top-link__list {
  flex-direction: column;
}
.top-link__item a {
  padding: 4rem 2rem;
}
.top-link__title {
  padding: 3rem;
  gap: 2rem;
  max-width: 460px;
  margin-inline: auto;
}
.top-link__title::before {
  width: 4rem;
  flex-shrink: 0;
}
.top-link__title::after {
  width: 3rem;
}
.top-link__title > span {
  gap: 1rem;
}
.top-link__title > span .en {
  font-size: 4rem;
}
.top-link__title > span .ja {
  font-size: 2.2rem;
}

/*お知らせ*/
.top-news .com-inbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-news .com-btn {
  margin-top: 5rem;
}

/*==============================
    事業紹介
==============================*/
/*事業内容*/
.service-section::after {
  right: unset;
  left: 1.5rem;
  bottom: -3rem;
  width: 35%;
  max-width: 195px;
}
.service-section__item {
  flex-direction: column;
  align-items: center;
}
.service-section__image {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}
.service-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-section__box p {
  padding-left: 1em;
  text-indent: -1em;
}

/*配送品目*/
.service-items__box::before {
  width: 15%;
  right: -1rem;
  max-width: 55px;
}

/*対応エリア*/
/*保有車両*/
.service-fleet__item {
  flex-direction: column;
}

/*==============================
    協力会社様募集
==============================*/
.partner-section__wrap {
  flex-direction: column;
  align-items: center;
}
.partner-section__text {
  text-align: center;
}
.partner-section__image {
  max-width: 400px;
}

.partner-client__box {
  width: 100%;
  margin-inline: auto;
}

.partner-merit {
  background: var(--color-blue);
}
.partner-merit__list {
  width: 100%;
  padding: 4rem 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.partner-merit__list::before {
  width: 100%;
}
.partner-merit__item {
  width: 100%;
}
.partner-merit__image {
  width: 70%;
  max-width: 150px;
}
.partner-merit__title {
  gap: 1rem;
}
.partner-merit__title .main {
  font-size: 2rem;
}
.partner-merit__title .sub {
  font-size: 1.8rem;
}
.partner-merit__title .sub > span {
  font-size: 2.6rem;
}

.partner-conditions__box {
  width: 100%;
  margin-inline: auto;
}
.partner-conditions__box::before {
  width: 14%;
  bottom: -3.5rem;
  max-width: 55px;
}
.partner-conditions__box::after {
  width: 20%;
  bottom: -3rem;
  max-width: 75px;
}

/*==============================
    よくあるご質問
==============================*/
/*==============================
    会社案内
==============================*/
/*代表挨拶*/
.company-greeting {
  padding-block: 10rem;
}
.company-greeting::after {
  opacity: 0.3;
  width: 70%;
}

/*会社情報*/
/*沿革*/
.company-history {
  padding-bottom: 0 !important;
}
.company-history__list {
  padding: 4rem 2rem;
}
.company-history .map {
  height: 30rem;
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail .com-title0 {
  font-size: clamp(18px, 2.868vw, 22px);
}
.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 {
  padding-block: 60px;
}

.com-news__list {
  display: flex !important;
  flex-direction: column !important;
}

/*タグリスト(SP)
-----------------------------*/
.tag-select {
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
}
.tag-select__box {
  min-width: 125px;
}
.tag-select__box::after {
  right: 12px;
}
.tag-select__dropdown {
  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;
  font-size: 16px;
}
.site__item a::after {
  width: 10px;
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 10rem;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table th {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
  padding-inline: 10px;
  line-height: 1.2;
}
.contact .com-table td {
  padding-inline: 10px;
  padding-top: 0;
}
.contact .required-mark {
  font-size: 1.5rem;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
}
.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 {
  padding-block: 10rem;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy {
  padding-block: 10rem;
}
.privacy__box {
  margin-bottom: 30px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

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

/*==============================
    お問い合わせセクション
==============================*/
.com-contact .com-inbox::after {
  left: unset;
  right: -1rem;
  width: 15%;
  bottom: -4rem;
  max-width: 70px;
}
.com-contact .com-inbox::before {
  width: 25%;
  bottom: -2rem;
}
.com-contact__list {
  flex-direction: column;
}
.com-contact__item {
  padding: 3rem 1.5rem;
}
.com-contact__title {
  padding-bottom: 1.5rem;
  font-size: 2rem;
}

/*==============================
    フッター
==============================*/
.footer__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8rem;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-gray);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-gray);
}
.footer-nav__item {
  border-top: 1px solid var(--color-gray);
  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 small:not(.ent-copy) {
  padding-block: 1.5rem;
  border-top: 1px solid var(--color-gray);
}