@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
:root {
  --border-radius-2xs: 2px;
  --border-radius-xs: 4px;
  --border-radius-sm: 6px;
  --border-radius-md: 8px;
  --border-radius-lg: 12px;
  --border-radius-xl: 16px;
  --border-radius-2xl: 20px;
  --border-radius-3xl: 24px;
  --border-radius-4xl: 32px;
  --border-width-base: 1px;
}
:root {
  --color-gray-200: #f7f8fc;
  --color-gray-300: #e5e7f0;
  --color-gray-350: #f1f4ff;
  --color-gray-400: #cecece;
  --color-gray-600: #878787;
  --color-gray-800: #090b34;
  --color-orange-200: #ffb200;
  --color-orange-600: #ff8400;
  --color-green-200: #77d24f;
  --color-green-600: #24b744;
  --color-blue-200: #5abcff;
  --color-blue-600: #008cff;
  --color-navy-200: #ccd0df;
  --color-navy-300: #b6bddb;
  --color-navy-600: #737c8d;
  --color-navy-800: #343a56;
  --color-black: #000;
  --color-white: #fff;
  --color-text: var(--color-gray-800);
  --color-primary-orange: #f64d17;
  --color-primary-orange-hover: #d93e01;
  --color-primary-orange-light-hover: #ffeae3;
  --color-primary-green: #00bd97;
  --color-primary-green-hover: #00aa88;
  --color-primary-blue: #008cff;
  --color-primary-blue-hover: #0380e8;
  --color-primary-green-light-hover: #dff4f0;
  --color-dispatch-600: var(--color-orange-600);
  --color-dispatch-200: var(--color-orange-200);
  --color-regular-employee-600: var(--color-green-600);
  --color-regular-employee-200: var(--color-green-200);
  --color-freelance-600: var(--color-blue-600);
  --color-freelance-200: var(--color-blue-200);
  --color-background: var(--color-gray-200);
  --color-background-hover: var(--color-gray-350);
  --color-input-background: var(--color-gray-300);
  --color-menu-200: var(--color-navy-200);
  --color-menu-300: var(--color-navy-300);
  --color-menu-600: var(--color-navy-600);
  --color-menu-800: var(--color-navy-800);
}
:root {
  --font-family-jp: 'Noto Sans JP', sans-serif;
  --font-family-en: 'Roboto', sans-serif;
  --font-size-2xs: 0.625rem;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-md: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 2.25rem;
  --font-size-4xl: 2.625rem;
  --font-size-base-sp: var(--font-size-sm);
  --font-size-base-pc: var(--font-size-md);
  --font-weight-bold: 700;
  --font-weight-normal: 400;
  --font-line-height-sm: 1;
  --font-line-height-md: 1.3;
  --font-line-height-lg: 1.35;
  --font-line-height-xl: 1.45;
  --font-line-height-2xl: 1.6;
  --font-line-height-3xl: 1.8;
}
:root {
  --opacity-base: 0.6;
  --opacity-hover-item: 0.7;
}
:root {
  --size-icon-sm: 8px;
  --size-icon-md: 16px;
  --size-icon-lg: 20px;
  --size-icon-xl: 24px;
}
:root {
  --space-2xs: 2px;
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 12px;
  --space-lg: 16px;
  --space-xl: 20px;
  --space-2xl: 24px;
  --space-3xl: 32px;
  --space-4xl: 36px;
  --space-5xl: 40px;
  --space-6xl: 48px;
  --space-7xl: 56px;
  --space-8xl: 64px;
  --space-9xl: 72px;
  --space-10xl: 80px;
  --space-11xl: 88px;
  --space-12xl: 96px;
  --space-13xl: 104px;
  --space-14xl: 112px;
}
:root {
  --transition-quickly: 0.05s ease;
  --transition-slowly: 0.2s ease;
  --transition-mobile: 0.4s ease;
  --transition-button: 800ms ease-in-out;
  --transition-fade-content: 1s ease;
  --transition-delay: 0.2s;
}
:root {
  --z-index-base: 1;
  --z-index-masked: 100;
  --z-index-sticky: 300;
  --z-index-top-bar: 500;
  --z-index-overlay: 600;
  --z-index-toast: 900;
  --z-index-modal: 1000;
}
.l-breadcrumb__list {
  display: flex;
  gap: var(--space-xs);
  align-items: center;
  padding-left: 0;
  margin-block: 0;
}
.l-breadcrumb__item {
  display: flex;
  gap: var(--space-xs);
  align-items: center;
  list-style: none;
}
.l-breadcrumb__text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-normal);
  color: var(--color-text);
}
.l-breadcrumb__link {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-normal);
  color: var(--color-text);
  text-decoration: none;
}
.l-breadcrumb__icon {
  width: 12px;
  height: 12px;
}
.l-footer {
  padding-block: var(--space-6xl);
  font-family: var(--font-family-jp);
  background-color: var(--color-gray-800);
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
  align-items: stretch;
}
.l-footer__main {
  display: flex;
  flex-direction: column;
  gap: var(--space-3xl);
  align-items: stretch;
  padding-bottom: var(--space-2xl);
}
.l-footer__aside {
  display: flex;
  flex-direction: column;
  gap: var(--space-3xl);
  align-items: stretch;
}
.l-footer__aside-info {
  display: flex;
  flex-direction: column;
  gap: var(--space-4xl);
  align-items: stretch;
}
.l-footer__logo-link {
  display: block;
  transition: opacity var(--transition-slowly);
}
.l-footer__logo-image {
  width: 180px;
  height: auto;
}
.l-footer__sns-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}
.l-footer__sns-link {
  display: flex;
  gap: var(--space-xs);
  align-items: center;
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-sm);
  color: var(--color-menu-200) !important;
}
.l-footer__sns-link-icon {
  line-height: 0;
  color: var(--color-white);
}
.l-footer__navigation-list {
  display: flex;
  gap: var(--space-2xl);
  align-items: center;
}
.l-footer__navigation-link {
  display: flex;
  gap: var(--space-xs);
  align-items: center;
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-sm);
  color: var(--color-white) !important;
}
.l-footer__certified-logo-list {
  display: flex;
  gap: var(--space-lg);
}
.l-footer__certified-logo-item {
  width: 80px;
}
.l-footer__certified-logo-link {
  display: block;
  padding: var(--space-sm);
  background-color: var(--color-white);
  border-radius: var(--border-radius-sm);
  transition: opacity var(--transition-slowly);
}
.l-footer__certified-logo-image {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}
.l-footer__pc-sitemap {
  display: none;
}
.l-footer__sub {
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
  align-items: stretch;
}
.l-footer__sub-navigation-list {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--space-2xl);
}
.l-footer__sub-navigation-link {
  display: block;
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-sm);
  color: var(--color-white) !important;
}
.l-footer__copyright-text {
  display: block;
  font-size: var(--font-size-2xs);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-xl);
  color: var(--color-white);
}
.l-footer__copyright-text:first-child::after {
  display: inline;
}
.l-header {
  display: none;
}
.l-header__logo {
  margin-top: 0;
}
.l-sp-header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-sm) var(--space-lg);
}
.l-sp-header__logo {
  margin-top: 0;
}
.l-sp-header__logo-link {
  display: block;
}
.l-sp-header__logo-image {
  width: auto;
  height: 48px;
}
.l-sp-header__buttons {
  display: flex;
  gap: var(--space-lg);
  align-items: center;
}
.l-sp-header__search-button,
.l-sp-header__menu-button,
.l-sp-header__close-button {
  display: block;
  line-height: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
.l-sp-header__search-button:focus-visible,
.l-sp-header__menu-button:focus-visible,
.l-sp-header__close-button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.l-sp-header__search-button,
.l-sp-header__menu-button {
  width: 24px;
  height: 24px;
  color: var(--color-text);
}
.l-sp-header__close-button {
  width: 32px;
  height: 32px;
  color: var(--color-white);
}
.l-sp-header__nav {
  position: fixed;
  inset: 0;
  z-index: var(--z-index-overlay);
  padding: var(--space-xl) var(--space-xl) var(--space-3xl);
  overflow-y: auto;
  visibility: hidden;
  background-image: linear-gradient(45deg, transparent 50%, var(--color-text) 50%);
  background-position: 0;
  background-size: 400%;
  transition: background-position var(--transition-mobile);
}
.l-sp-header__nav[aria-hidden='false'] {
  background-position: 100%;
}
.l-sp-header__nav-inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-3xl);
  align-items: stretch;
  opacity: 0;
}
[aria-hidden='false'] .l-sp-header__nav-inner {
  opacity: 1;
  transition: opacity var(--transition-mobile) var(--transition-delay);
}
.l-sp-header__nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-sp-header__nav-logo-image {
  width: 129px;
  height: auto;
}
.l-sp-header__cv-button-list {
  display: flex;
  gap: var(--space-sm);
}
.l-sp-header__cv-button-item {
  flex: 1;
}
.l-sp-header__cv-button-link {
  display: flex;
  gap: var(--space-xs);
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: var(--space-sm) var(--space-sm);
  color: var(--color-white) !important;
  border-radius: var(--border-radius-md);
}
.l-sp-header__cv-button-link--search {
  background-color: var(--color-primary-orange);
}
.l-sp-header__cv-button-link--register {
  background-color: var(--color-primary-green);
}
.l-sp-header__cv-button-link--contact {
  background-color: var(--color-primary-orange);
}
.l-sp-header__cv-button-link--download {
  background-color: var(--color-primary-blue);
}
.l-sp-header__cv-button-link-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.l-sp-header__cv-button-link-text {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
}
.l-main {
  font-family: var(--font-family-jp);
}
.l-aside {
  font-family: var(--font-family-jp);
  background-color: var(--color-background);
}
.l-aside__inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-8xl);
  align-items: stretch;
  padding-block: var(--space-5xl);
}
.l-aside__section {
  display: flex;
  flex-direction: column;
  gap: var(--space-3xl);
}
.l-aside__section-header {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}
.l-aside__title {
  padding-top: 0;
  margin-top: 0;
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0;
  border-top: none;
}
.l-aside__title::after {
  display: none;
}
.l-aside__link-wrap {
  display: flex;
  justify-content: flex-end;
}
.l-aside-creator__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--space-3xl);
}
.l-aside-creator__list-link {
  transition: opacity var(--transition-slowly);
}
.l-aside-creator__item {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}
.l-aside-creator__item-image-wrap {
  overflow: clip;
  border-radius: var(--border-radius-md);
}
.l-aside-creator__item-image {
  aspect-ratio: 276/200;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-aside-creator__item-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}
.l-aside-creator__item-title {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  color: var(--color-text);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.l-aside-creator__item-date {
  font-family: var(--font-family-en);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-md);
  color: var(--color-text);
  text-align: right;
}
.l-aside-creator__item-text {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-xl);
  color: var(--color-text);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.l-aside-recommend__list {
  margin-inline: calc(var(--space-xl) * -1);
}
.l-aside-recommend__list-item {
  margin-inline: 10px;
}
.l-aside-recommend__list-link {
  transition: opacity var(--transition-slowly);
}
.l-aside-service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-sm);
}
.l-aside-service__list-link {
  display: block;
  transition: opacity var(--transition-slowly);
}
.l-sub-menu {
  display: none;
}
.l-sub-menu__list-link[aria-current='page'] {
  color: var(--color-primary-orange) !important;
}
.l-offer-section__title {
  display: flex;
  gap: var(--space-lg);
  align-items: center;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: var(--space-2xl);
  letter-spacing: 0;
  border-top: none;
}
.l-offer-section__title::after {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  flex-grow: 1;
  width: auto !important;
  height: 1px !important;
  content: '';
  background-color: rgba(3, 4, 102, 0.25) !important;
}
.l-offer-section__title-inner {
  display: flex;
  align-items: center;
}
.l-offer-section__title-main {
  font-family: var(--font-family-jp);
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  color: var(--color-text);
}
.l-offer-section__title-sub {
  font-family: var(--font-family-jp);
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-sm);
  color: var(--color-text);
}
.l-offer-section__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-5xl);
  align-items: stretch;
}
.l-offer-section__item {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  padding: var(--space-lg);
  background-color: var(--color-background);
  background-image: linear-gradient(135deg, var(--color-background-hover) 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  border-radius: var(--border-radius-md);
  transition: background-position var(--transition-button);
}
.l-offer-section__item-info {
  display: flex;
  flex-direction: row;
  gap: var(--space-xs) var(--space-sm);
  align-items: center;
}
.l-offer-section__item-date {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-md);
  color: var(--color-text);
}
.l-offer-section__item-title {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  color: var(--color-text);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.l-offer-section__section {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  align-items: stretch;
}
.l-offer-section__section-header {
  display: flex;
  gap: var(--space-xl);
  align-items: center;
  justify-content: space-between;
}
.l-offer-section__section-header-title {
  display: flex;
  gap: var(--space-xs);
  align-items: center;
}
.l-offer-section__section-header-title-icon {
  display: block;
  width: var(--size-icon-xl);
  height: auto;
}
.l-offer-section__section-header-title-text {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-sm);
  color: var(--color-dispatch-600);
}
.l-offer-section__section-header-title-text--dispatch {
  color: var(--color-dispatch-600);
}
.l-offer-section__section-header-title-text--regular-employee {
  color: var(--color-regular-employee-600);
}
.l-offer-section__section-header-title-text--freelance {
  color: var(--color-freelance-600);
}
.l-offer-section__list {
  display: flex;
  gap: var(--space-lg);
}
.l-offer-section__list-item {
  flex: 1;
}
.l-offer-section__list-link {
  display: block;
}
.l-offer-section__footer {
  margin-top: var(--space-lg);
}
.l-point-section {
  display: flex;
  flex-direction: column;
  gap: var(--space-5xl);
  align-items: stretch;
}
.l-point-section__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-5xl);
}
.l-point-section__item {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  align-items: stretch;
}
.l-point-section__item-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  align-items: stretch;
}
.l-point-section__item-title {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  align-items: center;
  letter-spacing: normal;
}
.l-point-section__item-title-number {
  height: 32px;
}
.l-point-section__item-title-number--dispatch {
  color: var(--color-dispatch-600);
}
.l-point-section__item-title-number--regular-employee {
  color: var(--color-regular-employee-600);
}
.l-point-section__item-title-number--freelance {
  color: var(--color-freelance-600);
}
.l-point-section__item-title-icon-image {
  width: auto;
  height: 32px;
}
.l-point-section__item-title-text {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  text-align: center;
}
.l-point-section__item-title-sub-text {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-sm);
  text-align: center;
}
.l-point-section__item-text {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-2xl);
}
.l-point-section__item-link {
  display: flex;
  justify-content: flex-end;
}
.l-point-section__footer {
  display: flex;
  flex-direction: column;
  gap: var(--space-5xl);
  align-items: stretch;
}
.l-point-section__link-wrap {
  display: flex;
  justify-content: center;
}
.l-point-section__link {
  display: flex;
  gap: var(--space-xs);
  align-items: center;
  font-size: var(--font-size-sm);
  color: var(--color-text) !important;
  text-decoration: underline !important;
}
.l-point-section__link-icon {
  width: 16px;
  line-height: 0;
}
.l-contents-section {
  padding: var(--space-2xl) var(--space-xl);
  border: var(--border-width-base) solid #ccc;
  border-radius: var(--border-radius-3xl);
}
.l-contents-section__header {
  margin-bottom: var(--space-2xl);
}
.l-contents-section__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
  align-items: stretch;
}
.l-contents-section__about {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  align-items: stretch;
}
.l-contents-section__about-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  align-items: stretch;
}
.l-contents-section__title {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-2xl);
  color: var(--color-text);
  letter-spacing: normal;
}
.l-contents-section__text {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-2xl);
  color: var(--color-text);
}
.l-contents-section__link {
  display: flex;
  justify-content: flex-end;
}
.l-contents-section__list {
  display: flex;
  flex-direction: column;
  gap: var(--space-3xl);
  align-items: stretch;
}
.l-contents-section__item {
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
  align-items: stretch;
}
.l-contents-section__item-title {
  display: flex;
  gap: var(--space-xs);
  align-items: center;
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  color: var(--color-text);
  letter-spacing: normal;
}
.l-contents-section__item-title-icon {
  line-height: 0;
}
.l-contents-section__link-list {
  display: grid;
  gap: var(--space-lg);
  align-items: stretch;
}
.l-contents-section__link-list-link {
  display: flex;
  gap: var(--space-xs);
  align-items: center;
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-md);
  color: var(--color-text) !important;
  transition: color var(--transition-slowly);
}
.l-contents-section__footer {
  margin-top: var(--space-3xl);
}
.l-example-section__header {
  margin-bottom: var(--space-5xl);
}
.l-example-section__list {
  display: flex;
  flex-direction: column;
  gap: var(--space-6xl);
}
.l-example-section__item {
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
  align-items: stretch;
  padding: var(--space-2xl) var(--space-xl);
  background-color: var(--color-background);
  border-radius: var(--border-radius-xl);
}
.l-example-section__item-header {
  display: flex;
  gap: var(--space-5xl);
}
.l-example-section__item-header-thumb--pc {
  display: none;
}
.l-example-section__item-header-detail {
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
  align-items: stretch;
}
.l-example-section__title {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  align-items: stretch;
  letter-spacing: normal;
}
.l-example-section__title-case {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  align-items: stretch;
}
.l-example-section__title-case-number {
  width: auto;
  height: 32px;
}
.l-example-section__title-case-number--dispatch {
  color: var(--color-dispatch-600);
}
.l-example-section__title-case-number--regular-employee {
  color: var(--color-regular-employee-600);
}
.l-example-section__title-case-number--freelance {
  color: var(--color-freelance-600);
}
.l-example-section__title-case-name {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  color: var(--color-text);
}
.l-example-section__title-text {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  color: var(--color-text);
}
.l-example-section__item-header-data {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  align-items: stretch;
}
.l-example-section__item-data-title {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  color: var(--color-gray-600);
}
.l-example-section__item-data-text {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-2xl);
  color: var(--color-text);
}
.l-example-section__item-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
  align-items: stretch;
}
.l-example-section__item-point {
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
  align-items: stretch;
  padding: var(--space-2xl) var(--space-lg);
  background-color: var(--color-white);
  border-radius: var(--border-radius-md);
}
.l-example-section__item-point-title {
  display: flex;
  gap: var(--space-sm);
  align-items: center;
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-sm);
}
.l-example-section__item-point-title--dispatch {
  color: var(--color-dispatch-600);
}
.l-example-section__item-point-title--regular-employee {
  color: var(--color-regular-employee-600);
}
.l-example-section__item-point-title--freelance {
  color: var(--color-freelance-600);
}
.l-example-section__item-point-title-icon-image {
  width: 24px;
  height: auto;
}
.l-example-section__item-points {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.l-example-section__item-points-item {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}
.l-example-section__item-points-item:nth-child(1) {
  padding-bottom: var(--space-lg);
}
.l-example-section__item-points-item:nth-child(2) {
  padding-top: var(--space-lg);
  border-top: var(--border-width-base) solid var(--color-background);
}
.l-example-section__item-points-item-title {
  display: flex;
  gap: var(--space-sm);
  align-items: center;
}
.l-example-section__item-points-item-title-number {
  width: auto;
  height: 24px;
}
.l-example-section__item-points-item-title-number--dispatch {
  color: var(--color-dispatch-600);
}
.l-example-section__item-points-item-title-number--regular-employee {
  color: var(--color-regular-employee-600);
}
.l-example-section__item-points-item-title-number--freelance {
  color: var(--color-freelance-600);
}
.l-example-section__item-points-item-title-text {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  color: var(--color-text);
}
.l-example-section__item-points-item-text {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-xl);
  color: var(--color-text);
}
.l-example-section__item-points-item-link {
  display: flex;
  justify-content: flex-end;
}
.l-example-section__item-icon {
  display: flex;
  justify-content: center;
}
.l-example-section__item-icon-image {
  width: 32px;
  height: auto;
}
.l-example-section__item-icon-image--dispatch {
  color: var(--color-dispatch-600);
}
.l-example-section__item-icon-image--regular-employee {
  color: var(--color-regular-employee-600);
}
.l-example-section__item-icon-image--freelance {
  color: var(--color-freelance-600);
}
.l-example-section__item-current {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  align-items: stretch;
}
.l-example-section__item-current-data {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  align-items: stretch;
}
.l-example-section__item-current-data-item {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  align-items: stretch;
  padding: var(--space-sm);
  background-color: var(--color-white);
  border-radius: var(--border-radius-xs);
}
.l-example-section__item-current-data-title {
  display: flex;
  gap: var(--space-xs);
  align-items: center;
  justify-content: center;
  padding: var(--space-sm);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-sm);
  color: var(--color-white);
  border-radius: var(--border-radius-2xs);
}
.l-example-section__item-current-data-title--dispatch {
  background-color: var(--color-dispatch-600);
}
.l-example-section__item-current-data-title--regular-employee {
  background-color: var(--color-regular-employee-600);
}
.l-example-section__item-current-data-title--freelance {
  background-color: var(--color-freelance-600);
}
.l-example-section__item-current-data-title-icon {
  display: block;
  line-height: 0;
}
.l-example-section__item-current-data-text {
  display: flex;
  justify-content: center;
}
.l-example-section__item-current-data-image {
  width: auto;
}
.l-example-section__item-current-data-image--dispatch {
  height: 64px;
}
.l-example-section__item-current-data-image--regular-employee {
  height: 64px;
}
.l-example-section__item-current-data-image--freelance {
  height: 64px;
}
.l-example-section__item-current-data-image--freelance-compact {
  height: 32px;
}
.l-example-section__item-current-title {
  padding-bottom: var(--space-md);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  color: var(--color-text);
  border-bottom: var(--border-width-base) solid var(--color-gray-400);
}
.l-example-section__item-current-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  align-items: stretch;
}
.l-example-section__item-current-content-text {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-2xl);
  color: var(--color-text);
}
.l-example-section__footer {
  margin-top: var(--space-6xl);
}
.l-sub-page-top-section__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  padding-inline: var(--space-xl);
}
.l-sub-page-top-section__header--dispatch {
  background-image: url('/assets/images/dispatch/background_kv01-sp.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.l-sub-page-top-section__header--regular-employee {
  background-image: url('/assets/images/regular-employee/background_kv01-sp.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.l-sub-page-top-section__header--freelance {
  background-image: url('/assets/images/freelance/background_kv01-sp.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.l-sub-page-top-section__title {
  margin-top: 0;
  font-size: 1.75rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.25;
  color: var(--color-white);
  text-align: left;
  letter-spacing: 2.52px;
}
.l-sub-page-top-section__title--dispatch {
  margin-bottom: var(--space-5xl);
}
.l-sub-page-top-section__title--regular-employee {
  margin-bottom: var(--space-2xl);
}
.l-sub-page-top-section__title--freelance {
  margin-bottom: var(--space-2xl);
}
.l-sub-page-top-section__texts {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  align-items: stretch;
}
.l-sub-page-top-section__text {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-2xl);
  color: var(--color-white);
}
.l-sub-page-top-section__text--pc {
  display: none;
}
.l-sub-page-top-section__sub-text {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
  color: var(--color-white);
}
.l-sub-page-top-section__button {
  margin-top: var(--space-2xl);
}
.l-sub-page-top-section__logos {
  margin-bottom: var(--space-5xl);
}
.l-sub-page-top-section__first-content {
  padding-bottom: var(--space-8xl);
}
.l-sub-page-top-section__offer-wrapper {
  display: flex;
  flex-direction: column;
}
.l-sub-page-top-section__first-content-breadcrumb {
  margin-bottom: var(--space-2xl);
}
.l-sub-page-top-section__offer {
  display: flex;
  flex-direction: column;
  gap: var(--space-5xl);
}
.l-sub-page-top-section__search {
  margin-top: var(--space-5xl);
}
.l-sub-page-top-section__first-content-banner {
  margin-top: var(--space-5xl);
}
.l-sub-page-top-section__second-content {
  padding-block: var(--space-7xl);
  background-color: var(--color-background);
}
.l-sub-page-top-section__third-content {
  padding-block: var(--space-8xl);
}
.l-sub-page-top-section__third-content-inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-8xl);
  align-items: stretch;
}
.c-primary-button {
  display: flex;
  gap: var(--space-sm);
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 10px var(--space-lg);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-sm);
  color: var(--color-white) !important;
  border-radius: var(--border-radius-md);
}
.c-primary-button--search {
  background-color: var(--color-primary-orange);
}
.c-primary-button--register {
  background-color: var(--color-primary-green);
}
.c-secondary-button {
  display: flex;
  gap: var(--space-sm);
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: var(--space-lg);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  background-color: var(--color-white);
  background-position: 100%;
  background-size: 300%;
  border-radius: var(--border-radius-sm);
  transition: background-position var(--transition-button);
}
.c-secondary-button--search {
  color: var(--color-primary-orange) !important;
  background-image: linear-gradient(135deg, var(--color-primary-orange-light-hover) 50%, transparent 50%);
  box-shadow: 0 0 0 1px var(--color-primary-orange) inset;
}
.c-secondary-button--register {
  color: var(--color-primary-green) !important;
  background-image: linear-gradient(135deg, var(--color-primary-green-light-hover) 50%, transparent 50%);
  box-shadow: 0 0 0 1px var(--color-primary-green) inset;
}
.c-secondary-button__icon {
  width: var(--size-icon-lg);
  line-height: 0;
}
.c-contents {
  padding-inline: var(--space-xl);
}
.c-fade-content {
  transition:
    transform var(--transition-fade-content),
    opacity var(--transition-fade-content);
}
.c-fade-content[data-status='hidden'] {
  opacity: 0;
  transform: translateY(40px);
}
.c-fade-content[data-status='visible'] {
  opacity: 1;
  transform: translateY(0);
}
.c-icon {
  line-height: 0;
}
.c-icon__image {
  width: 100%;
  height: auto;
}
.c-sp-sitemap {
  display: flex;
  flex-direction: column;
  gap: var(--space-4xl);
  align-items: stretch;
}
.c-sp-sitemap__list {
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
  align-items: stretch;
}
.c-sp-sitemap__list-item {
  position: relative;
}
.c-sp-sitemap__link {
  display: block;
  padding: var(--space-sm) var(--space-sm) var(--space-lg);
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-sm);
  color: var(--color-white) !important;
  border-bottom: 1px solid #8b8b8b;
}
.c-sp-sitemap__menu-summary {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.c-sp-sitemap__menu-summary::-webkit-details-marker {
  display: none;
}
.c-sp-sitemap__menu-summary-icon {
  padding-block: var(--space-sm) var(--space-lg);
  line-height: 0;
  color: var(--color-primary-orange);
}
.c-sp-sitemap__menu-summary-icon[data-status='hidden'] {
  display: none;
}
.c-sp-sitemap__menu-summary-icon[data-status='visible'] {
  display: block;
}
.c-sp-sitemap__menu-content {
  overflow: hidden;
}
.c-sp-sitemap__menu-content-inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
  align-items: stretch;
  padding-top: var(--space-2xl);
}
.c-sp-sitemap__button {
  display: flex;
  gap: var(--space-xs);
  align-items: center;
  justify-content: space-between;
  padding: var(--space-lg);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  color: var(--color-text) !important;
  background-color: var(--color-menu-200);
  border-radius: var(--border-radius-xs);
}
.c-sp-sitemap__button-icon {
  line-height: 0;
  color: #383b48;
}
.c-sp-sitemap__top-link-wrap {
  margin-block: calc(var(--space-sm) * -1);
}
.c-sp-sitemap__top-link {
  display: block;
  padding-block: var(--space-sm);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  line-height: 1.1;
  color: var(--color-white) !important;
}
.c-sp-sitemap__menu-list-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  align-items: stretch;
}
.c-sp-sitemap__menu-title {
  display: flex;
  gap: var(--space-md);
  align-items: center;
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  color: var(--color-menu-300);
}
.c-sp-sitemap__menu-title::after {
  flex-grow: 1;
  height: 1px;
  content: '';
  background-color: var(--color-menu-800);
}
.c-sp-sitemap__menu-title-inner {
  display: flex;
  gap: var(--space-xs);
  align-items: center;
}
.c-sp-sitemap__menu-detail {
  padding-inline: var(--space-2xl);
}
.c-sp-sitemap__menu-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: calc(var(--space-sm) * -1);
}
.c-sp-sitemap__menu-list-link {
  display: block;
  padding-block: var(--space-sm);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  color: var(--color-white) !important;
}
.c-sp-sitemap__sub-list-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--space-3xl);
  align-items: stretch;
}
.c-sp-sitemap__sub-list {
  margin-block: calc(var(--space-sm) * -1);
}
.c-sp-sitemap__sub-list:not(:last-child) {
  padding-bottom: var(--space-lg);
  border-bottom: 1px solid var(--color-menu-600);
}
.c-sp-sitemap__sub-list-link {
  display: block;
  padding-block: var(--space-sm);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  color: var(--color-white) !important;
}
.c-logo-header {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  align-items: stretch;
}
.c-logo-header__hgroup {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  align-items: center;
}
.c-logo-header__title-sub {
  line-height: 0;
}
.c-logo-header__icon-image {
  width: 80px;
  height: auto;
}
.c-logo-header__title {
  padding-top: 0;
  margin-top: 0;
  font-family: var(--font-family-jp);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-2xl);
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0;
  border-top: none;
}
.c-logo-header__title::after {
  display: none;
}
.c-logo-header__catch {
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  color: var(--color-text);
  text-align: center;
}
.c-logo-header__description {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-2xl);
  color: var(--color-text);
}
.c-banner-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  align-items: stretch;
}
.c-banner-list__link {
  display: block;
  transition: opacity var(--transition-slowly);
}
.c-button-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  justify-content: center;
}
.c-more-link {
  display: flex;
  gap: var(--space-xs);
  align-items: center;
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-sm);
  color: var(--color-text) !important;
  transition: color var(--transition-slowly);
}
.c-more-link__icon {
  line-height: 0;
}
.c-new-label {
  padding: var(--space-2xs) var(--space-sm);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-md);
  color: var(--color-white);
  border-radius: var(--border-radius-2xs);
}
.c-new-label--dispatch {
  background-color: var(--color-dispatch-200);
}
.c-new-label--regular-employee {
  background-color: var(--color-regular-employee-200);
}
.c-new-label--freelance {
  background-color: var(--color-freelance-200);
}
.c-svg-text {
  line-height: 0;
}
.c-svg-text__image {
  width: auto;
  height: 100%;
}
.c-tag {
  display: block;
  padding: var(--space-md);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-sm);
  color: var(--color-text) !important;
  border-radius: var(--border-radius-4xl);
  box-shadow: 0 0 0 1px var(--color-gray-400) inset;
  transition:
    color var(--transition-slowly),
    box-shadow var(--transition-slowly);
}
.c-tag-data {
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
  align-items: stretch;
  padding: var(--space-2xl);
  border: 1px solid var(--color-gray-400);
  border-radius: var(--border-radius-xs);
}
.c-tag-data__title {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  color: var(--color-text);
}
.c-tag-data__list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
  padding-left: 0;
  margin-block: 0;
  list-style: none;
}
.p-index {
  display: flex;
  flex-direction: column;
  gap: var(--space-8xl);
  align-items: stretch;
  padding-bottom: var(--space-5xl);
  font-family: var(--font-family-jp);
}
.p-index__second-content-inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-8xl);
  align-items: stretch;
}
.p-index__about {
  margin-top: 64px;
}
.p-index__more-list-wrap {
  position: relative;
}
.p-index__more-list-wrap-before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, var(--color-white), rgba(255, 255, 255, 0));
  transition: opacity var(--transition-slowly);
}
.p-index__more-list-wrap-before[data-visible='false'] {
  opacity: 0;
}
.p-index__more-list-wrap-before[data-visible='true'] {
  opacity: 1;
}
.p-index__more-list-wrap-after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 100%;
  background: linear-gradient(to left, var(--color-white), rgba(255, 255, 255, 0));
  transition: opacity var(--transition-slowly);
}
.p-index__more-list-wrap-after[data-visible='false'] {
  opacity: 0;
}
.p-index__more-list-wrap-after[data-visible='true'] {
  opacity: 1;
}
.p-index__more-list-wrap-inner {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  overflow-x: auto;
}
.p-index__more-list {
  display: flex;
  flex: 0 0 100%;
  gap: 8px;
  padding-left: 0;
  margin-block: 0;
  white-space: nowrap;
  list-style: none;
}
.p-index__more-item {
  height: 32px;
}
.p-index-hero {
  position: relative;
  height: 460px;
  background-image: url('/assets/images/index/background_hero01-sp.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.p-index-hero__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}
.p-index-hero__content-inner {
  width: 100%;
}
.p-index-hero__texts {
  padding-inline: var(--space-xl);
}
.p-index-hero__text {
  font-size: 1.75rem;
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-sm);
  color: var(--color-white);
  letter-spacing: 0.14em;
}
.p-index-hero__description {
  margin-top: var(--space-lg);
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  color: var(--color-white);
}
.p-index-hero__catch {
  margin-top: var(--space-2xl);
}
.p-index-hero__catch-image {
  width: 100%;
  height: auto;
}
.p-index-hero__button-list {
  padding-inline: var(--space-xl);
  margin-top: var(--space-5xl);
}
.p-index-about__inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-3xl);
  align-items: stretch;
}
.p-index-about__image-wrap {
  margin-inline: calc(var(--space-xl) * -1);
}
.p-index-strengths {
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
}
.p-index-strengths__header {
  margin-bottom: var(--space-2xl);
}
.p-index-strengths__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
  align-items: stretch;
}
.p-index-strengths__list {
  display: flex;
  flex-direction: column;
  gap: var(--space-5xl);
  align-items: stretch;
}
.p-index-strengths__item {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  align-items: stretch;
}
.p-index-strengths__item-detail {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  align-items: stretch;
}
.p-index-strengths__item-header {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  align-items: stretch;
}
.p-index-strengths__item-header-number {
  text-align: center;
}
.p-index-strengths__item-header-number-image {
  width: auto;
  height: 32px;
}
.p-index-strengths__item-header-text {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  color: var(--color-text);
  text-align: center;
}
.p-index-strengths__item-text {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-2xl);
  color: var(--color-text);
}
.p-index-service__header {
  margin-bottom: var(--space-2xl);
}
.p-index-service__list {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  align-items: stretch;
}
.p-index-service__list-link {
  display: block;
}
.p-index-service__card {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  align-items: stretch;
  padding: var(--space-lg) var(--space-xl);
  background-color: var(--color-background);
  background-image: linear-gradient(135deg, var(--color-background-hover) 50%, transparent 50%);
  background-position: 100%;
  background-size: 550%;
  border-radius: var(--border-radius-xl);
  transition: background-position var(--transition-button);
}
.p-index-service__icon {
  width: auto;
  height: 64px;
}
.p-index-service__card-hgroup {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  align-items: center;
}
.p-index-service__card-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-index-service__card-title-sub {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  color: #2c2c2c;
  text-align: center;
}
.p-index-service__card-title-main {
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  color: #2c2c2c;
}
.p-index-service__card-category {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  color: rgba(44, 44, 44, 0.8);
}
.p-index-service__card-description {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-xl);
  color: #2c2c2c;
}
.p-index-service__card-more {
  display: flex;
  gap: var(--space-xs);
  align-items: center;
  justify-content: flex-end;
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-xl);
  color: #2c2c2c;
}
.p-index-service__card-more-icon {
  display: block;
  line-height: 0;
  color: var(--color-menu-800);
}
.p-index-service__footer {
  display: flex;
  flex-direction: column;
  gap: var(--space-8xl);
  align-items: stretch;
  margin-top: var(--space-8xl);
}
.p-index-offer {
  display: flex;
  flex-direction: column;
  gap: var(--space-5xl);
  align-items: stretch;
}
.p-index-offer__section-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--space-5xl);
  align-items: stretch;
}
.p-index-offer__list-wrap {
  padding-inline: var(--space-xl);
  margin-inline: calc(var(--space-xl) * -1);
  overflow-x: auto;
}
.p-index-offer__list-wrap-inner {
  display: flex;
}
.p-index-offer__list-wrap-inner::after {
  top: 0;
  left: 100%;
  flex-shrink: 0;
  width: var(--space-xl);
  height: 1px;
  content: '';
}
.p-index-offer__list {
  display: flex;
  gap: var(--space-lg);
}
.p-index-offer__list-item {
  flex-shrink: 0;
  width: 234px;
}
.p-index-offer__list-link {
  display: block;
}
.p-index-offer__item {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  padding: var(--space-lg);
  background-image: linear-gradient(135deg, #fff8e8 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  border: 2px solid #fbb03b;
  border-radius: var(--border-radius-md);
  transition: background-position var(--transition-button);
}
.p-index-offer__item-info {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs) var(--space-sm);
  align-items: stretch;
}
.p-index-offer__item-date {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-md);
  color: var(--color-text);
}
.p-index-offer__item-label-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm) var(--space-xs);
  align-items: center;
}
.p-index-offer__item-category-label {
  padding: var(--space-2xs) var(--space-sm);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-md);
  background-color: var(--color-white);
  border-radius: var(--border-radius-2xs);
  box-shadow: 0 0 0 1px;
}
.p-index-offer__item-category-label--dispatch {
  color: var(--color-dispatch-600);
  box-shadow: 0 0 0 1px var(--color-dispatch-600) inset;
}
.p-index-offer__item-category-label--regular-employee {
  color: var(--color-regular-employee-600);
  box-shadow: 0 0 0 1px var(--color-regular-employee-600) inset;
}
.p-index-offer__item-category-label--freelance {
  color: var(--color-freelance-600);
  box-shadow: 0 0 0 1px var(--color-freelance-600) inset;
}
.p-index-offer__item-title {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  color: var(--color-text);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.p-index-search {
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
  align-items: stretch;
  padding: var(--space-xl);
  border: 1px solid var(--color-gray-400);
  border-radius: var(--border-radius-md);
}
.p-index-search__title {
  padding-top: 0;
  margin-top: 0;
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  color: var(--color-text);
  text-align: center;
  border-top: none;
}
.p-index-search__title::after {
  display: none;
}
.p-index-search__form {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  align-items: stretch;
}
.p-index-search__form-input {
  padding: var(--space-xl) var(--space-lg);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-sm);
  color: var(--color-text);
  background-color: var(--color-gray-300);
  border: none;
  border-radius: var(--border-radius-sm);
}
.p-index-search__form-input::-moz-placeholder {
  color: #868686;
}
.p-index-search__form-input::placeholder {
  color: #868686;
}
.p-index-search__form-button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  display: flex;
  gap: var(--space-xs);
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: var(--space-lg);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-sm);
  color: var(--color-white) !important;
  background: var(--color-primary-orange);
  border-radius: var(--border-radius-sm);
}
.p-index-search__form-button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.p-index-search__data-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
  align-items: stretch;
}
.p-index-search__data-item {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  align-items: stretch;
}
.p-index-search__data-item-title {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-xl);
  color: var(--color-text);
}
.p-index-search__list-wrap {
  position: relative;
  display: flex;
}
.p-index-search__list-wrap-before {
  position: absolute;
  top: 0;
  left: calc(var(--space-xl) * -1);
  z-index: 2;
  display: block;
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, var(--color-white), rgba(255, 255, 255, 0));
  transition: opacity var(--transition-slowly);
}
.p-index-search__list-wrap-before[data-visible='false'] {
  opacity: 0;
}
.p-index-search__list-wrap-before[data-visible='true'] {
  opacity: 1;
}
.p-index-search__list-wrap-inner {
  padding-inline: var(--space-xl);
  margin-inline: calc(var(--space-xl) * -1);
  overflow-x: auto;
}
.p-index-search__list-wrap-inner2 {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 0 100%;
  width: 100%;
}
.p-index-search__list-wrap-inner2::after {
  flex-shrink: 0;
  width: var(--space-xl);
  height: 1px;
  content: '';
}
.p-index-search__list {
  display: flex;
  flex: 0 0 100%;
  gap: var(--space-xs);
  padding-left: 0;
  margin-block: 0;
  white-space: nowrap;
  list-style: none;
}
.p-index-search__list-wrap-after {
  position: absolute;
  top: 0;
  right: calc(var(--space-xl) * -1);
  z-index: 2;
  display: block;
  width: 40px;
  height: 100%;
  background: linear-gradient(to left, var(--color-white), rgba(255, 255, 255, 0));
  transition: opacity var(--transition-slowly);
}
.p-index-search__list-wrap-after[data-visible='false'] {
  opacity: 0;
}
.p-index-search__list-wrap-after[data-visible='true'] {
  opacity: 1;
}
.p-index-search__button-wrap {
  display: none;
}
.p-index-search__button-icon {
  transition: transform var(--transition-mobile);
}
.p-index-news {
  display: flex;
  flex-direction: column;
  gap: var(--space-3xl);
  align-items: stretch;
}
.p-index-news__header {
  display: flex;
  gap: var(--space-xl);
  align-items: center;
  justify-content: space-between;
}
.p-index-news__title {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.p-index-news__title::after {
  display: none;
}
.p-index-news__title-img {
  width: auto;
  height: 40px;
}
.p-index-news__list {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  align-items: stretch;
}
.p-index-news__list-link {
  display: block;
}
.p-index-news__item {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  align-items: stretch;
}
.p-index-news__item-date {
  font-family: var(--font-family-en);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-md);
  color: var(--color-text);
}
.p-index-news__item-content {
  display: flex;
  gap: var(--space-sm);
  align-items: flex-start;
}
.p-index-news__item-label {
  padding: var(--space-xs);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-sm);
  color: #ff5f2c;
  background-color: var(--color-background);
  border-radius: var(--border-radius-2xs);
}
.p-index-news__item-text {
  flex: 1;
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-line-height-xl);
  color: var(--color-text);
}
[data-type='top'] .p-index-slider__item {
  margin-inline: 10px;
}
[data-type='note'] .p-index-slider__item {
  margin-inline: 10px;
}
.p-index-slider__image {
  -o-object-fit: contain;
  object-fit: contain;
}
[data-type='top'] .p-index-slider__image {
  aspect-ratio: 224/105;
}
[data-type='note'] .p-index-slider__image {
  aspect-ratio: 1000/521;
}
.u-pc-only-linefeed {
  display: none;
}
.u-bold-text {
  font-weight: var(--font-weight-bold);
}
@media screen and (width >= 768px) {
  .l-footer__main {
    gap: var(--space-4xl);
    border-bottom: 1px solid var(--color-menu-600);
  }
  .l-footer__aside {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .l-footer__certified-logo-list {
    gap: var(--space-2xl);
  }
  .l-footer__certified-logo-item {
    width: 96px;
  }
  .l-footer__certified-logo-link {
    border-radius: var(--border-radius-md);
  }
  .l-footer__sp-sitemap {
    display: none;
  }
  .l-footer__pc-sitemap {
    display: flex;
    gap: var(--space-2xl);
    justify-content: space-between;
  }
  .l-footer__pc-sitemap-item {
    display: flex;
    flex-direction: column;
    gap: var(--space-2xl);
    align-items: stretch;
  }
  .l-footer__pc-sitemap-link {
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-bold);
    line-height: var(--font-line-height-sm);
    color: var(--color-white) !important;
  }
  .l-footer__pc-sitemap-sub-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .l-footer__pc-sitemap-sub-list-link {
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-normal);
    line-height: 2;
    color: var(--color-menu-200) !important;
  }
  .l-footer__sub {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .l-footer__copyright-text {
    display: inline;
    font-size: var(--font-size-xs);
  }
  .l-footer__copyright-text:first-child::after {
    content: '│';
  }
  .l-aside__inner {
    gap: var(--space-10xl);
    padding-block: var(--space-8xl);
  }
  .l-aside__section-header {
    position: relative;
    display: block;
    padding-inline: 150px;
  }
  .l-aside__title {
    font-size: var(--font-size-3xl);
  }
  .l-aside__link-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .l-aside-creator__list {
    grid-template-columns: repeat(auto-fill, minmax(276px, 1fr));
  }
  .l-aside-recommend__list {
    display: flex;
    gap: var(--space-xl);
    justify-content: center;
    margin-inline: 0;
  }
  .l-aside-recommend__list-item {
    width: 224px;
    margin-inline: 0;
  }
  .l-aside-service__list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2xl);
    justify-content: center;
    max-width: 996px;
    margin-inline: auto;
  }
  .l-aside-service__list-item {
    width: 180px;
  }
  .l-sub-menu {
    display: block;
    background-color: var(--color-background);
  }
  .l-sub-menu__list {
    display: flex;
    gap: var(--space-2xl);
  }
  .l-sub-menu__list-item {
    position: relative;
  }
  .l-sub-menu__list-link {
    display: block;
    padding-block: var(--space-md);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-bold);
    line-height: var(--font-line-height-3xl);
    color: #3a3a3a !important;
    transition: color var(--transition-slowly);
  }
  .l-sub-menu__sub-list {
    position: absolute;
    left: 0;
    z-index: var(--z-index-sticky);
    display: flex;
    flex-direction: column;
    width: 157px;
    padding-block: var(--space-sm);
    visibility: hidden;
    background-color: rgba(9, 11, 52, 0.9);
    opacity: 0;
    transition: opacity var(--transition-slowly);
  }
  .l-sub-menu__sub-list-link {
    display: block;
    padding: var(--space-sm) var(--space-2xl);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-normal);
    line-height: var(--font-line-height-sm);
    color: var(--color-white) !important;
    transition: opacity var(--transition-slowly);
  }
  .l-offer-section__title {
    gap: var(--space-2xl);
    margin-bottom: var(--space-3xl);
  }
  .l-offer-section__title-main {
    font-size: 1.75rem;
  }
  .l-offer-section__title-sub {
    font-size: var(--font-size-xl);
  }
  .l-offer-section__item {
    padding: var(--space-2xl) var(--space-lg);
  }
  .l-offer-section__item-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .l-offer-section__section-header {
    gap: var(--space-lg);
  }
  .l-offer-section__section-header-title-text {
    font-size: var(--font-size-xl);
  }
  .l-offer-section__footer {
    margin-top: var(--space-5xl);
  }
  .l-point-section {
    gap: 0px;
  }
  .l-point-section__header {
    margin-bottom: 40px;
  }
  .l-point-section__items {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-8xl) var(--space-7xl);
  }
  .l-point-section__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: var(--space-3xl);
  }
  .l-point-section__item-content {
    gap: var(--space-2xl);
  }
  .l-point-section__item-title {
    flex-direction: row;
    gap: var(--space-2xl);
    align-items: center;
  }
  .l-point-section__item-title-number {
    height: 40px;
  }
  .l-point-section__item-title-icon-image {
    height: 40px;
  }
  .l-point-section__item-title-text {
    font-size: var(--font-size-2xl);
    text-align: left;
  }
  .l-point-section__item-title-sub-text {
    font-size: var(--font-size-md);
  }
  .l-point-section__item-thumb {
    order: 1;
  }
  .l-point-section__item-text {
    order: 2;
    font-size: var(--font-size-md);
  }
  .l-point-section__item-link {
    order: 3;
  }
  .l-point-section__footer {
    gap: var(--space-8xl);
    margin-top: 64px;
  }
  .l-point-section__link {
    font-size: var(--font-size-md);
  }
  .l-point-section__link-icon {
    width: 20px;
  }
  .l-example-section__list {
    gap: var(--space-5xl);
  }
  .l-example-section__item {
    gap: var(--space-5xl);
    padding: var(--space-7xl) var(--space-8xl);
    border-radius: var(--border-radius-2xl);
  }
  .l-example-section__item-header {
    position: relative;
  }
  .l-example-section__item-header-thumb {
    position: absolute;
    top: calc(-1 * var(--space-xl));
    left: calc(-1 * var(--space-2xl));
    width: 373px;
  }
  .l-example-section__item-header-thumb--sp {
    display: none;
  }
  .l-example-section__item-header-thumb--pc {
    display: block;
  }
  .l-example-section__item-header-detail {
    flex: 1;
    gap: var(--space-3xl);
    min-height: 320px;
    padding-left: 360px;
  }
  .l-example-section__title {
    gap: var(--space-3xl);
  }
  .l-example-section__title-case {
    flex-direction: row;
    gap: var(--space-2xl);
    align-items: center;
  }
  .l-example-section__title-case-number {
    height: 40px;
  }
  .l-example-section__title-case-name {
    font-size: var(--font-size-xl);
  }
  .l-example-section__title-text {
    font-size: var(--font-size-xl);
  }
  .l-example-section__item-content {
    gap: var(--space-lg);
  }
  .l-example-section__item-point {
    padding-inline: var(--space-2xl);
  }
  .l-example-section__item-point-title {
    font-size: var(--font-size-xl);
  }
  .l-example-section__item-point-title-icon-image {
    width: 32px;
  }
  .l-example-section__item-points {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-example-section__item-points-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
  .l-example-section__item-points-item:nth-child(1) {
    padding-right: var(--space-2xl);
    padding-bottom: 0;
  }
  .l-example-section__item-points-item:nth-child(2) {
    padding-top: 0;
    padding-left: var(--space-2xl);
    border-top: none;
    border-left: var(--border-width-base) solid var(--color-background);
  }
  .l-example-section__item-points-item-title {
    flex-direction: row;
    gap: var(--space-lg);
    min-height: 50px;
  }
  .l-example-section__item-points-item-title-number {
    height: 32px;
  }
  .l-example-section__item-points-item-title-text {
    font-size: var(--font-size-xl);
  }
  .l-example-section__item-points-item-text {
    font-size: var(--font-size-md);
  }
  .l-example-section__item-current-data {
    flex-direction: row;
  }
  .l-example-section__item-current-data--dispatch {
    width: 411px;
  }
  .l-example-section__item-current-data--regular-employee {
    width: 240px;
  }
  .l-example-section__item-current-data--freelance {
    width: 411px;
  }
  .l-example-section__item-current-data-item {
    flex: 1;
  }
  .l-example-section__item-current-data-text {
    flex: 1;
    align-items: center;
  }
  .l-example-section__item-current-data-image--dispatch {
    height: 98px;
  }
  .l-example-section__item-current-data-image--regular-employee {
    height: 72px;
  }
  .l-example-section__item-current-data-image--freelance {
    height: 98px;
  }
  .l-example-section__item-current-data-image--freelance-compact {
    height: 98px;
  }
  .l-example-section__item-current-title {
    font-size: var(--font-size-xl);
  }
  .l-example-section__item-current-content {
    flex-direction: row;
    align-items: flex-start;
  }
  .l-example-section__item-current-detail {
    flex: 1;
  }
  .l-example-section__footer {
    margin-top: var(--space-5xl);
  }
  .l-sub-page-top-section__header {
    min-height: 425px;
    padding-inline: var(--space-12xl);
  }
  .l-sub-page-top-section__header--dispatch {
    background-image: url('/assets/images/dispatch/background_kv02-pc.svg'), url('/assets/images/dispatch/background_kv01-pc.jpg');
    background-repeat: no-repeat, no-repeat;
    background-position:
      calc(100% + 10px) calc(100% + 10px),
      top center;
    background-size:
      auto 140px,
      cover;
  }
  .l-sub-page-top-section__header--regular-employee {
    background-image: url('/assets/images/regular-employee/background_kv02-pc.svg'), url('/assets/images/regular-employee/background_kv01-pc.jpg');
    background-repeat: no-repeat, no-repeat;
    background-position:
      calc(100% + 10px) calc(100% + 30px),
      top center;
    background-size:
      auto 280px,
      cover;
  }
  .l-sub-page-top-section__header--freelance {
    background-image: url('/assets/images/freelance/background_kv02-pc.svg'), url('/assets/images/freelance/background_kv01-pc.jpg');
    background-repeat: no-repeat, no-repeat;
    background-position:
      calc(100% + 10px) calc(100% + 10px),
      top center;
    background-size:
      auto 140px,
      cover;
  }
  .l-sub-page-top-section__header-inner {
    max-width: 771px;
  }
  .l-sub-page-top-section__title {
    font-size: var(--font-size-3xl);
    letter-spacing: normal;
  }
  .l-sub-page-top-section__texts {
    gap: var(--space-sm);
  }
  .l-sub-page-top-section__text {
    font-size: var(--font-size-xl);
  }
  .l-sub-page-top-section__text--sp {
    display: none;
  }
  .l-sub-page-top-section__text--pc {
    display: block;
  }
  .l-sub-page-top-section__sub-text {
    font-size: var(--font-size-md);
  }
  .l-sub-page-top-section__button {
    margin-top: var(--space-3xl);
  }
  .l-sub-page-top-section__logos {
    margin-bottom: var(--space-5xl);
  }
  .l-sub-page-top-section__first-content {
    padding-bottom: var(--space-5xl);
  }
  .l-sub-page-top-section__first-content-breadcrumb {
    margin-bottom: var(--space-5xl);
  }
  .l-sub-page-top-section__offer {
    flex-direction: row;
    gap: var(--space-6xl);
  }
  .l-sub-page-top-section__first-content-banner {
    margin-top: var(--space-7xl);
  }
  .l-sub-page-top-section__second-content {
    padding-block: var(--space-10xl);
  }
  .l-sub-page-top-section__third-content {
    padding-block: var(--space-10xl);
  }
  .l-sub-page-top-section__third-content-inner {
    gap: var(--space-10xl);
  }
  .c-primary-button {
    max-width: 368px;
    height: 66px;
    font-size: var(--font-size-lg);
    background-position: 100%;
    background-size: 300%;
    border-radius: var(--border-radius-sm);
    transition: background-position var(--transition-button);
  }
  .c-primary-button--search {
    background-image: linear-gradient(135deg, var(--color-primary-orange-hover) 50%, transparent 50%);
  }
  .c-primary-button--register {
    background-image: linear-gradient(135deg, var(--color-primary-green-hover) 50%, transparent 50%);
  }
  .c-secondary-button {
    gap: var(--space-sm);
    max-width: 368px;
    height: 32px;
    font-size: var(--font-size-lg);
  }
  .c-secondary-button__icon {
    width: var(--size-icon-xl);
  }
  .c-contents {
    padding-inline: var(--space-2xl);
  }
  .c-contents__inner {
    max-width: 1200px;
    margin-inline: auto;
  }
  .c-logo-header {
    gap: var(--space-2xl);
  }
  .c-logo-header__hgroup {
    gap: var(--space-sm);
  }
  .c-logo-header__icon-image {
    width: 100px;
  }
  .c-logo-header__title {
    font-size: var(--font-size-3xl);
    line-height: var(--font-line-height-xl);
  }
  .c-logo-header__catch {
    font-size: var(--font-size-4xl);
    line-height: var(--font-line-height-2xl);
  }
  .c-logo-header__description {
    font-size: var(--font-size-xl);
    text-align: center;
  }
  .c-banner-list {
    flex-direction: row;
    gap: var(--space-5xl);
    justify-content: center;
  }
  .c-banner-list__img {
    max-width: 470px;
    height: auto;
  }
  .c-button-list {
    flex-direction: row;
    gap: var(--space-5xl);
    align-items: center;
    justify-content: center;
  }
  .c-button-list__item {
    width: 100%;
    max-width: 400px;
  }
  .c-tag-data {
    flex-direction: row;
    align-items: center;
    padding: var(--space-2xl) var(--space-7xl);
  }
  .c-tag-data__title {
    font-size: var(--font-size-md);
  }
  .c-tag-data__content {
    flex: 1;
  }
  .c-tag-data__list {
    gap: var(--space-sm);
  }
  .p-index {
    gap: var(--space-14xl);
    padding-bottom: var(--space-10xl);
  }
  .p-index__second-content-inner {
    gap: var(--space-14xl);
  }
  .p-index__about {
    margin-top: 0;
  }
  .p-index__more-list-wrap {
    display: block;
    width: auto;
    overflow: visible;
  }
  .p-index__more-list-wrap-before {
    display: none;
  }
  .p-index__more-list-wrap-after {
    display: none;
  }
  .p-index__more-list-wrap-inner {
    display: block;
    width: auto;
    overflow: visible;
  }
  .p-index__more-list {
    flex: 0 1 auto;
    flex-wrap: wrap;
    max-height: 72px;
    overflow: hidden;
    white-space: normal;
    transition: max-height var(--transition-slowly);
  }
  .p-index-hero {
    height: 663px;
    background-image: url('/assets/images/index/background_hero01-pc.jpg');
  }
  .p-index-hero__texts {
    padding-inline: 102px;
  }
  .p-index-hero__text {
    font-size: 3rem;
  }
  .p-index-hero__description {
    font-size: 1.5rem;
  }
  .p-index-hero__catch {
    padding-inline: 72px;
    margin-top: var(--space-sm);
  }
  .p-index-hero__button-list {
    padding-inline: var(--space-3xl);
    margin-top: var(--space-2xl);
  }
  .p-index-strengths {
    padding-inline: 0;
  }
  .p-index-strengths__header {
    margin-bottom: var(--space-6xl);
  }
  .p-index-strengths__content {
    gap: 76px;
  }
  .p-index-strengths__list {
    flex-direction: row;
    gap: var(--space-7xl);
  }
  .p-index-strengths__list-item {
    flex: 1;
  }
  .p-index-strengths__list-item:nth-child(2) {
    padding-top: 52px;
  }
  .p-index-strengths__item {
    gap: var(--space-2xl);
  }
  .p-index-strengths__item-detail {
    gap: var(--space-sm);
  }
  .p-index-strengths__item-header {
    gap: var(--space-sm);
  }
  .p-index-strengths__item-header-number-image {
    height: 40px;
  }
  .p-index-strengths__item-header-text {
    font-size: var(--font-size-2xl);
  }
  .p-index-strengths__item-text {
    font-size: var(--font-size-md);
  }
  .p-index-service__header {
    margin-bottom: var(--space-6xl);
  }
  .p-index-service__list {
    flex-direction: row;
    gap: var(--space-5xl);
  }
  .p-index-service__list-item {
    display: flex;
    flex: 1;
  }
  .p-index-service__list-link {
    display: flex;
  }
  .p-index-service__card {
    display: grid;
    grid-template-rows: subgrid;
    gap: 0;
    padding: var(--space-xl) var(--space-2xl);
  }
  .p-index-service__icon {
    height: 104px;
  }
  .p-index-service__card-hgroup {
    gap: 0;
    margin-bottom: var(--space-2xl);
  }
  .p-index-service__card-title {
    margin-top: var(--space-2xl);
  }
  .p-index-service__card-title-sub {
    font-size: var(--font-size-xl);
  }
  .p-index-service__card-title-main {
    font-size: 1.75rem;
  }
  .p-index-service__card-category {
    margin-top: var(--space-lg);
    font-size: var(--font-size-xl);
  }
  .p-index-service__card-description {
    font-size: var(--font-size-md);
  }
  .p-index-service__card-more {
    margin-top: var(--space-lg);
    font-size: var(--font-size-sm);
  }
  .p-index-service__card-more-icon {
    width: 24px;
  }
  .p-index-service__footer {
    gap: var(--space-6xl);
    margin-top: var(--space-6xl);
  }
  .p-index-offer {
    gap: var(--space-12xl);
  }
  .p-index-offer__section-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-6xl);
  }
  .p-index-offer__list-wrap-inner::after {
    display: none;
  }
  .p-index-offer__list-item {
    width: 288px;
  }
  .p-index-offer__item-info {
    flex-direction: row;
  }
  .p-index-search {
    padding: var(--space-2xl);
  }
  .p-index-search__title {
    font-size: 1.75rem;
  }
  .p-index-search__form {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .p-index-search__form-input {
    width: 400px;
  }
  .p-index-search__form-button {
    gap: var(--space-sm);
    width: 200px;
    font-size: var(--font-size-lg);
    background-image: linear-gradient(135deg, var(--color-primary-orange-hover) 50%, transparent 50%);
    background-position: 100%;
    background-size: 300%;
    border-radius: var(--border-radius-md);
    transition: background-position var(--transition-button);
  }
  .p-index-search__data-item {
    flex-direction: row;
    gap: var(--space-2xl);
    align-items: flex-start;
  }
  .p-index-search__data-item-title {
    width: 260px;
    font-size: var(--font-size-lg);
  }
  .p-index-search__data-item-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: var(--space-2xl);
    align-items: stretch;
  }
  .p-index-search__list-wrap {
    display: block;
    width: auto;
  }
  .p-index-search__list-wrap-before {
    display: none;
  }
  .p-index-search__list-wrap-inner {
    overflow: visible;
  }
  .p-index-search__list-wrap-inner2 {
    display: block;
    width: auto;
    overflow: visible;
  }
  .p-index-search__list {
    flex: 0 1 auto;
    flex-wrap: wrap;
    gap: var(--space-sm);
    max-height: 80px;
    overflow: hidden;
    white-space: normal;
    transition: max-height var(--transition-slowly);
  }
  .p-index-search__list-wrap-after {
    display: none;
  }
  .p-index-search__button-wrap {
    display: flex;
    justify-content: center;
  }
  .p-index-search__button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    display: flex;
    gap: var(--space-xs);
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-bold);
    line-height: 1.2;
    color: var(--color-text);
  }
  .p-index-search__button:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
  }
  .p-index-search__button-text {
    display: flex;
    gap: var(--space-xs);
    align-items: center;
    justify-content: center;
  }
  [data-hidden='false'] .p-index-search__button-icon {
    transform: rotate(270deg);
  }
  [data-hidden='true'] .p-index-search__button-icon {
    transform: rotate(90deg);
  }
  .p-index-news {
    flex-direction: row;
    align-items: flex-start;
  }
  .p-index-news__header {
    flex-direction: column;
    gap: var(--space-sm);
    align-items: stretch;
    justify-content: normal;
  }
  .p-index-news__list {
    gap: var(--space-2xl);
  }
  .p-index-news__item {
    flex-direction: row;
    gap: var(--space-sm);
  }
  .p-index-news__item-date {
    font-size: var(--font-size-md);
  }
  .p-index-news__item-content {
    flex: 1;
  }
  .p-index-news__item-text {
    margin-top: calc(var(--space-2xs) * -1);
    font-size: var(--font-size-md);
  }
  [data-type='note'] .p-index-slider__item {
    margin-inline: 25px;
  }
  .u-sp-only-linefeed {
    display: none;
  }
  .u-pc-only-linefeed {
    display: block;
  }
}
@media screen and (width >= 1024px) {
  .l-contents-section {
    padding: var(--space-7xl) var(--space-10xl);
    border-radius: 20px;
  }
  .l-contents-section__header {
    margin-bottom: var(--space-7xl);
  }
  .l-contents-section__content {
    gap: var(--space-3xl);
  }
  .l-contents-section__about {
    flex-direction: row;
    gap: var(--space-5xl);
    align-items: flex-start;
  }
  .l-contents-section__about-thumb {
    width: 480px;
  }
  .l-contents-section__about-content {
    flex: 1;
    gap: var(--space-lg);
  }
  .l-contents-section__title {
    font-size: var(--font-size-2xl);
  }
  .l-contents-section__text {
    font-size: var(--font-size-md);
  }
  .l-contents-section__list {
    flex-direction: row;
    gap: var(--space-5xl);
  }
  .l-contents-section__list-item {
    flex: 1;
  }
  .l-contents-section__item-title {
    font-size: var(--font-size-xl);
  }
  .l-contents-section__item-title-icon {
    width: 32px;
  }
  .l-contents-section__link-list--column1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .l-contents-section__link-list--column2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-contents-section__link-list--column3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-index-about {
    padding-top: 80px;
    padding-bottom: 72px;
    background-image: url('/assets/images/index/background_about01-pc.jpg'), url('/assets/images/index/background_about02-pc.jpg');
    background-repeat: no-repeat, no-repeat;
    background-position:
      top left,
      bottom right;
    background-size:
      391px auto,
      372px auto;
  }
  .p-index-about__inner {
    gap: 0;
    align-items: center;
  }
  .p-index-about__image-wrap {
    display: none;
  }
}
@media screen and (width >= 1200px) {
  .l-sub-page-top-section__sub-menu {
    position: sticky;
    top: 109px;
    z-index: var(--z-index-sticky);
  }
  .l-header {
    position: sticky;
    top: 0;
    z-index: var(--z-index-sticky);
    display: block;
    padding: var(--space-lg) var(--space-2xl);
    font-family: var(--font-family-jp);
    background-color: var(--color-white);
  }
  .l-header__items {
    display: flex;
    gap: var(--space-2xl);
    align-items: center;
    justify-content: space-between;
  }
  .l-header__item1 {
    display: flex;
    flex: 1;
    gap: var(--space-2xl);
    align-items: center;
  }
  .l-header__item2 {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
    align-items: stretch;
  }
  .l-header__logo-link {
    display: block;
  }
  .l-header__logo-image {
    height: 68px;
  }
  .l-header__nav {
    display: flex;
    gap: var(--space-2xl);
    align-items: center;
  }
  .l-header__nav-list {
    display: flex;
    gap: var(--space-2xl);
    align-items: center;
  }
  .l-header__sub-nav-list {
    display: flex;
    gap: var(--space-xl);
  }
  .l-header__link {
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-normal);
    line-height: 1.4444444444;
    color: #3a3a3a !important;
    transition:
      color var(--transition-slowly),
      font-weight var(--transition-slowly);
  }
  .l-header__link--sub {
    font-size: var(--font-size-xs);
    line-height: 1.4166666667;
  }
  .l-header__text-list {
    display: flex;
    gap: var(--space-2xl);
    align-items: center;
    justify-content: flex-end;
  }
  .l-header__button-list {
    display: flex;
    gap: var(--space-lg);
    align-items: center;
  }
  .l-header__button {
    display: flex;
    gap: var(--space-xs);
    align-items: center;
    padding: 10px var(--space-lg);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-bold);
    line-height: var(--font-line-height-sm);
    color: var(--color-white) !important;
    background-position: 100%;
    background-size: 300%;
    border-radius: var(--border-radius-sm);
    transition: background-position var(--transition-button);
  }
  .l-header__button--search {
    background-color: var(--color-primary-orange);
    background-image: linear-gradient(135deg, var(--color-primary-orange-hover) 50%, transparent 50%);
  }
  .l-header__button--register {
    background-color: var(--color-primary-green);
    background-image: linear-gradient(135deg, var(--color-primary-green-hover) 50%, transparent 50%);
  }
  .l-header__button--contact {
    background-color: var(--color-primary-orange);
    background-image: linear-gradient(135deg, var(--color-primary-orange-hover) 50%, transparent 50%);
  }
  .l-header__button--download {
    background-color: var(--color-primary-blue);
    background-image: linear-gradient(135deg, var(--color-primary-blue-hover) 50%, transparent 50%);
  }
  .l-sp-header {
    display: none;
  }
}
@media (any-hover: hover) {
  .l-breadcrumb__link:hover {
    text-decoration: underline;
  }
  .l-footer__logo-link:hover {
    opacity: var(--opacity-hover-item);
  }
  .l-footer__sns-link:hover {
    text-decoration: underline;
  }
  .l-footer__navigation-link:hover {
    text-decoration: underline;
  }
  .l-footer__certified-logo-link:hover {
    opacity: var(--opacity-hover-item);
  }
  .l-footer__pc-sitemap-link:hover {
    text-decoration: underline;
  }
  .l-footer__pc-sitemap-sub-list-link:hover {
    text-decoration: underline;
  }
  .l-footer__sub-navigation-link:hover {
    text-decoration: underline;
  }
  .l-header__link:hover {
    font-weight: var(--font-weight-bold);
    color: var(--color-primary-orange) !important;
  }
  .l-header__button:hover {
    background-position: 0;
  }
  .l-aside-creator__list-link:hover {
    opacity: var(--opacity-hover-item);
  }
  .l-aside-recommend__list-link:hover {
    opacity: var(--opacity-hover-item);
  }
  .l-aside-service__list-link:hover {
    opacity: var(--opacity-hover-item);
  }
  .l-sub-menu__list-link:hover {
    color: var(--color-primary-orange) !important;
  }
  .l-sub-menu__list-item:hover > .l-sub-menu__sub-list {
    visibility: visible;
    opacity: 1;
  }
  .l-sub-menu__sub-list-link:hover {
    opacity: var(--opacity-hover-item);
  }
  .l-offer-section__list-link:hover .l-offer-section__item {
    background-position: 0;
  }
  .l-point-section__link:hover {
    text-decoration: none !important;
  }
  .l-contents-section__link-list-link:hover {
    color: var(--color-primary-orange) !important;
  }
  .c-primary-button:hover {
    background-position: 0;
  }
  .c-secondary-button:hover {
    background-position: 0;
  }
  .c-banner-list__link:hover {
    opacity: var(--opacity-base);
  }
  .c-more-link:hover {
    color: var(--color-primary-orange) !important;
  }
  .c-tag--link:hover {
    color: var(--color-primary-orange) !important;
    box-shadow: 0 0 0 1px var(--color-primary-orange) inset;
  }
  .p-index-service__list-link:hover .p-index-service__card {
    background-position: 0;
  }
  .p-index-offer__list-link:hover .p-index-offer__item {
    background-position: 0;
  }
  .p-index-search__form-button:hover {
    background-position: 0;
  }
  .p-index-news__list-link:hover .p-index-news__item-text {
    text-decoration: underline;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
