@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/* font-weight */
:root {
  /* カラー */
  --color-text: #464048;
  --color-purple: #aa6ace;
  --color-pink: #ff85a2;
  --color-orange: #ffa200;
  --color-green: #66b941;
  --color-sky: #66cbf5;
  --color-violet: #584982;
  --color-lavender: #a294a8;
  --bg-purple: #fbf5ff;
  --bg-orange: #fff9eb;
  --btn-purple: #f6e5ff;
  /* font-family */
  --font-family-noto: "Noto Sans JP", sans-serif;
  --font-family-maru: "Zen Maru Gothic", sans-serif;
  /* font-weight */
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semiBold: 600;
  --font-weight-bold: 700;
  /* パターン */
  --pattern-border-30: url(../img/common/pt-border-30.png);
  --pattern-border-20: url(../img/common/pt-border-20.png);
  --pattern-border-10: url(../img/common/pt-border-10.png);
}

@media screen and (min-width: 768px) {
  :root {
    /* フォントサイズ */
    --font-size-xxxl: 4.8rem;
    --font-size-xxl: 2.8rem;
    --font-size-xl: 2.5rem;
    --font-size-gl: 2rem;
    --font-size-btn: 2.4rem;
    --font-size-base: 1.8rem;
    --font-size-sm: 1.6rem;
    --font-size-xs: 1.4rem;
    --font-size-xxs: 1.3rem;
    /* line-height */
    --line-height-xxxl: 1.25;
    --margin-height-xxxl: -0.125em;
    --line-height-xxl: 1.5;
    --margin-height-xxl: -0.25em;
    --line-height-xl: 1;
    --margin-height-xl: -0.0em;
    --line-height-gl: 1;
    --margin-height-gl: -0.0em;
    --line-height-base: 1.888889;
    --margin-height-base: -0.4444445em;
    --line-height-sm: 1.875;
    --margin-height-sm: -0.4375em;
    --line-height-min: 2;
    /* letter-spacing */
    --letter-spacing-base: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  :root {
    /* フォントサイズ */
    --font-size-h1: 2em;
    --font-size-h2: 1.777778em;
    --font-size-h3: 1.555556em;
    --font-size-h4: 1.333334em;
    --font-size-h5: 1.222223em;
    --font-size-h6: 1.111112em;
    --font-size-base: 1em;
    --font-size-sm: 0.888889em;
    --font-size-xs: 0.777778em;
    /* line-height */
    --line-height-title: 1.5;
    --line-height-base: 2;
    --line-height-sm: 1.75;
    --line-height-xs: 1.714286;
    /* letter-spacing */
    --letter-spacing-base: 0.02em;
  }
}
/*===============================================
  切り替え用
===============================================*/
.sp-none {
  display: none !important;
}

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

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  font-size: var(--font-size-sm);
  padding-top: 2.5em;
}
.pagenation li {
  width: 2em;
  line-height: 2.15;
  margin: 0.5em 0.5em 0;
}

/*===============================================
  詳細ページ前後
===============================================*/
.paginated {
  font-size: var(--font-size-sm);
}
.paginated__list {
  padding-top: 1em;
  margin-top: 2em;
}
.paginated__link {
  line-height: var(--line-height-sm);
  letter-spacing: var(--letter-spacing-base);
}
.paginated__link--prev::before {
  margin-right: 0.5em;
}
.paginated__link--next::after {
  margin-left: 0.5em;
}

/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
  font-size: clamp(1.5rem, 4vw, 1.8rem);
}
#wrapper:has(.entrance)::before {
  width: 56%;
  background-size: min(240px, 53.3333333333vw);
}
#wrapper:has(.entrance)::after {
  width: 24%;
  background-size: 100%;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 72px;
}
#header .header__logo {
  width: clamp(130px, 40vw, 180px);
  aspect-ratio: 3/2;
  border-bottom-right-radius: clamp(30px, 8vw, 36px);
}
#header .header__logo img {
  width: 75.5556%;
}
#header .header__other {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 0 0 var(--color-lavender) inset;
  padding: calc(min(15px, 3.3333333333vw) + 2px) 0 min(15px, 3.3333333333vw);
  position: fixed;
  left: 0;
  bottom: 0;
}
#header .header__tel .com-tel-num {
  font-size: var(--font-size-h2);
}
#header .header__tel .com-tel-time {
  font-size: 0.875em;
}
#header .header__tel .com-replace {
  margin-top: 0;
}
#header .header__btn {
  width: auto;
  height: clamp(50px, 13.3333333333vw, 60px);
  aspect-ratio: 1;
}
#header .header__btn span {
  display: none;
}
#header .header__btn::before {
  margin-right: 0;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 4em 0 0;
}
#footer::after {
  width: 122.8125%;
  max-width: 2358px;
  min-width: 1680px;
  background-size: clamp(360px, 120vw, 540px);
}
#footer .footer__other {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 1.5em;
  padding: 0 5%;
}
#footer .footer__logo {
  margin-bottom: 10px;
}
#footer .footer__logo img {
  width: clamp(125px, 33.3333333333vw, 150px);
  aspect-ratio: 25/16;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__info {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
#footer .copy {
  padding: 1em 0;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  background: var(--color-lavender);
  border-top: solid 1px var(--color-lavender);
  border-bottom: solid 1px var(--color-lavender);
  margin-top: 3em;
}
.footer-nav__item {
  background: var(--bg-purple);
  margin-bottom: 1px;
}
.footer-nav__link {
  padding: 1.25em 1.5em;
}
.footer-nav__link:not(p) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-nav__link:not(p)::after {
  content: "";
  width: clamp(20px, 5.3333333333vw, 24px);
  aspect-ratio: 1;
  -webkit-mask: url(../img/common/arrow_brn.png) no-repeat center/contain;
          mask: url(../img/common/arrow_brn.png) no-repeat center/contain;
  background-color: var(--color-lavender);
}
.footer-nav__dropdown-item {
  border-top: dashed 1px var(--color-lavender);
  margin-left: 1.5em;
}
.footer-nav__dropdown-item:first-of-type {
  margin-left: 0;
  padding-left: 1.5em;
}
.footer-nav__dropdown-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--font-size-sm);
  padding: 1.25em 1.5em;
}
.footer-nav__dropdown-link::after {
  content: "";
  width: clamp(20px, 5.3333333333vw, 24px);
  aspect-ratio: 1;
  -webkit-mask: url(../img/common/arrow_brn.png) no-repeat center/contain;
          mask: url(../img/common/arrow_brn.png) no-repeat center/contain;
  background-color: var(--color-lavender);
}
.footer-nav__sub-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
.footer-nav__sub-item {
  background: var(--bg-purple);
  flex: 1 1 calc(50% - 1px);
}
.footer-nav__sub-link {
  text-align: center;
  font-size: var(--font-size-sm);
  line-height: 1.5;
  padding: 1.25em 0;
}

/*コピーライト
-----------------------------*/
.copy {
  font-size: var(--font-size-xs);
  padding: 1em 0 calc(1em + clamp(86px, 23.7777777778vw, 107px));
}
.copy p {
  line-height: var(--line-height-xs);
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  right: 8px;
  bottom: 8px;
}

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

/*===============================================
  visual
===============================================*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  justify-content: flex-end;
  align-items: flex-start;
  height: min(720px, 160vw);
  padding-top: min(150px, 33.3333333333vw);
  padding-top: clamp(120px, 33.3333333333vw, 150px);
}
.visual__main::before {
  width: 56%;
  height: 92%;
  background-size: min(180px, 40vw);
  right: max(-24px, -5.3333333333vw);
  bottom: 0;
}
.visual__main-box {
  width: min(390px, 86.6666666667vw);
  padding-right: min(30px, 6.6666666667vw);
  row-gap: clamp(8px, 2.6666666667vw, 12px);
}
.visual__main-box::before {
  width: min(18px, 4vw);
  border-radius: min(6px, 1.3333333333vw);
  right: max(-6px, -1.3333333333vw);
}
.visual__main-list {
  -moz-column-gap: min(15px, 3.3333333333vw);
       column-gap: min(15px, 3.3333333333vw);
}
.visual__main-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(84px, 18.6666666667vw);
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: min(1.8rem, 4vw);
  letter-spacing: var(--letter-spacing-base);
}
.visual__main-sub {
  font-size: min(1.2rem, 2.6666666667vw);
  letter-spacing: var(--letter-spacing-base);
  line-height: 1.5;
  margin: -0.25em 0;
}
.visual__main #slideshow {
  width: 80%;
  height: calc(100% - min(270px, 60vw) - 120px);
  bottom: 0;
  left: 0;
}
.visual__main #slideshow .bx-wrapper {
  border-radius: 0 min(45px, 10vw) min(45px, 10vw) 0;
  overflow: hidden;
}
.visual__main #slideshow::before {
  border-radius: min(45px, 10vw);
  left: 5%;
  top: 5%;
  transform: rotate(1.5deg);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: min(360px, 80vw);
  padding-top: min(72px, 16vw);
}
.visual__sub::before {
  width: 107.917%;
  max-width: 2072px;
  height: calc(100% - clamp(35px, 11.5555555556vw, 52px) - 20px);
  background-size: 17.568%;
  top: 20px;
}
.visual__sub::after {
  height: calc(100% - min(72px, 16vw));
}
.visual__sub-catch {
  min-width: 12em;
  font-size: min(3.2rem, 7.1111111111vw);
  line-height: 1.5;
  letter-spacing: var(--letter-spacing-base);
  padding: 0.5em;
  outline-width: min(3px, 0.6666666667vw);
  outline-offset: max(-3px, -0.6666666667vw);
  border-radius: min(12px, 2.6666666667vw);
}

/*===============================================
  main#container
===============================================*/
#container {
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
}

/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-top: 1em;
}
.breadcrumb__list {
  width: 90%;
}
.breadcrumb__item {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.breadcrumb + .section {
  padding-top: min(120px, 26.6666666667vw);
}

/*===============================================
  main共通
===============================================*/
.section {
  padding: min(96px, 21.3333333333vw) 0;
}

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tel {
  align-items: flex-start;
  row-gap: 0.5em;
}
.com-tel-num {
  font-size: var(--font-size-h1);
}
.com-tel-num::before {
  width: 0.75em;
  margin-right: 10px;
}
.com-tel-num span {
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.com-tel-inner {
  font-size: var(--font-size-sm);
  row-gap: 0.5em;
}
.com-tel-time {
  line-height: 1;
  letter-spacing: var(--letter-spacing-base);
}
.com-tel .com-replace {
  font-size: 0.75em;
  height: 1em;
  margin-top: 0.25em;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 18em;
  max-width: 100%;
  height: clamp(56px, 16vw, 72px);
  font-size: var(--font-size-h6);
  line-height: 1.25;
  letter-spacing: var(--letter-spacing-base);
}
.com-btn:not([class*="--"])::after {
  width: 2em;
  right: 1em;
}
.com-btn--mail::before {
  width: 1.2em;
  margin-right: 0.5em;
}
.com-btn--window {
  font-size: var(--font-size-base);
}
.com-btn--window::after {
  width: 1em;
  margin-left: 0.5em;
}

/*テーブル
-----------------------------*/
.com-table tr th {
  font-weight: var(--font-weight-bold);
  padding: 0.75em 1em;
}
.com-table tr td {
  padding: 0.75em 1em;
  border-left: solid 2px var(--color-pink);
  border-right: solid 2px var(--color-pink);
}
.com-table tr:first-child th {
  border-radius: 0.5em 0.5em 0 0;
}
.com-table tr:last-child td {
  border-bottom: solid 2px var(--color-pink);
  border-radius: 0 0 0.5em 0.5em;
}

/*テキストボックス
-----------------------------*/
.com-text .mb {
  margin-bottom: 1em;
}
.com-text br {
  display: none;
}

/*画像 角丸
-----------------------------*/
.com-img img {
  border-radius: 1.5em;
}

/*背景パターン
-----------------------------*/
.com-bg--first::before {
  width: 115%;
  height: min(126px, 28vw);
  top: min(60px, 13.3333333333vw);
}
.com-bg--first:has(+ .com-bg--middle)::before {
  width: 120%;
  height: calc(100% - min(18px, 4vw));
  background-size: min(110px, 24.4444444444vw), min(126px, 28vw);
  left: 54%;
}
.com-bg--middle {
  padding: min(88px, 19.5555555556vw) 0;
}
.com-bg--middle::before {
  border-radius: 2.5em;
}
.com-bg--last::before {
  width: 105%;
  height: calc(100% - min(120px, 26.6666666667vw));
  background-size: min(60px, 13.3333333333vw), min(240px, 53.3333333333vw);
  left: 56%;
  top: max(-24px, -5.3333333333vw);
}

/*SB未記入テキスト
-----------------------------*/
.com-empty {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-title);
  padding: 2.5em 0;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  font-size: var(--font-size-h3);
  row-gap: 0.5em;
  margin-bottom: 1.5em;
}
.com-title01 .en {
  font-size: 0.75em;
  padding: 0 0.8333333333em;
}
.com-title01 .en::before, .com-title01 .en::after {
  width: 0.3333333333em;
}
.com-title01 .ja {
  line-height: var(--line-height-title);
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
  word-break: keep-all;
}
/*中タイトル
-----------------------------*/
.com-title02 {
  font-size: var(--font-size-h4);
  border-bottom-width: 4px;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.com-title02 > span {
  line-height: var(--line-height-title);
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
}

/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding: min(72px, 16vw) 0;
}
.com-contact::after {
  width: 96%;
  height: min(96px, 21.3333333333vw);
  top: max(-54px, -12vw);
}
.com-contact__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.5em;
  border-radius: 1em;
  row-gap: 1.5em;
}

/*このようなお悩みございませんか？
-----------------------------*/
.com-worries__list {
  padding: 1.5em;
  border-radius: 1em;
  outline-width: 2px;
  outline-offset: -2px;
}
.com-worries__list-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-top: min(36px, 8vw);
}
.com-worries__list-wrap::before {
  width: 100vw;
  height: calc(100% - min(45px, 10vw));
  top: 0;
}
.com-worries__list-wrap::after {
  margin-top: -0.75em;
  z-index: 1;
}
.com-worries--pc .com-worries__list-wrap::after {
  width: min(195px, 48.1481481481vw);
}
.com-worries--light .com-worries__list-wrap::after {
  width: min(240px, 59.2592592593vw);
}
.com-worries--farm .com-worries__list-wrap::after {
  width: min(180px, 44.4444444444vw);
}
.com-worries__item {
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.com-worries__item::before {
  width: 1em;
  height: calc(var(--line-height-base) * 1em);
}
.com-worries__text {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-title);
  -webkit-text-stroke-width: 0.25em;
  padding: 1em;
  border-radius: 15px;
  margin-top: 3.5em;
}
.com-worries__text::before {
  height: 3em;
  top: -2.5em;
}
.com-worries__text p {
  word-break: keep-all;
}
.com-worries__text .b {
  font-size: 1.25em;
}

/*作業内容
-----------------------------*/
.com-work__text {
  text-align: center;
  word-break: keep-all;
}
.com-work__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2em 1.5em;
  margin-top: 2em;
}
.com-work__item-image {
  margin-bottom: 1em;
}
.com-work__item-text {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.com-work__btn {
  margin: 2em auto 0;
}

/*作業実績
-----------------------------*/
.com-record:has(.com-record__item:nth-of-type(3))::before {
  width: 120%;
  height: calc(100% - min(150px, 33.3333333333vw));
  background-size: min(60px, 13.3333333333vw), min(240px, 53.3333333333vw), min(81px, 18vw);
}
.com-record__item {
  display: grid;
  padding: 1.5em;
  border-radius: 1.5em;
  margin-bottom: 2em;
}
.com-record__item-image {
  margin-bottom: 1em;
}
.com-record__btn {
  margin: 2em auto 0;
}

/*===============================================
  エントランスページ
===============================================*/
.entrance {
  height: clamp(430px, 140vw, 630px);
  min-height: calc(100dvh - clamp(130px, 34.8888888889vw, 157px));
  padding: min(90px, 20vw) 5% 0;
}
.entrance__links {
  height: 100%;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  row-gap: min(18px, 4vw);
}
.entrance__link {
  outline-width: min(6px, 1.3333333333vw);
  outline-offset: max(-6px, -1.3333333333vw);
  border-radius: min(24px, 5.3333333333vw);
}
.entrance__link::after {
  width: min(60px, 14.8148148148vw);
  border-top-left-radius: min(24px, 5.3333333333vw);
  z-index: 5;
}
.entrance__inner {
  width: 90%;
  border-radius: min(18px, 4.4444444444vw);
  row-gap: min(18px, 4vw);
  padding: 1.5em 1em;
}
.entrance__inner p {
  text-align: center;
  line-height: 1.25;
  letter-spacing: var(--letter-spacing-base);
  margin: -0.125em calc(var(--letter-spacing-base) * -1) -0.25em 0;
  word-break: keep-all;
}
.entrance__sub {
  font-size: var(--font-size-base);
}
.entrance__main {
  font-size: var(--font-size-h5);
}
.entrance__main .ruby span {
  font-size: 0.5em;
  line-height: 1;
  bottom: calc(100% - 0.5em);
}

/*===============================================
  トップページ
===============================================*/
/*このようなお悩みございませんか
-----------------------------*/
.top-worries::before {
  width: 112%;
  height: calc(100% - min(120px, 26.6666666667vw));
  background-size: 24%, 8%;
  left: 45%;
  top: min(45px, 10vw);
}
.top-worries::after {
  height: min(96px, 21.3333333333vw);
  bottom: max(-27px, -6vw);
  z-index: 6;
}
.top-worries__list::after {
  width: min(240px, 53.3333333333vw);
  margin: 0 auto;
  margin-top: 1em;
}
.top-worries__item {
  line-height: 1.5;
  padding: 1em 1em 1em 3.25em;
  background: #fff;
  box-shadow: 0 0 0 3px var(--color-purple) inset;
  border-radius: 1em;
  margin-bottom: 0.5em;
}
.top-worries__item:last-of-type {
  margin-bottom: 0;
}
.top-worries__item::before {
  width: 1em;
  height: 1.5em;
  left: 1.5em;
  top: 1em;
}

/*そんな時は、
就労継続支援B型事業所Linkに
お任せください！
-----------------------------*/
.top-about {
  padding-top: 0;
}
.top-about::before {
  height: calc(100% - min(90px, 20vw));
}
.top-about::after {
  display: none;
}
.top-about:has(.top-about__bottom-images) {
  padding-bottom: 0;
}
.top-about:has(.top-about__bottom-images)::after {
  height: calc(100% - min(120px, 26.6666666667vw));
}
.top-about__image {
  width: 100vw;
  margin-left: -5vw;
  margin-bottom: min(72px, 16vw);
}
.top-about__image::before {
  display: none;
}
.top-about__image img {
  aspect-ratio: 2/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about__title {
  margin-bottom: 1em;
}
.top-about__title .ruby span {
  font-size: 0.5em;
  bottom: calc(100% - 0.75em);
}
.top-about__btn {
  margin: 2em auto 0;
}
.top-about__bottom-images {
  display: grid;
  grid-template-columns: repeat(5, minmax(96px, 240px));
  justify-content: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  padding-top: min(72px, 16vw);
}
.top-about__bottom-image img {
  border-radius: min(24px, 5.3333333333vw);
}

/*Linkが選ばれる4つの理由
-----------------------------*/
.top-reason::before {
  width: 96%;
  height: min(96px, 21.3333333333vw);
  top: min(60px, 13.3333333333vw);
}
.top-reason::after {
  width: 120%;
  height: calc(100% - max(-150px, -33.3333333333vw));
  background-size: 18%, 20%;
  left: 52%;
  bottom: min(24px, 5.3333333333vw);
}
.top-reason__title .ja:has(.num) {
  margin: 0 calc(var(--letter-spacing-base) * -1) 0 0 !important;
}
.top-reason__title .num {
  font-size: 1.25em;
  width: 1.33334em;
  line-height: 1.2334;
  padding-bottom: 0.1em;
  border-radius: 50%;
  margin: 0 0.125em;
}
.top-reason__title .br {
  display: inline-block;
}
.top-reason__item {
  margin-bottom: 3em;
}
.top-reason__item:last-of-type {
  margin-bottom: 0;
}
.top-reason__item::before {
  width: 4.5em;
  font-size: 3em;
  margin: -0.22em auto -0.5em;
  position: relative;
  z-index: 1;
}
.top-reason__item-icon {
  width: min(210px, 46.6666666667vw);
  margin: 0 auto;
}
.top-reason__item-icon::after {
  width: 60%;
  -webkit-mask-position: center top !important;
          mask-position: center top !important;
  top: 20%;
}
.top-reason__item-title {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-title);
  padding: 0.5em 1em;
  outline-width: 3px;
  outline-offset: -3px;
  margin: -1.5em 0 0.5em;
}
.top-reason__btn {
  margin: 2em auto 0;
}

/*作業内容
-----------------------------*/
.top-works::after {
  width: 96%;
  height: calc(100% + min(84px, 18.6666666667vw));
  background-size: 12%, 20%;
  top: max(-24px, -5.3333333333vw);
  left: 48%;
}
.top-works__link {
  display: grid;
  grid-template-columns: min(135px, 30vw) 1fr;
  -moz-column-gap: min(30px, 6.6666666667vw);
       column-gap: min(30px, 6.6666666667vw);
  outline-width: min(3px, 0.6666666667vw);
  outline-offset: max(-3px, -0.6666666667vw);
  border-radius: 1em;
  margin-bottom: 1em;
}
.top-works__link:last-of-type {
  margin-bottom: 0;
}
.top-works__link::after {
  width: min(60px, 13.3333333333vw);
  height: 100%;
  aspect-ratio: inherit;
}
.top-works__image img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-works__text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--font-size-h5);
}

/*リンクセクション
-----------------------------*/
.top-bnr::before {
  width: 91.09375%;
  height: calc(100% - clamp(60px, 20vw, 90px));
  background-size: auto, 17.439%;
  left: calc(50% - clamp(102px, 34vw, 153px));
  bottom: clamp(-78px, -17.3333333333vw, -52px);
}
.top-bnr__link {
  width: calc(100% - min(24px, 5.3333333333vw));
  display: grid;
  grid-template-columns: min(135px, 30vw) 1fr;
  margin-bottom: 1em;
}
.top-bnr__link:last-of-type {
  margin-bottom: 0;
}
.top-bnr__link::before {
  aspect-ratio: 1;
  border-radius: 1em 0 0 1em;
}
.top-bnr__link::after {
  width: min(48px, 10.6666666667vw);
  position: absolute;
  top: calc(50% - min(24px, 5.3333333333vw));
  right: max(-24px, -5.3333333333vw);
}
.top-bnr__text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--font-size-h5);
  padding: 0 1em;
  border-radius: 0 1em 1em 0;
}

/*お知らせ
-----------------------------*/
.top-news::before {
  width: 120%;
  height: min(180px, 40vw);
  top: max(-48px, -10.6666666667vw);
}
.top-news::after {
  width: 90%;
  height: min(6px, 1.3333333333vw);
  border-top: dotted min(6px, 1.3333333333vw) var(--color-lavender);
}
.top-news__item {
  margin-bottom: 1.25em;
}
.top-news__item-link {
  grid-template-columns: 6em 1fr;
  row-gap: 0.5em;
  padding: 1.25em;
  border-radius: 15px;
}
.top-news__item-date {
  font-size: var(--font-size-sm);
  line-height: 1.5;
}
.top-news__item-tags {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
  gap: 0.5em;
}
.top-news__item-tag {
  padding: 0 0.5em;
  border-radius: 0.5em;
}
.top-news__item-tag::before {
  width: 0.75em;
  margin-right: 5px;
}
.top-news__btn {
  margin: 2em auto 0;
}

/*===============================================
  Linkについて
===============================================*/
/*代表挨拶
-----------------------------*/
.about-greeting__image {
  margin-bottom: 2em;
}
.about-greeting__image img {
  aspect-ratio: 1.5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-greeting__image::before {
  display: none;
}
.about-greeting__image::after {
  border-radius: 2em;
  left: 2em;
  transform: rotate(6.26deg);
}
.about-greeting__text .name {
  font-size: var(--font-size-h6);
  margin-top: 0.5em;
}
.about-greeting__text .name span {
  margin-right: 1em;
}

/*企業理念
-----------------------------*/
.about-policy__box-title {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-title);
  padding: 0.5em 1em;
  border-radius: 0.5em;
  margin-bottom: 1.25em;
  word-break: keep-all;
}
.about-policy__list {
  padding-top: 2.5em;
}
.about-policy__list-title {
  text-align: left;
  font-size: var(--font-size-h5);
  line-height: var(--line-height-title);
  padding: 0.75em 1.5em;
  border-radius: min(15px, 3.3333333333vw) min(15px, 3.3333333333vw) 0 0;
}
.about-policy__list-text {
  font-size: var(--font-size-sm);
  border: dashed 3px var(--color-purple);
  border-top: none;
  border-radius: 0 0 min(15px, 3.3333333333vw) min(15px, 3.3333333333vw);
  padding: 1.25em 1.875em;
  margin-bottom: 2em;
}
.about-policy__text {
  text-align: center;
  font-size: var(--font-size-h6);
  line-height: var(--line-height-title);
  padding: 2.5em 0 1em;
  border-bottom-width: min(6px, 1.3333333333vw);
  word-break: keep-all;
}

/*就労支援とは？
-----------------------------*/
.about-support__image {
  margin-top: 1.5em;
}
.about-support__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-support__box {
  padding-top: 4em;
}
.about-support__box-text {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.about-support__box-image {
  margin-top: 1.25em;
}
.about-support__box-image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===============================================
  お仕事依頼
===============================================*/
/*作業内容　一覧
-----------------------------*/
.order-list__item {
  display: grid;
  grid-template: "image title" auto "image text" 1fr "btn btn" auto/min(120px, 26.6666666667vw) 1fr;
  gap: 0.5em 1em;
  margin-bottom: 3em;
}
.order-list__item:last-of-type {
  margin-bottom: 0;
}
.order-list__item-image {
  grid-area: image;
}
.order-list__item-image img {
  border-radius: 1em;
}
.order-list__item-title {
  align-items: flex-start;
  margin-bottom: 0;
  grid-area: title;
}
.order-list__item-text {
  grid-area: text;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.order-list__item-btn:not([class*="--"]) {
  grid-area: btn;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  font-size: var(--font-size-base);
  line-height: 1.5;
  background: none;
  border-radius: 0;
  color: var(--color-purple);
  padding: 0 0.5em 0.5em;
  border-bottom: solid 2px var(--color-purple);
  margin-top: 0.5em;
  margin-left: auto;
}
.order-list__item-btn:not([class*="--"])::after {
  width: 0.75em;
  -webkit-mask: url(../img/common/arrow_link.png) no-repeat center/contain;
          mask: url(../img/common/arrow_link.png) no-repeat center/contain;
  background: var(--color-purple);
  position: relative;
  right: inherit;
  margin-left: 1em;
}

/*Linkが選ばれる4つの理由
-----------------------------*/
.order-reason__title .ja:has(.num) {
  margin: 0 calc(var(--letter-spacing-base) * -1) 0 0 !important;
}
.order-reason__title .num {
  font-size: 1.25em;
  width: 1.33334em;
  line-height: 1.2334;
  padding-bottom: 0.1em;
  border-radius: 50%;
  margin: 0 0.125em;
}
.order-reason__title .br {
  display: inline-block;
}
.order-reason__item {
  border-radius: 1.5em;
  outline-width: 3px;
  outline-offset: -3px;
  padding: 1.5em;
  margin-bottom: 2em;
}
.order-reason__item-icon {
  width: min(180px, 40vw);
  margin: 0 auto 1em;
}
.order-reason__item-icon::after {
  width: 72%;
}

/*ご依頼の流れ
-----------------------------*/
.order-flow__item {
  border-radius: 1em;
  padding: 1.5em;
  margin-top: 1.888889em;
  margin-bottom: 5em;
}
.order-flow__item::before {
  width: 5em;
  font-size: var(--font-size-h6);
  line-height: var(--line-height-title);
  padding: 2px 0;
  border-radius: 0.25em 0.25em 0 0;
  position: absolute;
  left: 0;
  bottom: 100%;
}
.order-flow__item::after {
  content: "";
  width: 100%;
  height: 3.5em;
  background: url(../img/common/arrow_worries.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: calc(100% - 0.25em);
  z-index: 1;
}
.order-flow__item:last-of-type {
  margin-bottom: 0;
}
.order-flow__item:last-of-type::after {
  display: none;
}
.order-flow__item-icon {
  width: min(120px, 26.6666666667vw);
  margin: 0 auto 1em;
}
.order-flow__item-title {
  margin-bottom: 1em;
}
.order-flow__item-text {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}

/*===============================================
  作業実績
===============================================*/
/*作業実績　一覧
-----------------------------*/
.works-list__item {
  border-radius: 1.5em;
  padding: 1.5em;
  margin-bottom: 2em;
}
.works-list__item-title {
  font-size: var(--font-size-h4);
  padding: 0.5em 1em;
  margin-bottom: 1em;
  border-radius: 0.5em;
}
.works-list__item-title > span {
  line-height: var(--line-height-title);
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.works-list__item-tags {
  gap: 0.5em;
  margin-bottom: 1em;
}
.works-list__item-tag {
  font-size: var(--font-size-sm);
  line-height: 1.5;
  padding: 0.5em 1em 0.5em 0.75em;
  border-radius: 0.5em;
}
.works-list__item-tag::before {
  width: 1em;
  margin-right: 0.5em;
}
.works-list__item-image {
  margin-top: 1.5em;
}

/*===============================================
  お客様の声
===============================================*/
/*お客様の声　一覧
-----------------------------*/
.voice-list__item {
  border-radius: 1.5em;
  padding: 1.5em;
  margin-bottom: 2em;
}
.voice-list__item-title {
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 1.25em;
}
.voice-list__item-title > span {
  font-size: var(--font-size-h4);
  letter-spacing: var(--letter-spacing-base);
}
.voice-list__item-title .label {
  width: 5em;
  font-size: var(--font-size-base);
  line-height: 2;
  border-radius: 0.25em;
}
.voice-list__item-title .txt {
  line-height: var(--line-height-title);
}
.voice-list__item-heading {
  font-size: var(--font-size-h6);
}
.voice-list__item-image {
  margin-top: 1.5em;
}

/*===============================================
  よくある質問
===============================================*/
/*よくある質問　一覧
-----------------------------*/
.faq-list__item {
  border-radius: 1em;
  padding: 2em 1.5em;
  margin-bottom: 2em;
}
.faq-list__item-title {
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
}
.faq-list__item-title::before {
  font-size: clamp(30px, 8vw, 36px);
  margin-top: -0.05em;
}
.faq-list__item-title > span {
  line-height: 1.5;
  width: calc(100% - clamp(38px, 10vw, 45px));
}
.faq-list__item-text {
  width: calc(100% - clamp(38px, 10vw, 45px));
}
.faq-list__item-text-wrap::before {
  font-size: clamp(30px, 8vw, 36px);
  margin-top: -0.05em;
}

/*===============================================
  会社案内
===============================================*/
/*会社情報
-----------------------------*/
.company-info::before {
  width: 105%;
  height: calc(100% - min(60px, 13.3333333333vw));
  background-size: 12%, 26%;
  top: min(90px, 20vw);
  left: 56%;
}
.company-info__table td .com-replace {
  font-size: 1em;
  height: var(--font-size-xs);
  vertical-align: baseline;
}
.company-info__map {
  height: min(360px, 80vw);
  border-radius: 2em;
  margin-top: 2.5em;
}

/*Linkギャラリー
-----------------------------*/
.company-gallery::before {
  width: 98.959%;
  max-width: 1900px;
  height: calc(100% - clamp(86px, 28.6666666667vw, 129px));
  min-height: clamp(260px, 86.6666666667vw, 390px);
  background-size: 21.737%, 9.4211%;
  left: calc(50% - clamp(88px, 29.3333333333vw, 132px));
  top: clamp(30px, 10vw, 45px);
}
.company-gallery::after {
  width: 90%;
  height: min(6px, 1.3333333333vw);
  border-top: dotted min(6px, 1.3333333333vw) var(--color-lavender);
}
.company-gallery__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
  gap: 1em;
}

/*==================================================
 ニュース一覧
================================================== */
.news-archive__title {
  margin-bottom: 1em;
}
.news-archive__item {
  margin-bottom: 1.25em;
}
.news-archive__item-link {
  padding: 1.25em;
  border-radius: 15px;
}
.news-archive__item-link:has(.news-archive__item-image) {
  grid-template-columns: min(120px, 26.6666666667vw) 1fr;
  -moz-column-gap: min(15px, 3.3333333333vw);
       column-gap: min(15px, 3.3333333333vw);
  align-items: center;
}
.news-archive__item-image img {
  border-radius: 1em;
}
.news-archive__item-inner {
  font-size: var(--font-size-sm);
  line-height: 1.5;
  grid-template-columns: 6em 1fr;
  row-gap: 0.5em;
}
.news-archive__item-tags {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
  gap: 0.5em;
}
.news-archive__item-tag {
  padding: 0 0.5em;
  border-radius: 0.5em;
}
.news-archive__item-tag::before {
  width: 0.75em;
  margin-right: 5px;
}
/*タグリスト
-----------------------------*/
.tag-select {
  margin-bottom: 40px;
}
.tag-select__box {
  min-width: 160px;
}
.tag-select__box::after {
  right: 12px;
}
.tag-select__dropdown {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  padding: 1em 2.5em 1em 1em;
}

/*==================================================
 ニュース詳細
================================================== */
.news-detail__post {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  margin-bottom: 1em;
}
/*==================================================
 お問い合わせ
================================================== */
.contact-form__table {
  margin-bottom: 40px;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  margin-left: 0.25em;
}
.contact-form__table tr td select,
.contact-form__table tr td textarea,
.contact-form__table tr td input[type=tel],
.contact-form__table tr td input[type=num],
.contact-form__table tr td input[type=text],
.contact-form__table tr td input[type=email],
.contact-form__table tr td input[type=url] {
  font-size: 1em;
  line-height: 1.5;
  padding: 0.5em 0.75em;
}
.contact-form__table tr td input.p-postal-code {
  width: 5em;
}
.contact-form .contact-submits-wrap {
  padding-top: 16px;
}
.contact-form .contact-submits-wrap > * {
  width: 18em;
  max-width: 100%;
  height: clamp(50px, 13.3333333333vw, 60px);
  margin: 0 auto 20px;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*==================================================
 お問い合わせ完了
================================================== */
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  margin-bottom: 2.5em;
}
.privacy-policy__box-title {
  font-size: var(--font-size-h5);
}

/*==================================================
 サイトマップ
================================================== */
.sitemap-list__link, .sitemap-list__sub-link {
  padding: 1em;
}
.sitemap-list__dropdown-item {
  border-top: dashed 2px var(--color-lavender);
  margin-left: 1.5em;
}
.sitemap-list__dropdown-item:first-of-type {
  padding-left: 1.5em;
  margin-left: 0;
}
.sitemap-list__dropdown-link {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  padding: 1em;
}
.sitemap-list__dropdown-link::before {
  content: "-";
  color: var(--color-purple);
  margin-right: 1em;
}

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