@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;
  }
}
/*===============================================
  切り替え用
===============================================*/
.pc-none {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  font-size: var(--font-size-base);
  padding-top: 3em;
}
.pagenation li {
  width: 36px;
  line-height: 40px;
  margin: 5px 4px 0;
}

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

/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1200px;
}
#wrapper:has(.entrance)::before {
  width: 44.636%;
  background-size: min(386px, 45.041%);
}
#wrapper:has(.entrance)::after {
  width: 8.69892%;
  max-width: 167px;
  background-size: 100%;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: min(88px, 4.53125%);
}
#header .header__logo {
  width: clamp(203px, 15.1041666667vw, 290px);
  aspect-ratio: 29/18;
  border-bottom-right-radius: clamp(28px, 2.0833333333vw, 40px);
}
#header .header__logo img {
  width: 66.207%;
}
#header .header__right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  row-gap: clamp(15px, 1.0416666667vw, 20px);
}
#header .header__other {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#header .header__tel {
  flex-direction: row;
  align-items: center;
}
#header .header__tel .com-tel-num {
  font-size: clamp(2.8rem, 1.8229166667vw, 3.5rem);
}
#header .header__tel .com-tel-num::before {
  width: 0.85715em;
}
#header .header__tel .com-tel-inner {
  font-size: clamp(1rem, 0.625vw, 1.2rem);
}
#header .header__tel .com-tel-time {
  font-size: clamp(1.2rem, 0.7291666667vw, 1.4rem);
}
#header .header__btn {
  width: 190px;
  height: 50px;
  font-size: 1.7rem;
}
#header .header__btn::before {
  width: 19px;
  margin-right: 9px;
}
#header.header--entrance .header__inner > *:not(.header__logo) {
  height: clamp(80px, 6.0416666667vw, 116px);
}
#header.header--other .header__inner > *:not(.header__logo) {
  height: clamp(120px, 7.8125vw, 150px);
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 124px 0 92px;
}
#footer::before {
  border-top-left-radius: clamp(54px, 4.1666666667vw, 80px);
  border-top-right-radius: clamp(54px, 4.1666666667vw, 80px);
}
#footer::after {
  width: 122.8125%;
  max-width: 2358px;
  min-width: 1680px;
  background-size: clamp(360px, 28.125vw, 540px);
}
#footer .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1080px;
}
#footer .footer__other {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 38px;
}
#footer .footer__logo {
  margin-bottom: 10px;
}
#footer .footer__logo img {
  width: 210px;
  aspect-ratio: 210/133;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__info {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  margin: var(--margin-height-sm) 0;
}
#footer .footer__btn {
  width: 287px;
  height: 65px;
}
#footer .footer__other {
  padding-bottom: 50px;
}
#footer .copy {
  width: 1080px;
  font-size: var(--font-size-xxs);
  line-height: var(--line-height-min);
  padding: 0;
  margin: 0 auto;
}
#footer .copy p {
  margin: -0.5em 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  -moz-column-gap: 60px;
       column-gap: 60px;
  width: 50%;
  font-size: var(--font-size-base);
  font-family: var(--font-family-maru);
  padding-top: 128px;
}
.footer-nav__list, .footer-nav__sub-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 250px;
  gap: 25px 60px;
}
.footer-nav__list {
  width: calc(100% - 240px);
}
.footer-nav__link, .footer-nav__text, .footer-nav__sub-link {
  line-height: 1.5;
  margin: -0.25em 0;
}
.footer-nav__dropdown-list {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  margin: calc(20px + var(--margin-height-sm)) 0 var(--margin-height-sm);
}
.footer-nav__dropdown-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-nav__dropdown-item::before {
  content: "-";
  color: var(--color-purple);
  margin-right: 0.25em;
}

/*コピーライト
-----------------------------*/
.copy {
  font-size: clamp(1rem, 0.78125vw, 1.5rem);
  padding: 1.5em 0;
}
.copy p {
  font-size: 1em;
}

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

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

/*===============================================
  visual
===============================================*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  height: clamp(620px, 48.4375vw, 930px);
  padding-top: clamp(110px, 8.3333333333vw, 160px);
}
.visual__main::before {
  width: clamp(1050px, 74.584%, 1432px);
  height: 94.624%;
  background-size: min(460px, 32.123%);
  right: max(50% - 1028px, -3.542%);
  bottom: 0;
}
.visual__main-box {
  width: clamp(524px, 40.9375vw, 786px);
  padding-left: clamp(48px, 3.75vw, 72px);
  margin-left: max(50% - 960px, 0px);
  row-gap: clamp(8px, 0.625vw, 12px);
}
.visual__main-box::before {
  width: clamp(24px, 1.8229166667vw, 35px);
  border-radius: clamp(7px, 0.5208333333vw, 10px);
  left: clamp(-10px, -0.5208333333vw, -7px);
}
.visual__main-catch img {
  height: clamp(117px, 9.1666666667vw, 176px);
}
.visual__main-list {
  padding: 0 7px clamp(20px, 1.5625vw, 30px);
  -moz-column-gap: clamp(20px, 1.5625vw, 30px);
       column-gap: clamp(20px, 1.5625vw, 30px);
}
.visual__main-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(88px, 6.7708333333vw, 130px);
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: clamp(2rem, 1.4583333333vw, 2.8rem);
  letter-spacing: var(--letter-spacing-base);
}
.visual__main-sub {
  font-size: clamp(1.4rem, 1.0416666667vw, 2rem);
  letter-spacing: var(--letter-spacing-base);
  line-height: 1.4;
  margin: -0.2em 0;
}
.visual__main #slideshow {
  width: clamp(630px, 48.9583333333vw, 940px);
  aspect-ratio: 94/67;
  top: clamp(120px, 7.8125vw, 150px);
  left: max(50% - 105px, 44.53125%);
}
.visual__main #slideshow .bx-wrapper {
  border-radius: clamp(40px, 3.125vw, 60px);
  overflow: hidden;
}
.visual__main #slideshow::before {
  height: auto;
  aspect-ratio: 94/70;
  border-radius: clamp(40px, 3.125vw, 60px);
  right: -3.192%;
  top: 1.3433%;
  transform: rotate(1.42deg);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(540px, 32.292vw + clamp(120px, 7.8125vw, 150px), 770px);
  padding-top: clamp(120px, 7.8125vw, 150px);
}
.visual__sub::before {
  width: 107.917%;
  max-width: 2072px;
  height: calc(100% - clamp(35px, 2.7083333333vw, 52px) - 20px);
  background-size: 17.568%;
  top: 20px;
}
.visual__sub::after {
  width: calc(100% - 100px);
  max-width: 1750px;
  height: calc(100% - clamp(120px, 7.8125vw, 150px));
  border-radius: clamp(40px, 3.125vw, 60px);
}
.visual__sub-catch {
  min-width: 15em;
  font-size: clamp(3.2rem, 2.5vw, 4.8rem);
  line-height: 1.5;
  letter-spacing: var(--letter-spacing-base);
  padding: 19px 1em;
  outline-width: 4px;
  outline-offset: -4px;
  border-radius: clamp(12px, 0.78125vw, 15px);
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-family: var(--font-family-maru);
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
  margin: -0.5em 0;
}
.gnav__item {
  line-height: 2;
  margin-right: 2em;
  position: relative;
}
.gnav__item:last-of-type {
  margin-right: 0;
}
.gnav__item:has(.gnav__dropdown-list):hover .gnav__dropdown-list {
  max-height: 6.5em;
  padding: 0.625em 1em;
}
.gnav__link {
  display: block;
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
  cursor: pointer;
}
.gnav__link:not(p):hover, .gnav__link:not(p)[aria-current=page] {
  color: var(--color-purple);
}
.gnav__dropdown-list {
  max-height: 0;
  font-size: max(1.4rem, 0.8em);
  padding: 0 1em;
  background: var(--btn-purple);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.56s ease-out;
  position: absolute;
  top: 100%;
  left: 0;
}
.gnav__dropdown-item {
  line-height: 1.75;
  white-space: nowrap;
}
.gnav__dropdown-item::before {
  content: "-";
  color: var(--color-purple);
  margin-right: 0.25em;
}
.gnav__dropdown-link:hover, .gnav__dropdown-link[aria-current=page] {
  color: var(--color-purple);
}

/*===============================================
  main#container
===============================================*/
#container {
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
}
#container:has(.com-contact) + #footer {
  padding-top: 103px;
}
#container:has(.com-contact) + #footer::before {
  height: calc(100% + 191px);
}

/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  height: 70px;
}
.breadcrumb__list {
  width: 1080px;
}
.breadcrumb__item {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  letter-spacing: var(--letter-spacing-base);
}
.breadcrumb__item::after {
  margin: 0 1em;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding: clamp(120px, 7.8125vw, 150px) 0;
}

.inbox {
  width: 1080px;
}

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

/*ボタン
-----------------------------*/
.com-btn {
  font-size: var(--font-size-btn);
  line-height: 1.25;
  letter-spacing: var(--letter-spacing-base);
}
.com-btn:not([class*="--"])::after {
  width: 50px;
  right: 20px;
}
.com-btn--mail {
  font-size: 2.2rem;
}
.com-btn--mail::before {
  width: 26px;
  margin-right: 13px;
}
.com-btn--window {
  font-size: var(--font-size-sm);
}
.com-btn--window::after {
  width: calc(1em + 1px);
  margin-left: 10px;
}

/*テーブル
-----------------------------*/
.com-table table {
  border-collapse: separate;
}
.com-table tr th {
  font-size: var(--font-size-gl);
  line-height: 1.7;
  padding: 21px 50px;
  border-bottom: solid 2px #fff;
}
.com-table tr td {
  padding: 21px 50px;
  border-right: solid 2px var(--color-pink);
  border-bottom: solid 2px var(--color-pink);
}
.com-table tr:first-child th {
  border-top: solid 2px var(--color-pink);
  border-top-left-radius: 10px;
}
.com-table tr:first-child td {
  border-top: solid 2px var(--color-pink);
  border-top-right-radius: 10px;
}
.com-table tr:last-child th {
  border-bottom-color: var(--color-pink);
  border-bottom-left-radius: 10px;
}
.com-table tr:last-child td {
  border-bottom-right-radius: 10px;
}

/*テキストボックス
-----------------------------*/
.com-text {
  margin: var(--margin-height-base) 0;
}
.com-text p {
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.com-text .mb {
  margin-bottom: calc(var(--line-height-base) * 1em);
}

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

/*背景パターン
-----------------------------*/
.com-bg--first::before {
  width: 106.875%;
  max-width: 2052px;
  height: clamp(235px, 18.3333333333vw, 352px);
  top: clamp(100px, 7.8125vw, 150px);
}
.com-bg--first:has(+ .com-bg--middle)::before {
  width: 114.6875%;
  max-width: 2202px;
  height: calc(100% - clamp(18px, 1.40625vw, 27px));
  min-height: clamp(304px, 23.75vw, 456px);
  background-size: 13.8511%, 22.2071%;
  left: calc(50% - clamp(50px, 3.90625vw, 75px));
  top: clamp(94px, 7.34375vw, 141px);
}
.com-bg--middle {
  padding: clamp(115px, 7.2916666667vw, 140px) 0;
}
.com-bg--middle::before {
  border-radius: clamp(68px, 5.2083333333vw, 100px);
}
.com-bg--last::before {
  width: 105.9375%;
  min-width: 1500px;
  max-width: 2034px;
  height: calc(100% - clamp(40px, 3.125vw, 60px));
  min-height: clamp(380px, 29.6875vw, 570px);
  background-size: clamp(108px, 8.3854166667vw, 161px), clamp(432px, 33.75vw, 648px);
  left: calc(50% + clamp(180px, 14.0625vw, 270px));
  top: clamp(-60px, -3.125vw, -40px);
}

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

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 27px;
  margin-bottom: 60px;
}
.com-title01 .en {
  font-size: var(--font-size-xl);
  padding: 0 calc(0.6em + 7px);
  margin: -0.2em 0 -0.04em;
}
.com-title01 .en::before, .com-title01 .en::after {
  width: 7px;
}
.com-title01 .en + .ja {
  margin-top: var(--margin-height-xxxl);
}
.com-title01 .en + .ja--mid {
  margin-top: -0.2143em;
}
.com-title01 .ja {
  font-size: var(--font-size-xxxl);
  line-height: var(--line-height-xxxl);
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.com-title01 .ja:first-child {
  margin-top: var(--margin-height-xxxl);
}
.com-title01 .ja:last-child {
  margin-bottom: var(--margin-height-xxxl);
}
.com-title01 .ja--mid {
  font-size: 4.2rem;
  line-height: 1.4286;
}
.com-title01 .ja--mid:first-child {
  margin-top: -0.2143em;
}
.com-title01 .ja--mid:last-child {
  margin-bottom: -0.2143em;
}

/*中タイトル
-----------------------------*/
.com-title02 {
  font-size: var(--font-size-xxl);
  border-bottom-width: 4px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.com-title02 > span {
  line-height: var(--line-height-xxl);
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.com-title02 > span:first-child {
  margin-top: var(--margin-height-xxl);
}
.com-title02 > span:last-child {
  margin-bottom: var(--margin-height-xxl);
}

/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding: clamp(90px, 6.7708333333vw, 130px) 0;
}
.com-contact::before {
  width: calc(100% - 80px);
  max-width: 1750px;
  border-radius: clamp(40px, 3.125vw, 60px);
}
.com-contact::after {
  width: calc(100% - 120px);
  max-width: 1542px;
  height: clamp(180px, 13.2291666667vw, 254px);
  top: clamp(-198px, -10.3125vw, -132px);
}
.com-contact__box {
  width: 1000px;
}
.com-contact__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 33px 40px 32px;
  border-radius: 18px;
  -moz-column-gap: 90px;
       column-gap: 90px;
}
.com-contact__inner:has(.com-contact__mail) {
  padding-left: 80px;
  position: relative;
  z-index: 0;
}
.com-contact__inner:has(.com-contact__mail)::before {
  content: "";
  width: 6px;
  height: calc(100% - 70px);
  border-left: dotted 6px var(--color-lavender);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.com-contact__tel {
  width: 380px;
}
.com-contact__mail {
  width: 380px;
  height: 95px;
}

/*このようなお悩みございませんか？
-----------------------------*/
.com-worries__list {
  max-width: 75%;
  padding: 45px;
  border-radius: 27px;
  outline-width: 2px;
  outline-offset: -2px;
}
.com-worries__list-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.com-worries__list-wrap::before {
  width: calc(100vw - 60px);
  min-width: 1140px;
  max-width: 1200px;
  border-radius: 35px;
}
.com-worries__list-wrap::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.com-worries--pc .com-worries__list-wrap {
  padding: 95px 15px;
}
.com-worries--pc .com-worries__list-wrap::after {
  width: 349px;
  left: 20px;
}
.com-worries--light .com-worries__list-wrap {
  padding: 95px 13px;
}
.com-worries--light .com-worries__list-wrap::after {
  width: 452px;
  left: 17px;
}
.com-worries--farm .com-worries__list-wrap {
  padding: 95px 29px;
}
.com-worries--farm .com-worries__list-wrap::after {
  width: 334px;
  left: 38px;
}
.com-worries__item {
  font-size: var(--font-size-gl);
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.com-worries__item::before {
  width: 21px;
  height: 21px;
}
.com-worries__item > span {
  line-height: 1.4;
  margin: -0.2em 0;
}
.com-worries__text {
  font-size: 4.4rem;
  line-height: 1;
  -webkit-text-stroke-width: 10px;
  padding: 33px 60px;
  border-radius: 15px;
  margin-top: 69px;
}
.com-worries__text::before {
  height: 117px;
  top: -94px;
}
.com-worries__text .b {
  font-size: 5.4rem;
}

/*作業内容
-----------------------------*/
.com-work__title {
  margin-bottom: 50px;
}
.com-work__text {
  text-align: center;
}
.com-work__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 80px;
  margin-top: 50px;
}
.com-work__item-image {
  margin-bottom: 40px;
}
.com-work__item-title {
  font-size: 3.4rem;
}
.com-work__item-text p {
  display: inline;
}
.com-work__btn {
  width: 400px;
  height: 80px;
  margin: 60px auto 0;
}

/*作業実績
-----------------------------*/
.com-record::before {
  max-height: 1100px;
}
.com-record:has(.com-record__item:nth-of-type(3))::before {
  width: 121.25%;
  max-width: 2328px;
  max-height: 1350px;
  background-size: 6.916%, 27.8351%, 13.102%;
  left: calc(50% + clamp(82px, 6.40625vw, 123px));
}
.com-record__item {
  display: grid;
  align-items: flex-start;
  grid-template: "image title" auto "image text" 1fr/440px 1fr;
  -moz-column-gap: 55px;
       column-gap: 55px;
  padding: 60px 65px;
  border-radius: 35px;
  margin-bottom: 50px;
}
.com-record__item-image {
  grid-area: image;
}
.com-record__item-title {
  grid-area: title;
}
.com-record__item-text {
  grid-area: text;
  margin: var(--margin-height-base) 0;
}
.com-record__btn {
  width: 400px;
  height: 80px;
  margin: 70px auto 0;
}

/*===============================================
  エントランスページ
===============================================*/
.entrance {
  height: clamp(570px, 44.53125vw, 855px);
  min-height: calc(100vh - clamp(50px, 3.90625vw, 75px));
  padding: clamp(80px, 6.0416666667vw, 116px) clamp(40px, 3.125vw, 60px) 0;
}
.entrance__links {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.entrance__link {
  outline-width: clamp(6px, 0.4166666667vw, 8px);
  outline-offset: clamp(-8px, -0.4166666667vw, -6px);
  border-radius: clamp(35px, 2.6041666667vw, 50px);
}
.entrance__link::after {
  width: 17.0455%;
  border-top-left-radius: clamp(35px, 2.6041666667vw, 50px);
}
.entrance__inner {
  width: 90%;
  max-width: 750px;
  aspect-ratio: 75/16;
  border-radius: 100vh;
  row-gap: clamp(10px, 0.78125vw, 15px);
  padding-bottom: clamp(6px, 0.46875vw, 9px);
}
.entrance__inner p {
  line-height: 1.5;
  letter-spacing: var(--letter-spacing-base);
  margin: -0.25em calc(var(--letter-spacing-base) * -1) -0.25em 0;
}
.entrance__sub {
  font-size: clamp(2rem, 1.5625vw, 3rem);
}
.entrance__main {
  font-size: clamp(2.4rem, 1.875vw, 3.6rem);
}
.entrance__main .ruby span {
  font-size: 0.444445em;
  line-height: 1;
  bottom: calc(100% - 0.5625em);
}

/*===============================================
  トップページ
===============================================*/
/*このようなお悩みございませんか
-----------------------------*/
.top-worries {
  min-height: 550px;
}
.top-worries::before {
  width: 112.1875%;
  max-width: 2154px;
  height: 550px;
  background-position: left top, right top 31px;
  background-size: 30.084%, 2.786%;
  left: calc(50% - clamp(156px, 12.1875vw, 234px));
  top: 0;
}
.top-worries::after {
  height: 150px;
  bottom: -63px;
}
.top-worries__title {
  margin-bottom: 50px;
}
.top-worries__title .ki {
  display: inline-block;
  transform: rotate(14.92deg);
}
.top-worries__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 20px;
  min-height: 400px;
  padding: 0 70px 0 370px;
}
.top-worries__list::after {
  width: 400px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.top-worries__item {
  width: 100%;
  font-size: var(--font-size-gl);
  line-height: 1.5;
  padding: 20px 20px 20px 55px;
  background: #fff;
  box-shadow: 0 0 0 3px var(--color-purple) inset;
  border-radius: 100vh;
}
.top-worries__item::before {
  width: 21px;
  height: 1.5em;
  left: 26px;
  top: 20px;
}
.top-worries__item:nth-of-type(2n) {
  transform: translateX(70px);
}

/*そんな時は、
就労継続支援B型事業所Linkに
お任せください！
-----------------------------*/
.top-about {
  padding-top: clamp(120px, 8.3333333333vw, 160px);
}
.top-about::before {
  height: calc(100% - clamp(110px, 8.59375vw, 165px));
  border-radius: 100px 100px 0 0;
}
.top-about::after {
  width: 37.8125%;
  max-width: 725px;
  height: calc(100% + clamp(30px, 2.34375vw, 45px));
  background-size: 39.8621%, 60%;
  top: clamp(-162px, -8.4375vw, -108px);
  right: max(50% - 1178px, -11.40625%);
}
.top-about:has(.top-about__bottom-images) {
  padding-bottom: 0;
}
.top-about:has(.top-about__bottom-images)::after {
  height: calc(100% - clamp(200px, 15.625vw, 300px));
}
.top-about__inner {
  min-height: 848px;
  padding-left: 480px;
  position: relative;
}
.top-about__image {
  width: calc(50vw - 180px);
  min-width: 420px;
  max-width: 600px;
  position: absolute;
  right: calc(50% + 150px);
  top: 0;
}
.top-about__image::before {
  left: -66px;
  bottom: -24px;
  border-radius: 50px;
  transform: rotate(-5.65deg);
}
.top-about__image img {
  height: 848px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
.top-about__title {
  align-items: flex-start;
  text-align: left;
}
.top-about__title .ruby span {
  font-size: var(--font-size-base);
  bottom: calc(100% - 5px);
}
.top-about__text {
  line-height: 1.94445em;
  margin: -0.472225em 0;
}
.top-about__text .mb {
  margin-bottom: 1.77778em;
}
.top-about__btn {
  height: 85px;
  margin-top: 60px;
}
.top-about__bottom-images {
  display: grid;
  grid-template-columns: repeat(5, minmax(240px, 340px));
  justify-content: center;
  -moz-column-gap: 38px;
       column-gap: 38px;
  padding-top: 120px;
}
.top-about__bottom-image img {
  border-radius: clamp(24px, 1.8229166667vw, 35px);
}

/*Linkが選ばれる4つの理由
-----------------------------*/
.top-reason {
  padding-top: clamp(120px, 8.8541666667vw, 170px);
}
.top-reason::before {
  width: 96%;
  max-width: 1724px;
  height: clamp(220px, 17.1875vw, 330px);
  top: clamp(94px, 7.34375vw, 141px);
}
.top-reason::after {
  width: 124.53125%;
  min-width: 1860px;
  max-width: 2391px;
  height: 50.706%;
  min-height: clamp(464px, 36.25vw, 696px);
  background-size: 18.403%, 23.087%;
  left: calc(50% + clamp(56px, 4.375vw, 84px));
  bottom: clamp(168px, 13.125vw, 252px);
}
.top-reason__title {
  margin-bottom: 50px;
}
.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__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 80px;
}
.top-reason__item {
  width: 500px;
}
.top-reason__item:nth-of-type(2n) {
  margin-top: 70px;
}
.top-reason__item::before {
  font-size: 10rem;
  margin: -0.22em 0 -0.42em;
}
.top-reason__item-icon {
  width: 420px;
  margin: 0 auto;
}
.top-reason__item-icon::after {
  width: 280px;
  -webkit-mask-position: center top !important;
          mask-position: center top !important;
  top: 66px;
}
.top-reason__item-title {
  font-size: var(--font-size-xxl);
  line-height: var(--line-height-xxl);
  padding: 14px 1em;
  outline-width: 3px;
  outline-offset: -3px;
  margin: -70px 0 30px;
}
.top-reason__item-text {
  line-height: 1.66667;
  margin: -0.33335em 0;
}
.top-reason__btn {
  width: 400px;
  height: 80px;
  margin: 60px auto 0;
}

/*作業内容
-----------------------------*/
.top-works {
  padding: clamp(100px, 6.7708333333vw, 130px) 0 clamp(110px, 7.5520833333vw, 145px);
}
.top-works::before {
  width: calc(100% - 80px);
  max-width: 1750px;
  border-radius: clamp(40px, 3.125vw, 60px);
}
.top-works::after {
  width: calc(100% - 120px);
  max-width: 1570px;
  height: calc(100% + clamp(162px, 12.65625vw, 243px));
  background-size: 11.975%, 19.427%;
  top: clamp(-90px, -4.6875vw, -60px);
  left: calc(50% - 56px);
}
.top-works__links {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}
.top-works__link {
  width: 340px;
  padding: 30px 35px 50px;
  outline-width: 4px;
  outline-offset: -4px;
  border-radius: 25px;
}
.top-works__link::after {
  width: 65px;
  border-top-left-radius: 25px;
}
.top-works__image img {
  aspect-ratio: 1.1739130435;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-works__image img {
  border-radius: 20px;
}
.top-works__text {
  font-size: 3.5rem;
  line-height: 1;
  padding: 22px 0 3px;
}

/*リンクセクション
-----------------------------*/
.top-bnr {
  padding: clamp(120px, 7.3958333333vw, 142px) 0 clamp(80px, 5.7291666667vw, 110px);
}
.top-bnr::before {
  width: 91.09375%;
  min-width: 1400px;
  max-width: 1749px;
  height: calc(100% - clamp(60px, 4.6875vw, 90px));
  max-height: 568px;
  background-size: auto, 17.439%;
  left: calc(50% - clamp(102px, 7.96875vw, 153px));
  bottom: clamp(-78px, -4.0625vw, -52px);
}
.top-bnr__links {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 45px;
}
.top-bnr__link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 330px;
  height: 320px;
  padding: 38px 0 10px;
}
.top-bnr__link::before {
  height: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.top-bnr__link::after {
  width: 80px;
  margin-left: auto;
}
.top-bnr__link:nth-of-type(2n):nth-last-of-type(2n) {
  margin-top: 60px;
}
.top-bnr__text {
  width: 8em;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  padding: 25px 0.5em;
  border-radius: 100vh;
}

/*お知らせ
-----------------------------*/
.top-news {
  padding-top: clamp(116px, 7.6041666667vw, 146px);
}
.top-news::before {
  width: 118.334%;
  max-width: 2272px;
  height: clamp(330px, 25.78125vw, 495px);
  top: clamp(-213px, -11.09375vw, -142px);
}
.top-news::after {
  width: 1090px;
  height: 6px;
  border-top: dotted 6px var(--color-lavender);
}
.top-news__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-news__title {
  width: 320px;
  margin-bottom: 208px;
}
.top-news__list {
  width: 625px;
  min-height: 300px;
}
.top-news__item {
  margin-bottom: 20px;
}
.top-news__item-link {
  grid-template-columns: 144px 1fr;
  row-gap: 14px;
  padding: 27px 40px 28px;
  border-radius: 15px;
}
.top-news__item-date {
  font-size: 2.2rem;
  line-height: 1;
}
.top-news__item-tags {
  gap: 10px;
}
.top-news__item-tag {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-min);
  padding: 0 1em;
  border-radius: 100vh;
}
.top-news__item-tag::before {
  width: 16px;
  margin-right: 5px;
}
.top-news__item-title {
  margin: var(--margin-height-base) 0;
}
.top-news__btn {
  width: 320px;
  height: 80px;
  position: absolute;
  left: 0;
  top: calc(50% + 71px);
}

/*===============================================
  Linkについて
===============================================*/
/*代表挨拶
-----------------------------*/
.about-greeting__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.about-greeting__image {
  width: 530px;
}
.about-greeting__image::before {
  width: 212px;
  right: -122px;
  bottom: -83px;
}
.about-greeting__image::after {
  border-radius: 30px;
  left: 38px;
  transform: rotate(6.26deg);
}
.about-greeting__image img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.about-greeting__text {
  width: 480px;
}
.about-greeting__text .name {
  font-size: var(--font-size-xxl);
  line-height: 1.57149;
  margin-top: 1.214286em;
}
.about-greeting__text .name span {
  margin-right: 1em;
}

/*企業理念
-----------------------------*/
.about-policy__box-title {
  font-size: 3.4rem;
  line-height: 1.5;
  padding: 19px 30px 20px;
  border-radius: 15px;
  margin-bottom: 40px;
}
.about-policy__box-text {
  text-align: center;
  font-size: var(--font-size-gl);
  line-height: 1.8;
  margin: -0.4em 0;
}
.about-policy__list {
  padding-top: 68px;
}
.about-policy__list-title {
  font-size: 3rem;
  line-height: 2;
  padding: 10px 50px;
  border-radius: 20px 20px 0 0;
}
.about-policy__list-text {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.76471;
  border: dashed 3px var(--color-purple);
  border-top: none;
  border-radius: 0 0 20px 20px;
  padding: 26px 50px;
  margin-bottom: 45px;
}
.about-policy__text {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.5;
  padding: 70px 0 30px;
  border-bottom-width: 6px;
}
.about-policy__text p {
  margin: -0.25em 0;
}

/*就労支援とは？
-----------------------------*/
.about-support::before {
  max-height: 990px;
}
.about-support__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about-support__text {
  width: 480px;
  font-size: 1.7rem;
  line-height: 1.8824;
  margin: -0.4412em 0;
}
.about-support__text .mb {
  margin-bottom: 1.8824em;
}
.about-support__image {
  width: 530px;
}
.about-support__image img {
  border-radius: 30px;
}
.about-support__box {
  display: grid;
  grid-template: "image title" auto "image text" 1fr/530px 1fr;
  -moz-column-gap: 70px;
       column-gap: 70px;
  padding-top: 90px;
}
.about-support__box-title {
  grid-area: title;
}
.about-support__box-text {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  grid-area: text;
}
.about-support__box-text .mb {
  margin-bottom: calc(var(--line-height-sm) * 1em);
}
.about-support__box-image {
  grid-area: image;
}
.about-support__box-image img {
  width: 100%;
  height: 455px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

/*===============================================
  お仕事依頼
===============================================*/
/*作業内容　一覧
-----------------------------*/
.order-list__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 50px 60px;
}
.order-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.order-list__item > * {
  width: 100%;
}
.order-list__item-image {
  margin-bottom: 40px;
}
.order-list__item-image img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.order-list__item-text {
  font-size: var(--font-size-sm);
  line-height: 1.75;
  margin: -0.375em 0 calc(30px - 0.375em);
}
.order-list__item-text p {
  display: inline;
}
.order-list__item-btn:not([class*="--"]) {
  font-size: var(--font-size-gl);
  height: 50px;
  margin-top: auto;
}
.order-list__item-btn:not([class*="--"])::after {
  width: 1em;
  right: 30px;
}
.order-list__item--pc .order-list__item-image img {
  -o-object-position: center;
     object-position: center;
}
.order-list__item--light .order-list__item-image img {
  -o-object-position: right center;
     object-position: right center;
}
.order-list__item--farm .order-list__item-image img {
  -o-object-position: left center;
     object-position: left center;
}

/*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__item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 280px;
  border-radius: 25px;
  outline-width: 3px;
  outline-offset: -3px;
  padding: 52px 50px 41px 445px;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.order-reason__item-icon {
  width: 350px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  z-index: -1;
}
.order-reason__item-icon::after {
  width: 236px;
}
.order-reason__item-title {
  font-size: 3.4rem;
}
.order-reason__item-text {
  max-width: 570px;
}
.order-reason__item-text p {
  display: inline;
}

/*ご依頼の流れ
-----------------------------*/
.order-flow::before {
  max-height: 1076px;
}
.order-flow__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 60px;
}
.order-flow__item {
  min-height: 425px;
  border-radius: 22px;
  padding: 34px 34px 32px;
  margin-top: 40px;
}
.order-flow__item::before {
  width: 5em;
  font-size: var(--font-size-btn);
  line-height: 1.5;
  padding: 2px 0;
  border-radius: 8px 8px 0 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
}
.order-flow__item::after {
  content: "";
  width: 25px;
  height: 65px;
  background: url(../img/order/arrow_flow.svg) no-repeat center/contain;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(100% + 20px);
  transform: translateY(-50%);
}
.order-flow__item:nth-of-type(3n)::after, .order-flow__item:last-of-type::after {
  display: none;
}
.order-flow__item-icon {
  margin-bottom: 20px;
}
.order-flow__item-title {
  margin-bottom: 20px;
}
.order-flow__item-text {
  font-size: var(--font-size-sm);
  line-height: 1.5625;
  margin: -0.28125em 0;
}
.order-flow__item-text p {
  display: inline;
}

/*===============================================
  作業実績
===============================================*/
/*作業実績　一覧
-----------------------------*/
.works-list__item {
  border-radius: 30px;
  padding: 60px 65px;
  margin-bottom: 50px;
}
.works-list__item-title {
  font-size: var(--font-size-xxl);
  padding: 14px 30px;
  margin-bottom: 40px;
  border-radius: 10px;
}
.works-list__item-title > span {
  line-height: var(--line-height-xxl);
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.works-list__item-tags {
  gap: 10px;
  margin-bottom: 30px;
}
.works-list__item-tag {
  font-size: 2.2rem;
  line-height: 1.5;
  padding: 6px 20px 6px 15px;
  border-radius: 8px;
}
.works-list__item-tag::before {
  width: 20px;
  margin-right: 10px;
}
.works-list__item-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row-reverse;
}
.works-list__item-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 450px;
  margin: var(--margin-height-base) 0;
}
.works-list__item-image {
  width: 440px;
}

/*===============================================
  お客様の声
===============================================*/
/*お客様の声　一覧
-----------------------------*/
.voice-list__item {
  border-radius: 30px;
  padding: 60px 65px;
  margin-bottom: 50px;
}
.voice-list__item-title {
  font-size: var(--font-size-xxl);
  margin-bottom: 30px;
}
.voice-list__item-title > span {
  letter-spacing: var(--letter-spacing-base);
}
.voice-list__item-title .label {
  width: 160px;
  line-height: 55px;
  border-radius: 8px;
  margin-right: 20px;
}
.voice-list__item-title .txt {
  max-width: calc(100% - 180px);
  line-height: var(--line-height-xxl);
  margin-top: 6px;
}
.voice-list__item-inner:has(.voice-list__item-image) {
  display: grid;
  grid-template: "image title" auto "image text" 1fr/440px 1fr;
  -moz-column-gap: 55px;
       column-gap: 55px;
}
.voice-list__item-heading {
  font-size: var(--font-size-btn);
  grid-area: title;
}
.voice-list__item-text {
  grid-area: text;
  margin: var(--margin-height-base) 0;
}
.voice-list__item-image {
  grid-area: image;
}

/*===============================================
  よくある質問
===============================================*/
/*よくある質問　一覧
-----------------------------*/
.faq-list__item {
  border-radius: 25px;
  padding: 48px 58px;
  margin-bottom: 40px;
}
.faq-list__item-title {
  font-size: 2.6rem;
}
.faq-list__item-title::before {
  font-size: 5.6rem;
  margin: -11px 0 -3px;
}
.faq-list__item-title > span {
  width: calc(100% - 58px);
  margin-top: calc(8px + var(--margin-height-xxl)) !important;
}
.faq-list__item-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: calc(100% - 58px);
  margin: var(--margin-height-base) 0;
}
.faq-list__item-text-wrap {
  align-items: stretch;
}
.faq-list__item-text-wrap::before {
  font-size: 5.6rem;
  margin: -11px 0 -3px;
}

/*===============================================
  会社案内
===============================================*/
/*会社情報
-----------------------------*/
.company-info::before {
  width: 108.021%;
  max-width: 2074px;
  height: calc(100% - clamp(140px, 10.9375vw, 210px));
  min-height: clamp(464px, 36.25vw, 696px);
  background-size: 11.331%, 26.616%;
  left: calc(50% + clamp(130px, 10.15625vw, 195px));
  top: clamp(156px, 12.1875vw, 234px);
}
.company-info__table td .com-replace {
  height: 13px;
  vertical-align: baseline;
}
.company-info__map {
  height: 380px;
  border-radius: 35px;
  margin-top: 60px;
}

/*Linkギャラリー
-----------------------------*/
.company-gallery {
  padding-bottom: clamp(125px, 8.3333333333vw, 160px);
}
.company-gallery::before {
  width: 98.959%;
  max-width: 1900px;
  height: calc(100% - clamp(86px, 6.71875vw, 129px));
  min-height: clamp(260px, 20.3125vw, 390px);
  background-size: 21.737%, 9.4211%;
  left: calc(50% - clamp(88px, 6.875vw, 132px));
  top: clamp(30px, 2.34375vw, 45px);
}
.company-gallery::after {
  width: 1090px;
  height: 6px;
  border-top: dotted 6px var(--color-lavender);
}
.company-gallery__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 45px;
  padding-top: 10px;
}

/*==================================================
 ニュース一覧
================================================== */
.news-archive__item {
  margin-bottom: 20px;
}
.news-archive__item-link {
  padding: 27px 40px 28px;
  border-radius: 15px;
}
.news-archive__item-link:has(.news-archive__item-image) {
  grid-template-columns: 150px 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
}
.news-archive__item-image img {
  border-radius: 20px;
}
.news-archive__item-inner {
  grid-template-columns: 144px 1fr;
  row-gap: 14px;
}
.news-archive__item-date {
  font-size: 2.2rem;
  line-height: 1;
}
.news-archive__item-tags {
  gap: 10px;
}
.news-archive__item-tag {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-min);
  padding: 0 1em;
  border-radius: 100vh;
}
.news-archive__item-tag::before {
  width: 16px;
  margin-right: 5px;
}
.news-archive__item-title {
  margin: var(--margin-height-base) 0;
}

/*タグリスト
-----------------------------*/
.tag-select {
  margin-bottom: 50px;
}
.tag-select__box {
  min-width: 240px;
}
.tag-select__box::after {
  right: 18px;
}
.tag-select__dropdown {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  padding: 12px 48px 12px 12px;
}

/*==================================================
 ニュース詳細
================================================== */
.news-detail__post {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  margin-bottom: 20px;
}
/*==================================================
 お問い合わせ
================================================== */
.contact-form__table {
  margin-bottom: 56px;
}
.contact-form__table tr th {
  width: 380px;
  font-size: var(--font-size-base);
  line-height: 2.22223;
  padding: 15px 20px;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  font-size: var(--font-size-xs);
  margin-left: 1em;
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: 2.22223;
  padding: 15px 20px;
}
.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;
}
.contact-form .contact-submits-wrap {
  padding-top: 32px;
}
.contact-form .contact-submits-wrap > * {
  width: 360px;
  height: 70px;
  font-size: var(--font-size-btn);
  margin: 20px 15px 0;
}

/*==================================================
 お問い合わせ完了
================================================== */
.contact-complete__text {
  text-align: center;
}

/*==================================================
プライバシーポリシー
================================================== */
.privacy-policy__box {
  margin-bottom: 60px;
}

/*==================================================
 サイトマップ
================================================== */
.sitemap-list__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  gap: 40px 80px;
}
.sitemap-list__item:has(.sitemap-list__dropdown) {
  display: grid;
  grid-template-columns: 7em 1fr;
}
.sitemap-list__link {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  padding: 15px 20px;
}
.sitemap-list__dropdown {
  padding-right: 0;
}
.sitemap-list__dropdown-list {
  padding: 1em;
}
.sitemap-list__dropdown-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.sitemap-list__dropdown-item::before {
  content: "-";
  color: var(--color-purple);
  margin-right: 1em;
}
.sitemap-list__dropdown-link {
  display: block;
}
.sitemap-list__sub-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding-top: 40px;
}
.sitemap-list__sub-link {
  text-align: center;
  padding: 1em;
}

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